Files
test2/source/blender/blenkernel/intern
Brecht Van Lommel 9cc638fb16 Context:
Added a system for adding a "local" context in a UI layout.
This way you can define for example within a modifier panel
all operators to get the modifier in the context.

In the layout code:

uiLayoutSetContextPointer(layout, "modifier", &ptr)
layout.set_context_pointer("modifier", md)

In the operator:

ptr = CTX_data_pointer_get(C, "modifier")
md = context.modifier
2009-05-28 23:13:42 +00:00
..
2.5
2009-02-19 16:22:07 +00:00
2.5
2009-04-30 16:44:00 +00:00
2.5
2009-01-07 17:25:17 +00:00
2008-10-11 20:19:04 +00:00
2.5
2009-01-04 14:14:06 +00:00
2009-05-28 23:13:42 +00:00
2008-11-06 01:30:24 +00:00
2009-05-05 23:10:32 +00:00
2.5
2009-01-23 14:43:25 +00:00
2009-05-28 01:57:29 +00:00
2.5
2009-01-24 13:45:24 +00:00
2009-05-05 23:10:32 +00:00
2009-05-05 23:10:32 +00:00
2.5
2009-01-04 14:14:06 +00:00
2008-08-30 14:32:16 +00:00
2009-01-28 23:29:27 +00:00
2009-05-05 23:10:32 +00:00
2.5
2009-01-04 14:14:06 +00:00
2009-05-28 01:57:29 +00:00
2009-01-30 08:10:31 +00:00
UI:
2009-05-27 00:03:49 +00:00
2009-05-05 23:10:32 +00:00
2.5
2009-01-04 14:14:06 +00:00
2009-05-21 15:34:09 +00:00
2009-05-23 07:12:55 +00:00
2009-05-21 15:34:09 +00:00
2008-11-12 21:16:53 +00:00
2.5
2008-12-23 19:47:33 +00:00
2009-01-17 00:51:42 +00:00
2008-11-12 21:16:53 +00:00
UI
2009-04-22 18:39:44 +00:00
2008-11-12 21:16:53 +00:00
2009-03-17 22:27:15 +00:00
2008-11-06 01:30:24 +00:00
2008-05-05 17:30:33 +00:00
2.5
2009-01-07 14:46:50 +00:00
2009-01-04 18:16:34 +00:00
2.5
2009-01-04 19:10:57 +00:00