Here is AOI custom build #78 Important Included changes: Layout window properties panel updated: https://github.com/makiam/Tokonga/pull/316 Fixed Scripted Object Provider issue: https://github.com/makiam/Tokonga/pull/314 Add plugin architecture documentation by @simba87: https://github.com/makiam/Tokonga/pull/311 Script text editor library updated from 3.6.3 to 4.0.0: https://github.com/makiam/Tokonga/pull/315 Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-21.07.2026/ArtOfIllusion.zip...
Here is AOI custom build #77 Important Included changes: Layout window properties panel updated: https://github.com/makiam/Tokonga/pull/312 docs: Add AGENTS.md for AI-assisted development by @simba87: https://github.com/makiam/Tokonga/pull/294 Add Checkstyle linting harness by @simba87: https://github.com/makiam/Tokonga/pull/294 Add docker test infra by @simba87: https://github.com/makiam/Tokonga/pull/295 Logging library updated from 1.5.37 to 1.5.38: https://github.com/makiam/Tokonga/pull/309 Groovy...
Here is AOI custom build #76 Important Included changes: Refactor Procedure and Procedure Editor code: https://github.com/makiam/Tokonga/pull/286 https://github.com/makiam/Tokonga/pull/287 https://github.com/makiam/Tokonga/pull/289 https://github.com/makiam/Tokonga/pull/292 Logging library updated from 1.5.34 to 1.5.27 Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-30.06.2026/ArtOfIllusion.zip Mac build: https://github.com/makiam/Tokonga/releases/download/Release-30.06.2026/ArtOfIllusion.dmg...
Here is AOI custom build #75 Important Included changes: Minimal support for import PLY format files: https://github.com/makiam/Tokonga/pull/282 Refactor code for Procedure Editor: https://github.com/makiam/Tokonga/pull/285 Bump version for SyntaxEditor library: https://github.com/makiam/Tokonga/pull/281 Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-13.06.2026/ArtOfIllusion.zip Mac build: https://github.com/makiam/Tokonga/releases/download/Release-13.06.2026/ArtOfIllusion.dmg...
Honestly, all of the above sounds a lot like a ZIP file... Sounds like we need java's ZipFS
Here is AOI custom build #74 Important Included changes: Fixed regression in Polymesh: https://github.com/makiam/Tokonga/pull/275 Backport Default renderers are separate instances fix from upstream AOI: https://github.com/makiam/Tokonga/pull/276 Layout import/export menu updated: https://github.com/makiam/Tokonga/pull/277 Add un-registration code in Layout: https://github.com/makiam/Tokonga/pull/274 Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-15.05.2026/ArtOfIllusion.zip...
In first two PR's I remove code supports read as version 0. Procedural Material and Texture are not writes such format since 2007. So I hope this is safe enough. For Scene Camera Filter and for Tracks I now write data to intermediate buffer and then write this buffer SIZE in front of buffer itself. This way I can bypass if ex. required class is missed or cannot be instantiated.
Hi. There are 4 my changes that changes file format: Drop Procedure Material version 0 compatibility: https://github.com/makiam/Tokonga/pull/129 Drop Procedural Texture version 0 compatibility: https://github.com/makiam/Tokonga/pull/148 Next two changes is creates more fault tolerant IO: (That's it You mentioned above): Update to Scene camera IO: https://github.com/makiam/Tokonga/pull/134 https://github.com/makiam/Tokonga/pull/136 Update to Scene Tracks IO: https://github.com/makiam/Tokonga/pull/161...