New Addon: Import Autodesk .max #22
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons-contrib#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):nrgsille-import_max"
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?
Created new addon for importing meshes and materials from Autodesk .max files
Upload to contribution for testing purposes, the regular pull request can be found here: #105013
Tested this to import: https://www.cgtrader.com/items/612400/download-page
quite a lot of objects are out of place but at least there were no errors.
This review is only on the basics, requests:
io_scene_max
where__init__.py
just defines the operator & UI.io_scene_max/import_max.py
(lazy import this sub-module when the user activates import, improves blender startup time).ruff
orpylint
, there are various warnings that aren't severe but nice to resolve.@ideasman42 Okay will do that, the object placement problem is the same like in the .3ds importer. If the max scene has applied transformation then it works perfect. I also added an option to apply the matrix from the file, sometimes there will be better results.
@ideasman42 Everthing done now^^