projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50e3f3
)
Forgot to add remaking displist on ESC for subsurf crease edit...
author
Ton Roosendaal <ton@blender.org>
Sun, 25 Jul 2004 17:52:13 +0000
(17:52 +0000)
committer
Ton Roosendaal <ton@blender.org>
Sun, 25 Jul 2004 17:52:13 +0000
(17:52 +0000)
source/blender/src/editobject.c
patch
|
blob
|
history
diff --git
a/source/blender/src/editobject.c
b/source/blender/src/editobject.c
index b4a0e8d5f07e01b75cb8c5fb96cdadf671785a6c..993fe52e9a32f136c8577b6f4096adebb28bac78 100644
(file)
--- a/
source/blender/src/editobject.c
+++ b/
source/blender/src/editobject.c
@@
-6086,8
+6086,11
@@
void transform(int mode)
if(edge_creases) { // exception case, edges dont fit in Trans structs...
EditEdge *ee;
int tot;
+
for(tot= 0, ee = G.editMesh->edges.first; ee; ee= ee->next, tot++)
ee->crease= edge_creases[tot];
+
+ makeDispList(G.obedit);
}
else {