mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
nuke: implementing _before_instance_create funtion
This commit is contained in:
parent
4f7e4fcac3
commit
5924dcc1f5
1 changed files with 3 additions and 0 deletions
|
|
@ -574,6 +574,9 @@ class NukePlaceholderCreatePlugin(
|
|||
placeholder_data["delete"] = False
|
||||
return placeholder_data
|
||||
|
||||
def _before_instance_create(self, placeholder):
|
||||
placeholder.data["nodes_init"] = nuke.allNodes()
|
||||
|
||||
def collect_placeholders(self):
|
||||
output = []
|
||||
scene_placeholders = self._collect_scene_placeholders()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue