I’m working with Maya for the first time and I have a few questions that I haven’t been able to find good answers to.
-
In C4D you can define a ‘UserArea’, in a window, upon which you can draw bitmaps, rectangles, splines, etc, and receive buttonclick messages with x,y coordinates. Those messages let you redraw the UI according to user mouse click/drags.
Does Maya allow you to do the same thing from Python? -
On C4D, there is a ‘Source Protector’ to encrypt python plugin files. It looks like ‘Mel Protector’ is used for this with Maya. However, on their website it says Python Protection is Windows only, and only for Maya-2012 to Maya-2014.
Is this correct?
Or does this mean it only runs on windows, but the protected code can be used on any OS running Maya?
Is there a cross-platform solution that protects Python code similar to C4D’s native Source-Protector?
Thanks