Blender Git Commit Log

Git Commits -> Revision c78ebf9

Revision c78ebf9 by Campbell Barton (master)
March 19, 2018, 14:45 (GMT)
Cleanup: split lattice into own library

Was mixed with object functionality.

Commit Details:

Full Hash: c78ebf9f26d01fcc3cf16baa9da922ee183f4b09
Parent Commit: 342a182
Lines Changed: +1394, -1053

8 Added Paths:

/source/blender/blenkernel/BKE_editlattice.h (+34, -0) (View)
/source/blender/blenkernel/intern/editlattice.c (+147, -0) (View)
/source/blender/editors/lattice/CMakeLists.txt (+45, -0) (View)
/source/blender/editors/lattice/editlattice_select.c (+558, -0) (View)
/source/blender/editors/lattice/editlattice_tools.c (+340, -0) (View)
/source/blender/editors/lattice/editlattice_undo.c (+113, -0) (View)
/source/blender/editors/lattice/lattice_intern.h (+44, -0) (View)
/source/blender/editors/lattice/lattice_ops.c (+80, -0) (View)

1 Deleted Path:

/source/blender/editors/object/object_lattice.c (+0, -985)

15 Modified Paths:

/build_files/cmake/macros.cmake (+1, -0) (Diff)
/doc/doxygen/doxygen.source.h (+4, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/include/ED_lattice.h (+12, -6) (Diff)
/source/blender/editors/include/ED_object.h (+0, -8) (Diff)
/source/blender/editors/object/CMakeLists.txt (+0, -1) (Diff)
/source/blender/editors/object/object_edit.c (+4, -3) (Diff)
/source/blender/editors/object/object_intern.h (+0, -10) (Diff)
/source/blender/editors/object/object_ops.c (+0, -33) (Diff)
/source/blender/editors/space_api/spacetypes.c (+4, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -0) (Diff)
/source/blender/editors/util/undo.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+3, -2) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+0, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021