Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2159)

Unified Diff: source/blender/editors/transform/transform.h

Issue 6220055: Skin modifier (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Updated with suggested changes Created 12 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/editors/transform/transform.h
===================================================================
--- source/blender/editors/transform/transform.h (revision 46855)
+++ source/blender/editors/transform/transform.h (working copy)
@@ -464,6 +464,9 @@ int Shear(TransInfo *t, const int mval[2]);
void initResize(TransInfo *t);
int Resize(TransInfo *t, const int mval[2]);
+void initSkinResize(TransInfo *t);
+int SkinResize(TransInfo *t, const int mval[2]);
+
void initTranslation(TransInfo *t);
int Translation(TransInfo *t, const int mval[2]);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b