Profile

Emilio Lopez

Contact Details

My Content

1 to 9 of 9 total
Posted By Emilio Lopez 07-10-2025 17:10
Found In Egroup: Graphics
\ view thread
Sorry if this is the wrong place to post this or if it's extremely easy, I'm just starting to learn scripting. I'm trying to change the last key frame of an animation from a text input. This is the script I have so far: Dim Wheel as xpBaseObject Dim EndFrame as xpTextObject Self.GetObjectByName("Row ...
Posted By Emilio Lopez 12-08-2024 17:28
Found In Library: Graphics
Posted By Emilio Lopez 12-08-2024 17:28
Found In Egroup: Graphics
\ view thread
This is my current script: Dim Wheel As xpBaseObject Dim EndFrame As xpTextObject If Not Self.GetObjectByName("Row Wheel", Wheel) Then Exit Sub If Not Self.GetObjectByName("End Frame", EndFrame) Then Exit Sub Dim endFrameValue As Integer If Integer.TryParse(EndFrame.Text, endFrameValue) ...
Posted By Emilio Lopez 12-05-2024 19:21
Found In Egroup: Graphics
\ view thread
This is exactly what I need! I'm struggling to see how to change the scripting so I can use different materials. ------------------------------ Emilio Lopez ------------------------------
Posted By Emilio Lopez 11-29-2024 22:11
Found In Egroup: Graphics
\ view thread
I should be able to get a test file but I'm using this to create a wheel and I want the wheel to slow down at the end of the rotation, using the Bezier. However, this script has the wheel end on the last frame instantly. No slow down, no Bezier. Is there a way to add a Bezier to this script? -- ...
Posted By Emilio Lopez 11-27-2024 23:46
Found In Egroup: Graphics
\ view thread
I've tried TCB Spline and Bezier Spline but when it gets to the end of the animation, it stops suddenly without taking the spline. In the SDK Help file, it says that I should be able to use "Interpolation As KeyInterpolation = 0" but I'm struggling with how to write it as a script. ------------ ...
Posted By Emilio Lopez 11-22-2024 20:47
Found In Egroup: Graphics
\ view thread
This works! Thank you! I also had set up a Bezier Spline on the keyframes. Would you know how to maintain the spline? In the SDK help, in says I should be able to add Optional ByVal Interpolation As KeyInterpolation = 0 How would I be able to add this to ...
Posted By Emilio Lopez 11-18-2024 09:54
Found In Egroup: Graphics
\ view thread
Sorry if this is the wrong place to post this or if it's extremely easy, I'm just starting to learn scripting. I'm trying to change the last key frame of an animation from a text input. This is the script I have so far: Dim Wheel as xpBaseObject Dim EndFrame as xpTextObject Self.GetObjectByName("Row ...
Posted By Emilio Lopez 11-18-2024 09:53
Found In Egroup: Graphics
\ view thread
I'm sorry if this is the wrong place to ask or if this is extremely simple but I'm extremely new to scripting. I need to be able to change the last Key Frame of an animation with a text input. The script I have right now is: Dim Wheel as xpBaseObject Dim EndFrame as xpTextObject Self.GetObjectByName("Row ...