add option requested [#25598] projection surface snap issue

for retopo workflow you don't wan't to project the mesh onto its self, added option not to.
This commit is contained in:
2011-03-09 22:45:34 +00:00
parent ca63b15131
commit 1110c80696
6 changed files with 18 additions and 3 deletions

View File

@@ -95,7 +95,8 @@ typedef struct TransSnap {
short modePoint;
short modeSelect;
short align;
short project;
char project;
char project_self;
short peel;
short status;
float snapPoint[3]; /* snapping from this point */