Hi,
I can get the thumbnail for model using
model.save_thumbnail('testthumbnail2.jpg')
But how can I get/extract the page/scene’s thumbnail shown in Scene window through ruby api ?
Hi,
I can get the thumbnail for model using
model.save_thumbnail('testthumbnail2.jpg')
But how can I get/extract the page/scene’s thumbnail shown in Scene window through ruby api ?
You should be able to get some ideas from …
The difference is that instead of moving the camera, you’ll switch the scene.
Thanks @DanRathbun. Got the answer.