Announcement

Collapse
No announcement yet.

Converting Vrayfur to geo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    wow this is nice news! hope to test it out asap

    Comment


    • #17
      Originally posted by yavor.rubenov View Post
      Recently we've added an option to VRayDisplacementMod to save it's result to a vrmesh file (available in the official builds already). It's accessible through MAXScript with something like:
      Code:
      $.modifiers[#VRayDisplacementMod].write_vrmesh="D:\\test.vrmesh"
      Is there another piece of MAXScript that would cancel this behaviour?
      I tried it out, and now have a delay starting each render as it writes a 400MB VRMesh file!

      Cheers,

      John
      Website
      Behance
      Instagram

      Comment


      • #18
        Empty string should do it:
        Code:
        $.modifiers[#VRayDisplacementMod].write_vrmesh=""
        Yavor Rubenov
        V-Ray for 3ds Max developer

        Comment


        • #19
          Originally posted by yavor.rubenov View Post
          Empty string should do it:
          Code:
          $.modifiers[#VRayDisplacementMod].write_vrmesh=""
          Great. Thanks Yavor.
          Website
          Behance
          Instagram

          Comment

          Working...
          X