SDK
- show warning when trying to open file with blender while its already running git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10295 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
469b7967b7
commit
5a7ed536ad
@ -37,7 +37,7 @@ public final class OpenInBlender implements ActionListener {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent ev) {
|
||||
if (!BlenderTool.openInBlender(context.getPrimaryFile())) {
|
||||
logger.log(LogLevel.USERINFO, "Could not open file in blender, already running?");
|
||||
logger.log(LogLevel.WARNING, "Could not open file in blender, already running?");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user