Blender Git Loki
Git Commits -> Revision 2a00554
Revision 2a00554 by Diego Borghetti (master) January 14, 2008, 19:44 (GMT) |
New API to access Operator properties. This is a simple API around IDProperty to store properties in the Operator, it is really simple and this first commit just add support for IDP_INT data type. Take care that this "properties" are not save yet and you get some "Error totblock" more with this. I add some notes to the WM_api.h file, please check this, comment and ideas are welcome. |
Commit Details:
Full Hash: 2a0055401e86bd2344564184cd7a48170d984367
SVN Revision: 13237
Parent Commit: 49eb7a3
Lines Changed: +91, -6
5 Modified Paths:
/source/blender/editors/screen/screen_edit.c (+17, -5) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm.c (+15, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+42, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+16, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm.c (+15, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+42, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+16, -0) (Diff)