Looks interesting, but out of curiosity, why not set-up a shared path for access to scripts directly? There is typically a development branch and a production branch in which developers store scripts intended for use by others. I think modules are intended for commercialisation of plug-ins and such, where the distributor has little or no control over shared assets.
On 1 August 2014 15:44, md <[email protected]> wrote: > What a lame name for a post .. ahahahaha. > > Anyway ... > > I have a bunch of python scripts completed. I decided to try an use the > Maya module paradigm for sharing these with the guys in the office. > > so I have > > *\my_module* > > *\icons* > > *-bunch of icons * > > *\plug-ins (empty)* > > *\presets (empty)* > *\scripts* > > *- bunch of scripts * > > *\shelves* > > *- my_module_shelf.mel* > > > > in my docs\maya\2015-x64\modules folder I have : > > *my_module.mod* > > > the contents of that are as follows ... > > *+ sm_module any my_network_path\my_module\* > > *MAYA_SHELF_PATH += \my_network_path\my_module\shelves\* > > When I launch Maya ... the module gets inspected (I can see it in > windows-settings&prefs-plug-in-manager) ... > > Why does my shelf not load ??? > > Thanks !! > > > > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/73bc15be-9618-4b26-b2c0-a9a4a194d296%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/73bc15be-9618-4b26-b2c0-a9a4a194d296%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOAZMkY1VWHLQm%3D%2BMRtgN0Pso5YsuHStM7QQFOEff1ncOA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
