mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add dict to imprint, type hints in blenderhost, imprint in create
This commit is contained in:
parent
e0e7c96585
commit
6eae2c264d
3 changed files with 4 additions and 3 deletions
|
|
@ -238,6 +238,7 @@ class BlenderCreator(Creator):
|
|||
|
||||
collection = bpy.data.collections.new(name=subset_name)
|
||||
bpy.context.scene.collection.children.link(collection)
|
||||
imprint(collection, instance_data)
|
||||
|
||||
if pre_create_data.get("useSelection"):
|
||||
for obj in get_selection():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue