im not sure how can vray know when to load vrscene file and in what moment?
ill try tomorrow and will see, but i dont think this will work..
ill try tomorrow and will see, but i dont think this will work..
naiad2vrscene input_file001.emp frame001.vrscene Particles 0.1 24 1 naiad2vrscene input_file002.emp frame002.vrscene Particles 0.1 24 2 naiad2vrscene input_file003.emp frame003.vrscene Particles 0.1 24 3 naiad2vrscene input_file004.emp frame004.vrscene Particles 0.1 24 4 ...
from vray.utils import * for ii in range(1, 10): frame='frame%03d.vrscene' % (ii) frame='path to the output files'+frame print 'loading:', frame appendSceneContent(frame) particles=findByName('Particles') node=findByName('pCubeShape1@node') if len(node)>0 and len(particles)>0: node[0].set('geometry', particles[0])
naiad2vrscene input_file001.emp frame001.vrscene Particles 0.1 24 1 naiad2vrscene input_file002.emp frame002.vrscene Particles 0.1 24 2 naiad2vrscene input_file003.emp frame003.vrscene Particles 0.1 24 3 naiad2vrscene input_file004.emp frame004.vrscene Particles 0.1 24 4 ...
from vray.utils import * for ii in range(1, 10): frame='frame%03d.vrscene' % (ii) frame='path to the output files'+frame print 'loading:', frame appendSceneContent(frame) particles=findByName('Particles') node=findByName('pCubeShape1@node') if len(node)>0 and len(particles)>0: node[0].set('geometry', particles[0])
render_type: integer = 7, 3 - multipoints; 4 - multistreak; 6 - points; 7 - Spheres; 8 - Sprites; 9 - Streak.Everything else gives a warning and renders as spheres.
render_type: integer = 7, 3 - multipoints; 4 - multistreak; 6 - points; 7 - Spheres; 8 - Sprites; 9 - Streak.Everything else gives a warning and renders as spheres.
render_type: integer = 7, 3 - multipoints; 4 - multistreak; 6 - points; 7 - Spheres; 8 - Sprites; 9 - Streak.Everything else gives a warning and renders as spheres.
Comment