Announcement

Collapse
No announcement yet.

Animated V-Ray Proxy

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

  • Animated V-Ray Proxy

    Is there a way to basically do what Supermesher and XMesh are doing but the end product be a vray proxy object? Lets say there is a sequence of obj files that i would like to get into a single vray proxy file....is this possible.
    Dwayne D. Ellis
    ________________________

    McCarthy Engineering Inc.
    Windsor, Ontario, Canada

  • #2
    Originally posted by Dwayne_Ellis View Post
    Lets say there is a sequence of obj files that i would like to get into a single vray proxy file....is this possible.
    Of course; you can use the ply2vrmesh tool to collect a bunch of .obj files into a single animated proxy file.

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

    Comment


    • #3
      Hmmm....must be doing something wrong here. My command line must be wrong. My directory is c:\obj\ and i'm using this:

      ply2vrmesh c:\obj\water*.* c:\obj\water.vrmesh -append
      Its creating a file in that directory with 0kb in file size while throwing up an error message saying that incementalsave_begin<> failed.

      I appologize if this is an easy one!
      Dwayne D. Ellis
      ________________________

      McCarthy Engineering Inc.
      Windsor, Ontario, Canada

      Comment


      • #4
        Oh and the vertex count is changing over time as well...not sure if that makes a difference or not.
        Dwayne D. Ellis
        ________________________

        McCarthy Engineering Inc.
        Windsor, Ontario, Canada

        Comment


        • #5
          Sorry...figured it out. Extremely useful by the way.
          Dwayne D. Ellis
          ________________________

          McCarthy Engineering Inc.
          Windsor, Ontario, Canada

          Comment


          • #6


            Just for the record: changing polygon counts are not an issue.

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

            Comment


            • #7
              wouldnt that mess up motion blur?

              ---------------------------------------------------
              MSN addresses are not for newbies or warez users to contact the pros and bug them with
              stupid questions the forum can answer.

              Comment


              • #8
                In many cases, no.

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

                Comment


                • #9
                  Is the command line that i wrote above correct?

                  ply2vrmesh c:\obj\water*.* c:\obj\water.vrmesh -append
                  I can't remember what i did to fix it. It creates the vrmesh with the first obj then stops and throws up the error. Any help would be greatly appreciated!
                  Dwayne D. Ellis
                  ________________________

                  McCarthy Engineering Inc.
                  Windsor, Ontario, Canada

                  Comment


                  • #10
                    I think you need to specify the extension of the input files, f.e. c:\obj\water*.obj - otherwise, ply2vrmesh will pick up all files, including the newly created output file.

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

                    Comment


                    • #11
                      Thanks Vlado...that was it. I'm still getting errors though:

                      Reading .obj file... 13.5 Error writing file: [VUtils::ObjInterface::init] Error in vertex definition at line 31185
                      Not entirely sure this is ply2vrmesh fault....doesn't seem like it. The obj files are being written out of Blender so there may be an issue there. I tested it twice and it seems to error out on the same obj file. I tried removing the offending obj from the sequence and it continued on and completed the sequence so i'm going to assume its on the Blender end of things!
                      Dwayne D. Ellis
                      ________________________

                      McCarthy Engineering Inc.
                      Windsor, Ontario, Canada

                      Comment


                      • #12
                        It might be helpful to get me the problem *.obj file to vlado@chaosgroup.com so that we can take a look.

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

                        Comment


                        • #13
                          Sent you three obj files from the sequence.
                          Dwayne D. Ellis
                          ________________________

                          McCarthy Engineering Inc.
                          Windsor, Ontario, Canada

                          Comment

                          Working...
                          X