dellis
10-21-2009, 03:37 PM
Hey all,
I think this might be an easy one...but is there a way to put a progress bar in this script to show the progress of the rendering?
rollout image_button_test "Image Button"
(
button theButton "Press To Render!" width:300 height:169
on theButton pressed do
(
theBmp = render outputsize:[300,169] vfb:off
theButton.images = #(theBmp, undefined, 1,1,1,1,1 )
)
)
createDialog image_button_test 310 179
Its a neat little script...the progress bar would help it..and i would love to see how its implemented. Thanks alot guys!
I think this might be an easy one...but is there a way to put a progress bar in this script to show the progress of the rendering?
rollout image_button_test "Image Button"
(
button theButton "Press To Render!" width:300 height:169
on theButton pressed do
(
theBmp = render outputsize:[300,169] vfb:off
theButton.images = #(theBmp, undefined, 1,1,1,1,1 )
)
)
createDialog image_button_test 310 179
Its a neat little script...the progress bar would help it..and i would love to see how its implemented. Thanks alot guys!
