mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
hierarchy items are reversed
This commit is contained in:
parent
7314680ef9
commit
4ba7f32ea3
1 changed files with 1 additions and 0 deletions
|
|
@ -384,6 +384,7 @@ class Window(QtWidgets.QDialog):
|
|||
hiearchy_items = []
|
||||
hiearchy_items.append(parent['name'])
|
||||
hiearchy_items.extend(self.get_avalon_parent(parent))
|
||||
hiearchy_items = reversed(hiearchy_items)
|
||||
hierarchy = os.path.sep.join(hiearchy_items)
|
||||
new_asset_data = {
|
||||
'ftrackId': new_entity['id'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue