Blender Git Commit Log

Git Commits -> Revision aee06ac

Revision aee06ac by Campbell Barton (master)
September 22, 2007, 17:54 (GMT)
added an active face for the mesh editmode and normal mesh - this is needed because the TFace flag was not always easy to access from editmode.
using the last selected face was almost good enough however when selecting verts and edges the last selected face would become inactive and the space image would flicker about too much.
The active face is used for getting the space image at the moment and keeps scripts that use this flag working also.

This has 2 commands to get and set, so the variable is not accessed directly.

all "UV Calculate" scripts work now

last commit crashed when in solid draw mode, it seems subsurf modifier is ignoring the displayMask since MTFACE is available. just made it do a null check for now.

uvcalc_follow_active_coords.py - should be done inC and put in the snap menu.

Commit Details:

Full Hash: aee06ac0d0ebe22c6156808fcc4d87aca1fbea10
SVN Revision: 12108
Parent Commit: d5b186b
Lines Changed: +142, -230

1 Deleted Path:

/release/scripts/uvcalc_from_adjacent.py (+0, -129)

19 Modified Paths:

/release/scripts/uvcalc_follow_active_coords.py (+11, -1) (Diff)
/release/scripts/uvcalc_lightmap.py (+9, -0) (Diff)
/release/scripts/uvcalc_quad_clickproj.py (+8, -3) (Diff)
/release/scripts/uvcalc_smart_project.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+19, -17) (Diff)
/source/blender/blenlib/BLI_editVert.h (+7, -0) (Diff)
/source/blender/include/BIF_editmesh.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+8, -1) (Diff)
/source/blender/python/api2_2x/Mesh.c (+17, -29) (Diff)
/source/blender/python/api2_2x/NMesh.c (+2, -11) (Diff)
/source/blender/src/drawimage.c (+1, -0) (Diff)
/source/blender/src/drawmesh.c (+3, -3) (Diff)
/source/blender/src/editface.c (+17, -26) (Diff)
/source/blender/src/editmesh.c (+12, -1) (Diff)
/source/blender/src/editmesh_lib.c (+11, -0) (Diff)
/source/blender/src/editmesh_mods.c (+2, -0) (Diff)
/source/blender/src/editsima.c (+7, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021