looks awesome, will give it a shot
edit: tried generating texure, it returned this:
Python: Traceback (most recent call last):
File "C:\Users\itai5\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\PSX tools\psx_addon.py", line 187, in invoke
return self.execute(context)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\itai5\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\PSX tools\psx_addon.py", line 213, in execute
temp_image = Image.new("RGBA", (resolution, resolution))
^^^^^
NameError: name 'Image' is not defined. Did you mean: 'image'?
also, is there some basic documentation? the readme doesnt say much and im kind of a blender noob atm