After Effects :: Continuous Rasterization Of Vectors Inside Nested Comps

Mar 16, 2011

I've got a bunch of comps that contain vectors animating. Inside the comps, the vectors are set to "continuously rasterize" which means that they come out nice and smooth no matter what the size.
 
But I need to use these comps inside a larger composition, and I'm moving the whole comp around the screen with motion blur on it.
 
But when the comp is set to "Collapse Transformations", motion blur is disabled. If I turn off "Collapse Transformations", it appears to over-ride the settings inside the comp, so none of the vectors are smooth. They all look like pixel-based images that have been scaled up. Horrible.
 
I don't get it. I need those vectors to be crystal smooth, but I need the whole comp to have motion blur. How do I achieve this?
 
This is a 2D question, I'm not using any 3D at all. I've read the relevant sections on Continuous Rasterization and on Collapsing Transforms and, as is the case with so much of this Adobe documentation that I'm being referred to, it does not address my specific case, though I can't imagine it's that uncommon.
 
PS: I can't denormalize the hierarchy because of the way the animation has to work - the animation itself is hierarchical, therefore the content must be structured in a smiliar hierarchy in order to work (think moons orbiting planets orbiting the sun)

View 13 Replies


ADVERTISEMENT

After Effects :: Collect Files - Collecting Additional Unwanted Comps

Jun 25, 2013

I use "Collect Files" all the time. I collaborate with other people and this function is obviously vital.I'm currently having an issue with it collecting comps that are not selected. I choose "For Selected Comps" and I check off "Reduce Project." The new file has the comp I want, but also others. And if I try another comp, it will collect the same additional ones each time. And In the generated report, it is listing the comps I don't want as collected.
 
It seems to be specific though, collecting comps that are from other .aep files that I've imported. And only comps from .aep files that where generated with Collect Files. In other words, basically anything I've round-tripped using Collect Files and imported after a collaborator has finished their work.
 
I'm using AE 12.0.0.404 and I'm on OSX 10.8.4.

View 2 Replies View Related

Photoshop :: Enlarged Smart Objects With Vectors Inside Them Appear As Resized Bitmaps

Jul 7, 2013

In Photoshop CC for Mac I have...
 
Created layers of vector artCombined them into a smart object. Enlarged the smart object (both via "Transform" and "Image Size")  Upon enlarging, the vector objects look the way an enlarged bitmap would (i.e. fuzzy, pixelated, terrible) instead of crisp and clean as a vector should look. I've double- and triple-checked to make sure all layers have remained vector after resizing and they have.
 
This is a terrible inconvenience for anyone that works heavily with vector smart objects and resizes them. I use this workflow on a daily basis to make adapting interface elements for various screen resolutions easier, without it I am beyond screwed.
 
Screenshot proof below:

View 4 Replies View Related

AutoCAD Architecture :: Paper Space Schedule Tag An Object Nested Inside Xref?

May 2, 2012

We've been working with adding schedule tags in paper space for objects nested within an xref. The first time you do this however, the manual properties (it seems) do not update if the value of the manual property is changed back in the xref dwg. However, the Automatic properties do seem to update.

When we initially found this we past it off as a limitation. However, one of our users was experimenting and found that the first time you tag the xref resident object... the schedule tag reads the correct manual properties value. However, If you remove the property set from the schedule tag... then the manual property will update correctly showing the current value as it is back in the xref dwg even if it is changed.

This makes complete sense as the manual property set data can be edited from either the tag or the object or from the schedule... IF THE TAG and the object are resident in the same drawing file - in this case you DO NOT want to delete the property set from the tag... if you do this the property set is also removed from the object. However, when tagging objects nested within an xref, then you need to remove the property set from the tag... THEN the manual property will update correctly.

View 2 Replies View Related

Edge Animate CC :: Insert JQuery HTML Into Text Field Nested Inside Of Symbol?

Sep 19, 2013

Got a nested symbol. Rather simple one. Inside the symbol is a background rectangle and a text field. When I click a button, it should insert the HTML I give it from the click event.
 
Now initially I did this by just using the text field by itself. No nesting. This is the code:
 
 sym.$("copy").html("Edge Rocks!");
OK, success! The text loaded just fine.
 
Now let's insert that text field inside of a symbol. And let's call that symbol 'content'.Now I try....
 
 sym.$("content").$("copy").html("Some new text");
 
Result? Nothing.
 
Tried using stage instead of sym and even added a var stage = sym.getComposition().getStage() statement before that. Nope.

View 8 Replies View Related

Illustrator :: How To Export AI 5.1 Files To After Effects As Vectors

Mar 4, 2013

This may have a simple solution (and probably does), but I can't find it. What I'm trying to do is to import an AI 5.1 file into AE 5.5 as original vectors. I need to be able to scale up to about 12,000 percent and then back down to 100 percent for the effect of an extreme closeup being zoomed out of. The point of vectors, of course, is that you can do this without losing resolution... but no matter what I try, AI files keep being imported as raster files. When they're scaled up enough, the pixilation starts.

View 1 Replies View Related

After Effects :: How To Import AI File Into 5.5 As Original Vectors

Mar 4, 2013

This may have a simple solution (and probably does), but I can't find it. What I'm trying to do is to import an AI file into AE 5.5 as original vectors. I need to be able to scale up to about 12,000 percent and then back down to 100 percent for the effect of an extreme closeup being zoomed out. The point of vectors, of course, is that you can do this without losing resolution... but no matter what I try, AI files keep being imported as raster files. When they're scaled up enough, the pixilation starts. There HAS to be a way around this!!!

View 6 Replies View Related

After Effects :: Aligning Text Animations In Nested Comp (imported PSD) To Music In Main Comp?

Mar 10, 2014

I've imported the PSD file as a comp, and made changes to the text animation, but this is now a nested comp, and the music is in the main comp. How do I change the timing of the nested comp while still having visibility of the music track?

View 4 Replies View Related

AutoCAD Inventor :: Proxy Of Workplane Inside Pattern / Inside Part / Inside An Assembly

Oct 14, 2013

There are many examples of creating rectangular patterns, but not many, if any, of interrogating existing patterns.I have attached the files and a screenshot of a rectangular part inside an assembly. The part contains a rectangular pattern of holes and workplanes.how do I get hold of each proxy of the workplane in the pattern?In other words I don't know what to put in the for loop at the end of this code fragment:
 
If _invApp.Documents.Count = 0 Then MsgBox("Need to open an the assembly document") ReturnEnd If If _invApp.ActiveDocument.DocumentType <> DocumentTypeEnum.kAssemblyDocumentObject Then MsgBox("Need to have an Assembly document active") ReturnEnd If Dim asmDoc As Assembly Document asmDoc = _invApp.ActiveDocument Dim asmDef As AssemblyComponentDefinition asmDef = asmDoc.ComponentDefinition im occurrences As ComponentOccurrencesoccurrences.
[code]....

View 5 Replies View Related

Photoshop :: Opening PDF - Rasterization Settings?

Jan 25, 2013

When I open a pdf created outside photoshop, (this is a technical image created on engineering software) I get the "open" dialog box with various settings. Under "Image size / Resolution" the default setting always appears to be 300ppi. Is this an indication that the file was actually created with 300 ppi resolution, or is this just a default setting?
 
I know I can adjust this and "add" resolution to the image, but what I'm trying to determine is the native resolution in the file to see if its suitable for use at a certain output. I've always just opened files in Photoshop and selected Image size to see if the files resolution was appropriate for use. Is this method incorrect?
 
Should I be checking this somewhere else as a rule? Bridge? I've selected the file in Bridge, I can see a dimension but cannot find the resolution. some light on this issue?, it makes me second guess how I've been evaluating files for resolution.

View 4 Replies View Related

Illustrator :: Convert SVG With Filters To AI Causes Rasterization

Sep 30, 2013

Working: Opening any normal SVG file in Illustrator -> saving it as AI, exporting as PDF, printing, anything. Behaves as expected.
 
Not working: Doing the same with a SVG file that uses filters. If the svg was not created in Illustrator (with preserved editing capabilities), it will remain rasterized in Illustator, no matter whan format you convert it to, export it to, or if you try to print it.
 
If you however remove the filters from the SVG, create a new AI file, paste the SVG inside, and then import or recreate the very same filters from inside Illustrator, then everything will work just fine. Clearly there's nothing wrong with neither the filters not the rest of the SVG, but just with Illustrators SVG importing capabilities (dealing with SVG filters).aside from manually importing/recreating the SVG filters from inside AI? And when does AI plan to add decent support for importing SVG created in other programs?
 
Example:

1. Download this SVG: URL...
(disclaimer: not mine. You can also use any other SVG with filters, as long as it's created outside of Illustrator).
2. Open it in AI.
3. Export to PDF, zoom in -> it's rasterized.
4. Create a new AI file, paste the SVG in there, manually re-create/import the SVG filters.
5. Export to PDF, zoom in -> WORKING.

View 3 Replies View Related

CorelDRAW X3 :: Avoiding Rasterization Of Vector Images

Sep 3, 2007

 What are some of the things I can do to prevent rasterization of vector images when I create them in CorelDraw? Do transparency and gradients cause rasterization?

View 3 Replies View Related

Illustrator :: Way To Mask Text With A Shape Without Rasterization

Oct 29, 2013

is there a way to mask text with a shape (ie text inside a square that gets clipped off if it goes off the square's boundry) without rasterization? All illustrator seems to want to do is to make a clipping mask the opposite way with the square being put inside the text. When I try to do it the other way it claims that is too complicated and will mess things up.

View 4 Replies View Related

GIMP :: Maintain Vector Stroke Width During Rasterization Import?

May 18, 2012

I was wondering if there was any way to maintain stroke width (with antialiasing off) when importing/resampling vector files, like pdf. photoshop does this, i think.

i made a test case that shows the issue in the attached files. the PDF is a 1px-stroked square. when i try to rasterize it to 100dpi (or any dpi other than 72) using Gimp or any tool that relies on ghostscript for rasterization (imagemagick, mupdf, xpdf) i get a square with unevenly stroked edges. photoshop's algo maintains the stroke width in favor of maybe less optimal positioning.

is there any way to make Gimp or any other pdf->png rasterization tool (ghostscript included) prioritize stroke widths over positioning?

original:

drawing.pdf (Size: 960 bytes / Downloads: 55)

gimp:
   
photoshop:

View 3 Replies View Related

Photoshop :: Layer Comps In CS6 32bit Bug?

Mar 6, 2013

I've only seen one thread that releates to this issue with no answer resolution.  I have a reoccuring but where my layer comps display with elements moved into different positions from when I last saved the comp (all layer comps are set to save Visibility, Appaearance and Position).

This seems to always happen when I re-open a document, and frankly I'm getting sick of going back and fixing photoshop documents after I save all my comps to files.  I can't imagine that this isn't a known issue or that others are not seeing the same thing. 

View 3 Replies View Related

Photoshop :: PSD Layer Comps Viewer Program?

May 21, 2012

Is there a PSD file viewer program that allows someone to toggle between Layer Comps so that one does not need the full blown Photoshop application to view layer comps in a Photoshop document or be limited to viewing only the default Layer Comp?

View 5 Replies View Related

Photoshop :: Exporting Layer Comps To Files

Dec 5, 2012

I am trying to Export Layer comps to file to make a pdf of a 38 page document. When try to export to jpg or png the files are too small, even on the highest setting.
 
When I try to export to tiff or psd, it doesn't flatten the files and gives me files just as large as the master file.
When I try to export to pdf it creates very large files, that do not seem high quality.
 
Are there any more options or perhaps an additional script for exporting layer comps to files?

View 1 Replies View Related

Photoshop :: CS5 - Automate Deleting Layer Comps?

Sep 22, 2013

I have about 50 files that need their layer comps deleted. I need a way to automate this. Is there a way?

View 1 Replies View Related

Photoshop :: 13.0.2 Update / Layer Comps Refresh

Dec 11, 2012

I'm experiencing strange layer comps behaviors since Photoshop 13.0.2 update, on an existing .psd file. If some comps are correctly rendered, some others are not refreshed: layers visibility is not updated, workspace seems to be frozen, using for instance the magnifier tool to zoom in/out renders a completely white workspace, and moving then my mouse pointer above it only refreshes its lower half part (a little bit more actually). Moreover, Photoshop CPU consumption becomes quite high as long as I stay on such composition (around 50% CPU instead of 2% compared to working comps).
 
I've tried to disable GPU from Photoshop preferences, Machine is a mid-2010 17" MBP w/ i7@2.66. No problem with the same .psd file before upgrading to 13.0.2..

View 12 Replies View Related

Photoshop :: Spacing Comps With Month Of The Year

Jul 25, 2013

I am creating some comps with months of the year and need to space them out. I could create each month on its own layer and space them with the group tool. Is their another way around this?

View 2 Replies View Related

Photoshop :: CS6 Layer Comps Not Saving Appearance Of Layers?

Mar 14, 2013

There is a bug in CS6 layer comps that does not save the appearance of layers which have had their layer style cleared.
 
Steps to recreate.
1. Create a black square in a new photoshop document.
2. Create a layer style on the black square and set the over layer color to red.
3. Create a layer comp and turn on "Appearance" tracking, then update the layer comp.
4. Clear the layer style for the square, it should now be black again.
5. Create a second layer comp also with "Appearance" tracking on, and update it.
6. Go back and forth between the layer comps, the layer should turn from red to black, and the layer style should disappear and reappear on the layer, in the layers panel.
7. Save and close the file.
8. Re-open the file
9. Go back and forth through the layer comps, both will show a red square. The layer style never gets cleared.

View 1 Replies View Related

Photoshop :: Layer Comps - When Close File / Names Are Changing?

Jun 12, 2012

I have problem with layer comps' names. Always, when I close my ps file, names of layer comps in this files are changing. I see that after opening this file. I use photoshop CS5 Extended.

View 2 Replies View Related

Photoshop :: Layers And Layer Comps Disappear In Palette But Can Bring Them Back

May 1, 2012

A lot of times I'll be working on multiple .psd files and as I'm moving between files I'll notice that all the layers & layer comps will disappear from their palette

[URL]
 
I can bring them back by doing something like clicking on the text tool and then clicking on a text item on the stage. It's annoying because it takes a couple of clicks for the palette(s) to redisplay.
 
Is this a bug or is there a setting in preferences that can control this?

View 1 Replies View Related

Photoshop :: CS6 - Making JPEGs From Layer Comps / General Error Occurred

Feb 13, 2013

I keep getting this error message (see below) whenever I try to make jpegs from my layer comps using File-->Scripts-->Layer Comps from Files. This error always comes up after Photoshop gets through 2 or 3 comps. I often have to select only a few layer comps at a time to get it to make jpegs. I recently upgraded to Photoshop CS6.
 
Here is the message I get:
 
Error: General Photoshop error occurred. This functionality may not be available in this version of Photoshop. The object “layer comp 2054478963” is not currently available.

View 1 Replies View Related

Illustrator :: Draw Inside Not Working Inside Expanded Shape

Dec 3, 2010

I really enjoy this new draw inside feature in Illustrator. But, I find that it does not always work. It seems to be grayed out sometimes. For example, I have drawn a shape with my Wacom tablet using a blush.  I then converted it to a shape instead of keeping it a stroke by expanding it. But it will not allow me to now draw inside of it, even though it is a shape.

View 8 Replies View Related

3ds Max :: How To Light A Sphere From Inside To See Inside Surface

Oct 17, 2011

I have a really large sphere and have put a camera on the inside to see the inside surface. I have used the normal modifier to flip the normals and so have the skin on the inside. Something is going very wrong at this point because I have this ugly shadow line that I cannot get rid of and I also seem to not be able to light this interior, when I use an omni light it makes no difference. Where am I going wrong?

View 7 Replies View Related

AutoCAD 2010 :: Bold Text Inside Viewport And Slim Text Inside Paperspace?

Feb 8, 2013

I have this strange situation.. i use the Arial font inside my cad drawings and when i print my paperspace layout, the text inside the viewport is a little bit more "bold" then the text i put directly on paper space.

Maybe it's a trick to know what text is placed where, but i want all this to be uniform, same thickness. Is there a system variable to correct that issue?

See the image below: It's a 400 DPI scan from an impression i did.

Up to COUPE C1 is the text inside the viewport, under COUPE C1is the paperspace text. Both are the same height... but difference tickness.

View 9 Replies View Related

Photoshop :: Draw A Continuous Surface

Jul 20, 2013

I search a function to automate this process (look at the picture below for an example) :

- I have a picture with a lot of black pixels
- I would like to group all black pixels which are separated by less than "X" pixels, to draw a continuous surface.

Maybe with Extend Script ?

View 5 Replies View Related

Photoshop :: Continuous Clone Stamp

Jul 26, 2013

Is there a mode that allows the clone stamp to, in a sense clone itself? So if the target goes over an area that you just brushed with the clone stamp it will actually begin to clone from that, instead of the document state prior to cloning?

View 2 Replies View Related

Photoshop :: Creating Continuous Pages?

Jul 24, 2013

I have created 8 seperate files and i now need to link them together to make an 8pg pdf, how to do this?

View 1 Replies View Related

AutoCAD Civil 3D :: How To Get A Continuous Corridor

May 2, 2013

I have a very basic question about creating corridors. As you can see on the attachment, i created an assembly consisting of ditch and my own polyline subassembly and turned it into a corridor. The ditch part is drawn out correctly, but the other part (supposed to be a gravel road) has only sections in certain points.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved