>
> I wrote my first useful plugin in python, now I would like to add
> plugin Version and Vendor to the plugin information in maya UI.
>
> How can i do that?
>
You add version and vendor information in initializePlugin method

        mplugin = OpenMayaMPx.MFnPlugin(mobject, "Vendor","Version",
"RequiredApiVersion")


Marcin

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to