3
11

io_scene_3ds: cleanup texture handling #10

Merged
Sebastian Sille merged 5 commits from :main into main 2023-02-28 18:43:57 +01:00

5 Commits

Author SHA1 Message Date
6b80a47e76 Connect alpha to main texture if they are equal
missed a letter^^
2023-02-22 23:38:28 +01:00
616f47fd51 Connect alpha to main texture if they are equal
double textures will be removed

Signed-off-by: Sebastian Sille <nrgsille@noreply.localhost>
2023-02-22 23:07:20 +01:00
f09c84b4e4 Merge pull request 'Make sure there is a primary texture' (#1) from nrgsille-patch-1 into main
Reviewed-on: NRGSille/blender-addons-contrib#1
2023-02-21 13:41:53 +01:00
cf96645043 Texture Dict no longer needed
removed TEXTURE_DICT, wich is no longer needed because textures will be processed individually

Signed-off-by: Sebastian Sille <nrgsille@noreply.localhost>
2023-02-21 13:28:31 +01:00
ee97a4410e Make sure there is a primary texture
changed source of texture

Signed-off-by: Sebastian Sille <nrgsille@noreply.localhost>
2023-02-21 12:34:05 +01:00