Go to file
Campbell Barton c0e74f9dce fix [#25748] Addons register parameters/functions more than once
- values were added to both the classes __dict__ as well as the internal StructRNA.
- made properties available from the type since this is where the python api assigns them:
>>> bpy.types.Scene.frame_start
<bpy_struct, IntProperty("frame_start")>
- rename RNA_struct_type_properties() -> RNA_struct_type_properties(), added RNA_struct_type_find_property()
2011-01-25 06:54:57 +00:00
build_files correction to own cmake error checking script. 2011-01-21 11:52:56 +00:00
doc Command line options to set blender system environment variables. 2011-01-19 21:30:23 +00:00
extern fix for using un-initialized stack memory with bullet triangle mesh collisions. 2011-01-16 06:16:28 +00:00
intern Fix [#25715] [!] key doesn't work on french keyboard with Windows XP/7.\nSubmitted by Eric Le Pape\n\nThe key sent VK_OEM_8, which wasn't handled at all. Added code to detect primary language and handle VK_OEM_8 specifically for certain layouts. 2011-01-24 14:37:10 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
release fix [#25757] Torus script uses radians for rotation in panel 2011-01-24 15:25:03 +00:00
source fix [#25748] Addons register parameters/functions more than once 2011-01-25 06:54:57 +00:00
CMakeLists.txt import/export automated testing using CMake's CTest 2011-01-21 00:06:30 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct test commit for svn link in commit mail, part two 2011-01-17 10:47:31 +00:00