Blender Git Commit Log

Git Commits -> Revision 1fe21f7

Revision 1fe21f7 by Ton Roosendaal (master)
January 5, 2009, 15:19 (GMT)
2.5

Put back Armature/Pose code, including 'heat weight'.
I've added reeb.h to get things compile, but Martin will
cleanup files and put back?

Now where to put all vertexgroup code.... I guess mesh?

Note for msvc: yep, another new dir to add! :)

Commit Details:

Full Hash: 1fe21f7e8f2f12b8b0707609e132b53fcc842f9e
SVN Revision: 18339
Parent Commit: df20a12
Lines Changed: +9157, -254

9 Added Paths:

/source/blender/editors/armature/armature_intern.h (+39, -0) (View)
/source/blender/editors/armature/editarmature.c (+4971, -0) (View)
/source/blender/editors/armature/Makefile (+59, -0)
/source/blender/editors/armature/meshlaplacian.c (+1923, -0) (View)
/source/blender/editors/armature/meshlaplacian.h (+85, -0) (View)
/source/blender/editors/armature/poseobject.c (+1681, -0) (View)
/source/blender/editors/armature/reeb.h (+189, -0) (View)
/source/blender/editors/armature/SConscript (+11, -0) (View)
/source/blender/editors/include/ED_armature.h (+95, -0) (View)

1 Deleted Path:

/source/blender/editors/include/BIF_editarmature.h (+0, -178)

23 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+0, -1) (Diff)
/source/blender/blenkernel/BKE_object.h (+0, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+2, -8) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -35) (Diff)
/source/blender/editors/include/ED_mesh.h (+1, -11) (Diff)
/source/blender/editors/include/ED_object.h (+7, -0) (Diff)
/source/blender/editors/include/ED_view3d.h (+39, -1) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/mesh/editface.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh.c (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_lib.c (+1, -0) (Diff)
/source/blender/editors/mesh/meshtools.c (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/editors/object/object_edit.c (+40, -8) (Diff)
/source/blender/editors/SConscript (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawarmature.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+0, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_orientations.c (+1, -1) (Diff)
/source/Makefile (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021