Announcement

Collapse
No announcement yet.

ply2vrmesh on a sequence of bin files

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

  • ply2vrmesh on a sequence of bin files

    Hi,

    I'm trying to convert a sequence of realflow bin files to a vrmesh sequence, but I can't get the syntax right of the padding:
    I've tried to replace the sequence framenumber with %05d and * but they don't work.

    /Applications/ChaosGroup/V-Ray/Maya2012-x64/bin/ply2vrmesh "/Volumes/PROJECTDATA/films/2_creation/realflow/ballon_v102/meshes/ParticleMesh_ST01_%05d.bin" "/Volumes/PROJECTDATA/films/2_creation/realflow/ballon_v102/meshes/ParticleMesh_ST01_%05d.vrmesh" -fps 25.0 -smoothNormals

    any ideas?
    Last edited by tinuz; 13-11-2012, 05:27 AM.
    showreel: http://vimeo.com/27236919

  • #2
    sorry I read the help too fast (again):

    this is what I need:

    /Applications/ChaosGroup/V-Ray/Maya2012-x64/bin/ply2vrmesh "/Volumes/PROJECTDATA/films/2_creation/realflow/ballon_v102/meshes/ParticleMesh_ST01_*.bin" -fps 25.0 -smoothNormals
    Last edited by tinuz; 13-11-2012, 05:31 AM.
    showreel: http://vimeo.com/27236919

    Comment


    • #3
      Ah, so you found out

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

      Comment


      • #4
        hehe.. thanks anyway Vlado.
        showreel: http://vimeo.com/27236919

        Comment

        Working...
        X