Announcement

Collapse
No announcement yet.

How to use addscenecontent command to add a sequential vrscenes into maya

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

  • How to use addscenecontent command to add a sequential vrscenes into maya

    I have export a character animation into vrscenes by frame.
    I would like to ask if vray support make use of addsceneconetent command to
    add those back into Maya? Thanks!

  • #2
    You have to use the Python VRay scene access in render global in Maya : http://www.spot3d.com/vray/help/maya...ene_access.htm

    addSceneContent(scenefile, prefix="")

    Just create a python script to list all vrscene and import them with the addSceneContent command.
    www.deex.info

    Comment


    • #3
      Sorry for my poor english....actually i have export a series of vrscene by frames (like pig.0001.vrscene).
      i would like to ask how to make use of addscenecontent command to add those scene back to maya, and
      have maya updated to particular frame of vrscene.

      Comment


      • #4
        Originally posted by leungnine View Post
        Sorry for my poor english....actually i have export a series of vrscene by frames (like pig.0001.vrscene).
        i would like to ask how to make use of addscenecontent command to add those scene back to maya, and
        have maya updated to particular frame of vrscene.
        Why you create a vrscene and not a VRay proxy ?
        www.deex.info

        Comment

        Working...
        X