File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
schema/project/sequences/sequence/editorial Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ # This file is a placeholder to ensure that the parent folder is preserved and not deleted by git.
2
+ # Any file named 'placeholder' will not be copied across when folders are created.
3
+ # Note: You can which files should be ignored when folders are created in the ignore_files file,
4
+ # located in the schema folder.
Original file line number Diff line number Diff line change @@ -139,6 +139,12 @@ keys:
139
139
shotgun_entity_type : Shot
140
140
shotgun_field_name : sg_sequence
141
141
142
+ # These are used by the Movie Publish in Unreal
143
+ level_sequence :
144
+ type : str
145
+ world :
146
+ type : str
147
+
142
148
#
143
149
# The paths section contains all the the key locations where files are to be stored
144
150
# by Sgtk Apps. Each path is made up of several keys (like {version} or {shot}) and
@@ -381,10 +387,8 @@ paths:
381
387
#
382
388
383
389
# level sequence review output from unreal
384
- unreal_movie_render :
385
- definition : ' shotgun/movie_render/{name}[.v{version}].avi'
386
390
unreal_movie_publish :
387
- definition : ' to_publish/{name}[ .v{version}] .avi'
391
+ definition : ' [sequences/{Sequence}/][{Shot}/]editorial/{YYYY}_{MM}_{DD}/unreal/{level_sequence}_{world} .v{version}.avi'
388
392
389
393
# #########################################################################################
390
394
# Asset pipeline
Original file line number Diff line number Diff line change @@ -84,5 +84,5 @@ engines.tk-unreal.location:
84
84
type : git_branch
85
85
path :
[email protected] :shotgunsoftware/tk-unreal
86
86
branch : master
87
- version : 54eeb59a34b3f08a5fd8b0f7d27ab05fa658c35b
87
+ version : 3d1b3407fb962b85a49b1f8970af4d305aa9ac1d
88
88
Original file line number Diff line number Diff line change @@ -427,7 +427,6 @@ settings.tk-multi-publish2.unreal.project:
427
427
- name : Render Movie and Submit for Review
428
428
hook : " {self}/publish_file.py:{engine}/tk-multi-publish2/basic/publish_movie.py"
429
429
settings :
430
- Work Template : unreal_movie_render
431
430
Publish Template : unreal_movie_publish
432
431
help_url : *help_url
433
432
location : " @apps.tk-multi-publish2.location"
You can’t perform that action at this time.
0 commit comments