removed calles in houdini addon pipline.py on_save() func to depricated calls

This commit is contained in:
Lyon_Rosenblatt 2024-04-01 17:25:21 +02:00
parent 07e2be9f99
commit 0e5f37d0cc
2 changed files with 1 additions and 5 deletions

View file

@ -1076,4 +1076,4 @@ def prompt_reset_context():
if options["instances"]:
update_content_on_context_change()
dialog.deleteLater()
dialog.deleteLater()

View file

@ -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