diff --git a/MiBlend_Source/Materials/Materials.py b/MiBlend_Source/Materials/Materials.py index a53aa801..63dbc0a1 100644 --- a/MiBlend_Source/Materials/Materials.py +++ b/MiBlend_Source/Materials/Materials.py @@ -219,7 +219,7 @@ def fix_world(): material.use_backface_culling = False # Lazy Biome Color Fix - base_color_connection = GetConnectedSocketTo("Alpha", PBSDF) + base_color_connection = GetConnectedSocketTo("Base Color", PBSDF) if WProperties.lazy_biome_fix: texture_parts = format_texture_name(image_texture_node.image.name)