Blender Git Loki
Git Commits -> Revision 38fe96e
Revision 38fe96e by Campbell Barton (apricot) June 14, 2008, 18:13 (GMT) |
Commit Details:
Full Hash: 38fe96e1adba82eddfaa5bafbf508e2073a3156f
SVN Revision: 15223
Parent Commit: 6d62a18
Lines Changed: +305, -19
19 Modified Paths:
/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj (+6, -3) (Diff)
/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj (+6, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+17, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+167, -2) (Diff)
/source/blender/blenkernel/intern/object.c (+2, -0) (Diff)
/source/blender/blenlib/intern/util.c (+13, -6) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/render/intern/source/shadbuf.c (+2, -2) (Diff)
/source/blender/src/buttons_editing.c (+2, -1) (Diff)
/source/blender/src/usiblender.c (+8, -3) (Diff)
/source/gameengine/Converter/BL_ArmatureObject.cpp (+3, -2) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+21, -0) (Diff)
/source/gameengine/Ketsji/KX_SG_NodeRelationships.h (+15, -0) (Diff)
/source/gameengine/PyDoc/KX_GameObject.py (+2, -0) (Diff)
/source/gameengine/SceneGraph/SG_Node.cpp (+11, -0) (Diff)
/source/gameengine/SceneGraph/SG_Node.h (+8, -0) (Diff)
/source/gameengine/SceneGraph/SG_ParentRelation.h (+10, -0) (Diff)
/source/gameengine/SceneGraph/SG_Spatial.cpp (+7, -0) (Diff)
/source/gameengine/SceneGraph/SG_Spatial.h (+4, -0) (Diff)
/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj (+6, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+17, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+167, -2) (Diff)
/source/blender/blenkernel/intern/object.c (+2, -0) (Diff)
/source/blender/blenlib/intern/util.c (+13, -6) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/render/intern/source/shadbuf.c (+2, -2) (Diff)
/source/blender/src/buttons_editing.c (+2, -1) (Diff)
/source/blender/src/usiblender.c (+8, -3) (Diff)
/source/gameengine/Converter/BL_ArmatureObject.cpp (+3, -2) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+21, -0) (Diff)
/source/gameengine/Ketsji/KX_SG_NodeRelationships.h (+15, -0) (Diff)
/source/gameengine/PyDoc/KX_GameObject.py (+2, -0) (Diff)
/source/gameengine/SceneGraph/SG_Node.cpp (+11, -0) (Diff)
/source/gameengine/SceneGraph/SG_Node.h (+8, -0) (Diff)
/source/gameengine/SceneGraph/SG_ParentRelation.h (+10, -0) (Diff)
/source/gameengine/SceneGraph/SG_Spatial.cpp (+7, -0) (Diff)
/source/gameengine/SceneGraph/SG_Spatial.h (+4, -0) (Diff)