Files
test/source/blender/editors/include
Ton Roosendaal d39b43aa20 2.5
TimeLine window pulldowns work sorta (for the options that were coded :)

Still trying to bring back code without recoding uiDefButs. In future these
will get directly operator stuff linked. For time being made a simple 
operator call function, like:

WM_operator_call(C, "ED_MARKER_OT_add");

and for forcing operator to run in the main region-window:

WM_operator_call_rwin(C, "ED_MARKER_OT_add");

These calls also work for modal operators, like marker grab in this case.
2008-12-11 15:38:16 +00:00
..
2008-11-12 21:16:53 +00:00
RNA
2008-11-14 17:05:25 +00:00
2.5
2008-12-10 17:58:18 +00:00
2008-11-24 18:59:59 +00:00
2.5
2008-12-11 15:38:16 +00:00
2008-11-25 19:23:54 +00:00
UI:
2008-12-10 19:22:10 +00:00
2.5
2008-12-11 15:38:16 +00:00