Files
test/intern
Sergey Sharybin 8a2c30ac57 RNA C++ API improvements
Added support of such features, as:

- Ability to call RNA functions using C++ classes
  For example RenderEngine.tag_update

- Property setters (for scalars and arrays)
  Used Qt/jQuery-like getters/setters style, meaning Class.prop() is a getter,
  Class.prop(value) is a setter.

Still to come:

Collection functions are not currently registering inside a property
Meaning BlendData.meshes wouldn't be a subclass of BlendDataMeshes result
you'll need to explicitly create BlendDataMeshes for now instead of doing
BlendData.meshes.remove()
2012-10-22 17:34:16 +00:00
..
2012-09-28 06:45:20 +00:00
2012-10-17 04:13:03 +00:00
2012-10-22 08:15:51 +00:00
2012-10-22 17:34:16 +00:00
2012-10-20 20:36:51 +00:00
2012-09-20 12:29:28 +00:00
2012-09-20 01:32:13 +00:00
2012-10-20 20:36:51 +00:00
2012-10-17 04:13:03 +00:00
2012-10-17 04:13:03 +00:00
2012-10-20 18:46:57 +00:00