- Fri Nov 06, 2009 12:29 am
#314136
It should not matter whether you use embed, link, or embed and link...that's none of the plugin's business. I have seen it happen before that Rhino has lost track of the instances table and neglected to tell the plugin that some block references exist - in that case, of course they would not be exported.
So, the question would be, are your blocks:
a. not being exported
b. being exported, but somewhere off in space, out of the camera's view
When exporting a scene with Instances enabled, there are two phases (provided there are actually any blocks to export as instances) and you see messages about them printed in the command line:
1. mesh transfer 12.5%% completed (and so on until all meshes are exported)
2. Exporting blocks as instances
3. block transfer 16.7%% completed, (and so on until all blocks are exported)
4. ExportScene returned: True
What do you see reported when you export your scene? Does the plugin think it's exporting your blocks, or not? If not, restart Rhino to see if maybe its instance table has gotten out of order. If so, open the MXS in Studio and confirm whether or not instances are actually being exported, and where they are ending up; maybe there's a problem there (mind the display % for instances in Studio though - if it's set to a low %, it will look like instances are missing).
On your second point, the 'Instances' switch ought never change how things look in the render - if it's disabled, then blocks will be exported just as they are given to it by Rhino - as plain meshes.
Next Limit Team