Blender Git Commit Log
Git Commits -> Revision 1217928
Revision 1217928 by Kester Maddock (master) May 21, 2004, 09:18 (GMT) |
Fixes for Camera objects and python: Normalise clip planes for sphere testing. Do a frustum-sphere <-> sphere test Reference count all python objects (!) |
Commit Details:
Full Hash: 1217928e662bd74980dc17c8d32797b0bc6f7002
SVN Revision: 2576
Parent Commit: 22883f9
Lines Changed: +186, -76
8 Modified Paths:
/source/gameengine/Expressions/PyObjectPlus.cpp (+3, -0) (Diff)
/source/gameengine/Expressions/Value.cpp (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+106, -41) (Diff)
/source/gameengine/Ketsji/KX_Camera.h (+20, -1) (Diff)
/source/gameengine/Ketsji/KX_PyMath.cpp (+27, -21) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+26, -10) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.h (+2, -1) (Diff)
/source/gameengine/Expressions/Value.cpp (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_Camera.cpp (+106, -41) (Diff)
/source/gameengine/Ketsji/KX_Camera.h (+20, -1) (Diff)
/source/gameengine/Ketsji/KX_PyMath.cpp (+27, -21) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+26, -10) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.h (+2, -1) (Diff)