Blender Git Loki

Git Commits -> Revision ca5b738

Revision ca5b738 by Ton Roosendaal (master)
September 19, 2004, 11:47 (GMT)
Part one of editmesh.c refactoring. The huge file has been split in
logical parts, and include files altered to denote internal and external
functions.

include/editmesh.h: internal calls for editmesh_xxx.c files
include/BIF_editmesh.h: external calls for these files

src/editmesh.c: basic alloc/lists and in/out editmode, undo, separate
src/editmesh_lib.c: basic utility calls for all editmesh_xxx.c (no UI)
src/editmesh_add.c: add prim, add duplicate, add vertex/edge/face (UI)
src/editmesh_mods.c: selecting, transforming (UI)
src/editmesh_loop.c: loop tools like knife, loop select, loop subdiv (UI)
src/editmesh_tools.c: other tools (extrude, spin, etc) (UI)

And a new file:

src/meshtools.c: tools for Mesh outside of editmode (normals, draw flags)

Commit Details:

Full Hash: ca5b7386e501518157493335e870435017cbb98a
SVN Revision: 3084
Parent Commit: dab4606
Lines Changed: +9718, -9088

8 Added Paths:

/source/blender/include/BIF_meshtools.h (+47, -0) (View)
/source/blender/include/editmesh.h (+89, -0) (View)
/source/blender/src/editmesh_add.c (+699, -0) (View)
/source/blender/src/editmesh_lib.c (+736, -0) (View)
/source/blender/src/editmesh_loop.c (+1843, -0) (View)
/source/blender/src/editmesh_mods.c (+1447, -0) (View)
/source/blender/src/editmesh_tools.c (+3446, -0) (View)
/source/blender/src/meshtools.c (+883, -0) (View)

7 Modified Paths:

/source/blender/include/BIF_editmesh.h (+80, -113) (Diff)
/source/blender/src/booleanops.c (+0, -2) (Diff)
/source/blender/src/buttons_editing.c (+1, -0) (Diff)
/source/blender/src/editmesh.c (+445, -8972) (Diff)
/source/blender/src/header_view3d.c (+1, -0) (Diff)
/source/blender/src/space.c (+1, -0) (Diff)
/source/blender/src/usiblender.c (+0, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021