Thank you, I’ll look into this.
Hey, Paul, thanks for looking at this! I appretiate it. As for a controller, it’s a standard Bezier_XYZ controller in a rotation track, though it’s a…
That actually sounds like an easier path. I might try both, but will start with this one. Thank you.
Thanks for the tips. I know about the backgroundWorker (from Pete, of course ), just wasn’t sure about the rest of the process as you described. I’…
Kameleon: Check this out: And Light solution on the same thread: Very interesting! Will try, thank you!
Got it working! I had to include the MainThread object inside the function itself! Then it works correctly. Strange behavior.
Oh man! I hope it’s not another bug. :banghead: lo: Do structs support .this property? Is this something new? .this is nothing new. It’s a…
Oks, got it working. In case anybody bumped into the same issue, all I had to do was to assign a default controller to the slider, spinner etc… and t…
SoLiTuDe: If you look at the examples, you’ll get a better idea of how it’s integrated. You need to do the “from Py3dsMax import mxs” and then all …