|
|
|
@ -22,7 +22,23 @@ import org.openide.loaders.MultiFileLoader; |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "jMonkeyPlatform", id = "com.jme3.gde.core.assets.actions.ConvertModel"), path = "Loaders/application/blender/Actions", position = 10), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "jMonkeyPlatform", id = "com.jme3.gde.core.assets.actions.OpenModel"), path = "Loaders/application/blender/Actions", position = 20)}) |
|
|
|
|
@ActionID(category = "jMonkeyPlatform", id = "com.jme3.gde.core.assets.actions.OpenModel"), path = "Loaders/application/blender/Actions", position = 20), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "Edit", id = "org.openide.actions.CutAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 200, separatorBefore = 100), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "Edit", id = "org.openide.actions.CopyAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 300, separatorAfter = 400), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "Edit", id = "org.openide.actions.DeleteAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 500), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "System", id = "org.openide.actions.RenameAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 600, separatorAfter = 700), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "System", id = "org.openide.actions.SaveAsTemplateAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 800, separatorAfter = 900), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "System", id = "org.openide.actions.FileSystemAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 1000, separatorAfter = 1100), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "System", id = "org.openide.actions.ToolsAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 1200), |
|
|
|
|
@ActionReference(id = |
|
|
|
|
@ActionID(category = "System", id = "org.openide.actions.PropertiesAction"), path = "Loaders/application/jme3filterpostprocessor/Actions", position = 1300)}) |
|
|
|
|
public class BlenderDataObject extends SpatialAssetDataObject { |
|
|
|
|
|
|
|
|
|
public BlenderDataObject(FileObject pf, MultiFileLoader loader) throws DataObjectExistsException, IOException { |
|
|
|
|