Mylenium
Forum Replies Created
-
Nothing. That’s what’s called texture filtering/ oversampling and will happen with every 3D layer no matter of what type. There’s nothing you can do about it.
Mylenium
[Pour Myl
-
Nope, not in AE and in general there are only few apps of this type out there. I believe you can find one currently on sourceforce.net, but as to how usable it might be I don’t know. I also dimmly recall some shareware app a few years ago, but also don’t know if its around any longer.
Mylenium
[Pour Myl
-
You need third party plugins that contain a color sampler like Digital Anarchy’s Anarchy Toolbox.
Mylenium
[Pour Myl
-
You need third party plugins that contain a color sampler like Digital Anarchy’s Anarchy Toolbox.
Mylenium
[Pour Myl
-
Mylenium
December 17, 2005 at 11:58 am in reply to: How do you see expressions different from scripts?[TweenGuy] ”
Just need your confirmation, on point B) of your reply. Is it possible to create a layer, making it as 3d type, and then re-position a lot of layers in depth, all of this using the script? Any brief example of this.”Yepp, you could. Check out the ShapeTimeInsanity script, it contains enough info for this. Also check AEnhancers.com for more inspiration. Another way would be to approach this with a simple expression and then clone the layer a bunch of times.
Mylenium
[Pour Myl
-
Mylenium
December 17, 2005 at 11:58 am in reply to: How do you see expressions different from scripts?[TweenGuy] ”
Just need your confirmation, on point B) of your reply. Is it possible to create a layer, making it as 3d type, and then re-position a lot of layers in depth, all of this using the script? Any brief example of this.”Yepp, you could. Check out the ShapeTimeInsanity script, it contains enough info for this. Also check AEnhancers.com for more inspiration. Another way would be to approach this with a simple expression and then clone the layer a bunch of times.
Mylenium
[Pour Myl
-
Mylenium
December 17, 2005 at 10:12 am in reply to: How do you see expressions different from scripts?[TweenGuy] “So I am trying to understand the basic difference between expressions and scripts that you use by selecting “Run Script: from the file menu.
What I understand so far is that Expression is something that you can evaluate only by moving/playing back the timeline/time pointer. Whereas script is something that you use as soon as you open or create a project without having to hit the ram preview button for that matter.”
Apart from some variations in the syntax, there are a few things that differentiate scripts from expressions.
a) Expressions largely run in the local context of the parameter. This has an impact on their functionality in the way that their are no global variables and everything happening outside a parameter has to be explicitely referenced.
b) Scripts have accesss to several functions that are unavailable as expressions. You can create things suchg as projects, layers, compositions etc. and reference external data which expressions can’t.
c) Scripts are not really aware of the concept of “time”. You have all logic that potentially could drive things based on time to code yourself in a way whereas referencing time in expressions would automatically drive things without needing to have other trigger events. This is especially useful for loops or incrementing/ decrementing values in formulas. You are however wrong in assuming that expressions are dependent on time. They will always evaluate as soon as they are applied to the layer. There are lots of expressions that do not even bother to reference time and only calculate positions or strings for text layers based on other criteria.
d) Scripts aren’t interactive. They are mere “creation expressions”.
Mylenium
[Pour Myl
-
Mylenium
December 17, 2005 at 10:12 am in reply to: How do you see expressions different from scripts?[TweenGuy] “So I am trying to understand the basic difference between expressions and scripts that you use by selecting “Run Script: from the file menu.
What I understand so far is that Expression is something that you can evaluate only by moving/playing back the timeline/time pointer. Whereas script is something that you use as soon as you open or create a project without having to hit the ram preview button for that matter.”
Apart from some variations in the syntax, there are a few things that differentiate scripts from expressions.
a) Expressions largely run in the local context of the parameter. This has an impact on their functionality in the way that their are no global variables and everything happening outside a parameter has to be explicitely referenced.
b) Scripts have accesss to several functions that are unavailable as expressions. You can create things suchg as projects, layers, compositions etc. and reference external data which expressions can’t.
c) Scripts are not really aware of the concept of “time”. You have all logic that potentially could drive things based on time to code yourself in a way whereas referencing time in expressions would automatically drive things without needing to have other trigger events. This is especially useful for loops or incrementing/ decrementing values in formulas. You are however wrong in assuming that expressions are dependent on time. They will always evaluate as soon as they are applied to the layer. There are lots of expressions that do not even bother to reference time and only calculate positions or strings for text layers based on other criteria.
d) Scripts aren’t interactive. They are mere “creation expressions”.
Mylenium
[Pour Myl
-
Nope, not really. You can’t attach mask vertices to anything natively in AE. Try to find a copy of Useful Things or get in touch with the guy making Expression Effects (if you can, he’s quite elusive) to get their plugins. This would be your only option. If you want to attach the entire maslk shape, make it a separate layer and use it as a matte.
Mylenium
[Pour Myl
-
Nope, not really. You can’t attach mask vertices to anything natively in AE. Try to find a copy of Useful Things or get in touch with the guy making Expression Effects (if you can, he’s quite elusive) to get their plugins. This would be your only option. If you want to attach the entire maslk shape, make it a separate layer and use it as a matte.
Mylenium
[Pour Myl