blender/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
..
audaspace code cleanup: correct spelling 2012-09-28 06:45:20 +00:00
bsp code cleanup: 2012-10-17 04:13:03 +00:00
container style cleanup 2012-10-22 08:15:51 +00:00
cycles RNA C++ API improvements 2012-10-22 17:34:16 +00:00
dualcon code cleanup: remove redundant casts 2012-10-14 08:49:01 +00:00
elbeem code cleanup: spelling 2012-10-20 20:36:51 +00:00
ffmpeg Use own version of ff_update_cur_dts for FFmpeg >= 0.11, seems 2012-06-25 07:14:21 +00:00
ghost style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
guardedalloc style cleanup 2012-09-20 12:29:28 +00:00
iksolver style cleanup 2012-09-20 01:32:13 +00:00
itasc code cleanup: spelling 2012-10-20 20:36:51 +00:00
memutil Fix #32579: Sequencer crash when changing render dimensions 2012-09-20 12:59:16 +00:00
mikktspace code cleanup: remove unused macros, commet some which may be useful later - or good to keep for completeness. quieted some warnings and add flags -Wmissing-include-dirs and -Wno-div-by-zero to cmake/gcc 2012-09-20 01:02:39 +00:00
moto Cycles: svn merge -r41225:41232 ^/trunk/blender 2011-10-24 22:32:00 +00:00
opencolorio code cleanup: 2012-10-17 04:13:03 +00:00
opennl code cleanup: 2012-10-17 04:13:03 +00:00
raskter code cleanup: remove unused macros, commet some which may be useful later - or good to keep for completeness. quieted some warnings and add flags -Wmissing-include-dirs and -Wno-div-by-zero to cmake/gcc 2012-09-20 01:02:39 +00:00
smoke style cleanup 2012-10-20 18:46:57 +00:00
string use the format attribute in more places, disable X11 options when building with GHOST_SDL 2012-09-16 10:39:19 +00:00
utfconv code cleanup: quiet some windows warnings. 2012-09-15 04:57:51 +00:00
CMakeLists.txt remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00
SConscript remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also remove CTR c++ classes that are no longer used. 2012-10-22 02:39:26 +00:00