well, lack of captions is annoying, but you don’t really need .pressButtonByName; Once you’ve identified the correct control ID, you can get the corre…
that ‘as string’ is perplexing, as that should already be a string; but whatever works the other part… rut roh. You could mess around with some Max…
I think VRay may have a function to clear its VFB, but you’d have to check with them. To clear the 3ds Max VFB, you can try the following function: …
you could call render() locally (and optionally specify the frame, defaults to the current one. For network renders you’d have to submit multiple job…
the camera position thing seems to work okay with Brazil, but you may want to try moving the camera not in #preRenderFrame but in #preRenderEval ?
It’s going to depend on which sorting algorithm you’re going to be comparing it to; the sort I posted only considers numerics at the end of the filena…
The ‘getFilesequenceFile’ function takes three parameters… the filename, and two by-reference parameters that the function assigns values to. by-refe…
no need for isDigit, or even the execute method (if you only care about letters vs numbers, you could even try casting to integer, as long as you repl…
you may not be doing anything wrong – it may simply not be supported to set that from maxscript (though it would be odd). Try ‘showProperties $’ with…
eh… I’m no PFLow guru, so I’m sure there’s better ways (preferably so you can get an entire hierarchy in order), but… myEvents = for p in (getPropNam…
The unique names only help up to a point… Specifically with regards to renaming them – as there is no event, let’s say you have the layers: layer1, l…
might be a necessary evil… thought that maybe a node within a layer would trigger some event if you changed the name of the layer it’s in – but alas. …
hrm… short of a timer… doesn’t look like it… when <parameters> etc. doesn’t catch the name change either (had to try). What’s the purpose, thou…
For buttons, there’s a very faint change in the button’s outline between popup and flat on my machine – probably dependent on the windows UI settings….
I don’t think that those key words being reserved is the issue. I may be mistaken, but I think you are trying to treat the dotnet constructor as a fu…