Added "add_skins" and "remove_skins" commands to Json config (Spine)
Added "Save scale and position" button to the editor, Click to write the current size and position into the Json config -> option
CHANGE:
Optimized model bounds editing function
Optimized the trigger conditions of the hit areas
FIX:
Fixed mouse offset issues on some computers
Fixed an issue where the Edit Panel would move outside the desktop when changing models in some cases
2023.10.24
[h3]Version: 2023.10.8 -> 2023.10.24[/h3]
Live2D: Added layer support for expression You can set expressions to the motion events with different layers, and they can be triggered at the same time. If you want to clear the expression at specified layer, use 'clear_exp X', where X is the layer number.
Live2D/Spine: Added support for the name with space (e.g. file, parameter, part, slot..) The program will automatically add a backslash [\] before a space in the name as an identifier of the space, and remove the backslash when executing the command. Please note that the program can only automatically add a backslash to the name selected from the selection panel. You need to add a backslash before the space in the name if you write the command manually.
For example: change_cos my model.model3.json --> change_cos my\ model.model3.json