Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
polySetToFaceNormal [-setUserNormal]
polySetToFaceNormal is undoable, NOT queryable, and NOT editable.
This command takes selected polygonal vertices or vertex-faces and changes their normals. If the option userNormal is used, the new normal values will be the face normals arround the vertices/vertex-faces. Otherwise the new normal values will be default values according to the internal calculation.| string | of the node name |
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-setUserNormal(-su) |
||||
|
||||
// Create user normals and set them to the face normals
polySetToFaceNormal -setUserNormal;
// Set the normals to the default normal values (internally computed)
polySetToFaceNormal;