New Addon: Import Autodesk .max #105013

Closed
Sebastian Sille wants to merge 136 commits from (deleted):nrgsille-import_max into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 22803a3154 - Show all commits

View File

@ -1489,7 +1489,7 @@ def make_ambient_node(world):
# EXPORT # # 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): use_selection=False, use_hierarchy=False, write_keyframe=False, global_matrix=None):
"""Save the Blender scene to a 3ds file.""" """Save the Blender scene to a 3ds file."""