mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
maxscript's conversion of bool to python
This commit is contained in:
parent
0e039d840a
commit
53dac8b0a8
1 changed files with 2 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class MaxCreator(Creator, MaxCreatorBase):
|
|||
# Setting the property
|
||||
rt.setProperty(
|
||||
instance_node.openPypeData, "all_handles", node_list)
|
||||
|
||||
self.log.debug(f"{instance}")
|
||||
self._add_instance_to_context(instance)
|
||||
imprint(instance_node.name, instance.data_to_store())
|
||||
|
||||
|
|
@ -184,6 +184,7 @@ class MaxCreator(Creator, MaxCreatorBase):
|
|||
created_instance = CreatedInstance.from_existing(
|
||||
read(rt.GetNodeByName(instance)), self
|
||||
)
|
||||
self.log.debug(f"{created_instance}")
|
||||
self._add_instance_to_context(created_instance)
|
||||
|
||||
def update_instances(self, update_list):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue