Blender Git Commit Log

Git Commits -> Revision e56beb5

Revision e56beb5 by Bastien Montagne (soc-2014-shapekey)
November 15, 2014, 18:02 (GMT)
Remove 'topochange' from EDBM.

In future, there may be several tools relying on topo hash, each one making
updates to it when it needs. Hence, such thing should absolutely not be held
by mesh data, but (in this case) by Key data.

Also made some reorganization and renaming a bit.

Note: this code compiles, but for now cannot really be tested, since scratch
is not enabled...

Commit Details:

Full Hash: e56beb5c5f81c26cf33e02f901686a2406ed3ceb
Parent Commit: 2a88cab
Lines Changed: +119, -51

7 Modified Paths:

/source/blender/blenkernel/BKE_editmesh.h (+4, -16) (Diff)
/source/blender/blenkernel/intern/editmesh.c (+46, -13) (Diff)
/source/blender/blenkernel/intern/key.c (+24, -13) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -1) (Diff)
/source/blender/editors/mesh/editmesh_utils.c (+16, -7) (Diff)
/source/blender/makesdna/DNA_key_types.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+21, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021