mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
set selction to empty
This commit is contained in:
parent
e6d9697e23
commit
527a4499a8
1 changed files with 2 additions and 0 deletions
|
|
@ -170,6 +170,8 @@ class HoudiniCreator(NewCreator, HoudiniCreatorBase):
|
|||
|
||||
def create(self, subset_name, instance_data, pre_create_data):
|
||||
try:
|
||||
self.selected_nodes = []
|
||||
|
||||
if pre_create_data.get("use_selection"):
|
||||
self.selected_nodes = hou.selectedNodes()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue