I sense this is a really really noobish question. I apologize if that is so.
There's a global proc defined in a loaded .mel script (from a third
party) which I would like to call from my Python script in Maya.
I tried something like this:
import maya.cmds as cmds
cmds.SomeGlobalProc(arguments...)
and it didn't work, so I assume that cmds is only for original Maya
commands and not globally defined mel procedures, so... what's the
right syntax?
Any help appreciated.
Cheers,
-- Alan
Thank you, Charlie.
-- Alan