Closed elunesarrow54 closed 5 months ago
For some reason, I couldn't import it. I'm sharing the error file.
Python: Traceback (most recent call last): File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max__init__.py", line 92, in execute return import_max.load(self, context, **keywords) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1544, in load read(context, os.path.join(directory, fl.name), mscale, obtypes=object_filter, search=use_image_search, transform=use_apply_matrix) File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1516, in read read_class_directory(maxfile, filename) File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 870, in read_class_directory clsdir.dll = get_dll(clsdir) ^^^^^^^^^^^^^^^ File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 794, in get_dll idx = chunk.get_first(0x2060).data[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'data'
Thanks for the report, this should now be fixed with commit ad139a3
For some reason, I couldn't import it. I'm sharing the error file.
Python: Traceback (most recent call last): File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max__init__.py", line 92, in execute return import_max.load(self, context, **keywords) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1544, in load read(context, os.path.join(directory, fl.name), mscale, obtypes=object_filter, search=use_image_search, transform=use_apply_matrix) File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1516, in read read_class_directory(maxfile, filename) File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 870, in read_class_directory clsdir.dll = get_dll(clsdir) ^^^^^^^^^^^^^^^ File "C:\Users\egeme\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 794, in get_dll idx = chunk.get_first(0x2060).data[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'data'