-
Notifications
You must be signed in to change notification settings - Fork 127
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works as supposed to without any problem.
My only concern (not blocking merging of this PR) it would be better to call this function |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Necessary to adjust it as discussed together. Which means there will be 2 operation types:
append function (basically as blender which creates another scene in blender file)
import function (just importing workfile into existing blender scene creating new collection of imported objects)
The core function is working now but needs to be enhanced/polished.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has been tested both using append workfile
and import workfile
and both works ok!
Brief description
Implemented the importer for other blend workfiles.
Description
The workfile importer will import everything from another blend file, but it will not create any container for it. It will just merge the content in the current blend file.