Skip to content

Commit

Permalink
Update addons/io_hubs_addon/io/utils.py
Browse files Browse the repository at this point in the history
Requested Changes

Co-authored-by: Exairnous <[email protected]>
  • Loading branch information
Spiderguy-F and Exairnous authored Jul 2, 2024
1 parent 3cad758 commit a417dd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addons/io_hubs_addon/io/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,10 @@ def gather_lightmap_texture_info(blender_material, export_settings):
tex_transform, tex_coord = gltf2_blender_gather_texture_info.__gather_texture_transform_and_tex_coord(
socket, export_settings)
else:
print("processing __gather_texture_transform_and_tex_coord")
socket = gltf2_blender_search_node_tree.NodeSocket(texture_socket, blender_material)
tex_transform, tex_coord = gltf2_blender_gather_texture_info.__gather_texture_transform_and_tex_coord(
texture_socket, export_settings)
socket, export_settings)

texture_info = gltf2_io.TextureInfo(
extensions=gltf2_blender_gather_texture_info.__gather_extensions(
tex_transform, export_settings),
Expand Down

0 comments on commit a417dd5

Please sign in to comment.