mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
extracted root entities to specific file
This commit is contained in:
parent
5328c14f23
commit
c50b3c1266
5 changed files with 400 additions and 388 deletions
|
|
@ -7,7 +7,8 @@ from pype.settings.constants import (
|
|||
PROJECT_ANATOMY_KEY
|
||||
)
|
||||
from pype.settings.entities import (
|
||||
base_entity,
|
||||
SystemSettings,
|
||||
|
||||
GUIEntity,
|
||||
DictImmutableKeysEntity,
|
||||
DictMutableKeysEntity,
|
||||
|
|
@ -595,7 +596,7 @@ class SystemWidget(SettingsCategoryWidget):
|
|||
self.content_layout.removeWidget(widget)
|
||||
widget.deleteLater()
|
||||
|
||||
self.entity = base_entity.SystemSettings(set_studio_state=False)
|
||||
self.entity = SystemSettings(set_studio_state=False)
|
||||
self.entity.on_change_callbacks.append(self._on_entity_change)
|
||||
try:
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue