blender/source/gameengine
Campbell Barton 34a617e308 [#7789] 3DS Import , Mesh not correct since Blender 2.44
There is a problem importing 3ds files where I cant find a way to check if the transforms are applied to the vertex locations or not.
Since 2.44 I made the importer assume they were not since you can manually remove transformations, but not reverse.

Nevertheless most 3ds files have the matrix applied, better not give a bad import by default.
Did some research and other 3ds importers (lib3ds for eg), have the same problem and just assume the transformations applied.

3dsMax imports both correctly so there must be a way to tell but I could not link it to the 3ds version or other mesh options.
Added an option to workaround this problem in rare cases where its needed.

- KX_GameObject.cpp & KX_Scene.cpp, clear the dict before removing the reference in case there is a circular reference.
2009-04-15 07:00:11 +00:00
..
BlenderRoutines BGE Bugfix 2009-04-09 22:15:26 +00:00
Converter BGE Physics 2009-04-14 12:34:39 +00:00
Expressions this should fix building with mingw 2009-04-12 22:05:09 +00:00
GameLogic Fix for own recent reference count error. 2009-04-15 04:34:27 +00:00
GamePlayer BGE Bugfix 2009-04-09 22:15:26 +00:00
Ketsji [#7789] 3DS Import , Mesh not correct since Blender 2.44 2009-04-15 07:00:11 +00:00
Network BGE patch #18350: Add sendMessage() to GameLogic. Added sendMessage to both GameLogic and KX_GameObject. 2009-04-08 16:57:08 +00:00
Physics Fix for own recent reference count error. 2009-04-15 04:34:27 +00:00
PyDoc BGE Physics 2009-04-14 12:34:39 +00:00
Rasterizer BGE: Occlusion culling and other performance improvements. 2009-04-13 20:08:33 +00:00
SceneGraph BGE Scenegraph and View frustrum culling improvement. 2009-04-07 22:14:06 +00:00
VideoTexture BGE: Occlusion culling and other performance improvements. 2009-04-13 20:08:33 +00:00
CMakeLists.txt VideoTexture module. 2008-10-31 22:35:52 +00:00
Makefile Makefile fixes for compiling with new videotexture code. 2008-11-02 18:12:45 +00:00
SConscript Building the game engine with Solid/Sumo is now optional for scons using WITH_BF_SOLID. 2009-02-25 12:07:51 +00:00