makiam
makiam
Once I worked with AOI project I completely not using aoi build scripts. On my flow I create somewhere near NB Java Project with existed sources. Then I point this...
I tnink we may not to separate AOI core application jar of all other libraries and put all jars together. See this patch for this [single-jars-location-patch.txt](https://github.com/ArtOfIllusion/ArtOfIllusion/files/8441921/single-jars-location-patch.txt)
IMO it's just simpler to have one location for all jars.
Update internal QT Writer library to external reference [replace-qt-writer-with-external-dependency.txt](https://github.com/ArtOfIllusion/ArtOfIllusion/files/8458839/replace-qt-writer-with-external-dependency.txt)
From my POV this just looks clearer not to store translations in code. On the other hand I not shure this translations need at all. As I understand this created...
Probably much simple solution to avoid ConcurentModificationException... Just to replace Objects vector with CopyOnWriteArrayList. At least for my quick check I see that scene is successfully loaded and Score animatin...
This affects Procedural materials/testures as their editors is not modal
Thank You for Your feedback. Let me explain this. Once I execute `gradle run` it just compiles and starts main class artofillusion.ArtOfIllusion from corresponding sub-project In this case there are...
gradle build structure a bit different from current one. All application jars put into lib folder and run shell script and bat file goes to bin folder.
> Why are you changing the built app structure anyway This isn't my idea but this is how gradle build works. Current build implementation puts ArtOfIllusion jar at one level...