theodox / mGui

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

big speedup to lists #21

Closed theodox closed 9 years ago

theodox commented 9 years ago

It turns out that QT is really, really unhappy if you try to reorganize big widgets inside a container. It turns out to way, way faster to simply delete the container and make a new on instead of trying to curate or carefully update a list.

The 3 main changes: