Files
test/release/ui
Brecht Van Lommel 2e3e044d27 RNA
* Enums can now be dynamically created in the _itemf callback,
  using RNA_enum_item(s)_add, RNA_enum_item_end. All places asking
  for enum items now need to potentially free the items.
* This callback now also gets context, this was added specifically
  for operators. This doesn't fit design well at all, needed to do
  some ugly hacks, but can't find a good solution at the moment.
* All enums must have a default list of items too, even with an
  _itemf callback, for docs and fallback in case there is no context.

* Used by MESH_OT_merge, MESH_OT_select_similar, TFM_OT_select_orientation.
* Also changes some operator properties that were enums to booleas
  (unselected, deselect), to make them consistent with other ops.
2009-07-10 19:56:13 +00:00
..
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
UI:
2009-06-18 14:20:25 +00:00
2009-07-10 19:11:22 +00:00
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
2009-07-10 19:11:22 +00:00
2009-07-03 14:11:00 +00:00
2009-07-04 08:50:41 +00:00
2009-07-03 19:12:59 +00:00
2009-07-08 15:34:41 +00:00
2.5
2009-07-10 16:56:20 +00:00
2009-07-09 19:45:27 +00:00
2009-07-09 19:45:27 +00:00
2.5
2009-06-30 19:20:45 +00:00
2009-07-08 21:31:28 +00:00
2.5
2009-06-30 19:20:45 +00:00
2009-06-23 12:36:15 +00:00
RNA
2009-07-10 19:56:13 +00:00
UI
2009-06-27 01:15:31 +00:00
2009-07-08 21:41:35 +00:00