Thanks Joel I’ll give it a try at work tommorow. The code I posted was actually just half the script since I wanted to keep it simple for anybody try…
So would I then set my script to run on startup in the render nodes? Otherwise the callback would never be declared.
I have a script that strips the 0000 out of render file names if I only render one frame. If I execute it after a net-render finishes it works perfect…
Yeah I actually only wrote the second script because I didn’t like how the “archive” option worked and I already had a TXT file with all the maps list…
Edit: I noticed a few debug lines still in and a typo. Let me correct those real quick… boy… for being inside of “code” tags… CGTalk sure is insistant…
You can also export CSV (Comma Seperated Value) files from excel. Would change your parser slightly, but just another way to export your data.
Or you could just leave spaces in your names. It actually isn’t as bad as you might imagine.
Or you could just stop naming things wrong. Joking aside if you’re just worried about object names you could write a script that runs on startup. P…
A callback is your only option. But you’ll no longer be able to use it as a hotkey for anything. Which would be a shame since it’s the easiest button …
Floor and Ceiling are the maxscript commands which round. [left]ceil <number>[/left] [left]Returns the nearest whole number greater than or e…