Hey everyone,
Which mode is best for thin leaves, Directional or Uniform? Thanks
Which mode is best for thin leaves, Directional or Uniform? Thanks
Important: Update Your Chaos Licensing by January 28, 2025
To ensure uninterrupted access to your licenses, an essential update is required by January 28, 2025. Failure to update your Chaos licensing will result in the loss of access to your licenses.try(destroyDialog VRay2SidedMtl_Replace)catch() rollout VRay2SidedMtl_Replace "Replace" width:216 height:30 ( button btn_Replace "VRay2SidedMtl Replace to FrontMaterial" pos:[3,5] width:210 height:20 on btn_Replace pressed do ( for vr in (getclassinstances VRay2SidedMtl) where vr.frontMtl != undefined and iskindof (fm = vr.frontMtl) Material do ( if fm.texmap_translucent != undefined do ( replaceinstances vr fm fm.refraction_thinWalled = on fm.translucency_on = 6 -- SSS fm.translucency_amount = 0.2 fm.reflection_lockIOR = false fm.reflection_ior = 1.3 fm.refraction = color 0 0 0 fm.translucency_surfaceLighting = 1 -- Uniform ) ) ) ) createDialog VRay2SidedMtl_Replace
Comment