Those are hardcoded presets, you can see what's going on by inspecting.

/usr/autodesk/maya/scripts/AETemplates/AEcameraFilmbackNew.mel
(/usr/autodesk/maya/ is the directory where maya is installed on linux,
replace it for whatever makes sense in your system)

Said that, I would not recommend you to modify/hack that file, maintain
custom AETemplates is not fun at all.
If anything I would create my own generic templates, it's not more than a
dictionary mapping attrName/value exported in a markup language (json, yaml
or whatever makes sense to you) and a for loop setting those values or
populating the dictionary.

Good luck!

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPamJi-pmeHuRHLaMzpvuedS%2B7nXc2zUPU%2BYNB59CUNHc1vPuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to