May I know how to use Maya Python to access/modify All the tabs, options, checkboxes (ie, Enable Color Management), and attributes inside the Maya Render Settings Window, it seems quite tricky to do this, I hope you could help me or share some learning resources for these stuffs, thank you very much in advanced.
Cheers,
Parker
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/e9f8b363-46a4-4100-922d-7b4cb6d158ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
For example, "Enable Color Management" checkbox doesn't be reflected correctly in the script editor while "echo all commands" is activated, so anyone could help? Thank you so much.
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/648db753-883e-400f-9fc3-261504364bed%40googlegroups.com.
Enable Color Management is controlled by createMayaSoftwareCommonGlobalsTab.mel. You can check this with whatIs mel command. If you enable color management checkbox you will see "changeColorProfileEnabled" in script editor. In script mentioned above you can find attributes that need to be changed to set input or output color profile. You need to set defaultRenderGlobals.outputColorProfle or inputColorProfile depending on your needs.
2014-04-03 13:04 GMT+02:00 Chi Ngai Lai <predat...@gmail.com>:
For example, "Enable Color Management" checkbox doesn't be reflected correctly in the script editor while "echo all commands" is activated, so anyone could help? Thank you so much.
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/a3e9aa38-08ed-405f-9179-795c1f5b303f%40googlegroups.com.
Cheers,
Parker