Page 1 of 1

Export scene as OCS with individual mesh group

PostPosted: Fri Mar 26, 2021 2:55 am
by tomo8177
Is there a function, when exporting Rhino scene as .ocs or .orbx, to export the mesh into separated geometry groups, instead of one big chunk of geometry??
maybe separated by Rhino layers??

i understand each Rhino blocks are kept separate from other mesh, but not all geometry in Rhino will be made into blocks.

i like the node interface of Octane Standalone so much when performing the batch render.
my job always requires me to produce hundreds of different "versions" of the scene rendering, with variety of camera positions, daylight settings, environment settings, render settings, different post processing values, with/without particular furniture (objects), in different positions, with same models but different style wallpapers/colors (materials), etc.
Rhino's batch renderer does a decent job of creating variety of conditions by using different Named Views and Named Positions, Snapshots, etc.

saving the render setting to camera position is a great function, but i still prefer the node interface of Standalone renderer, which enables me to share/not share certain items.

Re: Export scene as OCS with individual mesh group

PostPosted: Fri Mar 26, 2021 3:40 am
by face_off
Hi - unfortunately there is not currently a way to do this with the plugin. There is a DIY solution you could write with RhinoScript where you turn off all geometry except for a given layer, and then open the viewport and export to ORBX. Then your script could do the same for the next layer, etc.

Thanks

Paul

Re: Export scene as OCS with individual mesh group

PostPosted: Mon Mar 29, 2021 2:04 pm
by tomo8177
Thank you Paul for replying!!
right, that is my work around, and it still requires me to re-assemble each ORBX into one scene...

Re: Export scene as OCS with individual mesh group

PostPosted: Tue Mar 30, 2021 1:03 am
by face_off
tomo8177 wrote:Thank you Paul for replying!!
right, that is my work around, and it still requires me to re-assemble each ORBX into one scene...
Yes, true. You can write LUA code in Octane Standalone to merge scene's if you need to do this frequently.

Paul