Fix clean up of composition must propagate to instance

This commit is contained in:
Petr Kalis 2021-04-07 13:44:33 +02:00
parent 30fca34643
commit fb16f1e7e1

View file

@ -21,3 +21,4 @@ class RemovePublishHighlight(openpype.api.Extractor):
item = instance.data
comp_name = item["comp_name"].replace(stub.PUBLISH_ICON, '')
stub.rename_item(item["comp_id"], comp_name)
instance.data["comp_name"] = comp_name