Normand Briere
2019-08-23 60cec91731a350fe67e9b5ffe7a00d70e9026314
GroupEditor.java
....@@ -16,6 +16,7 @@
1616 //import buoy.widget.BFileChooser;
1717
1818 class GroupEditor extends ObjEditor implements //iParse, //iCallBack,
19
+ Grafreed.iResourceCallBack,
1920 ObjectUI,
2021 Runnable,
2122 ActionListener,
....@@ -23,6 +24,360 @@
2324 DragGestureListener, DragSourceListener, DropTargetListener,
2425 ItemListener // ListSelectionListener
2526 {
27
+
28
+ public void AddSkyboxButton(String f, String s, cGridBag row)
29
+ {
30
+ cButton skyboxButton;
31
+ final String path = "cubemaps/" + f + "-skyboxes/" + s;
32
+ row.add(skyboxButton = GetButton(path + "/preview.jpg", !Globals.NIMBUSLAF));
33
+ //row.add(skyboxButton = GetButton(path + "/negx.jpg", !Grafreed.NIMBUSLAF));
34
+ skyboxButton.setToolTipText(s.equals("") ? "No background" : s);
35
+ skyboxButton.addActionListener(new ActionListener()
36
+ {
37
+ @Override
38
+ public void actionPerformed(ActionEvent e)
39
+ {
40
+ ChangeSkybox(path);
41
+ }
42
+ });
43
+ }
44
+
45
+ public void AddTextureButton(String f, String c, final String t, int count, cGridBag row)
46
+ {
47
+ cButton textureButton;
48
+ final String path = "textures/" + f + "/" + c + "/"; // + t;
49
+ row.add(textureButton = GetButton(path + "icons/" + t, !Globals.NIMBUSLAF));
50
+ textureButton.setToolTipText(c + count);
51
+ textureButton.addActionListener(new ActionListener()
52
+ {
53
+ @Override
54
+ public void actionPerformed(ActionEvent e)
55
+ {
56
+ ChangeTexture(path + t);
57
+ }
58
+ });
59
+ }
60
+
61
+ public void AddSkyboxTab0(JTabbedPane skyboxpanel)
62
+ {
63
+ cGridBag tab0 = new cGridBag().setVertical(true);
64
+
65
+ tab0.setName("Urban");
66
+ skyboxpanel.add(tab0);
67
+
68
+ cGridBag row0 = new cGridBag();
69
+ cGridBag row1 = new cGridBag();
70
+ cGridBag row2 = new cGridBag();
71
+ cGridBag row3 = new cGridBag();
72
+ cGridBag row4 = new cGridBag();
73
+ cGridBag row5 = new cGridBag();
74
+ cGridBag row6 = new cGridBag();
75
+
76
+ AddSkyboxButton("default", "", row0);
77
+ //AddSkyboxButton("default", "cornell", row0);
78
+ AddSkyboxButton("penguins", "dust", row0);
79
+ AddSkyboxButton("penguins", "tropic", row0);
80
+ AddSkyboxButton("penguins", "yonder", row0);
81
+
82
+ AddSkyboxButton("default", "uffizi", row1);
83
+ AddSkyboxButton("bridge", "Bridge", row1);
84
+ AddSkyboxButton("bridge", "Bridge2", row1);
85
+ AddSkyboxButton("urban", "GamlaStan2", row1);
86
+
87
+ AddSkyboxButton("urban", "Parliament", row2);
88
+ AddSkyboxButton("urban", "Roundabout", row2);
89
+ AddSkyboxButton("urban", "SaintLazarusChurch", row2);
90
+ AddSkyboxButton("urban", "SaintLazarusChurch2", row2);
91
+
92
+ AddSkyboxButton("urban", "SaintLazarusChurch3", row3);
93
+ AddSkyboxButton("urban", "UnionSquare", row3);
94
+ AddSkyboxButton("urban", "Medborgarplatsen", row3);
95
+ AddSkyboxButton("park", "BerzeliiPark", row3);
96
+
97
+ AddSkyboxButton("park", "Buddha", row4);
98
+ AddSkyboxButton("park", "CNTower2", row4);
99
+ AddSkyboxButton("park", "NiagaraFalls1", row4);
100
+ AddSkyboxButton("park", "NiagaraFalls3", row4);
101
+
102
+ AddSkyboxButton("park", "Park", row5);
103
+ AddSkyboxButton("park", "Pond", row5);
104
+ AddSkyboxButton("park", "Skansen", row5);
105
+ AddSkyboxButton("park", "Skansen2", row5);
106
+
107
+ AddSkyboxButton("park", "Skansen3", row6);
108
+ AddSkyboxButton("park", "Skansen4", row6);
109
+ AddSkyboxButton("park", "Skansen5", row6);
110
+ AddSkyboxButton("persson", "VancouverConventionCentre", row6);
111
+
112
+ tab0.add(row0);
113
+ tab0.add(row1);
114
+ tab0.add(row2);
115
+ tab0.add(row3);
116
+ tab0.add(row4);
117
+ tab0.add(row5);
118
+ tab0.add(row6);
119
+
120
+ for (int i=5; --i>=0;)
121
+ {
122
+ //oe.toolboxPanel.Return();
123
+ //tab0.add(new cGridBag());
124
+ }
125
+ }
126
+
127
+ public void AddSkyboxTab1(JTabbedPane skyboxpanel)
128
+ {
129
+ cGridBag tab0 = new cGridBag().setVertical(true);
130
+
131
+ tab0.setName("Nature");
132
+ skyboxpanel.add(tab0);
133
+
134
+ cGridBag row0 = new cGridBag();
135
+ cGridBag row1 = new cGridBag();
136
+ cGridBag row2 = new cGridBag();
137
+ cGridBag row3 = new cGridBag();
138
+ cGridBag row4 = new cGridBag();
139
+ cGridBag row5 = new cGridBag();
140
+ cGridBag row6 = new cGridBag();
141
+
142
+ AddSkyboxButton("beach", "HeartInTheSand", row0);
143
+ AddSkyboxButton("beach", "LarnacaBeach", row0);
144
+ AddSkyboxButton("beach", "PalmTrees", row0);
145
+ AddSkyboxButton("beach", "Tenerife", row0);
146
+
147
+ AddSkyboxButton("beach", "Tenerife2", row1);
148
+ AddSkyboxButton("beach", "Tenerife3", row1);
149
+ AddSkyboxButton("field", "FishPond", row1);
150
+ AddSkyboxButton("field", "Footballfield", row1);
151
+
152
+ AddSkyboxButton("field", "Meadow", row2);
153
+ AddSkyboxButton("field", "Sorsele", row2);
154
+ AddSkyboxButton("field", "Sorsele2", row2);
155
+ AddSkyboxButton("field", "Sorsele3", row2);
156
+
157
+ AddSkyboxButton("forest", "Brudslojan", row3);
158
+ AddSkyboxButton("forest", "Langholmen2", row3);
159
+ AddSkyboxButton("forest", "Plants", row3);
160
+ AddSkyboxButton("mountain", "Maskonaive", row3);
161
+
162
+ AddSkyboxButton("mountain", "Maskonaive2", row4);
163
+ AddSkyboxButton("mountain", "Maskonaive3", row4);
164
+ AddSkyboxButton("mountain", "Teide", row4);
165
+ AddSkyboxButton("park", "Tantolunden4", row4);
166
+
167
+ AddSkyboxButton("park", "Stairs", row5);
168
+ AddSkyboxButton("default", "skycube", row6);
169
+ AddSkyboxButton("rocky", "Langholmen", row5);
170
+ AddSkyboxButton("rocky", "Skinnarviksberget", row5);
171
+
172
+ AddSkyboxButton("rocky", "Tantolunden6", row5);
173
+ AddSkyboxButton("default", "CloudyHills", row6);
174
+ AddSkyboxButton("daz", "Autumn", row6);
175
+ AddSkyboxButton("daz", "MountainTrail", row6);
176
+ /*
177
+Autumn
178
+Greenlands
179
+MountainTrail
180
+Oasis
181
+TheRock
182
+TopOfTheWorld
183
+Winter
184
+ */
185
+
186
+ tab0.add(row0);
187
+ tab0.add(row1);
188
+ tab0.add(row2);
189
+ tab0.add(row3);
190
+ tab0.add(row4);
191
+ tab0.add(row5);
192
+ tab0.add(row6);
193
+
194
+ for (int i=5; --i>=0;)
195
+ {
196
+ //oe.toolboxPanel.Return();
197
+ //tab0.add(new cGridBag());
198
+ }
199
+ }
200
+
201
+ public void AddSkyboxTab2(JTabbedPane skyboxpanel)
202
+ {
203
+ cGridBag tab0 = new cGridBag().setVertical(true);
204
+
205
+ tab0.setName("Night");
206
+ skyboxpanel.add(tab0);
207
+
208
+ cGridBag row0 = new cGridBag();
209
+ cGridBag row1 = new cGridBag();
210
+ cGridBag row2 = new cGridBag();
211
+ cGridBag row3 = new cGridBag();
212
+ cGridBag row4 = new cGridBag();
213
+ cGridBag row5 = new cGridBag();
214
+ cGridBag row6 = new cGridBag();
215
+
216
+ AddSkyboxButton("night", "NightPath", row0);
217
+ AddSkyboxButton("night", "PondNight", row0);
218
+ AddSkyboxButton("night", "Powerlines", row0);
219
+ AddSkyboxButton("night", "SwedishRoyalCastle", row0);
220
+
221
+ AddSkyboxButton("urban", "CNTower", row1);
222
+ AddSkyboxButton("bridge", "ArstaBridge", row1);
223
+ AddSkyboxButton("rocky", "Riddarfjarden", row1);
224
+ AddSkyboxButton("penguins", "sleepyhollow", row1);
225
+
226
+ AddSkyboxButton("penguins", "kenon_star", row2);
227
+ AddSkyboxButton("persson", "corona", row2);
228
+ AddSkyboxButton("persson", "spaceskybox", row2);
229
+ AddSkyboxButton("indoors", "Vasa", row2);
230
+
231
+ AddSkyboxButton("winter", "Backyard", row3);
232
+ AddSkyboxButton("winter", "Creek", row3);
233
+ AddSkyboxButton("winter", "FootballField3", row3);
234
+ AddSkyboxButton("winter", "Forest", row3);
235
+
236
+ AddSkyboxButton("winter", "HornstullsStrand2", row4);
237
+ AddSkyboxButton("winter", "House", row4);
238
+ AddSkyboxButton("winter", "IceLake", row4);
239
+ AddSkyboxButton("winter", "IceRiver", row4);
240
+
241
+ AddSkyboxButton("winter", "Park3", row5);
242
+ AddSkyboxButton("winter", "PondWinter", row5);
243
+ AddSkyboxButton("winter", "Tantolunden5", row5);
244
+ AddSkyboxButton("winter", "Vindelalven", row5);
245
+
246
+ AddSkyboxButton("daz", "TheRock", row6);
247
+ AddSkyboxButton("daz", "TopOfTheWorld", row6);
248
+ AddSkyboxButton("daz", "Winter", row6);
249
+ AddSkyboxButton("mountain", "Ryfjallet", row6);
250
+
251
+ tab0.add(row0);
252
+ tab0.add(row1);
253
+ tab0.add(row2);
254
+ tab0.add(row3);
255
+ tab0.add(row4);
256
+ tab0.add(row5);
257
+ tab0.add(row6);
258
+
259
+ for (int i=5; --i>=0;)
260
+ {
261
+ //oe.toolboxPanel.Return();
262
+ //tab0.add(new cGridBag());
263
+ }
264
+ }
265
+
266
+ public void AddSkyboxTab3(JTabbedPane skyboxpanel)
267
+ {
268
+ cGridBag tab0 = new cGridBag().setVertical(true);
269
+
270
+ tab0.setName("Others");
271
+ skyboxpanel.add(tab0);
272
+
273
+ cGridBag row0 = new cGridBag();
274
+ cGridBag row1 = new cGridBag();
275
+ cGridBag row2 = new cGridBag();
276
+ cGridBag row3 = new cGridBag();
277
+ cGridBag row4 = new cGridBag();
278
+ cGridBag row5 = new cGridBag();
279
+ cGridBag row6 = new cGridBag();
280
+
281
+ AddSkyboxButton("mayhem", "afterrain", row0);
282
+ AddSkyboxButton("mayhem", "aqua4", row0);
283
+ AddSkyboxButton("mayhem", "aqua9", row0);
284
+ AddSkyboxButton("mayhem", "flame", row0);
285
+
286
+ AddSkyboxButton("mayhem", "h2s", row1);
287
+ AddSkyboxButton("mayhem", "prehistoric", row1);
288
+ AddSkyboxButton("mayhem", "scorched", row1);
289
+ AddSkyboxButton("penguins", "desertdawn", row1);
290
+
291
+ AddSkyboxButton("persson", "Citadella", row2);
292
+ AddSkyboxButton("persson", "Citadella2", row2);
293
+ AddSkyboxButton("persson", "clouds1", row2);
294
+ AddSkyboxButton("penguins", "wrath", row2);
295
+
296
+ AddSkyboxButton("persson", "FishermansBastion", row3);
297
+ AddSkyboxButton("persson", "HeroesSquare", row3);
298
+ AddSkyboxButton("indoors", "DallasW", row3);
299
+ AddSkyboxButton("indoors", "MarriottMadisonWest", row3);
300
+
301
+ AddSkyboxButton("persson", "LancellottiChapel", row4);
302
+ AddSkyboxButton("persson", "PereaBeach1", row4);
303
+ AddSkyboxButton("persson", "PereaBeach2", row4);
304
+ AddSkyboxButton("persson", "redeclipse", row4);
305
+
306
+ AddSkyboxButton("daz", "Greenlands", row5);
307
+ AddSkyboxButton("daz", "Oasis", row5);
308
+ AddSkyboxButton("elyvisions", "arch3", row5);
309
+ AddSkyboxButton("elyvisions", "calm_sea", row5);
310
+
311
+ AddSkyboxButton("elyvisions", "rainbow", row6);
312
+ AddSkyboxButton("elyvisions", "distant_sunset", row6);
313
+ AddSkyboxButton("elyvisions", "heaven", row6);
314
+ AddSkyboxButton("elyvisions", "hot", row6);
315
+
316
+ tab0.add(row0);
317
+ tab0.add(row1);
318
+ tab0.add(row2);
319
+ tab0.add(row3);
320
+ tab0.add(row4);
321
+ tab0.add(row5);
322
+ tab0.add(row6);
323
+
324
+ for (int i=5; --i>=0;)
325
+ {
326
+ //oe.toolboxPanel.Return();
327
+ //tab0.add(new cGridBag());
328
+ }
329
+ }
330
+
331
+ public void ChangeSkybox(String skybox)
332
+ {
333
+ if (skybox.endsWith("/"))
334
+ {
335
+ group.skyboxname = null;
336
+ group.skyboxext = null;
337
+ cameraView.repaint();
338
+ }
339
+ else
340
+ {
341
+ //cameraView.envyoff = false;
342
+ group.skyboxname = skybox;
343
+ group.skyboxext = "jpg";
344
+ cameraView.repaint();
345
+ }
346
+ }
347
+
348
+ public void CreateSkyboxPanel(cGridBag skyboxPanel)
349
+ {
350
+ JTabbedPane skyboxpane = new JTabbedPane(JTabbedPane.LEFT);
351
+
352
+ AddSkyboxTab0(skyboxpane);
353
+ AddSkyboxTab1(skyboxpane);
354
+ AddSkyboxTab2(skyboxpane);
355
+ AddSkyboxTab3(skyboxpane);
356
+
357
+ skyboxPanel.add(skyboxpane);
358
+ }
359
+
360
+ public void ChangeTexture(String texture)
361
+ {
362
+ for (int i=0; i<group.selection.size(); i++)
363
+ {
364
+ Object3D obj = group.selection.get(i);
365
+ obj.SetPigmentTexture("@" + texture);
366
+ }
367
+
368
+ refreshContents();
369
+ }
370
+
371
+ public void Show3DView()
372
+ {
373
+ // bug
374
+ //gridPanel.setDividerLocation(1.0);
375
+ //bigPanel.setDividerLocation(0.0);
376
+ bigThree.ClearUI();
377
+ bigThree.add(centralPanel);
378
+ bigThree.FlushUI();
379
+ }
380
+
26381 //ObjEditor objEditor;
27382 public void closeUI2()
28383 {
....@@ -60,6 +415,16 @@
60415 this.copy = this.group = group;
61416 //selectees = this.group.selectees;
62417
418
+ assert(false);
419
+
420
+// if (copy.versionlist == null)
421
+// {
422
+// copy.versionlist = new Object3D[100];
423
+// copy.versionindex = -1;
424
+//
425
+// //Save(true);
426
+// }
427
+
63428 if(ui)
64429 SetupUI(objEditor);
65430 }
....@@ -80,14 +445,22 @@
80445 SetupViews(objEditor);
81446
82447 ((cRadio)radioPanel.getComponent(0)).SetCamera(cameraView.renderCamera, true);
448
+
449
+// if (copy.versionlist == null)
450
+// {
451
+// copy.versionlist = new Object3D[100];
452
+// copy.versionindex = -1;
453
+//
454
+// //Save(true);
455
+// }
83456 }
84457
85458 void CloneSelection(boolean supports)
86459 {
87
- if (Globals.SAVEONMAKE)
460
+ if (Globals.REPLACEONMAKE)
88461 Save();
89
- boolean keep = Globals.SAVEONMAKE;
90
- Globals.SAVEONMAKE = false;
462
+ boolean keep = Globals.REPLACEONMAKE;
463
+ Globals.REPLACEONMAKE = false;
91464 // Object3D keep = GrafreeD.clipboard;
92465 //Object3D obj;
93466 for (int i=0; i<group.selection.size(); i++)// Enumeration e = group.selection.elements(); e.hasMoreElements();)
....@@ -98,7 +471,7 @@
98471
99472 makeSomething(clone, i==group.selection.size()-1);
100473 }
101
- Globals.SAVEONMAKE = keep;
474
+ Globals.REPLACEONMAKE = keep;
102475 }
103476
104477 void CloneClipboard(boolean supports)
....@@ -169,33 +542,35 @@
169542 // menu.add("-");
170543 duplicateItem = oe.jTree.popup.add(new JMenuItem("Duplicate"));
171544 duplicateItem.addActionListener(this);
172
- cloneItem = menu.add(new MenuItem("Clone"));
545
+
546
+ cloneItem = oe.jTree.popup.add(new JMenuItem("Clone"));
173547 cloneItem.addActionListener(this);
174
- if (Globals.ADVANCED)
548
+ //if (Globals.ADVANCED)
175549 {
176550 cloneSupportItem = menu.add(new MenuItem("Clone (+supports)"));
177551 cloneSupportItem.addActionListener(this);
178552 }
553
+ oe.jTree.popup.addSeparator();
179554 menu.add("-");
180
- cutItem = menu.add(new MenuItem("Cut"));
555
+ cutItem = oe.jTree.popup.add(new JMenuItem("Cut"));
181556 cutItem.addActionListener(this);
182
- copyItem = menu.add(new MenuItem("Copy"));
557
+ copyItem = oe.jTree.popup.add(new JMenuItem("Copy"));
183558 copyItem.addActionListener(this);
184559 pasteItem = menu.add(new MenuItem("Paste"));
185560 pasteItem.addActionListener(this);
186561
187
- menu.add("-");
188
- pasteIntoItem = menu.add(new MenuItem("Paste into"));
562
+ oe.jTree.popup.addSeparator();
563
+ //menu.add("-");
564
+ pasteIntoItem = oe.jTree.popup.add(new JMenuItem("Paste into"));
189565 pasteIntoItem.addActionListener(this);
190
- pasteLinkItem = menu.add(new MenuItem("Paste link"));
566
+ pasteLinkItem = oe.jTree.popup.add(new JMenuItem("Paste link"));
191567 pasteLinkItem.addActionListener(this);
192
- pasteCloneItem = menu.add(new MenuItem("Paste clone"));
568
+ pasteCloneItem = oe.jTree.popup.add(new JMenuItem("Paste clone"));
193569 pasteCloneItem.addActionListener(this);
194
-// pasteExpandItem = menu.add(new MenuItem("Paste expand"));
570
+// CRASH pasteExpandItem = oe.jTree.popup.add(new JMenuItem("Paste expand"));
195571 // pasteExpandItem.addActionListener(this);
196
- menu.add("-");
197
- clearItem = menu.add(new MenuItem("Clear"));
198
- clearItem.addActionListener(this);
572
+ //menu.add("-");
573
+ oe.jTree.popup.addSeparator();
199574
200575 if (Globals.ADVANCED)
201576 {
....@@ -281,11 +656,9 @@
281656 oe.cameraMenu.add(lookAtItem = new MenuItem("Set Interest"));
282657 //cameraMenu.add(lookFromItem = new MenuItem("Look From Selection"));
283658 //cameraMenu.add(switchViewItem = new MenuItem("Reverse View"));
284
- editLeafItem = oe.cameraMenu.add(new MenuItem("Edit Leaf"));
285659 oe.cameraMenu.add("-");
286660 openWindowItem = oe.cameraMenu.add(new MenuItem("Edit copy..."));
287661 openWindowItem.addActionListener(this);
288
- editLeafItem.addActionListener(this);
289662 lookAtItem.addActionListener(this);
290663 //lookFromItem.addActinoListener(this);
291664 //switchViewItem.addActionListener(this);
....@@ -332,9 +705,8 @@
332705 setMasterItem.addActionListener(this);
333706 }
334707
335
- oe.menuBar.add(menu = new Menu("Group"));
336
-// grabItem = menu.add(new MenuItem("Grab"));
337
-// grabItem.addActionListener(this);
708
+ oe.menuBar.add(menu = new Menu("Order"));
709
+
338710 backItem = menu.add(new MenuItem("Back"));
339711 backItem.addActionListener(this);
340712 frontItem = menu.add(new MenuItem("Front"));
....@@ -342,13 +714,21 @@
342714 // compositeItem = menu.add(new MenuItem("Composite"));
343715 // compositeItem.addActionListener(this);
344716
717
+ grabItem = oe.jTree.popup.add(new JMenuItem("Group"));
718
+ grabItem.addActionListener(this);
719
+
345720 if (Globals.ADVANCED)
346721 {
347722 hideItem = menu.add(new MenuItem("Hidden Group"));
348723 hideItem.addActionListener(this);
349724 }
350
- ungroupItem = menu.add(new MenuItem("Ungroup"));
725
+ ungroupItem = oe.jTree.popup.add(new JMenuItem("Ungroup"));
351726 ungroupItem.addActionListener(this);
727
+
728
+ oe.jTree.popup.addSeparator();
729
+
730
+ deleteItem = oe.jTree.popup.add(new JMenuItem("Delete"));
731
+ deleteItem.addActionListener(this);
352732
353733 // menu.add("-");
354734 //
....@@ -421,7 +801,7 @@
421801 genNormalsMESHItem.addActionListener(this);
422802 if (Globals.ADVANCED)
423803 {
424
- genNormalsMINEItem = menu.add(new MenuItem("My Normals"));
804
+ genNormalsMINEItem = menu.add(new MenuItem("Stitch Normals"));
425805 genNormalsMINEItem.addActionListener(this);
426806 }
427807 stripifyItem = menu.add(new MenuItem("Stripify"));
....@@ -455,6 +835,8 @@
455835 }
456836
457837 oe.menuBar.add(menu = new Menu("Attributes"));
838
+ clearVersionsItem = menu.add(new MenuItem("Clear Versions"));
839
+ clearVersionsItem.addActionListener(this);
458840 clearMaterialsItem = menu.add(new MenuItem("Clear Materials"));
459841 clearMaterialsItem.addActionListener(this);
460842 resetAllItem = menu.add(new MenuItem("Reset All"));
....@@ -477,9 +859,9 @@
477859 hideleavesItem.addActionListener(this);
478860 showleavesItem = menu.add(new MenuItem("Show Leaves"));
479861 showleavesItem.addActionListener(this);
480
- markleavesItem = menu.add(new MenuItem("Mark Leaves"));
862
+ markleavesItem = menu.add(new MenuItem("Anim Leaves"));
481863 markleavesItem.addActionListener(this);
482
- unmarkleavesItem = menu.add(new MenuItem("Unmark Leaves"));
864
+ unmarkleavesItem = menu.add(new MenuItem("Unanim Leaves"));
483865 unmarkleavesItem.addActionListener(this);
484866 rewindleavesItem = menu.add(new MenuItem("Rewind Leaves"));
485867 rewindleavesItem.addActionListener(this);
....@@ -514,10 +896,15 @@
514896 attachBumpItem.addActionListener(this);
515897 pigmentBumpItem = menu.add(new MenuItem("Pigment -> Bump"));
516898 pigmentBumpItem.addActionListener(this);
899
+ //embedTexturesItem
517900 detachPigmentItem = menu.add(new MenuItem("Detach Pigment"));
518901 detachPigmentItem.addActionListener(this);
519902 detachBumpItem = menu.add(new MenuItem("Detach Bump"));
520903 detachBumpItem.addActionListener(this);
904
+ embedTexturesItem = menu.add(new MenuItem("Embed Textures"));
905
+ embedTexturesItem.addActionListener(this);
906
+ deEmbedTexturesItem = menu.add(new MenuItem("De-embed Textures"));
907
+ deEmbedTexturesItem.addActionListener(this);
521908 menu.add("-");
522909 sortbysizeItem = menu.add(new MenuItem("Sort by size"));
523910 sortbysizeItem.addActionListener(this);
....@@ -528,6 +915,9 @@
528915 shareGeometriesItem.addActionListener(this);
529916 mergeGeometriesItem = menu.add(new MenuItem("Merge Geometries"));
530917 mergeGeometriesItem.addActionListener(this);
918
+ menu.add("-");
919
+ editLeafItem = menu.add(new MenuItem("Edit leaf..."));
920
+ editLeafItem.addActionListener(this);
531921 if (Globals.ADVANCED)
532922 {
533923 // Pretty much the same as duplicate and clone.
....@@ -544,6 +934,80 @@
544934 buildToolsMenu(menu);
545935 }
546936
937
+ JTabbedPane resourcecontainer;
938
+ cGridBag currenttab;
939
+ //boolean added; // patch for jar
940
+
941
+ int totalcount = 0;
942
+
943
+ int tabcount = 0;
944
+ int colcount = 0;
945
+ int rowcount = 0;
946
+ int texturecount = 0;
947
+
948
+ int columns = 5;
949
+ int rows = 7;
950
+
951
+ public void ResourceCallBack(String[] path)
952
+ {
953
+// for (int i = 0; i < path.length; i++)
954
+// System.out.print(path[i] + "/");
955
+// System.out.println();
956
+
957
+ if (//rowcount == 0 ||
958
+ path.length == 1 && !path[0].equals("") && !path[0].equals(".DS_Store"))
959
+ {
960
+ currenttab = new cGridBag();
961
+ String tabname = path[0]; // String.valueOf((char)('A'+tabcount));
962
+ currenttab.setName(tabname);
963
+ //added = false;
964
+ resourcecontainer.add(currenttab);
965
+ resourcecontainer.setToolTipTextAt(tabcount++, "Texture Group " + tabname);
966
+ rowcount = 1;
967
+ colcount = 0;
968
+ texturecount = 0;
969
+ }
970
+
971
+ if (path.length > 2 && (path[2].toLowerCase().endsWith(".jpg") || path[2].toLowerCase().endsWith(".png")))
972
+ {
973
+ //if (!added)
974
+ {
975
+ //added = true;
976
+ String tabname = path[0]; // String.valueOf((char)('A'+tabcount));
977
+ currenttab = (cGridBag)resourcecontainer.getComponentAt(resourcecontainer.indexOfTab(tabname));
978
+ }
979
+
980
+ AddTextureButton(path[0], path[1], path[2], ++texturecount, currenttab);
981
+ totalcount++;
982
+
983
+ if (++colcount >= columns)
984
+ {
985
+ colcount = 0;
986
+ currenttab.Return();
987
+
988
+ if (rowcount++ >= rows)
989
+ {
990
+ rowcount = 0;
991
+ }
992
+ }
993
+ }
994
+ else
995
+ {
996
+// if (!path[path.length-1].equals("icons"))
997
+// resourcecontainer.Return();
998
+ }
999
+ }
1000
+
1001
+ void CreateTexturePanel(cGridBag container)
1002
+ {
1003
+ resourcecontainer = new JTabbedPane(JTabbedPane.LEFT);
1004
+ container.add(resourcecontainer);
1005
+
1006
+ Grafreed.ParseResources("textures", this);
1007
+
1008
+ // 935. System.out.println("Total = " + totalcount);
1009
+ }
1010
+
5471011 void SetupUI2(ObjEditor oe)
5481012 {
5491013 // June 2019
....@@ -561,11 +1025,6 @@
5611025 //new Exception().printStackTrace();
5621026
5631027 oe.radioPanel = new JPanel(new GridBagLayout());
564
- oe.aConstraints.weightx = 1;
565
- oe.aConstraints.weighty = 0;
566
- oe.aConstraints.fill = GridBagConstraints.HORIZONTAL;
567
- oe.aConstraints.gridwidth = 100;
568
- oe.aConstraints.gridheight = 1;
5691028 // oe.toolbarPanel.add(radioPanel); //, oe.aConstraints);
5701029
5711030 oe.buttonGroup = new ButtonGroup();
....@@ -586,9 +1045,9 @@
5861045 oe.radioPanel.add(dummyButton);
5871046 oe.buttonGroup.add(dummyButton);
5881047 */
589
- cGridBag copyOptionsPanel = new cGridBag();
1048
+ cGridBag versionManagerPanel = new cGridBag();
5901049
591
- copyOptionsPanel.preferredHeight = 1;
1050
+ versionManagerPanel.preferredHeight = 4;
5921051
5931052 //this.AddOptions(oe.toolbarPanel, oe.aConstraints);
5941053
....@@ -598,46 +1057,103 @@
5981057
5991058 if (Globals.ADVANCED)
6001059 {
601
- oe.toolbarPanel.add(maxButton = GetButton("icons/add-128.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
602
- maxButton.setToolTipText("Maximize window");
603
- maxButton.addActionListener(this);
1060
+// oe.toolbarPanel.add(maxButton = GetButton("icons/add-128.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1061
+// maxButton.setToolTipText("Maximize window");
1062
+// maxButton.addActionListener(this);
6041063 }
6051064
606
- oe.toolbarPanel.add(fullButton = GetButton("icons/fullscreen.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1065
+ cButton gcButton;
1066
+
1067
+// oe.toolbarPanel.add(gcButton = GetButton("icons/trash.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1068
+// gcButton.setToolTipText("Garbage collect");
1069
+// gcButton.addActionListener(new ActionListener()
1070
+// {
1071
+// public void actionPerformed(ActionEvent e)
1072
+// {
1073
+// System.gc();
1074
+// }
1075
+// });
1076
+
1077
+ oe.toolbarPanel.add(collapseButton = GetButton("icons/collapse.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1078
+ collapseButton.setToolTipText("Collapse toolbar");
1079
+ collapseButton.addActionListener(this);
1080
+
1081
+ oe.toolbarPanel.add(maximize3DButton = GetButton("icons/square.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1082
+ maximize3DButton.setToolTipText("Maximize 3D view");
1083
+ maximize3DButton.addActionListener(this);
1084
+
1085
+ oe.toolbarPanel.add(twoButton = GetButton("icons/cube.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1086
+ twoButton.setToolTipText("Show 3D view only");
1087
+ twoButton.addActionListener(this);
1088
+ this.fullscreenLayout = twoButton;
1089
+
1090
+ oe.toolbarPanel.add(threeButton = GetButton("icons/controlsview.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1091
+ threeButton.setToolTipText("Show controls and 3D view");
1092
+ threeButton.addActionListener(this);
1093
+ if (Globals.ADVANCED)
1094
+ {
1095
+ oe.toolbarPanel.add(sixButton = GetButton("icons/viewcontrols.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1096
+ sixButton.setToolTipText("Show 3D view and controls");
1097
+ sixButton.addActionListener(this);
1098
+ }
1099
+// oe.toolbarPanel.add(sevenButton = new cButton("-|-|-", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1100
+// sevenButton.setToolTipText("3-column layout");
1101
+// sevenButton.addActionListener(this);
1102
+ //
1103
+
1104
+ oe.toolbarPanel.add(fullButton = GetButton("icons/fullscreen.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
6071105 fullButton.setToolTipText("Full-screen window");
6081106 fullButton.addActionListener(this);
6091107
610
- oe.toolbarPanel.add(screenfitButton = GetButton("icons/fit.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1108
+ oe.toolbarPanel.add(screenfitButton = GetButton("icons/fit.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
6111109 screenfitButton.setToolTipText("Screen fit");
6121110 screenfitButton.addActionListener(this);
6131111
614
- oe.toolbarPanel.add(restoreCameraButton = GetButton("icons/eye.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1112
+ oe.toolbarPanel.add(restoreCameraButton = GetButton("icons/eye.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
6151113 restoreCameraButton.setToolTipText("Restore viewpoint");
6161114 restoreCameraButton.addActionListener(this);
6171115
618
- copyOptionsPanel.add(undoButton = GetButton("icons/undo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
619
- undoButton.setToolTipText("Undo changes");
620
- undoButton.addActionListener(this);
621
- undoButton.setEnabled(false);
1116
+ versionManagerPanel.add(saveVersionButton = GetButton("icons/down_arrow.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1117
+ saveVersionButton.setToolTipText("Duplicate current version");
1118
+ saveVersionButton.addActionListener(this);
1119
+
1120
+ versionManagerPanel.add(deleteVersionButton = GetButton("icons/trash.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1121
+ deleteVersionButton.setToolTipText("Delete current version");
1122
+ deleteVersionButton.addActionListener(this);
1123
+ deleteVersionButton.setEnabled(false);
1124
+
1125
+ versionManagerPanel.add(previousVersionButton = GetButton("icons/undo.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1126
+ previousVersionButton.setToolTipText("Previous version");
1127
+ previousVersionButton.addActionListener(this);
1128
+ previousVersionButton.setEnabled(false);
6221129
623
- copyOptionsPanel.add(redoButton = GetButton("icons/redo.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
624
- redoButton.setToolTipText("Redo changes");
625
- redoButton.addActionListener(this);
626
- redoButton.setEnabled(false);
1130
+ cGridBag updown = new cGridBag().setVertical(true);
1131
+ updown.add(restoreButton = GetButton("icons/restore.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1132
+ restoreButton.setToolTipText("Undo (restore current version)");
1133
+ restoreButton.addActionListener(this);
1134
+ restoreButton.setEnabled(false);
6271135
628
- copyOptionsPanel.add(saveButton = GetButton("icons/down_arrow.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
629
- saveButton.setToolTipText("Save changes");
630
- saveButton.addActionListener(this);
1136
+ updown.add(replaceButton = GetButton("icons/replace.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1137
+ replaceButton.setToolTipText("Save (replace current version)");
1138
+ replaceButton.addActionListener(this);
1139
+ replaceButton.setEnabled(false);
6311140
632
- copyOptionsPanel.add(liveCB = GetToggleButton("icons/run.png", Globals.isLIVE())); //, oe.aConstraints);
633
- liveCB.setToolTipText("Enable animation");
634
- liveCB.addItemListener(this);
635
-
636
- copyOptionsPanel.add(oneStepButton = GetButton("icons/step.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1141
+ versionManagerPanel.add(updown);
1142
+
1143
+ versionManagerPanel.add(nextVersionButton = GetButton("icons/redo.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1144
+ nextVersionButton.setToolTipText("Next version");
1145
+ nextVersionButton.addActionListener(this);
1146
+ nextVersionButton.setEnabled(false);
1147
+
1148
+ oe.toolbarPanel.add(oneStepButton = GetButton("icons/step.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
6371149 oneStepButton.setToolTipText("Animate one step forward");
6381150 oneStepButton.addActionListener(this);
6391151
640
- copyOptionsPanel.add(fastCB = GetToggleButton("icons/runfast.png", CameraPane.FAST)); //, constraints);
1152
+ oe.toolbarPanel.add(liveCB = GetToggleButton("icons/run.png", Globals.isLIVE())); //, oe.aConstraints);
1153
+ liveCB.setToolTipText("Enable animation");
1154
+ liveCB.addItemListener(this);
1155
+
1156
+ oe.toolbarPanel.add(fastCB = GetToggleButton("icons/runfast.png", CameraPane.FAST)); //, constraints);
6411157 fastCB.setToolTipText("Fast mode");
6421158 fastCB.addItemListener(this);
6431159
....@@ -652,142 +1168,137 @@
6521168
6531169 if (Globals.ADVANCED)
6541170 {
655
- oe.toolbarPanel.add(snapobjectButton = new cButton("O+", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1171
+ oe.toolbarPanel.add(snapobjectButton = new cButton("O+", !Globals.NIMBUSLAF)); //, oe.aConstraints);
6561172 snapobjectButton.addActionListener(this);
6571173 snapobjectButton.setToolTipText("Snap Object");
1174
+
1175
+ oe.toolbarPanel.add(fourButton = GetButton("icons/controls-horizontal.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1176
+ fourButton.addActionListener(this);
1177
+ fourButton.setToolTipText("Show control panel only");
6581178 }
6591179
6601180 //oe.toolbarPanel.add(new JSeparator(SwingConstants.VERTICAL));
6611181
662
- oe.toolbarPanel.add(twoButton = new cButton("|-|", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
663
- twoButton.setToolTipText("Show center view only");
664
- twoButton.addActionListener(this);
665
- this.fullscreenLayout = twoButton;
666
-
667
- oe.toolbarPanel.add(fourButton = new cButton("-||", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
668
- fourButton.addActionListener(this);
669
- fourButton.setToolTipText("Show left panel only");
670
- oe.toolbarPanel.add(sixButton = new cButton("-|-|", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
671
- sixButton.setToolTipText("2-column layout left");
672
- sixButton.addActionListener(this);
673
- oe.toolbarPanel.add(threeButton = new cButton("|-|-", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
674
- threeButton.setToolTipText("2-column layout right");
675
- threeButton.addActionListener(this);
676
- oe.toolbarPanel.add(sevenButton = new cButton("-|-|-", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
677
- sevenButton.setToolTipText("3-column layout");
678
- sevenButton.addActionListener(this);
679
- //
6801182
681
- oe.toolbarPanel.add(rootButton = GetButton("icons/write.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
682
- rootButton.setToolTipText("Edit selection in new tab");
1183
+ oe.toolbarPanel.add(rootButton = GetButton("icons/openwindow.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1184
+ rootButton.setToolTipText("Open selection in new tab");
6831185 rootButton.addActionListener(this);
6841186
685
- oe.toolbarPanel.add(closeButton = GetButton("icons/close-icon.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1187
+ oe.toolbarPanel.add(closeButton = GetButton("icons/close-icon.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
6861188 closeButton.setToolTipText("Close tab");
6871189 closeButton.addActionListener(this);
6881190 //oe.treePanel.add(clearButton = new cButton("X"), oe.aConstraints);
6891191 //clearButton.addActionListener(this);
6901192
1193
+ cGridBag row1 = new cGridBag();
1194
+
6911195 // INSERT
692
- oe.toolboxPanel.add(gridButton = GetButton("icons/grid.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
693
- gridButton.setToolTipText("Create grid");
1196
+ row1.add(gridButton = GetButton("icons/grid.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1197
+ gridButton.setToolTipText("Create ground");
6941198 gridButton.addActionListener(this);
6951199
696
- oe.toolboxPanel.add(boxButton = GetButton("icons/box.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1200
+ row1.add(boxButton = GetButton("icons/box.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
6971201 boxButton.setToolTipText("Create box");
6981202 boxButton.addActionListener(this);
6991203
700
- oe.toolboxPanel.add(sphereButton = GetButton("icons/sphere.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
701
- sphereButton.setToolTipText("Create sphere");
702
- sphereButton.addActionListener(this);
703
-
704
- oe.toolboxPanel.add(coneButton = GetButton("icons/cone.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
705
- coneButton.setToolTipText("Create cone");
706
- coneButton.addActionListener(this);
707
-
708
- oe.toolboxPanel.add(torusButton = GetButton("icons/torus.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
709
- torusButton.setToolTipText("Create torus");
710
- torusButton.addActionListener(this);
711
-
712
- oe.toolboxPanel.add(superButton = GetButton("icons/super.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1204
+ row1.add(superButton = GetButton("icons/super.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7131205 superButton.setToolTipText("Create superellipsoid");
7141206 superButton.addActionListener(this);
7151207
1208
+ row1.add(sphereButton = GetButton("icons/sphere.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1209
+ sphereButton.setToolTipText("Create sphere");
1210
+ sphereButton.addActionListener(this);
1211
+
1212
+ row1.add(coneButton = GetButton("icons/cone.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1213
+ coneButton.setToolTipText("Create cone");
1214
+ coneButton.addActionListener(this);
1215
+
1216
+ row1.add(torusButton = GetButton("icons/torus.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1217
+ torusButton.setToolTipText("Create torus");
1218
+ torusButton.addActionListener(this);
1219
+
7161220 if (Globals.ADVANCED)
7171221 {
718
- oe.toolboxPanel.add(kleinButton = GetButton("icons/klein.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1222
+ oe.toolboxPanel.add(kleinButton = GetButton("icons/klein.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7191223 kleinButton.setToolTipText("Create Klein bottle");
7201224 kleinButton.addActionListener(this);
7211225 }
7221226
723
- oe.toolboxPanel.add(particlesButton = GetButton("icons/particles.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1227
+ row1.add(particlesButton = GetButton("icons/particles.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7241228 particlesButton.setToolTipText("Create particle system");
7251229 particlesButton.addActionListener(this);
7261230
727
- oe.toolboxPanel.Return();
1231
+ oe.toolboxPanel.add(row1);
7281232
729
- oe.toolboxPanel.add(groupButton = GetButton("icons/group.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1233
+ cGridBag row2 = new cGridBag();
1234
+
1235
+ row2.add(groupButton = GetButton("icons/group.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7301236 groupButton.setToolTipText("Create group");
7311237 groupButton.addActionListener(this);
7321238
733
- oe.toolboxPanel.add(compositeButton = GetButton("icons/composite.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1239
+ row2.add(compositeButton = GetButton("icons/composite.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7341240 compositeButton.setToolTipText("Create composite");
7351241 compositeButton.addActionListener(this);
7361242
737
- oe.toolboxPanel.add(switchButton = GetButton("icons/switch.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1243
+ row2.add(switchButton = GetButton("icons/switch.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7381244 switchButton.setToolTipText("Create item switcher");
7391245 switchButton.addActionListener(this);
7401246
741
- oe.toolboxPanel.add(loopButton = GetButton("icons/loop.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1247
+ row2.add(loopButton = GetButton("icons/loop.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7421248 loopButton.setToolTipText("Create loop");
7431249 loopButton.addActionListener(this);
7441250
745
- oe.toolboxPanel.add(textureButton = GetButton("icons/texture.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1251
+ row2.add(textureButton = GetButton("icons/texture.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7461252 textureButton.setToolTipText("Create texture");
7471253 textureButton.addActionListener(this);
7481254
749
- oe.toolboxPanel.add(overlayButton = GetButton("icons/overlay.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1255
+ row2.add(overlayButton = GetButton("icons/overlay.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7501256 overlayButton.setToolTipText("Create overlay");
7511257 overlayButton.addActionListener(this);
7521258
753
- oe.toolboxPanel.add(lightButton = GetButton("icons/light-bulb.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1259
+ row2.add(lightButton = GetButton("icons/light-bulb.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7541260 lightButton.setToolTipText("Create light");
7551261 lightButton.addActionListener(this);
7561262
757
- for (int i=6; --i>=0;)
758
- {
759
- oe.toolboxPanel.Return();
760
- oe.toolboxPanel.add(new cGridBag());
761
- oe.toolboxPanel.add(new cGridBag());
762
- oe.toolboxPanel.add(new cGridBag());
763
- oe.toolboxPanel.add(new cGridBag());
764
- oe.toolboxPanel.add(new cGridBag());
765
- oe.toolboxPanel.add(new cGridBag());
766
- oe.toolboxPanel.add(new cGridBag());
767
- }
1263
+ oe.toolboxPanel.add(row2);
1264
+
1265
+ cGridBag textures = new cGridBag();
1266
+
1267
+ CreateTexturePanel(textures);
1268
+
1269
+ int tabCount = resourcecontainer.getTabCount();
1270
+
1271
+ if (tabCount > 0)
1272
+ resourcecontainer.setSelectedIndex((int)(Math.random() * tabCount));
1273
+
1274
+ oe.toolboxPanel.add(textures);
1275
+
1276
+ textures.preferredHeight = 100;
1277
+
1278
+ CreateSkyboxPanel(oe.skyboxPanel);
7681279
7691280 // EDIT panel
770
- editCommandsPanel.add(editButton = GetButton("icons/controls.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1281
+ editCommandsPanel.add(editButton = GetButton("icons/controls.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7711282 editButton.setToolTipText("Pin selection controls");
7721283 editButton.addActionListener(this);
7731284
774
- editCommandsPanel.add(uneditButton = GetButton("icons/remove.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
775
- uneditButton.setToolTipText("Remove selection controls");
1285
+ editCommandsPanel.add(uneditButton = GetButton("icons/remove.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1286
+ uneditButton.setToolTipText("Unpin and remove selection controls");
7761287 uneditButton.addActionListener(this);
7771288
7781289 editCommandsPanel.add(allParamsButton = new JCheckBox("All", allparams)); //, oe.aConstraints);
779
- allParamsButton.setToolTipText("Show all controle");
1290
+ allParamsButton.setToolTipText("Show all controls");
7801291 allParamsButton.addActionListener(this);
7811292
782
- editCommandsPanel.add(clearPanelButton = new cButton("C", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
783
- clearPanelButton.setToolTipText("Clear edit panel");
1293
+ editCommandsPanel.add(clearPanelButton = GetButton("icons/clear.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
1294
+ clearPanelButton.setToolTipText("Clear all controls");
7841295 clearPanelButton.addActionListener(this);
7851296
786
- editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
787
- unselectButton.setToolTipText("Unselect");
788
- unselectButton.addActionListener(this);
1297
+ //editCommandsPanel.add(unselectButton = new cButton("U", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1298
+ //unselectButton.setToolTipText("Unselect");
1299
+ //unselectButton.addActionListener(this);
7891300
790
- editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Grafreed.NIMBUSLAF)); //, oe.aConstraints);
1301
+ editCommandsPanel.add(flashSelectionButton = GetButton("icons/flash-light.png", !Globals.NIMBUSLAF)); //, oe.aConstraints);
7911302 flashSelectionButton.setToolTipText("Highlight selection");
7921303 flashSelectionButton.addActionListener(this);
7931304
....@@ -810,6 +1321,8 @@
8101321
8111322 cGridBag jSPPanel = new cGridBag();
8121323
1324
+ jSPPanel.preferredHeight = 20;
1325
+
8131326 JScrollPane jSP;
8141327 //ctrlPanel.add(new JScrollPane(jTree = new cTree(new cTreeModel(this))), aConstraints);
8151328 jSPPanel.add(jSP = new JScrollPane(oe.jTree)); //, oe.aConstraints);
....@@ -818,11 +1331,14 @@
8181331 oe.treePanel.add(jSPPanel);
8191332 oe.treePanel.Return();
8201333
821
- oe.treePanel.add(copyOptionsPanel);
1334
+ oe.treePanel.add(versionManagerPanel);
8221335 oe.treePanel.Return();
1336
+ versionSliderPane = AddSlider(oe.treePanel, "Version", 0, 0, 0);
1337
+ versionSlider = (cNumberSlider)versionSliderPane.getComponent(1);
1338
+ versionSliderPane.preferredHeight = 3;
8231339
824
-// mainPanel.setDividerLocation(0.5); //1.0);
825
-// mainPanel.setResizeWeight(0.5);
1340
+// mainPanel.setDividerLocation(0.1); //1.0);
1341
+ mainPanel.setResizeWeight(0.4);
8261342
8271343 //jList.addListSelectionListener(this);
8281344 oe.jTree.addTreeSelectionListener(this);
....@@ -830,7 +1346,7 @@
8301346 //jTree.setEditable(true);
8311347 oe.jTree.setDragEnabled(true);
8321348 //jTree.setPreferredSize(new Dimension(10,10));
833
- jSP.setPreferredSize(new Dimension(100,200));
1349
+ //jSP.setPreferredSize(new Dimension(100,200));
8341350
8351351 oe.jTree.setCellRenderer(new cTreeModel.Renderer());
8361352
....@@ -842,7 +1358,7 @@
8421358 dgr.addDragGestureListener(this);
8431359 }catch(Exception e) {}
8441360 */
845
- radio.layout = sevenButton;
1361
+ radio.layout = threeButton; // sixButton;
8461362 oe.toolbarPanel.add(radioPanel); //, oe.aConstraints);
8471363 }
8481364
....@@ -893,9 +1409,12 @@
8931409 smoothCB.setToolTipText("Snapping delay");
8941410 smoothCB.addItemListener(this);
8951411
896
- panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints);
897
- slowCB.setToolTipText("Smooth interpolation");
898
- slowCB.addItemListener(this);
1412
+// panel.add(slowCB = new cCheckBox("Slow", CameraPane.SLOWPOSE)); //, constraints);
1413
+// slowCB.setToolTipText("Smooth interpolation");
1414
+// slowCB.addItemListener(this);
1415
+ panel.add(minshaderCB = new cCheckBox("Min shader", Globals.MINSHADER)); //, constraints);
1416
+ minshaderCB.setToolTipText("Minimal fast shader");
1417
+ minshaderCB.addItemListener(this);
8991418
9001419 // constraints.gridy += 1;
9011420 // panel.add(speakerMocapCB = new cCheckBox("Mocap", CameraPane.SPEAKERMOCAP), constraints);
....@@ -945,9 +1464,9 @@
9451464 toggleSwitchCB.setToolTipText("Choose a single item");
9461465 toggleSwitchCB.addItemListener(this);
9471466
948
- panel.add(autosaveCB = new cCheckBox("Auto-save", Globals.SAVEONMAKE)); //, constraints);
949
- autosaveCB.setToolTipText("On structure change");
950
- autosaveCB.addItemListener(this);
1467
+ panel.add(autokeepCB = new cCheckBox("Auto-replace", Globals.REPLACEONMAKE)); //, constraints);
1468
+ autokeepCB.setToolTipText("On structure change");
1469
+ autokeepCB.addItemListener(this);
9511470
9521471 panel.Return();
9531472 if (Globals.ADVANCED)
....@@ -974,6 +1493,14 @@
9741493
9751494 void EditObject(Object3D obj)
9761495 {
1496
+ assert(obj instanceof Composite);
1497
+
1498
+// if (obj.versionlist == null)
1499
+// {
1500
+// obj.versionlist = new Object3D[100];
1501
+// obj.versionindex = -1;
1502
+// }
1503
+
9771504 cRadio radioButton = new cRadio(obj.name);
9781505
9791506 // June 2019. Patch to avoid bug with transparency.
....@@ -984,7 +1511,7 @@
9841511 }
9851512
9861513 radioButton.SetObject(obj);
987
- radioButton.layout = sevenButton;
1514
+ radioButton.layout = threeButton; // sixButton;
9881515 radioButton.SetCamera(cameraView.renderCamera, false);
9891516 radioButton.addActionListener(this);
9901517 radioPanel.add(radioButton);
....@@ -998,6 +1525,7 @@
9981525
9991526 oe.SetupViews();
10001527
1528
+ if (Globals.DEBUG)
10011529 System.out.println("SetupViews");
10021530 DragSource.getDefaultDragSource().createDefaultDragGestureRecognizer(
10031531 oe.cameraView, DnDConstants.ACTION_COPY_OR_MOVE, this); // ACTION_LINK ??
....@@ -1009,6 +1537,8 @@
10091537 cCheckBox localCB;
10101538 cCheckBox crowdCB;
10111539 cCheckBox smoothCB;
1540
+ cCheckBox minshaderCB;
1541
+
10121542 cToggleButton fastCB;
10131543 cCheckBox slowCB;
10141544 cCheckBox boxCB;
....@@ -1024,7 +1554,7 @@
10241554
10251555 cCheckBox oeilCB;
10261556 cCheckBox shadowCB;
1027
- cCheckBox autosaveCB;
1557
+ cCheckBox autokeepCB;
10281558 cCheckBox lookAtCB;
10291559
10301560 // static int COLOR = 1;
....@@ -1079,6 +1609,12 @@
10791609 {
10801610 cameraView.ToggleInertia();
10811611 cameraView.repaint();
1612
+ }
1613
+ else if(e.getSource() == minshaderCB)
1614
+ {
1615
+ Globals.MINSHADER ^= true;
1616
+ cameraView.programInitialized = false;
1617
+ cameraView.repaint();
10821618 }
10831619 else if(e.getSource() == localCB)
10841620 {
....@@ -1136,9 +1672,9 @@
11361672 {
11371673 Globals.FREEZEONMOVE ^= true;
11381674 }
1139
- else if(e.getSource() == autosaveCB)
1675
+ else if(e.getSource() == autokeepCB)
11401676 {
1141
- Globals.SAVEONMAKE ^= true;
1677
+ Globals.REPLACEONMAKE ^= true;
11421678 }
11431679 else if(e.getSource() == lookAtCB)
11441680 {
....@@ -1356,7 +1892,12 @@
13561892 TreePath path;
13571893
13581894 public TransferableTreePath(TreePath tp) {
1359
- path = tp;
1895
+ Object[] objs = new Object[tp.getPathCount()];
1896
+ for (int i=0; i<objs.length; i++)
1897
+ {
1898
+ objs[i] = ((Object3D)tp.getPathComponent(i)).GetUUID();
1899
+ }
1900
+ path = new TreePath(objs);
13601901 }
13611902
13621903 public synchronized DataFlavor[] getTransferDataFlavors() {
....@@ -1588,24 +2129,24 @@
15882129 switch(axis)
15892130 {
15902131 case 0 :
1591
- vert1.x = minima.x; vert1.y = minima.y; vert1.z = minima.z;
1592
- vert2.x = minima.x; vert2.y = maxima.y; vert2.z = minima.z;
1593
- vert3.x = minima.x; vert3.y = minima.y; vert3.z = maxima.z;
1594
- vert4.x = minima.x; vert4.y = maxima.y; vert4.z = maxima.z;
2132
+ vert1.x = minima.x + 0.001f; vert1.y = minima.y; vert1.z = minima.z;
2133
+ vert2.x = minima.x + 0.001f; vert2.y = maxima.y; vert2.z = minima.z;
2134
+ vert3.x = minima.x + 0.001f; vert3.y = minima.y; vert3.z = maxima.z;
2135
+ vert4.x = minima.x + 0.001f; vert4.y = maxima.y; vert4.z = maxima.z;
15952136 norm = cVector.X;
15962137 break;
15972138 case 1 :
1598
- vert1.x = minima.x; vert1.y = minima.y; vert1.z = minima.z;
1599
- vert2.x = maxima.x; vert2.y = minima.y; vert2.z = minima.z;
1600
- vert3.x = minima.x; vert3.y = minima.y; vert3.z = maxima.z;
1601
- vert4.x = maxima.x; vert4.y = minima.y; vert4.z = maxima.z;
2139
+ vert1.x = minima.x; vert1.y = minima.y + 0.001f; vert1.z = minima.z;
2140
+ vert2.x = maxima.x; vert2.y = minima.y + 0.001f; vert2.z = minima.z;
2141
+ vert3.x = minima.x; vert3.y = minima.y + 0.001f; vert3.z = maxima.z;
2142
+ vert4.x = maxima.x; vert4.y = minima.y + 0.001f; vert4.z = maxima.z;
16022143 norm = cVector.Y;
16032144 break;
16042145 case 2 :
1605
- vert1.x = minima.x; vert1.y = minima.y; vert1.z = minima.z;
1606
- vert2.x = maxima.x; vert2.y = minima.y; vert2.z = minima.z;
1607
- vert3.x = minima.x; vert3.y = maxima.y; vert3.z = minima.z;
1608
- vert4.x = maxima.x; vert4.y = maxima.y; vert4.z = minima.z;
2146
+ vert1.x = minima.x; vert1.y = minima.y; vert1.z = minima.z + 0.001f;
2147
+ vert2.x = maxima.x; vert2.y = minima.y; vert2.z = minima.z + 0.001f;
2148
+ vert3.x = minima.x; vert3.y = maxima.y; vert3.z = minima.z + 0.001f;
2149
+ vert4.x = maxima.x; vert4.y = maxima.y; vert4.z = minima.z + 0.001f;
16092150 norm = cVector.Z;
16102151 break;
16112152 }
....@@ -1646,7 +2187,11 @@
16462187 shadow.material = new cMaterial(obj.material);
16472188 shadow.material.diffuse = 0.0001f;
16482189 shadow.material.specular = 0.0001f;
1649
- //shadow.projectedVertices[1].x = 300;
2190
+ shadow.material.opacity = 0.75f;
2191
+
2192
+ AllocProjectedVertices(shadow);
2193
+
2194
+ shadow.projectedVertices[1].x = 300;
16502195
16512196 makeSomething(shadow);
16522197 }
....@@ -1663,6 +2208,16 @@
16632208 listUI.remove(i);
16642209 }
16652210 }
2211
+ }
2212
+
2213
+ private void EditElement(Object3D elem, boolean newWindow)
2214
+ {
2215
+ // if (!(elem instanceof Composite))
2216
+ // newWindow = false;
2217
+ listUI.add(elem);
2218
+ elem.openEditWindow(this, newWindow); //, false);
2219
+ System.out.println("edit : " + elem);
2220
+ elem.editWindow.refreshContents(true); // ? new
16662221 }
16672222
16682223 /**
....@@ -2092,6 +2647,23 @@
20922647 {
20932648 makeSomething(new Light());
20942649 } else
2650
+// if (source == skybox1Button ||
2651
+// source == skybox2Button ||
2652
+// source == skybox3Button ||
2653
+// source == skybox4Button ||
2654
+// source == skybox5Button ||
2655
+// source == skybox6Button ||
2656
+// source == skybox7Button ||
2657
+// source == skybox11Button ||
2658
+// source == skybox12Button ||
2659
+// source == skybox13Button ||
2660
+// source == skybox14Button ||
2661
+// source == skybox15Button ||
2662
+// source == skybox16Button ||
2663
+// source == skybox17Button)
2664
+// {
2665
+// ChangeSkybox(source);
2666
+// } else
20952667 if (source == csgItem)
20962668 {
20972669 group(new CSG());
....@@ -2140,27 +2712,35 @@
21402712 } else
21412713 if (source == loopItem || source == loopButton)
21422714 {
2715
+ if (!group.selection.isEmpty())
2716
+ {
21432717 Composite csg = new GroupLeaf();
21442718 csg.count = 5;
2145
- group(csg);
21462719 Composite child = new cGroup("Branch");
21472720 csg.addChild(child);
21482721 child.addChild(csg);
2722
+ group(csg);
2723
+ }
21492724 } else
21502725 if (source == doubleItem)
21512726 {
2727
+ if (!group.selection.isEmpty())
2728
+ {
21522729 Composite csg = new GroupLeaf("Fork");
21532730 csg.count = 5;
2154
- group(csg);
21552731 Composite child = new cGroup("Branch A");
21562732 csg.addChild(child);
21572733 child.addChild(csg);
21582734 child = new cGroup("Branch B");
21592735 csg.addChild(child);
21602736 child.addChild(csg);
2737
+ group(csg);
2738
+ }
21612739 } else
21622740 if (source == tripleItem)
21632741 {
2742
+ if (!group.selection.isEmpty())
2743
+ {
21642744 Composite csg = new GroupLeaf("Trident");
21652745 csg.count = 4;
21662746 group(csg);
....@@ -2173,11 +2753,12 @@
21732753 child = new cGroup();
21742754 csg.addChild(child);
21752755 child.addChild(csg);
2756
+ }
21762757 } else
21772758 if (source == computeAOItem)
21782759 {
21792760 Globals.drawMode = CameraPane.OCCLUSION;
2180
- Globals.theRenderer.repaint();
2761
+ cameraView.repaint();
21812762 } else
21822763 if (source == recompileItem)
21832764 {
....@@ -2192,7 +2773,7 @@
21922773 if (source == invariantsItem)
21932774 {
21942775 System.out.println("Invariants:");
2195
- Grafreed.grafreeD.universe.invariants();
2776
+ Grafreed.grafreed.universe.invariants();
21962777 } else
21972778 if (source == memoryItem)
21982779 {
....@@ -2223,19 +2804,52 @@
22232804 {
22242805 ToggleFullScreen();
22252806 } else
2226
- if (source == undoButton)
2807
+ if (source == collapseButton)
22272808 {
2228
- if (!Undo())
2229
- java.awt.Toolkit.getDefaultToolkit().beep();
2809
+ this.expandedLayout = radio.layout;
2810
+ CollapseToolbar();
22302811 } else
2231
- if (source == redoButton)
2812
+ if (source == maximize3DButton)
22322813 {
2233
- Redo();
2814
+ this.expandedLayout = radio.layout;
2815
+ radio.layout = twoButton;
2816
+ Show3DView();
2817
+ CollapseToolbar();
22342818 } else
2235
- if (source == saveButton)
2819
+ if (source == previousVersionButton)
22362820 {
2821
+ // Go to previous version
2822
+ //if (!Undo())
2823
+ //java.awt.Toolkit.getDefaultToolkit().beep();
2824
+ PreviousVersion();
2825
+ } else
2826
+ if (source == restoreButton)
2827
+ {
2828
+ // Restore current version
2829
+ Restore();
2830
+ //restoreButton.setEnabled(false);
2831
+ } else
2832
+ if (source == replaceButton)
2833
+ {
2834
+ // Overwrite current version
2835
+ Replace();
2836
+ //replaceButton.setEnabled(false);
2837
+ } else
2838
+ if (source == nextVersionButton)
2839
+ {
2840
+ // Go to next version
2841
+ NextVersion();
2842
+ } else
2843
+ if (source == saveVersionButton)
2844
+ {
2845
+ // Save a new version
22372846 if (!Save(true))
22382847 java.awt.Toolkit.getDefaultToolkit().beep();
2848
+ } else
2849
+ if (source == deleteVersionButton)
2850
+ {
2851
+ // Delete a new version
2852
+ DeleteVersion();
22392853 } else
22402854 if (source == oneStepButton)
22412855 {
....@@ -2290,11 +2904,11 @@
22902904 } else
22912905 if (source == undoItem)
22922906 {
2293
- Undo();
2907
+ PreviousVersion();
22942908 } else
22952909 if (source == redoItem)
22962910 {
2297
- Redo();
2911
+ NextVersion();
22982912 } else
22992913 if (source == duplicateItem)
23002914 {
....@@ -2615,7 +3229,7 @@
26153229 {
26163230 StepAll();
26173231 } else
2618
- if (source == clearItem) // || event.getSource() == clearButton)
3232
+ if (source == deleteItem) // || event.getSource() == clearButton)
26193233 {
26203234 //int indices[] = jList.getSelectedIndices();
26213235 //for (int i = indices.length - 1; i >= 0; i--)
....@@ -2775,22 +3389,34 @@
27753389 } else
27763390 if (source == ungroupItem || source == ungroupButton)
27773391 {
2778
- boolean hasRoot = false;
3392
+ boolean canUngroup = true;
27793393
27803394 for (int i=0; i<group.selection.size(); i++)
27813395 {
2782
- if (group.selection.get(i) == group)
3396
+ Object3D selectedItem = group.selection.get(i);
3397
+
3398
+ if (selectedItem.Size() == 0)
27833399 {
2784
- hasRoot = true;
3400
+ // Cannot ungroup leaves
3401
+ canUngroup = false;
3402
+ break;
3403
+ }
3404
+
3405
+ if (selectedItem == group)
3406
+ {
3407
+ // Cannot ungroup root
3408
+ canUngroup = false;
27853409 break;
27863410 }
27873411 }
27883412
2789
- if (!hasRoot)
3413
+ if (canUngroup)
27903414 {
27913415 for (int i=0; i<group.selection.size(); i++)
27923416 {
2793
- Ungroup(group.selection.get(i));
3417
+ Object3D selectedItem = group.selection.get(i);
3418
+
3419
+ Ungroup(selectedItem);
27943420 }
27953421
27963422 ClearSelection(false);
....@@ -2841,6 +3467,10 @@
28413467 if (source == clearMaterialsItem)
28423468 {
28433469 ClearMaterials();
3470
+ } else
3471
+ if (source == clearVersionsItem)
3472
+ {
3473
+ ClearVersions();
28443474 } else
28453475 if (source == liveleavesItem)
28463476 {
....@@ -3097,7 +3727,7 @@
30973727 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
30983728 {
30993729 obj = (Object3D)e.nextElement();
3100
- obj.SetBumpTexture(null);
3730
+ obj.ResetBumpTexture();
31013731 }
31023732
31033733 refreshContents();
....@@ -3111,6 +3741,31 @@
31113741 obj.SetBumpTexture(obj.GetPigmentTexture());
31123742 }
31133743
3744
+ refreshContents();
3745
+ } else
3746
+ if (source == embedTexturesItem)
3747
+ {
3748
+ Object3D obj;
3749
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3750
+ {
3751
+ obj = (Object3D)e.nextElement();
3752
+ obj.EmbedTextures(true);
3753
+ }
3754
+
3755
+ refreshContents();
3756
+ } else
3757
+ if (source == deEmbedTexturesItem)
3758
+ {
3759
+ Object3D obj;
3760
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
3761
+ {
3762
+ obj = (Object3D)e.nextElement();
3763
+ obj.EmbedTextures(false);
3764
+ }
3765
+
3766
+ CameraPane.texturepigment.clear();
3767
+ CameraPane.texturebump.clear();
3768
+
31143769 refreshContents();
31153770 } else
31163771 if (source == flashSelectionButton)
....@@ -3128,38 +3783,7 @@
31283783 if (CameraPane.FULLSCREEN)
31293784 fullscreenLayout = radio.layout;
31303785
3131
- // bug
3132
- //gridPanel.setDividerLocation(1.0);
3133
- //bigPanel.setDividerLocation(0.0);
3134
-// bigThree.remove(scenePanel);
3135
-// bigThree.remove(centralPanel);
3136
-// bigThree.remove(XYZPanel);
3137
-// aWindowConstraints.gridx = 0;
3138
-// aWindowConstraints.gridy = 0;
3139
-// aWindowConstraints.gridwidth = 1;
3140
-// // aConstraints.gridheight = 3;
3141
-// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3142
-// aWindowConstraints.weightx = 0;
3143
-// aWindowConstraints.weighty = 1;
3144
-// //bigThree.add(jtp, aWindowConstraints);
3145
-// aWindowConstraints.weightx = 1;
3146
-// aWindowConstraints.gridwidth = 3;
3147
-// // aConstraints.gridheight = 3;
3148
-// aWindowConstraints.gridx = 1;
3149
-// aWindowConstraints.fill = GridBagConstraints.BOTH;
3150
-// bigThree.add(centralPanel, aWindowConstraints);
3151
-// aWindowConstraints.weightx = 0;
3152
-// aWindowConstraints.gridx = 4;
3153
-// aWindowConstraints.gridwidth = 1;
3154
-// // aConstraints.gridheight = 3;
3155
-// aWindowConstraints.fill = GridBagConstraints.VERTICAL;
3156
-// //bigThree.add(XYZPanel, aWindowConstraints);
3157
-// scenePanel.setVisible(false);
3158
-// centralPanel.setVisible(true);
3159
-// XYZPanel.setVisible(false);
3160
- bigThree.ClearUI();
3161
- bigThree.add(centralPanel);
3162
- bigThree.FlushUI();
3786
+ Show3DView();
31633787
31643788 cameraView.requestFocusInWindow();
31653789
....@@ -3214,8 +3838,8 @@
32143838 // centralPanel.setVisible(true);
32153839 // XYZPanel.setVisible(true);
32163840 bigThree.ClearUI();
3841
+ bigThree.add(scenePanel);
32173842 bigThree.add(centralPanel);
3218
- bigThree.add(XYZPanel);
32193843 bigThree.FlushUI();
32203844
32213845 cameraView.requestFocusInWindow();
....@@ -3295,8 +3919,8 @@
32953919 // centralPanel.setVisible(true);
32963920 // XYZPanel.setVisible(false);
32973921 bigThree.ClearUI();
3298
- bigThree.add(scenePanel);
32993922 bigThree.add(centralPanel);
3923
+ bigThree.add(scenePanel);
33003924 bigThree.FlushUI();
33013925
33023926 cameraView.requestFocusInWindow();
....@@ -3345,6 +3969,7 @@
33453969 } else
33463970 if (source == rootButton)
33473971 {
3972
+ Replace();
33483973 Object3D obj;
33493974 for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
33503975 {
....@@ -3359,6 +3984,8 @@
33593984 if (source == closeButton)
33603985 {
33613986 //System.out.println("CLOSE: " + buttonGroup.getSelection());
3987
+ Replace();
3988
+
33623989 cRadio ab;
33633990 for (Enumeration e = buttonGroup.getElements(); e.hasMoreElements();)
33643991 {
....@@ -3402,10 +4029,10 @@
34024029 {
34034030 Object3D child = (Object3D)e.nextElement();
34044031 if(child.editWindow != null)
3405
- objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
34064032 child.pinned = false;
34074033 child.CloseUI();
34084034 listUI.remove(child);
4035
+// objectPanel.setSelectedIndex(objectPanel.indexOfTab("Edit"));
34094036
34104037 //child.editWindow = null; // ???????????
34114038 }
....@@ -3424,6 +4051,7 @@
34244051 obj.CloseUI();
34254052 }
34264053 listUI.clear();
4054
+ SetPinStates(group.selection.size() > 0);
34274055 refreshContents(true);
34284056 } else
34294057 if (source == allParamsButton)
....@@ -3456,6 +4084,8 @@
34564084 } else
34574085 if(source instanceof cRadio)
34584086 {
4087
+ Replace();
4088
+
34594089 group.parent = keepparent;
34604090 group.attributes = 0;
34614091 //group.editWindow = null;
....@@ -3479,6 +4109,7 @@
34794109 }
34804110
34814111 copy = group;
4112
+
34824113 //Globals.theRenderer.object = group;
34834114 if(!useclient)
34844115 {
....@@ -3506,9 +4137,37 @@
35064137 */
35074138 radio.layout.doClick();
35084139
4140
+ assert(copy instanceof Composite);
4141
+
4142
+ if (copy.versionlist == null)
4143
+ {
4144
+ copy.versionindex = -1;
4145
+
4146
+ // Cannot work with loops
4147
+ // To fix this issue, we first mark all nodes above the root,
4148
+ // and check if any of these nodes are reachable below the root.
4149
+ Grafreed.grafreed.universe.TagObjects(copy, true);
4150
+
4151
+ if (copy.versionlist == null && !copy.HasTags())
4152
+ {
4153
+ copy.versionlist = new Object3D[100];
4154
+
4155
+ //Save(true);
4156
+ }
4157
+ else
4158
+ copy.versionindex = -2;
4159
+
4160
+ Grafreed.grafreed.universe.TagObjects(copy, false);
4161
+ }
4162
+
4163
+ SetVersionStates();
4164
+
35094165 ClearUnpinned();
3510
- SetPinStates(group.selection.size() > 0);
3511
- if (group.selection.size() == 1)
4166
+
4167
+ //Grafreed.Assert(group != null);
4168
+ //Grafreed.Assert(group.selection != null);
4169
+ SetPinStates(group.selection == null || group.selection.size() > 0);
4170
+ if (group.selection == null || group.selection.size() == 1)
35124171 EditSelection(false);
35134172 keepparent = group.parent;
35144173 // PARENT = NULL or not???
....@@ -3521,11 +4180,13 @@
35214180 } else if (event.getSource() == editCameraItem)
35224181 {
35234182 cameraView.ProtectCamera();
4183
+ cameraView.requestFocusInWindow();
35244184 cameraView.repaint();
35254185 return;
35264186 } else if (event.getSource() == restoreCameraItem || event.getSource() == restoreCameraButton)
35274187 {
35284188 cameraView.RevertCamera();
4189
+ cameraView.requestFocusInWindow();
35294190 cameraView.repaint();
35304191 return;
35314192 // } else if (event.getSource() == textureButton)
....@@ -3644,7 +4305,7 @@
36444305 TouchTransform(obj);
36454306 continue;
36464307 }
3647
- if ((mask&2) != 0) // Scale
4308
+ if ((mask&2) != 0) // Scale/rotation
36484309 {
36494310 obj.toParent[0][0] = obj.toParent[1][1] = obj.toParent[2][2] = 1;
36504311 obj.toParent[0][1] = obj.toParent[1][0] = obj.toParent[2][0] = 0;
....@@ -3652,10 +4313,6 @@
36524313 obj.fromParent[0][0] = obj.fromParent[1][1] = obj.fromParent[2][2] = 1;
36534314 obj.fromParent[0][1] = obj.fromParent[1][0] = obj.fromParent[2][0] = 0;
36544315 obj.fromParent[0][2] = obj.fromParent[1][2] = obj.fromParent[2][1] = 0;
3655
- }
3656
- if ((mask&4) != 0) // Rotation
3657
- {
3658
- // ?
36594316 }
36604317 if ((mask&1) != 0) // Translation
36614318 {
....@@ -4102,7 +4759,7 @@
41024759
41034760 try
41044761 {
4105
- texturedata = Globals.theRenderer.GetTextureData(pigment, false, node.texres);
4762
+ texturedata = Globals.theRenderer.GetTextureData(tex, false, node.texres);
41064763 }
41074764 catch (Exception e)
41084765 {
....@@ -4464,6 +5121,12 @@
44645121 refreshContents();
44655122 }
44665123
5124
+ void ClearVersions()
5125
+ {
5126
+ group.selection.ClearVersions();
5127
+ refreshContents();
5128
+ }
5129
+
44675130 void FlipV(boolean flip)
44685131 {
44695132 group.selection.FlipV(flip);
....@@ -4579,6 +5242,12 @@
45795242
45805243 void EditSelection(boolean newWindow)
45815244 {
5245
+ if (group.selection == null)
5246
+ {
5247
+ EditElement(group, newWindow); // ? new
5248
+ return;
5249
+ }
5250
+
45825251 // aConstraints.gridy = 0;
45835252 for (int i=0; i<group.selection.size(); i++)
45845253 {
....@@ -4589,12 +5258,7 @@
45895258 Object3D elem = (Object3D)group.selection.elementAt(i);
45905259 if(elem != group || !newWindow)
45915260 {
4592
- // if (!(elem instanceof Composite))
4593
- // newWindow = false;
4594
- listUI.add(elem);
4595
- elem.openEditWindow(this, newWindow); //, false);
4596
- System.out.println("edit : " + elem);
4597
- elem.editWindow.refreshContents(true); // ? new
5261
+ EditElement(elem, newWindow); // ? new
45985262 }
45995263 }
46005264 }
....@@ -4657,9 +5321,7 @@
46575321
46585322 freezemodel = false;
46595323 }
4660
-
4661
- boolean flashIt = true;
4662
-
5324
+
46635325 public void valueChanged(TreeSelectionEvent e)
46645326 //public boolean handleEvent(Event event)
46655327 {
....@@ -4732,13 +5394,31 @@
47325394 {
47335395 editButton.setEnabled(enabled);
47345396 uneditButton.setEnabled(enabled);
4735
- unselectButton.setEnabled(enabled);
5397
+ //unselectButton.setEnabled(enabled);
47365398 flashSelectionButton.setEnabled(enabled);
5399
+
5400
+ clearPanelButton.setEnabled(!listUI.isEmpty());
5401
+
5402
+ boolean allComposites = true;
5403
+
5404
+ if (group.selection != null)
5405
+ for (Enumeration e = group.selection.elements(); e.hasMoreElements();)
5406
+ {
5407
+ Object next = e.nextElement();
5408
+ if (!(next instanceof Composite)) // || (next instanceof GroupLeaf))
5409
+ {
5410
+ allComposites = false;
5411
+ break;
5412
+ }
5413
+ }
5414
+
5415
+ rootButton.setEnabled(allComposites);
47375416 }
47385417
47395418 void refreshContents(boolean cp)
47405419 {
4741
- if (objectPanel.getSelectedIndex() == objectPanel.indexOfTab("Info"))
5420
+ if (Globals.ADVANCED)
5421
+ //if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
47425422 if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
47435423 {
47445424 objEditor.ClearInfo(); // .GetMaterial());
....@@ -4748,7 +5428,7 @@
47485428 Object3D child = (Object3D) group.selection.get(i);
47495429
47505430 objEditor.AddInfo(child, this, true);
4751
- System.err.println("info : " + child.GetPath());
5431
+// System.err.println("info : " + child.GetPath());
47525432 }
47535433
47545434 objEditor.SetText(); // jan 2014
....@@ -4942,10 +5622,10 @@
49425622
49435623 void paste(boolean expand)
49445624 {
4945
- if (Globals.SAVEONMAKE)
5625
+ if (Globals.REPLACEONMAKE)
49465626 Save();
4947
- boolean keep = Globals.SAVEONMAKE;
4948
- Globals.SAVEONMAKE = false;
5627
+ boolean keep = Globals.REPLACEONMAKE;
5628
+ Globals.REPLACEONMAKE = false;
49495629 // if (GrafreeD.clipboard == null)
49505630 // return;
49515631 boolean first = true;
....@@ -5005,7 +5685,7 @@
50055685 Grafreed.clipboard.get(0).parent = keepparent;
50065686 }
50075687
5008
- Globals.SAVEONMAKE = keep;
5688
+ Globals.REPLACEONMAKE = keep;
50095689 ResetModel();
50105690 refreshContents();
50115691 }
....@@ -5141,10 +5821,10 @@
51415821
51425822 void group(Object3D csg, boolean grab)
51435823 {
5144
- if (Globals.SAVEONMAKE)
5824
+ if (Globals.REPLACEONMAKE)
51455825 Save();
5146
- boolean keep = Globals.SAVEONMAKE;
5147
- Globals.SAVEONMAKE = false;
5826
+ boolean keep = Globals.REPLACEONMAKE;
5827
+ Globals.REPLACEONMAKE = false;
51485828 if (//false) // why??
51495829 !group.selection.isEmpty())
51505830 {
....@@ -5258,15 +5938,15 @@
52585938 //node.add(csg);
52595939 //makeSomething(node);
52605940 makeSomething(csg);
5261
- Globals.SAVEONMAKE = keep;
5941
+ Globals.REPLACEONMAKE = keep;
52625942 }
52635943
52645944 void Ungroup(Object3D g)
52655945 {
5266
- if (Globals.SAVEONMAKE)
5946
+ if (Globals.REPLACEONMAKE)
52675947 Save();
5268
- boolean keep = Globals.SAVEONMAKE;
5269
- Globals.SAVEONMAKE = false;
5948
+ boolean keep = Globals.REPLACEONMAKE;
5949
+ Globals.REPLACEONMAKE = false;
52705950 if (g instanceof HiddenObject)
52715951 {
52725952 HiddenObject h = (HiddenObject) g;
....@@ -5283,7 +5963,7 @@
52835963 objEditor.makeSomething(g.get(i), false);
52845964 }
52855965 }
5286
- Globals.SAVEONMAKE = keep;
5966
+ Globals.REPLACEONMAKE = keep;
52875967 }
52885968
52895969 void ungroup()
....@@ -5574,7 +6254,6 @@
55746254
55756255 cButton restoreCameraButton;
55766256
5577
- cButton saveButton;
55786257 cButton oneStepButton;
55796258
55806259 cButton groupButton;
....@@ -5583,6 +6262,22 @@
55836262 cButton switchButton;
55846263 cButton loopButton;
55856264 cButton textureButton;
6265
+
6266
+ cButton skybox1Button;
6267
+ cButton skybox2Button;
6268
+ cButton skybox3Button;
6269
+ cButton skybox4Button;
6270
+ cButton skybox5Button;
6271
+ cButton skybox6Button;
6272
+ cButton skybox7Button;
6273
+
6274
+ cButton skybox11Button;
6275
+ cButton skybox12Button;
6276
+ cButton skybox13Button;
6277
+ cButton skybox14Button;
6278
+ cButton skybox15Button;
6279
+ cButton skybox16Button;
6280
+ cButton skybox17Button;
55866281
55876282 cButton gridButton;
55886283 cButton boxButton;
....@@ -5616,11 +6311,11 @@
56166311 private MenuItem lookAtItem;
56176312 private MenuItem lookFromItem;
56186313 private MenuItem switchViewItem;
5619
- private MenuItem cutItem;
6314
+ private JMenuItem cutItem;
56206315 private MenuItem undoItem;
56216316 private MenuItem redoItem;
56226317 private JMenuItem duplicateItem;
5623
- private MenuItem cloneItem;
6318
+ private JMenuItem cloneItem;
56246319 private MenuItem cloneSupportItem;
56256320 private MenuItem overwriteGeoItem;
56266321 private MenuItem overwriteMatItem;
....@@ -5641,13 +6336,13 @@
56416336 private MenuItem cloneGeometriesItem;
56426337 private MenuItem shareGeometriesItem;
56436338 private MenuItem mergeGeometriesItem;
5644
- private MenuItem copyItem;
6339
+ private JMenuItem copyItem;
56456340 private MenuItem pasteItem;
5646
- private MenuItem pasteIntoItem;
5647
- private MenuItem pasteLinkItem;
5648
- private MenuItem pasteCloneItem;
5649
- private MenuItem pasteExpandItem;
5650
- private MenuItem clearItem;
6341
+ private JMenuItem pasteIntoItem;
6342
+ private JMenuItem pasteLinkItem;
6343
+ private JMenuItem pasteCloneItem;
6344
+ private JMenuItem pasteExpandItem;
6345
+ private JMenuItem deleteItem;
56516346 private MenuItem clearAllItem;
56526347 private MenuItem genUVItem;
56536348 private MenuItem genNormalsMESHItem;
....@@ -5673,6 +6368,7 @@
56736368 private MenuItem clipMeshItem;
56746369 private MenuItem smoothMeshItem;
56756370 private MenuItem clearMaterialsItem;
6371
+ private MenuItem clearVersionsItem;
56766372
56776373 private MenuItem liveleavesItem;
56786374 private MenuItem unliveleavesItem;
....@@ -5702,7 +6398,7 @@
57026398 private MenuItem transformGeometryItem;
57036399 private MenuItem transformChildrenItem;
57046400 private MenuItem hideItem;
5705
- private MenuItem grabItem;
6401
+ private JMenuItem grabItem;
57066402 private MenuItem backItem;
57076403 private MenuItem frontItem;
57086404 private MenuItem cameraItem;
....@@ -5715,7 +6411,7 @@
57156411 private MenuItem switchTransfoItem;
57166412 private MenuItem morphItem;
57176413 private MenuItem linkerItem;
5718
- private MenuItem ungroupItem;
6414
+ private JMenuItem ungroupItem;
57196415 private MenuItem editItem;
57206416 private MenuItem openWindowItem;
57216417 private MenuItem editLeafItem;
....@@ -5731,6 +6427,8 @@
57316427 private MenuItem attachBumpItem;
57326428 private MenuItem detachBumpItem;
57336429 private MenuItem pigmentBumpItem;
6430
+ private MenuItem embedTexturesItem;
6431
+ private MenuItem deEmbedTexturesItem;
57346432
57356433 private MenuItem particleItem;
57366434 private MenuItem ragdollItem;