Any features you'd like to see implemented into Maxwell?
User avatar
By dariolanza
#374408
Hello seghier,

Currently the best way to do so is to use a Python script: Create one MXS scene (one only) and use PyMaxwell (the Python console to apply Python to Maxwell) and write an script that takes the object you want and perform the material change you want. In your case it would be take the different MXM materials on certain folder, apply one by one and save a new MXS files automatically. Named sequently, you can finally render the whole thing as an animation.

Once you designed the script and have the materials collection on a folder, producing all the combinations on all your projects will be very straight-forward.

Other option would be having several Layers on your object, corresponding to the different materials you want. The script here would be sequentially enabling/disabling the different Layers and save automatically the MXS files to be rendered.

Dario Lanza

So, is this a known issue?

Thanks a lot for your response, I will update and […]

did you tried luxCore?