Skip to content

Commit 2030d5b

Browse files
committed
Fix road sign texture creation failing in Blender 4.3.x
1 parent fda79f6 commit 2030d5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addon/road_object_sign.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ def assign_road_sign_texture(self, context, obj):
239239
material.node_tree.links.new(tex_node.outputs[0], principled_BSDF.inputs[0])
240240
material.use_backface_culling = True
241241
material.blend_method = 'CLIP'
242-
material.shadow_method = 'CLIP'
243242
obj.data.materials.append(material)
244243
# Make sure the textures are packed into the .blend file
245244
bpy.ops.file.pack_all()

0 commit comments

Comments
 (0)