This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/windowmanager
Brecht Van Lommel 112385660a RNA
* Object has some more properties wrapped, mostly game related.
* Scene frame changes now send a notifier.
* Added functions to create/free operator properties for calling
  operators. This also simplifies some duplicated code that did
  this. Ideally though this kind of thing should use the properties
  pointer provided by buttons and keymap items. Example code:

PointerRNA ptr;

WM_operator_properties_create(&ptr, "SOME_OT_name");
RNA_int_set(&ptr, "value", 42);
WM_operator_name_call(C, "SOME_OT_name", WM_OP_EXEC_DEFAULT, &ptr);
WM_operator_properties_free(&ptr);
2009-01-01 20:44:40 +00:00
..
RNA
2009-01-01 20:44:40 +00:00
2008-12-27 20:22:22 +00:00
RNA
2009-01-01 20:44:40 +00:00
2.5
2008-12-15 16:54:47 +00:00
2.5
2009-01-01 18:05:12 +00:00
2.5
2008-12-19 14:14:43 +00:00
2.5
2009-01-01 14:57:04 +00:00
2.5
2008-12-30 13:16:14 +00:00
2.5
2008-12-27 16:09:56 +00:00