Community
Arnold for 3ds Max
Rendering with Arnold in 3ds Max using the MaxtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

arnoldBakeGeo - how to bake multiple frames? is there a mel command?

1 REPLY 1
Reply
Message 1 of 2
archie_donato
199 Views, 1 Reply

arnoldBakeGeo - how to bake multiple frames? is there a mel command?

 
1 REPLY 1
Message 2 of 2

outputfile = "/path/to/output_geo.{:04d}.obj"

start_frame = 1
end_frame = 10

for f in range(start_frame, end_frame+1):
    cmds.currentTime(f, e=True)     
    cmds.arnoldBakeGeo(f=outputfile.format(f))


Ashley Handscomb Retallack
Arnold Support Specialist
Arnold Documentation | Arnold Downloads

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report