Closed philip-luk-tangent-anim closed 3 years ago
…gsAPI: https://github.com/tangent-opensource/usdcycles/blob/rez/v0.5.4/plugin/schema.usda
the following settings are exported with each material to match the schema from https://github.com/tangent-opensource/usdcycles/blob/rez/v0.5.4/plugin/schema.usda:
uniform int cycles:material:pass_id
uniform token cycles:material:displacement_method
bool cycles:material:use_mis
bool cycles:material:use_transparent_shadow
uniform bool cycles:material:heterogeneous_volume
uniform token cycles:material:volume_sampling_method
uniform token cycles:material:volume_interpolation_method
uniform float cycles:material:volume_step_rate
In particular, this fixes an issue where hdcycles did not render displacement according to the displacement_method setting.
…gsAPI: https://github.com/tangent-opensource/usdcycles/blob/rez/v0.5.4/plugin/schema.usda
the following settings are exported with each material to match the schema from https://github.com/tangent-opensource/usdcycles/blob/rez/v0.5.4/plugin/schema.usda:
uniform int cycles:material:pass_id
uniform token cycles:material:displacement_method
bool cycles:material:use_mis
bool cycles:material:use_transparent_shadow
uniform bool cycles:material:heterogeneous_volume
uniform token cycles:material:volume_sampling_method
uniform token cycles:material:volume_interpolation_method
uniform float cycles:material:volume_step_rate
In particular, this fixes an issue where hdcycles did not render displacement according to the displacement_method setting.