Community
Arnold for Maya Forum
Rendering with Arnold in Maya using the MtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MAXtoA Enhancements Maxscript

3 REPLIES 3
Reply
Message 1 of 4
RGhost77
403 Views, 3 Replies

MAXtoA Enhancements Maxscript

https://docs.arnoldrenderer.com/display/A5AF3DSUG/3.2.53

- AOVs and Drivers cannot be created from maxscript.
- Expose MAXtoA and Arnold versions to maxscript.

Is it documented? Can't find in help.


Royal Ghost | veda3d.com
Tags (2)
Labels (2)
3 REPLIES 3
Message 2 of 4
Stephen.Blair
in reply to: RGhost77

MAXtoAInterface.MAXtoAVersion()
MAXtoAInterface.ArnoldVersion()


// Stephen Blair
// Arnold Renderer Support
Message 3 of 4
Stephen.Blair
in reply to: RGhost77

ar = renderers.current
man = ar.AOVManager
driver = ArnoldPNGDriver()
driver.filenameSuffix = "RGBA"
man.drivers = #(driver)
d = man.drivers[1]
aov = ArnoldAOV()
aov.name = "RGBA"
aov.data = "rgba"
d.aovList = #(aov)


// Stephen Blair
// Arnold Renderer Support
Message 4 of 4
RGhost77
in reply to: RGhost77

Great! Thank you.


Royal Ghost | veda3d.com

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

Post to forums  

Autodesk Design & Make Report