blender/source
Campbell Barton ee1d2adc16 partial fix for [#23532]
- Python calling operators didn't run WM_operator_properties_sanitize() so enum functions called from python were given a NULL context.
- PROP_ENUM_NO_CONTEXT and PROP_NEVER_NULL used the same value in the enum (possible conflict).
2010-11-23 12:05:35 +00:00
..
blender partial fix for [#23532] 2010-11-23 12:05:35 +00:00
blenderplayer partial fix for [#23532] 2010-11-23 12:05:35 +00:00
creator fix for building with mingw/cmake 2010-11-22 23:25:21 +00:00
darwin darwin Makefiles: copy release scripts and python modules to where blender looks for them, 2010-10-14 19:30:55 +00:00
gameengine Changing KX_Camera.perspective didn't actually change the camera's perspective because the camera's matrix was cached. The setter for KX_Camera.perspective now invalidates the camera's matrix so it's recomputed with the change. 2010-11-21 01:55:08 +00:00
icons Windows Icons: 2010-09-05 07:08:21 +00:00
kernel missed removing the file for scons. 2010-11-18 13:52:09 +00:00
CMakeLists.txt dont build blender/kernel if the game engines disabled. 2010-10-31 00:56:46 +00:00
Makefile Reorder library linking. 2010-11-11 06:22:55 +00:00
SConscript dont build blender/kernel if the game engines disabled. 2010-10-31 00:56:46 +00:00