Hi Paul,
The GimpToSpine plugin should still work, but there are a few things you might want to check to ensure it's set up correctly:
Plugin Directory: Make sure you have placed the GimpToSpine.py
file in the correct plugin directory. For GIMP 2.10.32 on Windows, the typical directories are:
C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins
C:\Users\<your username>\AppData\Roaming\GIMP\2.10\plug-ins
Python Support: Ensure that Python support is enabled in GIMP. You should see Python-Fu
under the Filters
menu, which indicates that Python is enabled.
Restart GIMP: After placing the plugin file in the correct directory, restart GIMP to ensure it loads the new plugin.
Permissions: Check the permissions of the GimpToSpine.py
file to ensure it matches the permissions of other files in the plugin directory.
File Menu: The Export to Spine
option should appear in the File
menu if the plugin is loaded correctly.
If you have followed these steps and it still doesn't work, you might want to check if other plugins are working to rule out any broader issues with GIMP's plugin system. Additionally, you can try using a different directory or reinstalling GIMP to see if that resolves the issue.
For more detailed instructions, you can refer to the GIMP plugin installation guide.
If the problem persists, it might be worth considering using an alternative software like Krita, which has an unofficial Spine export plugin that is actively maintained.
I hope this helps!