Changeset 1221

Show
Ignore:
Timestamp:
02/13/10 18:35:22 (6 months ago)
Author:
gregor
Message:

fixed exception when creating cone

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Moonlight/src/eu/moonlight3d/ml3d/modelling/mesh/CreateConeCommand.java

    r1220 r1221  
    9999                        Selection selection=((Document) state.getDocumentManager().getMainDocument()).getSelectionManager().getSelection("viewSelection"); 
    100100                selection.clearSelection(eu.moonlight3d.ml3d.backend.selection.Manager.getSelectionType("SGNode")); 
    101                 selection.add("OperatorGraph/" + createConeNodeName + "/output/BoxInstance"); 
     101                selection.add("OperatorGraph/" + createConeNodeName + "/output/ConeInstance"); 
    102102                } catch (Exception e) { 
    103103                        ExceptionDialog.run(e);