Skip to content

Commit

Permalink
Merge pull request #34 from nfa-vfxim/bo
Browse files Browse the repository at this point in the history
Arnold update
  • Loading branch information
bkamphues authored Jan 21, 2021
2 parents b3aec44 + 4d2e9ca commit 38fa011
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion core/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ paths:
houdini_shot_extra_plane:
definition: "@cg_shotrender/{name}/v{version}/{width}x{height}/{aov_name}/{projectcode}_sc{Sequence}_sh{Shot}_{name}_{aov_name}_v{version}.{SEQ}.exr"

houdini_shot_ass:
definition: "@cg_shotrender/{name}/v{version}/{width}x{height}/ass/{projectcode}_sc{Sequence}_sh{Shot}_{name}_v{version}.{SEQ}.ass"

#
# 3dsmax
#
Expand Down Expand Up @@ -578,7 +581,10 @@ paths:
definition: "@cg_assetrender/{name}/{houdini.node}/v{version}/{width}x{height}/dcms/{projectcode}_{Asset}_{Step}_{name}_v{version}.{SEQ}.dcm"

houdini_asset_extra_plane:
definition: "@cg_assetrender/{name}/v{version}/{width}x{height}/{aov_name}/{projectcode}_{Asset}_{Step}_{aov_name}_{name}_{aov_name}_v{version}.{SEQ}.exr"
definition: "@cg_assetrender/{name}/v{version}/{width}x{height}/{aov_name}/{projectcode}_{Asset}_{Step}_{name}_{aov_name}_v{version}.{SEQ}.exr"

houdini_asset_ass:
definition: "@cg_assetrender/{name}/v{version}/{width}x{height}/ass/{projectcode}_{Asset}_{Step}_{name}_v{version}.{SEQ}.ass"

#
# 3dsmax
Expand Down
2 changes: 1 addition & 1 deletion env/includes/app_locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ apps.tk-houdini-arnold.location:
type: github_release
organization: nfa-vfxim
repository: tk-houdini-arnold
version: 0.2.1
version: 0.3.1

# ---- Nuke apps

Expand Down
2 changes: 2 additions & 0 deletions env/includes/settings/tk-houdini-arnold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ settings.tk-houdini-arnold.asset_step:
work_file_template: houdini_asset_work
output_render_template: houdini_asset_render
output_aov_template: houdini_asset_extra_plane
output_ass_template: houdini_asset_ass
location: "@apps.tk-houdini-arnold.location"

settings.tk-houdini-arnold.shot_step:
work_file_template: houdini_shot_work
output_render_template: houdini_shot_render
output_aov_template: houdini_shot_extra_plane
output_ass_template: houdini_shot_ass
location: "@apps.tk-houdini-arnold.location"

0 comments on commit 38fa011

Please sign in to comment.