I was looking for the default folder. I think I have found a way – this seems to do the trick: myPath = “c:\ est” RTT_SceneData_AppData_Index = 0x41…
Why bother with quat rotations? Why not just write the new matrix to the transform?
Ahh I am an idiot! I thought the menu had to be registered with the rollout in order to call the popup. Turns out I can define as many as I want and …
Try putting an = in there.
I haven’t looked into this, but here is an idea for a dirty hack. Create a mesh object with verts in the same place as the spline with the same transf…
Let me talk it through line by line. c = $ – Assigns the currently selected circle to a variable called c convertToSplineShape c – Converts the circl…
Something like this should get you started. c = $ convertToSplineShape c kA = getKnotSelection c 1 for i=1 to kA.count do ( p = getKnotPoint c …
Eric, if you want to just swap out the 2010 SDK in VS and hit compile for x64, I’m more than happy to test everything for you. I won’t blame you if a…
I’m willing to send cake to Eric if he recompiles a 2010 version
Where? I can only see up to 2009 here.
I’m holding my breath for a 2010 build. I’m turning blue!
Time to grow to love the execute() function.