thanks Marcin that worked
yury On Fri, Jul 24, 2009 at 2:54 PM, marcin <[email protected]> wrote: > > > > > 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 -~----------~----~----~----~------~----~------~--~---
