mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
removed calles in houdini addon pipline.py on_save() func to depricated calls
This commit is contained in:
parent
07e2be9f99
commit
0e5f37d0cc
2 changed files with 1 additions and 5 deletions
|
|
@ -1076,4 +1076,4 @@ def prompt_reset_context():
|
|||
if options["instances"]:
|
||||
update_content_on_context_change()
|
||||
|
||||
dialog.deleteLater()
|
||||
dialog.deleteLater()
|
||||
|
|
|
|||
|
|
@ -307,10 +307,6 @@ def on_save():
|
|||
# update houdini vars
|
||||
lib.update_houdini_vars_context_dialog()
|
||||
|
||||
nodes = lib.get_id_required_nodes()
|
||||
for node, new_id in lib.generate_ids(nodes):
|
||||
lib.set_id(node, new_id, overwrite=False)
|
||||
|
||||
# We are now starting the actual save directly
|
||||
global ABOUT_TO_SAVE
|
||||
ABOUT_TO_SAVE = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue