Naming parameters correctly for expressions to work? (SDK)
Hi gang;
I have an idea of the answer but I wanted to verify.
When developing plugins, I am assuming it is important to have each and every parameter named uniquely in the actual interfact, correct? If not, when creating an expression and adding the parameter name, if there are multiple instances of the same name, there will be issues, right?
There are times when you don't need unique names. In my case, I have a plugin that has a start and end point, under different topics. So I have, for example:
Start Point (topic)
Position
Color
Width
etc...
Start Point (end topic)
End Point (topic)
Position
Color
Width
etc...
End Point (end topic)
I am assuming that this is not wise and instead you would want unique names for each parameter like so:
Start Point (topic)
Start Position
Start Color
Start Width
etc...
Start Point (end topic)
End Point (topic)
End Position
End Color
End Width
etc...
End Point (end topic)
Otherwise creating an expression which contains the name "Position", After Effects wouldn't know if it's to refer to the start or the end position.
Is this a correct assumption?
Thanks,
-Richard
