makiam
makiam
@Sailsman63 can You please try this PR together with new beanshell library from this PR https://github.com/ArtOfIllusion/ArtOfIllusion/pull/313
Deeper trouble with this methods is calling deleted method from some third-party plugin. Ex. Polymesh plugin fails to call setSelection(int xx) and this gives UI freese
I found this when I try to create script-based primitive provider as a demo for #322. The idea was to create and register script which implements PrimitiveFactory. Plugin can be...
in LayoutWindow... ``` private void createToolsMenu() { modellingTools = PluginRegistry.getPlugins(ModellingTool.class); ``` in some script ``` PluginRegistry.registerPlugin(new ModellingTool() { .... } ``` so none of already opened scenes will not take...
Take a deeper look at Application startup code. There a part where Layout Windows opens from command line arguments and this script based plugin may respond on this windows creation...
I cannot check this on OSX now
Update project build script to produce windows/linux and mac builds Now produces universal bundle for windows/linux x64 platforms and mac app bundle Also add task createMacVolume to produce DMG image
I update source compatibility level back to java 9 ( Forgot to change this earlier) The second issue looks like You have old 6+ gradle but JDK 19 supports only...
Is this linux issue reproduced with mill build too? Is there a workaround for it?
netlib and arpack are transitive dependencies of jama library (which is used by PolyMesh plugin)