Files
test/source
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
..
2.5
2008-12-11 15:38:16 +00:00
2008-09-19 14:15:36 +00:00
2008-10-22 05:35:23 +00:00
2008-10-22 11:28:10 +00:00