Announcement

Collapse
No announcement yet.

vrayMeshExport

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

  • vrayMeshExport

    Hi,

    it is possible to get the "Folder" via maxScript?
    and the other new function?

    Thomas
    Material Preset Manager

  • #2
    By default this is the 3ds Max "Export" folder, unless the user changed it for the current 3ds Max session.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Originally posted by vlado View Post
      By default this is the 3ds Max "Export" folder, unless the user changed it for the current 3ds Max session.

      Best regards,
      Vlado
      Thanks Vlado

      is there no way to change this via Script? like the "VRay mesh export" Dialog?

      Thomas
      Material Preset Manager

      Comment


      • #4
        I think that if you specify a path along with the file name passed to the vrayMeshExport() function, it will use that path.

        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment


        • #5
          Originally posted by vlado View Post
          I think that if you specify a path along with the file name passed to the vrayMeshExport() function, it will use that path.

          Best regards,
          Vlado
          Thanks again,

          my first try with "vrayMeshExport meshFile:"c:\theFile.vrmesh"" don't work.
          It works now, no idea what was wrong before

          Thomas
          Material Preset Manager

          Comment


          • #6
            In MaxScript strings, you need to either use double backward slash, e.g. "c:\\theFile.vrmesh", or one forward slash, e.g. "c:/theFile.vrmesh".

            Best regards,
            Vlado
            I only act like I know everything, Rogers.

            Comment


            • #7
              Originally posted by vlado View Post
              In MaxScript strings, you need to either use double backward slash, e.g. "c:\\theFile.vrmesh", or one forward slash, e.g. "c:/theFile.vrmesh".

              Best regards,
              Vlado
              Many thanks again Vlado,
              any tipps for the new function? "Export animation","Frame range"?
              But it is not urgent

              Thomas
              Material Preset Manager

              Comment


              • #8
                The animation parameters are not added to the vrayMeshExport function, but I've made a note to add them.

                Best regards,
                Vlado
                I only act like I know everything, Rogers.

                Comment

                Working...
                X