Files
test/source
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
..
2009-05-28 23:13:42 +00:00
2009-05-05 23:10:32 +00:00
2.5
2009-05-16 13:56:40 +00:00
2009-05-05 23:10:32 +00:00
2009-05-05 23:10:32 +00:00
2009-03-30 18:21:17 +00:00