Changed error message for "Screw" tool in Edit Mesh into:
"You have to select a string of connected vertices too" (Was: "You have to select a Curve").
This commit is contained in:
@@ -883,7 +883,7 @@ void screw_mesh(int steps, int turns)
|
|||||||
eve= eve->next;
|
eve= eve->next;
|
||||||
}
|
}
|
||||||
if(v1==0 || v2==0) {
|
if(v1==0 || v2==0) {
|
||||||
error("No curve is selected");
|
error("You have to select a string of connected vertices too");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user