Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for loading linked blocks from external files #87

Open
s3ththompson opened this issue May 27, 2021 · 1 comment
Open

Add support for loading linked blocks from external files #87

s3ththompson opened this issue May 27, 2021 · 1 comment

Comments

@s3ththompson
Copy link

Is your feature request related to a problem? Please describe.
import_3dm does not handle Rhino files with blocks linked to separate files. Linked block instances are imported as empty collections.

Describe the solution you'd like
import_3dm should at least import linked block instances by reading external files and populating Blender collections correctly. in the future, it may be desirable to mirror the file structure of the Rhino files with multiple linked Blender files, but this would be out of scope for initial implementation.

Additional context
rhino3dm recently gained support for reading source files from linked blocks. Version 0.16.0 adds support for InstanceDefinition.SourceArchive and InstanceDefinition.UpdateType properties.

@jesterKing
Copy link
Owner

That means I'll have to take a look at updating the latest rhino3dm and have it tested!

@JoGoer JoGoer mentioned this issue Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants