From 01950afe5f886fde44466042c5ceb826443cecf7 Mon Sep 17 00:00:00 2001 From: trav Date: Thu, 27 May 2021 10:19:34 -0400 Subject: [PATCH] clean up quad remesh sample. --- rhinopython/SampleQuadRemesh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rhinopython/SampleQuadRemesh.py b/rhinopython/SampleQuadRemesh.py index fc4cf0ba..a0e4bf79 100644 --- a/rhinopython/SampleQuadRemesh.py +++ b/rhinopython/SampleQuadRemesh.py @@ -11,7 +11,6 @@ def SampleQuadRemesh(): go = Rhino.Input.Custom.GetObject() go.GeometryFilter = Rhino.DocObjects.ObjectType.Mesh - go.GeometryAttributeFilter = Rhino.Input.Custom.GeometryAttributeFilter.ClosedCurve go.SetCommandPrompt("Select Mesh to QuadRemesh") go.Get() if(go.CommandResult() != Rhino.Commands.Result.Success):