Files
test2/source
Ton Roosendaal a1b2c0c0fb 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.
2008-11-19 16:28:11 +00:00
..
2008-11-12 21:16:53 +00:00
2008-09-19 14:15:36 +00:00
RNA
2008-11-14 17:05:25 +00:00
2008-10-22 05:35:23 +00:00
2008-10-22 11:28:10 +00:00