mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
defined child offset for nested hierarchy
This commit is contained in:
parent
5350e7a505
commit
8ef37d3dfa
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ class TypeToKlass:
|
|||
NOT_SET = type("NOT_SET", (), {"__bool__": lambda obj: False})()
|
||||
METADATA_KEY = type("METADATA_KEY", (), {})
|
||||
OVERRIDE_VERSION = 1
|
||||
CHILD_OFFSET = 15
|
||||
|
||||
|
||||
def convert_gui_data_to_overrides(data, first=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue