remove sticky coordinates from blender, this was missing from the UI since 2.49.

TODO - drop support from the renderer still.
This commit is contained in:
2012-09-21 11:19:16 +00:00
parent fd44038ed7
commit f9467d28b9
12 changed files with 22 additions and 286 deletions

View File

@@ -367,7 +367,6 @@ void mesh_update_customdata_pointers(Mesh *me, const short do_ensure_tess_cd)
me->mvert = CustomData_get_layer(&me->vdata, CD_MVERT);
me->dvert = CustomData_get_layer(&me->vdata, CD_MDEFORMVERT);
me->msticky = CustomData_get_layer(&me->vdata, CD_MSTICKY);
me->medge = CustomData_get_layer(&me->edata, CD_MEDGE);