Changeset 1221
- Timestamp:
- 02/13/10 18:35:22 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Moonlight/src/eu/moonlight3d/ml3d/modelling/mesh/CreateConeCommand.java
r1220 r1221 99 99 Selection selection=((Document) state.getDocumentManager().getMainDocument()).getSelectionManager().getSelection("viewSelection"); 100 100 selection.clearSelection(eu.moonlight3d.ml3d.backend.selection.Manager.getSelectionType("SGNode")); 101 selection.add("OperatorGraph/" + createConeNodeName + "/output/ BoxInstance");101 selection.add("OperatorGraph/" + createConeNodeName + "/output/ConeInstance"); 102 102 } catch (Exception e) { 103 103 ExceptionDialog.run(e);
