Got images working

- does not do UVs yet
- is able to pack images using a split algorithm. I think I broke the size finding though for the output canvas.
- does not combine materials after packing
This commit is contained in:
989onan
2024-07-14 23:55:20 -04:00
parent e875f9192a
commit 942e7e2868
6 changed files with 360 additions and 21 deletions
+1 -1
View File
@@ -16,8 +16,8 @@ rather than just duct taping the textures together like material combiner and th
bl_options = {'REGISTER', 'UNDO'}
def execute(self, context: Context) -> set:
return {'FINISHED'}