Blender Git Loki

Git Commits -> Revision d39b43a

Revision d39b43a by Ton Roosendaal (master)
December 11, 2008, 15:38 (GMT)
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.

Commit Details:

Full Hash: d39b43aa2010c9b5262428b4afedebd1686307ba
SVN Revision: 17789
Parent Commit: 045306a
Lines Changed: +247, -140

7 Modified Paths:

/source/blender/editors/include/ED_util.h (+1, -1) (Diff)
/source/blender/editors/include/UI_view2d.h (+1, -0) (Diff)
/source/blender/editors/interface/view2d.c (+16, -0) (Diff)
/source/blender/editors/space_time/time_header.c (+146, -139) (Diff)
/source/blender/editors/util/ed_util.c (+38, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+43, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021