blender/source
Porteries Tristan 2e6634e4a8 BGE: Cleanup function UpdateMesh and SetMesh in CcdPhysicsController.cpp
"if (value == true)" -> "if(value)"
"if (ptr == NULL)" -> "if (!ptr)"
"vector<bool>" -> "std::vector<bool>"
And other blender typo.
2015-05-08 18:17:37 +02:00
..
blender Revert "Motionpaths: Use scene range option, takes start/end frame and 2015-05-08 17:16:59 +02:00
blenderplayer Cleanup: use r_* prefix for return args 2015-05-08 07:25:39 +10:00
creator Fix T44464: Viewport mipmaps no longer toggle off 2015-04-28 01:18:50 +10:00
gameengine BGE: Cleanup function UpdateMesh and SetMesh in CcdPhysicsController.cpp 2015-05-08 18:17:37 +02:00
icons
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
SConscript