Script Bug 2004-05-21 - By Jabbar Raisani
Back Ok, I think this will work then. I didn't think about the dangers of the hacked Scripted Op But here is a script that should work:
oCtr = GetValue("PlayControl.In")
oOut = GetValue ("PlayControl.Out")
While oCtr<oOut
SetValue "Dog_Head.Head.polymsh.clustershapecombiner.Point_AUTO_Wt", 0
SetValue "DOG_HEAD.HEAD.polymsh.cls.Texture_Coordinates_AUTO.Texture _Projection5.CameraTxt.Freeze", False
SetValue "DOG_HEAD.HEAD.polymsh.cls.Texture_Coordinates_AUTO.Texture _Projection5.CameraTxt.Freeze", True
SetValue "DOG_HEAD.HEAD.polymsh.clustershapecombiner.Point_AUTO_Wt", 1
refresh
RenderPass "", "", oCtr, oCtr, 1
SetValue "PlayControl.Current", oOut
oCtr = oCtr+1
Wend
RenderPass "", "", oCtr, oCtr, 1
Maybe this time, Jabbar <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Ok, I think this will work then.</FONT></DIV> <DIV><FONT face=Arial size=2>I didn't think about the dangers of the hacked Scripted Op</FONT></DIV> <DIV><FONT face=Arial size=2>But here is a script that should work:</FONT></DIV> <DIV><FONT size=1><FONT face=Arial size=2></FONT></FONT> </DIV> <DIV><FONT size=1><FONT face=Arial size=2><FONT size=2> <P>oCtr = GetValue("PlayControl.In")</P> <P>oOut = GetValue ("PlayControl.Out")</P> <P> </P> <P>While oCtr<oOut </P> <P>SetValue "Dog_Head.Head.polymsh.clustershapecombiner.Point_AUTO_Wt", 0</P> <P>SetValue "DOG_HEAD.HEAD.polymsh.cls.Texture_Coordinates_AUTO.Texture_Projection5 .CameraTxt.Freeze", False</P> <P>SetValue "DOG_HEAD.HEAD.polymsh.cls.Texture_Coordinates_AUTO.Texture_Projection5 .CameraTxt.Freeze", True</P> <P>SetValue "DOG_HEAD.HEAD.polymsh.clustershapecombiner.Point_AUTO_Wt", 1</P> <P>refresh</P> <P>RenderPass "", "", oCtr, oCtr, 1</P> <P>SetValue "PlayControl.Current", oOut</P> <P>oCtr = oCtr+1</P> <P>Wend</P> <P>RenderPass "", "", oCtr, oCtr, 1</P></FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT size=1><FONT face=Arial size=2>Maybe this time,</FONT></FONT></DIV> <DIV><FONT size=1><FONT face=Arial size=2> Jabbar</FONT></DIV></FONT></BODY></HTML>
|
|