You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 forInstanceDefinition.SourceArchive and InstanceDefinition.UpdateType properties.
The text was updated successfully, but these errors were encountered:
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
andInstanceDefinition.UpdateType
properties.The text was updated successfully, but these errors were encountered: