Message 1 of 2
maxscript does not run when rendering a sequence of frames

Not applicable
12-12-2008
06:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a maxscript that changes a textarea depending on the radius of a dummy object (cylinder).
This works fine in the viewport and renders ok on my computer but when I send the job for network rendering in Backburner, the code no longer runs. Strangely, it will actually render single frames ok but not the active segment or any frame sequence.
I suppose that I could render the entire animation on my computer but I'd rather determine what the problem is before a last resort.
Any suggestions are appreciated, thanks!
(3ds Max Design 2009, creativity extension, sp1)
Jason
I have a maxscript that changes a textarea depending on the radius of a dummy object (cylinder).
q=($dimMNcontrol.radius*25.4)
r=formattedPrint q format:".2f mm"
$dimMN.text=r
This works fine in the viewport and renders ok on my computer but when I send the job for network rendering in Backburner, the code no longer runs. Strangely, it will actually render single frames ok but not the active segment or any frame sequence.
I suppose that I could render the entire animation on my computer but I'd rather determine what the problem is before a last resort.
Any suggestions are appreciated, thanks!
(3ds Max Design 2009, creativity extension, sp1)
Jason