Max version file supported #216
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#216
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Don't find any mention of which version of Max is supported. I still have a legal working version of MAX 3.1. If I try and import a file from this version, I get this error:P
reading 'ClassData'... 270
reading 'Config'... 4109
reading 'DllDirectory'... 542
reading 'ClassDirectory3'... 52
reading 'VideoPostQueue'... 52
reading 'Scene'... 2523820
Traceback (most recent call last):
File "C:\Users\tom\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\tom\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1733, 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\tom\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1707, in read
read_scene(context, maxfile, settings, mscale, transform)
File "C:\Users\tom\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1693, in read_scene
make_scene(context, settings, mscale, transform, SCENE_LIST[0])
File "C:\Users\tom\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 1659, in make_scene
if isinstance(chunk, SceneChunk) and get_guid(chunk) == 0x1 and get_super_id(chunk) == 0x1:
^^^^^^^^^^^^^^^
File "C:\Users\tom\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\io_scene_max\import_max.py", line 879, in get_guid
return clid.get_first(0x2060).data[1]
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'data'
@Thomas-Flannery please report issues to the extension directly.
If you go to: https://extensions.blender.org/add-ons/io-scene-max/
You can find a report issues link: https://github.com/nrgsille76/io_scene_max/issues