mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fix anatomy creation
This commit is contained in:
parent
a4a684f32f
commit
b79d8b65ff
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ class AnatomyWidget(QtWidgets.QWidget, SettingObject):
|
|||
self.root_widget = RootsWidget(roots_input_data, self)
|
||||
self.templates_widget = TemplatesWidget(templates_input_data, self)
|
||||
self.imageio_widget = DictWidget(imageio_input_data, self)
|
||||
self.imageio_widget.create_ui()
|
||||
|
||||
self.setAttribute(QtCore.Qt.WA_StyledBackground)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue