Page 1 of 1

Maya 2016.5 mll missing!!

Posted: Thu Sep 07, 2017 3:19 pm
by tws0002
hi,

i having this error when using cgru in Maya 2016.5

#ERROR form maya
// Error: line 1: Plug-in, "cgru" was compiled against too old a version of the Maya API and is thus incompatible with the current Maya version. (cgru)

in \cgru.2.2.2\plugins\maya\mll\ there is no .mll file for maya 2016.5!!

help please!!

Desmond

Re: Maya 2016.5 mll missing!!

Posted: Thu Sep 07, 2017 3:54 pm
by timurhai
Hi.
Yes, CGRU releases can miss some Maya versions plug-ins.
Maya mll plugins is provided by cgru users, who compiled it, and shared with others.
For now nobody did this for Maya 2016.5.
But!
Most CGRU features are written on MEL/Python and does not require loaded mll to run.
To launch CGRU menu you can execute this MEL script:

Code: Select all

{string $cmd = ("source \"" + `getenv MAYA_CGRU_LOCATION` + "/cgru.mel\"");catch(`eval $cmd`);}

Re: Maya 2016.5 mll missing!!

Posted: Fri Sep 08, 2017 5:01 am
by tws0002
Hey Timur Hairulin, it works perfectly thanks.