Skip to content

Commit e0935e3

Browse files
Maya Tool - Create Plane from Points - Clean up
Remove unneeded commented line of code.
1 parent 0bcd699 commit e0935e3

File tree

1 file changed

+0
-1
lines changed
  • python/mmSolver/tools/createplanefrompoints

1 file changed

+0
-1
lines changed

python/mmSolver/tools/createplanefrompoints/lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ def create_plane_from_points(world_points, name=None):
170170
transform_node, _creator_node = maya.cmds.polyPlane(axis=[0.0, 1.0, 0.0], name=name)
171171

172172
_set_mesh_transform_matrix(transform_node, plane_matrix)
173-
# _set_mesh_transform_mmatrix(transform_node, plane_mmatrix)
174173

175174
# Assign 'lambert1' to mesh.
176175
maya.cmds.sets(transform_node, edit=True, forceElement='initialShadingGroup')

0 commit comments

Comments
 (0)