Go to file
Mitchell Stokes 19413644da BGE: Fixing a crash when animating objects with modifiers and armatures.
Our deformer system really needs some work. First, there was a crash
with shape keys because BL_ModifierDeformer derives from
BL_ShapeDeformer, which means we try to execute shape keys even if we do
not have them. Also, for some reason BL_ModifierDeformer::Update() does
not work if called from the threaded loop, so it is skipped for now. In
other words, skinned updates on meshes with modifiers are currently not
run in parallel.
2014-04-09 16:22:55 -07:00
build_files Enable openmp in MinGW-w64 2014-04-07 19:01:19 +03:00
doc Code cleanup: style 2014-04-03 09:24:09 +11:00
extern Fix T39608: Blender 2.70 crashes when performing union 2014-04-09 14:27:34 +06:00
intern Cycles / CUDA: Increase sm_2x registers to 40. 2014-04-08 23:25:54 +02:00
release Fix T39563: Tiny unit-display problem in constraint panels. 2014-04-07 12:17:01 +02:00
scons@59512aadd1 Revert changes to submodules 2014-03-10 15:17:22 +06:00
source BGE: Fixing a crash when animating objects with modifiers and armatures. 2014-04-09 16:22:55 -07:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Enable openmp in MinGW-w64 2014-04-07 19:01:19 +03:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Found another place where nproc can be used 2014-03-02 10:29:40 +01:00
SConstruct Scons/cycles: fix header distribution for geom 2014-04-04 13:07:32 +02:00