Blender Git Commit Log
Git Commits -> Revision a1b2c0c
Revision a1b2c0c by Ton Roosendaal (master) November 19, 2008, 16:28 (GMT) |
Code shuffle to make a bit more structure. - operator definitions, callbacks, registry to WM and handlers for it are now always in a file xxxx_ops.c or xxxx_operators.c, in the bottom you will find the registry and handler code. - fixed some confusing naming conventions "rip_area vs area_join" etc. Now stick to convention to first name subject, then operation (like UI :). So it's area_rip, screen_add, and so on. - Nicely put exported calls (outside module) together in bottom: this using names such as ED_screen_duplicate(). - Moved Operator-Property API to new C file. |
Commit Details:
Full Hash: a1b2c0c0fb7adb1758b0503a5422c377f8d0f73e
SVN Revision: 17504
Parent Commit: fd8c94f
Lines Changed: +1616, -1583
1 Added Path:
/source/blender/windowmanager/intern/wm_operator_props.c (+298, -0) (View)
7 Modified Paths:
/source/blender/editors/screen/screen_edit.c (+133, -1275) (Diff)
/source/blender/editors/screen/screen_intern.h (+11, -12) (Diff)
/source/blender/editors/screen/screen_ops.c (+1148, -8) (Diff)
/source/blender/windowmanager/intern/wm.c (+0, -11) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+8, -260) (Diff)
/source/blender/windowmanager/wm.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+17, -17) (Diff)
/source/blender/editors/screen/screen_intern.h (+11, -12) (Diff)
/source/blender/editors/screen/screen_ops.c (+1148, -8) (Diff)
/source/blender/windowmanager/intern/wm.c (+0, -11) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+8, -260) (Diff)
/source/blender/windowmanager/wm.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+17, -17) (Diff)