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..
Important: Update Your Chaos Licensing by January 28, 2025
To ensure uninterrupted access to your licenses, an essential update is required by January 28, 2025. Failure to update your Chaos licensing will result in the loss of access to your licenses.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