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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-12-23 18:20:27 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2005-12-23 18:20:27 +0300
commit1276dd73ef71ead8026a683d30e8e9a6e435f9a5 (patch)
tree092b62829c73cfd5bc2c16a79376d311a81f079a /source/blender/include/BIF_editmesh.h
parent04e24d868e997a882dba539f8a62a49674038cb4 (diff)
Some bugreports from the orangers for Shape Vert Copy :)
1. Selection is now not lost on cancel 2. Subsurf now Updates 3. MMB copys at 100% immediately 4. Full copy removed from menu since due to #3
Diffstat (limited to 'source/blender/include/BIF_editmesh.h')
-rw-r--r--source/blender/include/BIF_editmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index a722554cfcb..632509953e0 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -197,7 +197,7 @@ int editedge_containsVert(struct EditEdge *eed, struct EditVert *eve);
int editface_containsVert(struct EditFace *efa, struct EditVert *eve);
int editface_containsEdge(struct EditFace *efa, struct EditEdge *eed);
-void shape_copy_select_from(int i);
+void shape_copy_select_from(void);
void shape_propagate(void);
#endif