[go: up one dir, main page]

User Activity

  • Posted a comment on discussion Open Discussion on Art of Illusion

    Here is AOI custom build #64 Important Included changes: Fixed issue with Keyboard Shortcuts editor cannot save/update shortcuts: https://github.com/makiam/Tokonga/pull/174 Minor Groovy version update from 5.0.0 to 5.0.1: https://github.com/makiam/Tokonga/pull/176 Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-16.09.2025/ArtOfIllusion.zip Mac build: https://github.com/makiam/Tokonga/releases/download/Release-16.09.2025/ArtOfIIllusion.dmg Sources: https...

  • Posted a comment on discussion Open Discussion on Art of Illusion

    Here is AOI custom build #63 Important Included changes: Implemented Undo action for Convert To Polymesh command: https://github.com/makiam/Tokonga/pull/171 Groovy library updated from 4.0,28 to 5.0.0: https://github.com/makiam/Tokonga/pull/169 JOGL libraries updated to 2.6.0: https://github.com/makiam/Tokonga/pull/170 Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-08.09.2025/ArtOfIllusion.zip Mac build: https://github.com/makiam/Tokonga/releases/download/Release-08.09.2025/ArtOfIIllusion.dmg...

  • Posted a comment on discussion Help on Art of Illusion

    Looks like this is known issue in IZPack... https://izpack.atlassian.net/browse/IZPACK-1787

  • Posted a comment on discussion Help on Art of Illusion

    Hello Klaus... Looks like issue here: sudo java /home/ich/Programs/AoI/aoisetup.sh You try to run java from sudo and pass shell script name to java. So java try to load shell script as own class Try to run sudo /home/ich/Programs/AoI/aoisetup.sh

  • Posted a comment on discussion Open Discussion on Art of Illusion

    Here is AOI custom build #62 Important Included changes: Fixed issue Undo Add keyframes was not work: https://github.com/makiam/Tokonga/issues/164 Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-18.08.2025/ArtOfIllusion.zip Mac build: https://github.com/makiam/Tokonga/releases/download/Release-18.08.2025/ArtOfIIllusion.dmg Sources: https://github.com/makiam/Tokonga/archive/refs/tags/Release-18.08.2025.zip

  • Posted a comment on discussion Open Discussion on Art of Illusion

    Here is AOI custom build #61 Important Included changes: Buffered write/restore for scene's tracks: https://github.com/makiam/Tokonga/pull/161 NB!!! Backward Compatibility breaking change!!! Current release introduces new fault tolerant read/write for scene object tracks. This increased scene verison, so new scene will not open in previous versions Universal Windows/Linux build: https://github.com/makiam/Tokonga/releases/download/Release-06.08.2025/ArtOfIllusion.zip Mac build: https://github.com/makiam/Tokonga/releases/download/Release-06.08.2025/ArtOfIIllusion.dmg...

  • Posted a comment on discussion Open Discussion on Art of Illusion

    BTW, Simple way to setup menu font across all application. In startup script code: import java.awt.Font; import javax.swing.UIManager; import javax.swing.LookAndFeel; LookAndFeel laf = UIManager.getLookAndFeel(); UIManager.put("Menu.font", new Font("Segoe UI", Font.PLAIN, 24)); UIManager.put("MenuItem.font", new Font("Segoe UI", Font.PLAIN, 24)); UIManager.setLookAndFeel(laf);

  • Posted a comment on discussion Help on Art of Illusion

    When you press Cancel , you need to revert both the old order and the old values of the filters. Both of them need need to be tracked As I see in SceneCamera code there are some lines to backup/restore Camera state on cancel: See lines 53-55 to backup filters state and lines 148-150 to restore state from backup

View All

Personal Data

Username:
makiam
Joined:
2016-06-05 08:43:59

Projects

This is a list of open source software projects that Maksim Khramov is associated with:

Personal Tools