State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:362039|
Problem summary:
When deleting Passes from a LookFileBake node's Parameters tab, the deleted pass will be erased from the node graph, but not from the widget. Attempting to rename one of these phantom passes will then raise an exception.
Steps to reproduce:
Expected behaviour:
Deleting passes removes ports from the node and the parameters widget.
Actual behaviour:
Deleting passes removes ports from the node but not the parameters widget.
When renaming one of the deleted passes, an exception is raised, with a traceback similar to the following:
[ERROR python.root]: An AttributeError occurred in "LookFileBake.py": 'NoneType' object has no attribute 'getName' Traceback (most recent call last): File "bin\python\UI4\Widgets\SortablePanel.py", line 314, in __panelValueChangedCallback File "bin\python\UI4\FormMaster\Editors\LookFileBake.py", line 296, in panelValueChanged AttributeError: 'NoneType' object has no attribute 'getName' Workaround:
Tested versions/platforms:
We're sorry to hear that
Please tell us why