Skip to content
Snippets Groups Projects
Commit 668b2abb authored by Jacques Lucke's avatar Jacques Lucke
Browse files

Fix T60282: use keyword argument in obj exporter

parent 9003cc09
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ def write_file(filepath, objects, depsgraph, scene,
loops = me.loops
if (EXPORT_SMOOTH_GROUPS or EXPORT_SMOOTH_GROUPS_BITFLAGS) and face_index_pairs:
smooth_groups, smooth_groups_tot = me.calc_smooth_groups(EXPORT_SMOOTH_GROUPS_BITFLAGS)
smooth_groups, smooth_groups_tot = me.calc_smooth_groups(use_bitflags=EXPORT_SMOOTH_GROUPS_BITFLAGS)
if smooth_groups_tot <= 1:
smooth_groups, smooth_groups_tot = (), 0
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment