Announcement

Collapse
No announcement yet.

command for .ply to .vrmesh converter for Maya

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

  • command for .ply to .vrmesh converter for Maya

    What is the command we need to use to convert a Z-brush OBJ to proxy for rendering in Maya using .ply to .vrmesh converter?
    I got only this from spot 3D http://www.spot3d.com/vray/help/maya...ply2vrmesh.htm

    Appreciate any help !!!
    Thanks

  • #2
    The ply2vrmesh tool is included with the installation of V-Ray for Maya; open a V-Ray Standalone command line prompt and type:
    Code:
    ply2vrmesh theobjfile.obj
    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Thnx Vlado...!!

      Don't we have to specify the path?
      I am really sorry, I am not familiar with CMD too much.

      Comment


      • #4
        Originally posted by govindk View Post
        Don't we have to specify the path?
        Yes, of course. If the path contains spaces, you must also enclose the path and the file name in quotes, f.e:
        Code:
        ply2vrmesh "c:\my path\test.obj"
        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          Thanks for all the help Vlado, I think I will make a video of his and put it up in YouTube so people will know how to do it.
          Thnx again !!

          Cheers

          Comment

          Working...
          X