Community
3ds Max Programming
Welcome to Autodesk’s 3ds Max Forums. Share your knowledge, ask questions, and explore popular 3ds Max SDK, Maxscript and Python topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Batch Render to Texture

2 REPLIES 2
Reply
Message 1 of 3
wagnerdesouza
841 Views, 2 Replies

Batch Render to Texture

Hi, i would like to do a simple script that render all my objects in the scene, one by one.

I tried some like this:

 

objs = getCurrentSelection()
for obj in objs do
(
   select obj

   render rendertype:#bakeSelected vfb: off 
)

 

All object are configured(path,render types, and so on), i want that just render each of then, one by one.

 

Any tips?

2 REPLIES 2
Message 2 of 3
miauuuu
in reply to: wagnerdesouza

This script was created with only one purpose - batch render to texture.

Check it - RTTAssist.

https://miauu-maxscript.com/
Message 3 of 3
wagnerdesouza
in reply to: miauuuu

Great tool!!

But I would like to know why my script doesnt work. 🙂

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

Post to forums