]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/scl/plant3d/utils/Loader.scl
Merge "Preventing synchronizing commits after undo / redo are mandatory"
[simantics/3d.git] / org.simantics.plant3d / scl / plant3d / utils / Loader.scl
1 import "Simantics/DB"
2 import "plant3d/scenegraph/P3DRootNode"
3 import "./P3DScriptNodeMap"
4
5 importJava "org.simantics.plant3d.scl.SCLUtil" where
6   
7   loadReadOnly :: Resource -> P3DRootNode
8   load :: Resource -> P3DScriptNodeMap
9