Files
test2/source
Brecht Van Lommel 76c035bd11 2.5: Data Context
* Worked out data context implementation more, now with initial context
  callbacks implemented for the screen and 3d view.
* For collections, switch from iterators to simpler ListBase. Though that still
  means it uses LinkData* rather than the actual Object* for example, since
  those can only be part of one list. So I added a macro as well to make
  iteration easier when possible.

CTX_DATA_BEGIN(C, Object*, ob, selected_objects) {
	printf("object name: %s\n", ob->id.name);
}
CTX_DATA_END;
2008-12-23 02:07:13 +00:00
..
2008-12-23 02:07:13 +00:00
2.5
2008-12-21 11:05:43 +00:00
2008-12-19 19:11:02 +00:00
2008-09-19 14:15:36 +00:00
2.5
2008-12-20 12:36:14 +00:00
2008-10-22 11:28:10 +00:00