Re: Michas Wishlist
Here's my attempt via Macros. I couldn't suppress the dialog boxes when it asks you to save, but other than that its all automated
_selall
_-mesh
_detailedoptions
_advancedoptions
_angle
6
_aspectratio
0
enter
enter
_selnone
_selmesh
_-export "C:\Documents and Settings\Damien\My Documents\Micha test.3dm"
_-open "C:\Documents and Settings\Damien\My Documents\Micha test.3dm"
_render
_-new
_none
This is specifically for a 6 degree mesh, but you could adjust it. The file path would be whatever you want. In my quick tests of very simple stuff I saw a 50-80mb drop in memory usage, so I'm sure it would be much more significant in larger scenes. One last important bit. The active view must be the view to be rendered in the file, and in Global Switches Batch Render must be unchecked. Hope this helps for the time being
Here's my attempt via Macros. I couldn't suppress the dialog boxes when it asks you to save, but other than that its all automated
_selall
_-mesh
_detailedoptions
_advancedoptions
_angle
6
_aspectratio
0
enter
enter
_selnone
_selmesh
_-export "C:\Documents and Settings\Damien\My Documents\Micha test.3dm"
_-open "C:\Documents and Settings\Damien\My Documents\Micha test.3dm"
_render
_-new
_none
This is specifically for a 6 degree mesh, but you could adjust it. The file path would be whatever you want. In my quick tests of very simple stuff I saw a 50-80mb drop in memory usage, so I'm sure it would be much more significant in larger scenes. One last important bit. The active view must be the view to be rendered in the file, and in Global Switches Batch Render must be unchecked. Hope this helps for the time being
Comment