I assume you’ve looked in vain for a maxplus “undefined” value type rather than “none” type?
Thanks Denis. I feel my questions are getting more basic and obvious by the week! Another thing I should have picked up from the docs. Thanks again fo…
denisT: Do you really think I was serious answering the question? it was just a joking. Hah, yes I got your joke, but thought you might have som…
Did you notice my other post? I can’t use their recommended method to improve try()catch() performance as it isn’t backwards compatible with <2017,…
This sounds like exactly my situation and thought process too! Here are my results : 3DS MAX 2017 time:5077ms heap:3485764L RAM:1146.23MB 3DS MAX 2…
Thanks for the details Dave, and thanks for the help Denis! Cheers p
Great, that’s working now. I didn’t realise the object simply had a controller rather than a controller for a translate or position property. Thanks f…
Hmm, it doesn’t work for node properties; eg a=sphere() animated the position a.position.controller returns the controller. getpropertyController a…
Oh dear! How on earth did I miss that in the docs! Thanks as always Denis! p.
Autodesk responded with a detailed response : I also saw similar results, but given that the loop is not doing anything, it’s hard to say it is sig…
Currently, no, but that’s because there is other code that also needs cleaned up.
Well, I have a bit of an embarrassing admission to make… the slowdown in my script was down to some nasty old code I hadn’t optimised. After fixing th…
There can’t be many scripts that don’t rely on looping. The simple fact an empty loop takes twice as long should be proof enough of a major issue shou…