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:
authorCampbell Barton <ideasman42@gmail.com>2012-09-21 15:37:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-21 15:37:51 +0400
commit3d1cdfbb3833f2869dc73fb18b3305e78ab608db (patch)
tree60dc6da4978b4f9e696065e542c2e8a44a763bfb /source/blender/editors/mesh/mesh_data.c
parentf9467d28b99a620631ed1c2d249532b2dba46f67 (diff)
remove sticky coords from blender and the internal render engine.
Diffstat (limited to 'source/blender/editors/mesh/mesh_data.c')
-rw-r--r--source/blender/editors/mesh/mesh_data.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/mesh_data.c b/source/blender/editors/mesh/mesh_data.c
index c6bff317584..7f45d3abcbc 100644
--- a/source/blender/editors/mesh/mesh_data.c
+++ b/source/blender/editors/mesh/mesh_data.c
@@ -765,9 +765,6 @@ static int mesh_customdata_clear_exec__internal(bContext *C,
DAG_id_tag_update(&me->id, 0);
WM_event_add_notifier(C, NC_GEOM | ND_DATA, me);
- /* clears points such as me->sticky */
- mesh_update_customdata_pointers(me, FALSE);
-
return OPERATOR_FINISHED;
}