theodox / mGui

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

is 'bind' the right name for the bind proxy? #5

Closed theodox closed 8 years ago

theodox commented 10 years ago

Text("key").bind.label < bind() < (something, attr)

is concise but still feels wierd. Maybe

Text("key").attr.label < bind() < (something, attr)

theodox commented 8 years ago

too minor