Normand Briere
2019-07-17 a5580a47d246c1272b10adba68070f6e13da5e41
Object3D.java
....@@ -29,6 +29,9 @@
2929 Object3D saveskeleton;
3030 //
3131
32
+ byte[] versions[] = new byte[100][];
33
+ int versionindex = -1;
34
+
3235 ScriptNode scriptnode;
3336
3437 void InitOthers()
....@@ -215,6 +218,7 @@
215218 // o.transientrep = this.bRep.support;
216219 // o.bRep.support = null;
217220 // }
221
+ o.selection = this.selection;
218222
219223 if (this.support != null)
220224 {
....@@ -268,6 +272,8 @@
268272 {
269273 this.support.bRep = o.transientrep;
270274 }
275
+
276
+ this.selection = o.selection;
271277 // July 2019 if (this.bRep != null)
272278 // this.bRep.support = o.transientrep;
273279 // this.support = o.support;