jdulberg
12-15-2008, 01:25 PM
Hello,
I have a maxscript that changes a textarea depending on the radius of a dummy object (cylinder).
q=($dimMNcontrol.radius*25.4) --dimMNcontrol is the dummy cylinder
r=formattedPrint q format:".2f mm"
$dimMN.text=r --dimMN is the text field
This works fine in the viewport and renders ok in single frames but when I render a sequence or active segment, the code does not run. This problem happens when rendering on my own computer and with Backburner.
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) --dimMNcontrol is the dummy cylinder
r=formattedPrint q format:".2f mm"
$dimMN.text=r --dimMN is the text field
This works fine in the viewport and renders ok in single frames but when I render a sequence or active segment, the code does not run. This problem happens when rendering on my own computer and with Backburner.
Any suggestions are appreciated, thanks!
(3ds Max Design 2009, creativity extension, sp1)
Jason
