Maya is not adding plugins from a path that I've added to my Maya.env.
I'm following Justin's Python Vol2 Tut (excellent, BTW), and we can see that
the dir is being read when Maya loads:
import os, sys
os.getenv('MAYA_PLUGIN_PATH')
// Result:
D:/PFarm/_Software_stuff/Maya/Python/Justin_Python4MayaVol2/Project_Files/Code/Plugins;C:/Users/Mitch/Documents/maya/plug-ins;
//
When I display the Plug-in Manager, the 2nd path shows up, but not the first
(I've tried re-ordering them).
Plugins that reside in the 2nd path work.
My guess is that Maya doesn't like the path being on a separate drive, but
perhaps there is something else?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Python Programming for Autodesk Maya" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].