Normand Briere
2019-06-17 13e9febe94aaeebad9c97f6d3e2aa4d73b2495c8
Fix refresh info.
1 files modified
8 ■■■■■ changed files
GroupEditor.java 8 ●●●●● patch | view | raw | blame | history
GroupEditor.java
....@@ -4329,6 +4329,7 @@
43294329
43304330 //if (child.parent != null)
43314331 //child.parent.addSelectee(child);
4332
+ objEditor.SetMaterial(child);
43324333 group.addSelectee(child);
43334334 }
43344335 }
....@@ -4369,15 +4370,12 @@
43694370 {
43704371 objEditor.ClearInfo(); // .GetMaterial());
43714372
4372
- for (int i=0; i < group.selection.size(); i++)
4373
+ for (int i=0; i < group.selection.Size(); i++)
43734374 {
4374
- Object3D child = (Object3D) group.selection.reserve(i);
4375
+ Object3D child = (Object3D) group.selection.get(i);
43754376
4376
- objEditor.SetMaterial(child);
43774377 objEditor.AddInfo(child, this, true);
43784378 System.err.println("info : " + child.GetPath());
4379
-
4380
- group.selection.release(i);
43814379 }
43824380
43834381 objEditor.SetText(); // jan 2014