Blender Git Commit Log

Git Commits -> Revision d048fd3

Revision d048fd3 by Jorge Rodriguez (soc-2012-bratwurst)
July 26, 2012, 22:26 (GMT)
Add the ability to query the last redoable operator from in python. Add the ability to mark certain operator properties as "Primary" meaning that they're the most important ones, and the ones that should be shown if the operator's representation must be shortened. Built an example/prototype floating control which shows the last operator and, if clicked, opens the f6 window for that operator. It has a few problems though, such as that it can't seem to access all operator properties and I can't figure out how to get it to render white.

Commit Details:

Full Hash: d048fd36a825acf69c495a8ee4ee017f765a4f1f
SVN Revision: 49268
Parent Commit: 5d7915a
Lines Changed: +131, -16

10 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+40, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+16, -5) (Diff)
/source/blender/editors/transform/transform_ops.c (+24, -6) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_api.c (+6, -1) (Diff)
/source/blender/makesrna/RNA_types.h (+2, -0) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+29, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021