From a69bb4474a3264a9a7a7f8b8d8154ea771f167c8 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Fri, 28 Jun 2019 23:44:22 -0400 Subject: [PATCH] Fix ungroup. --- BoundaryRep.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/BoundaryRep.java b/BoundaryRep.java index 6c09eda..883e363 100644 --- a/BoundaryRep.java +++ b/BoundaryRep.java @@ -4155,6 +4155,8 @@ void MergeNormals() { + assert(!trimmed); + boolean smooth = Grafreed.smoothmode; boolean link = Grafreed.linkUV; Grafreed.smoothmode = true; -- Gitblit v1.6.2