I think server mode requires/assumes a connection to backburner before doing anything. -Johan
Are you watching on a windows machine or a linux fileserver like system. Linux doesn’t handle filesystem events like windows and thus aren’t picked up…
If there’s an error in the code it will always output to the listener, even if you turn the listener “off”. You could regulate the error messages by a…
That’s a good point, never looked at it like that, I see a negative scale, I think that’s bad, but it’s not if you don’t use it. Thanks! -Johan
Yes it’s world space, if it where a rig and I’d know how things where set up I’d go straight for the controller values,as simply inversing the control…
Denis how would you fix the negative scaling? I’d say ResetScale mirrorX can you prevent negative scaling in the first place or is it something you …
Sure it’s possible, question is, how do you want the keyframes to flow. You can instance the controllers on the joystick control and the spinner, prov…
My suggestion works ok here max 2010 and 2012 a=plane length:50 width:50 pos:[0,0,0] b=geosphere pos:[0,0,0] radius:5 b.pos.controller = position_li…
Have you tried AAAAAA = B.pos.controller[2].controller ? -Johan
This is a somewhat related snippet of code for repathing an asset. I can’t take credit for this, I got it from Larry Minton. It might be of use to som…
Take a look at Martin Breidt’s gizmo control. You should find the code idea’s you need. -Johan
I think you have to use ” ” -Johan
On top of my exr setting function I have: renderSceneDialog.close() Then all exr settings are done, then the filename is being set, after that I a…
Yes serializing, is what I do too with multidimensional arrays. -Johan