  | | | Scripting help - PathCns | Scripting help - PathCns 2005-06-01 - By Demian Zarins
Back I´m in need of some scripting help here :) I´m not very good at it so step by step help would be appreciated.
In my script (se attached script). I´m trying to make a more versatile duplicate/animation to path setup. What I would like to have is the possibility to have the PathCns PPG come up at the end of the script so that I can set these properties without hardcoding it as I do now.
SetValue oSelection(i).Name + ".kine.pathcns.affbyori1", True SetValue oSelection(i).Name + ".kine.pathcns.tangent", True SetValue oSelection(i).Name + ".kine.pathcns.dirx", -1 SetValue oSelection(i).Name + ".kine.pathcns.diry", 0 SetValue oSelection(i).Name + ".kine.pathcns.dirz", 0 SetValue oSelection(i).Name + ".kine.pathcns.upvct_active", True SetValue oSelection(i).Name + ".kine.pathcns.roll", 45
Maybe there is a built in way of doing this, in that case please share it with me :) If anyone can set me in the right direction I would be thankfull.
TIA
Demian
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- D E M I A N Z A R I N S Projektledare S V T -> Växthuset - The Green House Sveriges Television Oxenstiernsg 26 105 10 STOCKHOLM Phone: +46 8 784 3312 ->mobile:+46 709-951984
<br><font size=2 face="sans-serif">I´m in need of some scripting help here :) I´m not very good at it so </font> <br><font size=2 face="sans-serif">step by step help would be appreciated. </font> <br> <br><font size=2 face="sans-serif">In my script (se attached script). I´m trying to make a more versatile duplicate/animation to path</font> <br><font size=2 face="sans-serif">setup. What I would like to have is the possibility to have the PathCns PPG come up at the</font> <br><font size=2 face="sans-serif">end of the script so that I can set these properties without hardcoding it as I do now.</font> <br> <br> <br><font size=2 face="sans-serif"> SetValue oSelection(i).Name + ".kine.pathcns.affbyori1", True</font> <br><font size=2 face="sans-serif"> SetValue oSelection(i).Name + ".kine.pathcns.tangent", True</font> <br><font size=2 face="sans-serif"> SetValue oSelection(i).Name + ".kine.pathcns.dirx", -1</font> <br><font size=2 face="sans-serif"> SetValue oSelection(i).Name + ".kine.pathcns.diry", 0</font> <br><font size=2 face="sans-serif"> SetValue oSelection(i).Name + ".kine.pathcns.dirz", 0</font> <br><font size=2 face="sans-serif"> SetValue oSelection(i).Name + ".kine.pathcns.upvct_active", True</font> <br><font size=2 face="sans-serif"> SetValue oSelection(i).Name + ".kine.pathcns.roll", 45</font> <br> <br> <br><font size=2 face="sans-serif">Maybe there is a built in way of doing this, in that case please share it with me :)</font> <br><font size=2 face="sans-serif">If anyone can set me in the right direction I would be thankfull.</font> <br> <br><font size=2 face="sans-serif">TIA</font> <br> <br><font size=2 face="sans-serif">Demian</font> <br><font size=2 face="sans-serif"><br> <br> <br> <br> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --<br> D E M I A N Z A R I N S<br> Projektledare<br> S V T -> Växthuset - The Green House<br> Sveriges Television<br> Oxenstiernsg 26<br> 105 10 STOCKHOLM<br> Phone: +46 8 784 3312 ->mobile:+46 709-951984<br> <br> </font>
|
|
 |