Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-11-19 19:28:11 +0300
committerTon Roosendaal <ton@blender.org>2008-11-19 19:28:11 +0300
commita1b2c0c0fb7adb1758b0503a5422c377f8d0f73e (patch)
treee34a21c6621c407b6b140ef107797b9d29819ee7 /source/blender/makesrna/intern/rna_main.c
parentfd8c94fdb156ce83f5aa70eddcd85b0af6f1456a (diff)
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.
Diffstat (limited to 'source/blender/makesrna/intern/rna_main.c')
0 files changed, 0 insertions, 0 deletions