blender/source/gameengine/Converter
Benoit Bolsee fc66b3f2ef BGE: support modifiers without mapping to original mesh both graphically and physically, fixes bug #24942 and #25286.
Support for physics is done by skiping the modifiers that
don't support mapping to original mesh. This mapping is
required to report the hit polygon to the application
by the rayCast() function.

Support for graphics is done by using the same render
function that blender uses for the 3D view. This guantees
equal result.

Limitation: there is still a known bug if all these conditions are met:
- Display list enabled
- Old tex face with a several textures mapped to the same material
- no armature or shape keys
- active modifiers

In this case, only a part of the mesh will be rendered
with the wrong texture. To avoid this bug, use the GLSL
materials or make sure to have 1 material=1 texture in
your old tex face objects.
2011-01-23 17:17:21 +00:00
..
BL_ActionActuator.cpp remove references to BKE_utildefines where its not needed. 2011-01-07 19:18:31 +00:00
BL_ActionActuator.h rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_ArmatureActuator.cpp rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_ArmatureActuator.h rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_ArmatureChannel.cpp fix for fix, r33086. 2010-11-16 01:19:37 +00:00
BL_ArmatureChannel.h rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_ArmatureConstraint.cpp rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_ArmatureConstraint.h rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_ArmatureObject.cpp remove references to BKE_utildefines where its not needed. 2011-01-07 19:18:31 +00:00
BL_ArmatureObject.h rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_BlenderDataConversion.cpp BGE: support modifiers without mapping to original mesh both graphically and physically, fixes bug #24942 and #25286. 2011-01-23 17:17:21 +00:00
BL_BlenderDataConversion.h correct fsf address 2010-02-12 13:34:04 +00:00
BL_DeformableGameObject.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
BL_DeformableGameObject.h bugfix [#22277] Absolute Shapekeys crash (in BGE) 2010-10-25 17:08:40 +00:00
BL_MeshDeformer.cpp update for MingW/CMake 2010-09-15 16:13:32 +00:00
BL_MeshDeformer.h update for MingW/CMake 2010-09-15 16:13:32 +00:00
BL_ModifierDeformer.cpp BGE: support modifiers without mapping to original mesh both graphically and physically, fixes bug #24942 and #25286. 2011-01-23 17:17:21 +00:00
BL_ModifierDeformer.h BGE: support modifiers without mapping to original mesh both graphically and physically, fixes bug #24942 and #25286. 2011-01-23 17:17:21 +00:00
BL_ShapeActionActuator.cpp remove references to BKE_utildefines where its not needed. 2011-01-07 19:18:31 +00:00
BL_ShapeActionActuator.h rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
BL_ShapeDeformer.cpp remove references to BKE_utildefines where its not needed. 2011-01-07 19:18:31 +00:00
BL_ShapeDeformer.h update for MingW/CMake 2010-09-15 16:13:32 +00:00
BL_SkinDeformer.cpp remove references to BKE_utildefines where its not needed. 2011-01-07 19:18:31 +00:00
BL_SkinDeformer.h update for MingW/CMake 2010-09-15 16:13:32 +00:00
BlenderWorldInfo.cpp BGE BugFix [#25711]render.setBackgroundColor() does not work: 2011-01-18 22:27:18 +00:00
BlenderWorldInfo.h BGE BugFix [#25711]render.setBackgroundColor() does not work: 2011-01-18 22:27:18 +00:00
CMakeLists.txt rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
KX_BlenderScalarInterpolator.cpp correct fsf address 2010-02-12 13:34:04 +00:00
KX_BlenderScalarInterpolator.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
KX_BlenderSceneConverter.cpp fixes from r33127 2010-11-17 14:36:19 +00:00
KX_BlenderSceneConverter.h rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
KX_ConvertActuators.cpp bugfix [#24995] Object rotation seems to be applied incorrectly 2010-12-06 07:45:07 +00:00
KX_ConvertActuators.h correct fsf address 2010-02-12 13:34:04 +00:00
KX_ConvertControllers.cpp correct own bad spelling 2011-01-23 12:42:07 +00:00
KX_ConvertControllers.h correct fsf address 2010-02-12 13:34:04 +00:00
KX_ConvertProperties.cpp rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
KX_ConvertProperties.h correct fsf address 2010-02-12 13:34:04 +00:00
KX_ConvertSensors.cpp update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_ConvertSensors.h correct fsf address 2010-02-12 13:34:04 +00:00
KX_IpoConvert.cpp update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_IpoConvert.h correct fsf address 2010-02-12 13:34:04 +00:00
KX_SoftBodyDeformer.cpp update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_SoftBodyDeformer.h update for MingW/CMake 2010-09-15 16:13:32 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
SConscript rename libs internal libs for CMake + SCons (used in MSVC project files) 2010-11-18 11:42:05 +00:00