Skip to content

Commit 5c2bc29

Browse files
authored
Merge pull request nimbleheroes#45 from studiowildcard/swc_beta
Swc_beta
2 parents b9346ea + 09447e7 commit 5c2bc29

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

python/sync/resolver.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
root_template_mapping = {
1212
"Asset" : "asset_root",
1313
"Animation" : "anim_asset_root",
14-
"Env Asset" : "env_asset_root"
14+
"Env Asset" : "env_asset_root",
15+
"Sequence" : "sequence_root",
16+
"Shot" : "shot_root"
1517
}
1618

1719

@@ -29,7 +31,9 @@ def __init__(self, app=None, entity=None):
2931
def root_template(self):
3032
mapping = {
3133
"CustomEntity01" : "env_asset_root",
32-
"Asset" : "asset_root"
34+
"Asset" : "asset_root",
35+
"Sequence" : "sequence_root",
36+
"Shot" : "shot_root"
3337
}
3438
entity_type = self.entity.get('type')
3539
if entity_type in mapping.keys():

0 commit comments

Comments
 (0)