Skip to content

Commit

Permalink
Update rsVrayConverter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kko8 committed Jul 1, 2019
1 parent b0c5950 commit 8a7df41
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions tools/rsVrayConverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,8 @@
Vray (VRAY) to Redshift (RED) material converter in Houdini
Select source SHOP network and run script
Materials hierarchy in OBJ root context :
Required hierarchy of materials
SHOP VRAY >> VRAY materials containers >> VRAY material nodes
diffuse_color > diffuse_color
diffuse_factor > diffuse_weight
diffuse_texture > diffuse_color
ambinet_colorr > transl_color
ambient_factor > transl_weight
emissive_color > emission_color
emissive_texture > emission_color
reflect_color > refl_color
reflect_factor > refl_weight
reflect_texture > refl_color
shininess > refl_roughness
shininess_texture > refl_roughness
opacity_color > refr_color
opacity_factor > refr_weight
specular_color > coat_color
specular_factor > coat_weight
specular_texture > coat_color
'''

import hou
Expand Down

0 comments on commit 8a7df41

Please sign in to comment.