Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-01-27 21:11:07 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-27 21:11:07 +0300
commit5d4b81b688012a50cb1d310091c3ad7973c0a8e8 (patch)
tree660d28ffb1a6f60d12960a7f3b0a9074ceb51d2a /source/blender/blenlib/BLI_editVert.h
parent901313be99ee41b42b2d19558a1a0ba2e13b147e (diff)
== Retopo ==
Fixed bug #5829, Exiting editmode with TAB key toggles RETOPO * Moved the retopo_mode setting to ToolSettings. * Renamed the other retopo_mode to the (more accurate) retopo_paint_tool
Diffstat (limited to 'source/blender/blenlib/BLI_editVert.h')
-rw-r--r--source/blender/blenlib/BLI_editVert.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_editVert.h b/source/blender/blenlib/BLI_editVert.h
index e81e7db57ca..a763ad53f1f 100644
--- a/source/blender/blenlib/BLI_editVert.h
+++ b/source/blender/blenlib/BLI_editVert.h
@@ -169,7 +169,6 @@ typedef struct EditMesh
*/
int lastDataMask;
- char retopo_mode; /* 0=OFF, 1=ON, 2=PAINT */
struct RetopoPaintData *retopo_paint_data;
CustomData vdata, fdata;