blender/release/scripts/startup
Bastien Montagne 113997a03c Last uiList patch (for now!): filtering and reordering of shown elements.
Thanks to Brecht for the reviews. :)

This commit adds a show/hide extension below each uiList, containing by default an option to filter and/or reorder items by name (and to reverse those filtering and reordering).

Each derived uiList class in Python can define more specific filtering by implementing callbacks: the draw_filter() function to draw options in UI, and the filter_items() function to effectively filter/reorder items.

Note: the advanced options for vgroups shown as "proof od concept" in patches do not go in trunk for now, we have to find a better way to get those vgroups info for UI code, we can't afford to loop over each vertex here!

And doc (release notes and uiList example) is still to be updated, will do this in next days.
2013-08-29 12:55:31 +00:00
..
bl_operators use os.remove rather then unlink (the same but all other areas use 'remove') 2013-08-29 06:02:19 +00:00
bl_ui Last uiList patch (for now!): filtering and reordering of shown elements. 2013-08-29 12:55:31 +00:00
keyingsets_builtins.py More UI message i18n fixes and improvements... 2013-03-10 17:42:08 +00:00
nodeitems_builtins.py Merge plane track feature from tomato branch 2013-08-16 09:46:30 +00:00