jesterKing / import_3dm

Blender importer script for Rhinoceros 3D files
MIT License
301 stars 38 forks source link

Linked Blocks #107

Closed JoGoer closed 1 year ago

JoGoer commented 1 year ago

Added feature 'Auto-Create Linked Block Files':

Added an option to the import menu which automatically creates a Blender file for each linked block in the Rhino file. This way the addon can read from these newly created reference files to populate the instance definitions by linking (File > Link). The 'Overwrite' toggle can be enabled to save over existing reference files.

2023-08-03 17_12_51-Blender File View

Detailed Explanation

Resolves

Addresses issue "Add support for loading linked blocks from external files" #87 This only implements the mirroring of the Rhino file structure and not the reading from external Rhino files.

Additional Notes