Normand Briere
2019-07-19 e79247ef52a0bbb3864d46bb1e2c716005b3ecf3
Object3D.java
....@@ -219,6 +219,8 @@
219219 // o.bRep.support = null;
220220 // }
221221 o.selection = this.selection;
222
+ o.versions = this.versions;
223
+ o.versionindex = this.versionindex;
222224
223225 if (this.support != null)
224226 {
....@@ -274,6 +276,9 @@
274276 }
275277
276278 this.selection = o.selection;
279
+
280
+ this.versions = o.versions;
281
+ this.versionindex = o.versionindex;
277282 // July 2019 if (this.bRep != null)
278283 // this.bRep.support = o.transientrep;
279284 // this.support = o.support;
....@@ -3112,7 +3117,7 @@
31123117 {
31133118 if (bRep != null)
31143119 {
3115
- bRep.GenerateNormalsMINE();
3120
+ bRep.MergeNormals(); //.GenerateNormalsMINE();
31163121 Touch();
31173122 }
31183123 }