theodox / mGui

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

Wrapping optionMenuGrp #86

Closed bob-white closed 7 years ago

bob-white commented 7 years ago

Noticed we haven't yet wrapped cmds.optionMenuGrp, I was going to do an initial pass on it, but noticed that all of our MenuGrp related classes inherit from Labeled, which is over in controls.

Would it make sense to move Labeled over to core? Or should I just import it from controls?

theodox commented 7 years ago

yeah, I think we can move labeled to core for cleanliness