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 25566f5e9e - Show all commits

View File

@ -94,7 +94,7 @@ class MAX_PT_import_include(bpy.types.Panel):
def draw(self, context): def draw(self, context):
layout = self.layout layout = self.layout
layout.use_property_split = True layout.use_property_split = True
layout.use_property_decorate = True layout.use_property_decorate = False
sfile = context.space_data sfile = context.space_data
operator = sfile.active_operator operator = sfile.active_operator