Go to file
Lukas Toenne e8b415bdb4 This patch adds support in bpy.props for getter/setter callback functions. We already have update callbacks, but generic get/set functions can come in handy in some cases where the functionality is too complex to use a single value.
The current C callback functions are too simple allow a straightforward implementation, in particular they don't receive the PropertyRNA pointer itself as an argument, which means the callback cannot directly access the PropertyRNA's py_data pointers which store the python function objects. For this reason a second runtime variant of these callbacks has been added. It is only used for runtime callbacks and not in makesrna, but otherwise works the same way.
2013-01-05 14:56:37 +00:00
build_files Patch from Ejner Fergo: enhancements to install_deps.sh. 2013-01-03 15:35:46 +00:00
doc Adding some example for new UIList... 2013-01-05 11:14:35 +00:00
extern add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
intern Added vertex color attributes (currently limited to one) and UVs included for triangle mesh hair. 2013-01-04 12:44:38 +00:00
release Adding some example for new UIList... 2013-01-05 11:14:35 +00:00
source This patch adds support in bpy.props for getter/setter callback functions. We already have update callbacks, but generic get/set functions can come in handy in some cases where the functionality is too complex to use a single value. 2013-01-05 14:56:37 +00:00
CMakeLists.txt CMake: Looks like a period sneaked into r53515, which caused CMake to fail. 2013-01-03 00:35:42 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct patch [#33331] Time To Start Moving To Stdbool 2013-01-01 12:47:58 +00:00