Removed duplicate command

This commit is contained in:
2-REC 2022-12-05 16:30:01 +07:00
parent f9680ccb78
commit 605432cc5d

View file

@ -194,9 +194,6 @@ class FamilyWidget(QtWidgets.QWidget):
project_name, asset_name, fields=["_id"]
)
# Get plugin and family
plugin = item.data(PluginRole)
# Early exit if no asset name
if not asset_name.strip():
self._build_menu([])