diff --git a/openpype/tools/new_publisher/widgets.py b/openpype/tools/new_publisher/widgets.py index 7070e74daa..106bbacd3b 100644 --- a/openpype/tools/new_publisher/widgets.py +++ b/openpype/tools/new_publisher/widgets.py @@ -8,22 +8,22 @@ def get_default_thumbnail_image_path(): class SubsetAttributesWidget(QtWidgets.QWidget): + """Widget where attributes of instance/s are modified. + _____________________________ + | | | + | Global | Thumbnail | + | attributes | | TOP + |_________________|___________| + | | | + | | Publish | + | Family | plugin | + | attributes | attributes | BOTTOM + |______________|______________| + """ + def __init__(self, parent): super(SubsetAttributesWidget, self).__init__(parent) - """ - _____________________________ - | | | - | Global | Thumbnail | - | attributes | | TOP - |_________________|___________| - | | | - | | Publish | - | Family | plugin | - | attributes | attributes | BOTTOM - |______________|______________| - """ - # TOP PART top_widget = QtWidgets.QWidget(self)