Skip to content

Commit

Permalink
Small Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspirata committed Nov 30, 2024
1 parent 9f13afd commit 042e858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiBlend_Source/Materials/Materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 042e858

Please sign in to comment.