Finally works

This is a good first start to material combining
It may need a few tweaks from here, but for now it should be good
This commit is contained in:
989onan
2024-07-15 01:51:59 -04:00
parent 942e7e2868
commit 5a3cc5a087
4 changed files with 117 additions and 16 deletions
+2
View File
@@ -59,6 +59,8 @@ class MaterialTextureAtlasProperties(UIList):
col.prop(item.mat, "texture_atlas_ambient_occlusion")
col = box.row()
col.prop(item.mat, "texture_atlas_height")
col = box.row()
col.prop(item.mat, "texture_atlas_roughness")