io_scene_3ds: Added feet to imperial unit length measure #104808

Merged
Sebastian Sille merged 61 commits from :main into main 2023-07-31 12:48:33 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 22803a3154 - Show all commits

View File

@ -1489,7 +1489,7 @@ def make_ambient_node(world):
# EXPORT #
##########
def save(operator, context, filepath="", scale_factor=1.0, convert_unit=False,
def save(operator, context, filepath="", scale_factor=1.0, unit_convert=False,
use_selection=False, use_hierarchy=False, write_keyframe=False, global_matrix=None):
"""Save the Blender scene to a 3ds file."""