Skip to content

Commit

Permalink
Merge pull request #22 from mpcarr/fix-object-export
Browse files Browse the repository at this point in the history
Update vlm_export_obj.py
  • Loading branch information
vbousquet authored Mar 11, 2024
2 parents 8560901 + 06ac277 commit f9e9a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/vpx_lightmapper/vlm_export_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def export_obj(op, context):
op.report({'ERROR'}, 'Texture size must be greater than render height')
return {'CANCELLED'}

n_nestmap, splitted_objects = vlm_nest.nest(context, to_nest, 'UVMap', 'UVMap Nested', render_size, max_tex_size, max_tex_size, export_name, 0)
n_nestmap, splitted_objects = vlm_nest.nest(context, to_nest, 'UVMap', 'UVMap Nested', max_tex_size, max_tex_size, export_name, 0)
to_nest.extend(splitted_objects)

# Export Wavefront objects
Expand Down

0 comments on commit f9e9a82

Please sign in to comment.