Skip to content

Commit 0e4938a

Browse files
authored
SG-15478: set frame range for 3dsmax (#86)
Configures the tk-multi-setframerange hook for tk-3dsmax.
1 parent 2a8d617 commit 0e4938a

File tree

18 files changed

+20
-27
lines changed

18 files changed

+20
-27
lines changed

env/includes/3dsmax/apps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ includes:
9292
location: "@common.apps.tk-multi-shotgunpanel.location"
9393

9494
# tk-3dsmax app settings
95+
3dsmax.apps.tk-multi-setframerange:
96+
hook_frame_operation: "{engine}/tk-multi-setframerange/basic/frame_operations.py"
97+
location: "@common.apps.tk-multi-setframerange.location"
9598
3dsmax.apps.tk-multi-publish2: *3dsmaxplus_apps_tk-multi-publish2
9699
3dsmax.apps.tk-multi-loader2:
97100
<<: *3dsmaxplus_apps_tk-multi-loader2

env/includes/3dsmax/asset_step.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ includes:
2828
tk-multi-loader2: '@3dsmaxplus.apps.tk-multi-loader2'
2929

3030
tk-multi-shotgunpanel: '@3dsmaxplus.apps.tk-multi-shotgunpanel'
31-
31+
3232
location: "@common.engines.tk-3dsmaxplus.location"
3333
menu_favourites: []
3434
launch_builtin_plugins: [basic]
@@ -45,7 +45,7 @@ includes:
4545
tk-multi-loader2: '@3dsmax.apps.tk-multi-loader2'
4646

4747
tk-multi-shotgunpanel: '@3dsmax.apps.tk-multi-shotgunpanel'
48-
48+
4949
location: "@common.engines.tk-3dsmax.location"
5050
menu_favourites: []
5151
launch_builtin_plugins: [basic]

env/includes/3dsmax/shot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ includes:
4141

4242
tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'
4343

44-
tk-multi-setframerange: '@common.apps.tk-multi-setframerange'
44+
tk-multi-setframerange: '@3dsmax.apps.tk-multi-setframerange'
4545
tk-multi-publish2: '@3dsmax.apps.tk-multi-publish2'
4646
tk-multi-loader2: '@3dsmax.apps.tk-multi-loader2'
4747
tk-multi-shotgunpanel: '@3dsmax.apps.tk-multi-shotgunpanel'

env/includes/3dsmax/shot_step.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ includes:
3030
tk-multi-loader2: '@3dsmaxplus.apps.tk-multi-loader2'
3131

3232
tk-multi-shotgunpanel: '@3dsmaxplus.apps.tk-multi-shotgunpanel'
33-
33+
3434
location: "@common.engines.tk-3dsmaxplus.location"
3535
menu_favourites: []
3636
launch_builtin_plugins: [basic]
@@ -42,14 +42,14 @@ includes:
4242

4343
tk-multi-pythonconsole: '@common.apps.tk-multi-pythonconsole'
4444

45-
tk-multi-setframerange: '@common.apps.tk-multi-setframerange'
45+
tk-multi-setframerange: '@3dsmax.apps.tk-multi-setframerange'
4646

4747
tk-multi-publish2: '@3dsmax.apps.tk-multi-publish2'
4848

4949
tk-multi-loader2: '@3dsmax.apps.tk-multi-loader2'
5050

5151
tk-multi-shotgunpanel: '@3dsmax.apps.tk-multi-shotgunpanel'
52-
52+
5353
location: "@common.engines.tk-3dsmax.location"
5454
menu_favourites: []
5555
launch_builtin_plugins: [basic]

env/includes/aftereffects/asset_step.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ aftereffects.asset_step:
3434
debug_logging: true
3535
location: "@common.engines.tk-aftereffects.location"
3636
automatic_context_switch: false
37-

env/includes/aftereffects/shot_step.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ aftereffects.shot_step:
3434
debug_logging: true
3535
location: "@common.engines.tk-aftereffects.location"
3636
automatic_context_switch: false
37-

env/includes/common/apps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ common.apps.tk-multi-reviewsubmission.location:
6262
name: tk-multi-reviewsubmission
6363
version: v1.0.0
6464

65+
common.apps.tk-multi-setframerange.location:
66+
version: v0.4.0
67+
type: app_store
68+
name: tk-multi-setframerange
69+
6570
common.apps.tk-nuke-quickreview.location:
6671
type: app_store
6772
name: tk-nuke-quickreview

env/includes/common/frameworks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ frameworks:
5252
version: v0.0.9
5353
type: app_store
5454
name: tk-framework-desktopclient
55-

env/includes/flame/asset_step.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ flame.asset_step:
2323
apps:
2424
location: "@common.engines.tk-flame.location"
2525
use_builtin_plugin: true
26-

env/includes/flame/shot_step.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ flame.shot_step:
2323
apps:
2424
location: "@common.engines.tk-flame.location"
2525
use_builtin_plugin: true
26-

0 commit comments

Comments
 (0)