theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

issue 39 fix import of mGui.forms #43

Closed mambo4 closed 7 years ago

mambo4 commented 7 years ago

instead of adding from mGui.forms import * and removing thegui. namespace form the forms functions, I chose to explicitlyimport mGui.forms as forms and addforms.HorizontalStretchForm() etc

I figured I would be clearer to other noobs to make the module connection explicit.

Let me know if it would be better to do it the other way.