This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/windowmanager
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
RNA
2008-11-21 19:14:38 +00:00
2.5
2008-12-11 15:38:16 +00:00
2.5
2008-12-10 13:56:54 +00:00
2008-11-18 13:51:02 +00:00
2008-11-24 10:45:36 +00:00