Blender Git Loki
Git Commits -> Revision fd56803
Revision fd56803 by Benoit Bolsee (master) May 6, 2009, 13:49 (GMT) |
Implement IK plugin library |
Commit Details:
Full Hash: fd568037074659eb3c0efe0b554bd5e378065ebe
SVN Revision: 20085
Parent Commit: b048ef6
Lines Changed: +945, -487
9 Added Paths:
/source/blender/ikplugin/BIK_api.h (+52, -0) (View)
/source/blender/ikplugin/CMakeLists.txt (+34, -0) (View)
/source/blender/ikplugin/intern/ikplugin_api.c (+100, -0) (View)
/source/blender/ikplugin/intern/ikplugin_api.h (+53, -0) (View)
/source/blender/ikplugin/intern/iksolver_plugin.c (+525, -0) (View)
/source/blender/ikplugin/intern/iksolver_plugin.h (+47, -0) (View)
/source/blender/ikplugin/intern/Makefile (+41, -0)
/source/blender/ikplugin/Makefile (+31, -0)
/source/blender/ikplugin/SConscript (+9, -0) (View)
/source/blender/ikplugin/CMakeLists.txt (+34, -0) (View)
/source/blender/ikplugin/intern/ikplugin_api.c (+100, -0) (View)
/source/blender/ikplugin/intern/ikplugin_api.h (+53, -0) (View)
/source/blender/ikplugin/intern/iksolver_plugin.c (+525, -0) (View)
/source/blender/ikplugin/intern/iksolver_plugin.h (+47, -0) (View)
/source/blender/ikplugin/intern/Makefile (+41, -0)
/source/blender/ikplugin/Makefile (+31, -0)
/source/blender/ikplugin/SConscript (+9, -0) (View)
13 Modified Paths:
/projectfiles_vc9/blender/blender.sln (+18, -0) (Diff)
/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj (+7, -6) (Diff)
/projectfiles_vc9/gameengine/gameplayer/ghost/GP_ghost.vcproj (+1, -1) (Diff)
/source/blender/blenkernel/BKE_armature.h (+1, -5) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+15, -468) (Diff)
/source/blender/blenkernel/intern/Makefile (+1, -0) (Diff)
/source/blender/blenkernel/SConscript (+1, -1) (Diff)
/source/blender/CMakeLists.txt (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+4, -1) (Diff)
/source/blender/SConscript (+2, -1) (Diff)
/source/blender/src/buttons_object.c (+0, -2) (Diff)
/source/creator/CMakeLists.txt (+1, -0) (Diff)
/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj (+7, -6) (Diff)
/projectfiles_vc9/gameengine/gameplayer/ghost/GP_ghost.vcproj (+1, -1) (Diff)
/source/blender/blenkernel/BKE_armature.h (+1, -5) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+15, -468) (Diff)
/source/blender/blenkernel/intern/Makefile (+1, -0) (Diff)
/source/blender/blenkernel/SConscript (+1, -1) (Diff)
/source/blender/CMakeLists.txt (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+4, -1) (Diff)
/source/blender/SConscript (+2, -1) (Diff)
/source/blender/src/buttons_object.c (+0, -2) (Diff)
/source/creator/CMakeLists.txt (+1, -0) (Diff)