thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Topic
Forum
Replies: 1
Views: 14
Reply
RE: Post-Render Scripts and Netrenders

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…

17 years ago
Forum
Reply
RE: Post-Render Scripts and Netrenders

So would I then set my script to run on startup in the render nodes? Otherwise the callback would never be declared.

17 years ago
Forum
Reply
RE: Post-Render Scripts and Netrenders

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…

17 years ago
Forum
Topic
Forum
Replies: 9
Views: 18
Topic
Forum
Replies: 1
Views: 11
Reply
RE: Collect and Move Maps to Folder

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…

17 years ago
Forum
Reply
RE: Collect and Move Maps to Folder

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…

17 years ago
Forum
Topic
Forum
Replies: 38
Views: 105
Reply
RE: import spreadsheet to animation?

You can also export CSV (Comma Seperated Value) files from excel. Would change your parser slightly, but just another way to export your data.

17 years ago
Forum
Topic
Forum
Replies: 1
Views: 8
Reply
RE: Scripting idea? (underscores instead of spaces)

Or you could just leave spaces in your names. It actually isn’t as bad as you might imagine.

18 years ago
Forum
Reply
RE: Scripting idea? (underscores instead of spaces)

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…

18 years ago
Forum
Reply
RE: Scripting idea? (underscores instead of spaces)

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 …

18 years ago
Forum
Reply
RE: number rounding

Floor and Ceiling are the maxscript commands which round. [left]ceil <number>[/left] [left]Returns the nearest whole number greater than or e…

18 years ago
Forum
Page 26 / 32