Blender Git Commit Log

Git Commits -> Revision 0ce5163

Revision 0ce5163 by Thomas Dinges (master)
August 15, 2009, 19:40 (GMT)
2.5 3D_View:
Patch [#19031] (2.5) python menus for the view3d header
by Lorenzo Pierfederici (lento). Thanks!

* Added CTX_data_mode_string() to find out in which mode we're in.
* Added some "select" menus as a test.

This patch makes it basically possible to wrap the 3D View menus to python.

Commit Details:

Full Hash: 0ce5163cc0aa32df5450752da9056059a88f1fd5
SVN Revision: 22479
Parent Commit: ca906df
Lines Changed: +400, -302

11 Modified Paths:

/release/ui/space_view3d.py (+260, -0) (Diff)
/release/ui/space_view3d_toolbar.py (+37, -84) (Diff)
/source/blender/blenkernel/BKE_context.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/context.c (+38, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+4, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+31, -178) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+0, -1) (Diff)
/source/blender/editors/space_view3d/view3d_toolbar.c (+2, -38) (Diff)
/source/blender/makesrna/intern/rna_context.c (+16, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+9, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021