3
11

New Addon: Import Autodesk .max #22

Closed
Sebastian Sille wants to merge 38 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 1d6ced39c2 - Show all commits

View File

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