Skip to content

Commit

Permalink
Houdini: 1. Modified mantra_functionality/image_plane_functionality.p…
Browse files Browse the repository at this point in the history
…y to include mask_char, mask_char_no_fur, mask_fur and mask_fuzz. Mask_fur and mask_fuzz replace the former fur_mask and fuzz_mask AOVs and are now included in the additional_aov HDA. 2. Modified mantra_functionality/mantra_functionality to raise reflect and refract pathes from 2 to 4.
  • Loading branch information
timmwagener committed Feb 24, 2015
1 parent 00fce5a commit 9499ed6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,13 @@
"fresnel_one",
"fresnel_two",
"fur_gradient",
"fur_mask",
"fuzz_mask",
"mask_rgb_1",
"mask_rgb_2",
"mask_rgb_3"
"mask_rgb_3",
"mask_char",
"mask_char_no_fur",
"mask_fur",
"mask_fuzz"
]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,12 +575,12 @@ def set_mantra_base_parameters(self, node):
#------------------------------------------------------------------

#vm_reflectlimit
self.set_parm_value(node, 'vm_reflectlimit', 2)
self.set_parm_value(node, 'vm_reflectlimit', 4)
#log
print('{0} to {1}'.format('vm_reflectlimit', self.get_parm_value(node, 'vm_reflectlimit')))

#vm_refractlimit
self.set_parm_value(node, 'vm_refractlimit', 2)
self.set_parm_value(node, 'vm_refractlimit', 4)
#log
print('{0} to {1}'.format('vm_refractlimit', self.get_parm_value(node, 'vm_refractlimit')))

Expand Down

0 comments on commit 9499ed6

Please sign in to comment.