Skip to content

Commit

Permalink
Fix unlit export after recent merge
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Oct 9, 2023
1 parent d725838 commit fb33c6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def detect_shadeless_material(blender_material, export_settings):
else:
return None

socket = NodeSocket(socket, [])
socket = NodeSocket(socket, [blender_material.node_tree])

# Be careful not to misidentify a lightpath trick as mix-alpha.
result = __detect_lightpath_trick(socket)
Expand Down

0 comments on commit fb33c6d

Please sign in to comment.