Blender Git Commit Log

Git Commits -> Revision f4ae23f

Revision f4ae23f by Andre Susano Pinto (master)
August 21, 2008, 22:57 (GMT)

Commit Details:

Full Hash: f4ae23f3794605f5b7c0a5b90d982d6dfd20d492
SVN Revision: 16216
Parent Commit: a06321d
Lines Changed: +2438, -567

2 Added Paths:

/release/scripts/flt_dofedit.py (+835, -0) (View)
/release/scripts/flt_lodedit.py (+502, -0) (View)

46 Modified Paths:

/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp (+20, -4) (Diff)
/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Bullet/PHY_Bullet.vcproj (+4, -4) (Diff)
/release/scripts/flt_properties.py (+11, -8) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_collision.h (+11, -0) (Diff)
/source/blender/blenkernel/BKE_effect.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/collision.c (+40, -28) (Diff)
/source/blender/blenkernel/intern/effect.c (+112, -21) (Diff)
/source/blender/blenkernel/intern/implicit.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/ipo.c (+7, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle.c (+8, -1) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+40, -43) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/include/BIF_resources.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+6, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_object_force.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+5, -0) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+17, -2) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+7, -1) (Diff)
/source/blender/python/api2_2x/Material.c (+88, -4) (Diff)
/source/blender/python/api2_2x/Mesh.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+36, -1) (Diff)
/source/blender/src/buttons_object.c (+68, -42) (Diff)
/source/blender/src/drawipo.c (+42, -10) (Diff)
/source/blender/src/editipo.c (+1, -18) (Diff)
/source/blender/src/editipo_lib.c (+2, -1) (Diff)
/source/blender/src/resources.c (+17, -2) (Diff)
/source/blender/src/space.c (+3, -0) (Diff)
/source/blender/src/usiblender.c (+9, -1) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+6, -25) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+43, -6) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.h (+30, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+18, -1) (Diff)
/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp (+60, -279) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+4, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+0, -31) (Diff)
/source/gameengine/Ketsji/KX_Scene.h (+0, -6) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp (+282, -12) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.h (+69, -0) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+3, -2) (Diff)
/source/gameengine/Physics/Bullet/SConscript (+1, -1) (Diff)
/source/gameengine/Physics/common/PHY_DynamicTypes.h (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021