Hi,
sometime it is good for working on a scene to hide objects like big ground planes or much trees. A good workflow is, to collect this objects at a layer and enable this layer for rendering only. A small button script help to do it.
This script I have got from Pascal Golay some weeks ago at the rhino forum.
-Micha
sometime it is good for working on a scene to hide objects like big ground planes or much trees. A good workflow is, to collect this objects at a layer and enable this layer for rendering only. A small button script help to do it.
This script I have got from Pascal Golay some weeks ago at the rhino forum.
-Micha
Code:
! _-Layer _On "Hidden Objects" _Enter _Render _-Layer _Off "Hidden Objects" _Enter
Comment