ECToo / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

look into removing the maya package #258

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
most (all?) of the maya package was rolled into 2011 and later. do we still 
need it in the downloadable install of pymel?

Original issue reported on code.google.com by chad...@gmail.com on 12 Sep 2011 at 10:29

GoogleCodeExporter commented 9 years ago
As of 2012, there were only 2 substantive differences between the maya package 
in pymel and the one included with maya:

1) in maya.utils, the pymel version allows for the overriding of which stream 
the shellLogHandler outputs to with an env. var, MAYA_SHELL_LOGGER_STREAM; 
also, the default is sys.__stdout__, not sys.stdout

2) in maya.app.startup.basic, the pymel version executes a userSetup.py AND a 
siteSetup.py

We need to determine if these are needed, or if they can be accomplished 
without modifying the maya package....

Original comment by elron...@gmail.com on 15 Sep 2011 at 6:49