From e79247ef52a0bbb3864d46bb1e2c716005b3ecf3 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Thu, 18 Jul 2019 22:19:40 -0400 Subject: [PATCH] Move XYZ panel + icons. --- Object3D.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Object3D.java b/Object3D.java index b3a45b6..94907db 100644 --- a/Object3D.java +++ b/Object3D.java @@ -219,6 +219,8 @@ // o.bRep.support = null; // } o.selection = this.selection; + o.versions = this.versions; + o.versionindex = this.versionindex; if (this.support != null) { @@ -274,6 +276,9 @@ } this.selection = o.selection; + + this.versions = o.versions; + this.versionindex = o.versionindex; // July 2019 if (this.bRep != null) // this.bRep.support = o.transientrep; // this.support = o.support; @@ -3112,7 +3117,7 @@ { if (bRep != null) { - bRep.GenerateNormalsMINE(); + bRep.MergeNormals(); //.GenerateNormalsMINE(); Touch(); } } -- Gitblit v1.6.2