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.

38 Commits

Author SHA1 Message Date
56aef6b3ab import_max.py gelöscht 2023-12-07 16:49:04 +01:00
76a6a9cc40 __init__.py gelöscht 2023-12-07 16:48:52 +01:00
626e34d06e io_scene_max/__init.py gelöscht 2023-12-07 16:47:40 +01:00
14f3ae1eac Uploaded: io_scene_max 2023-12-07 16:47:30 +01:00
09be6b7404 io_scene_max/__init.py hinzugefügt 2023-12-07 16:46:43 +01:00
3020e88851 Uploaded: io_scene_max 2023-12-07 16:41:37 +01:00
10ab416b29 io_scene_max.zip gelöscht 2023-12-07 16:39:07 +01:00
81e5d6f63f Uploaded: io_scene_max 2023-12-07 16:38:52 +01:00
bca246714d io_import_max.py gelöscht 2023-12-07 16:37:28 +01:00
2007e4bf8a Cleanup: Import_max
Removed unused code
2023-12-06 22:56:30 +01:00
3648a9546e Cleanup: Import_max
Cleanup code and style
2023-12-05 02:14:49 +01:00
d33a391d94 Import_max: Added corona material
Added material properties for corona renderer
2023-12-05 01:15:25 +01:00
ff4a2908f6 Import_max: Removed unused boolean
Removed unused boolean
2023-12-04 23:23:11 +01:00
79d9c07b6e Import_max: Removed unused code
Removed unused code
2023-12-04 22:17:58 +01:00
b112203b65 Import_max: Removed unused variables
Removed unused variables
2023-12-04 20:17:25 +01:00
45b3f48498 Import_max: Fixed crash with new .max files
Fixed crash with files from latest version
Removed unnessecary code
Removed unused imports
2023-12-04 20:01:29 +01:00
b0443729ac Import_max: Removed unused code
Added additional arch material parameter
Removed unused code
2023-12-03 23:05:55 +01:00
0de2356c12 Cleanup: Import_max
Cleanup tabs and spaces
2023-12-02 13:10:46 +01:00
dc4698175f Import_max:Added chunk definitions
Added chunk definitions
2023-12-02 12:18:13 +01:00
7e75ed90a9 Cleanup: Import_max
Changed blender version to last compatible version
Cleanup unused code
2023-12-01 22:33:53 +01:00
64d2906bc3 Import_max: Fixed material import
Fixed material import
2023-12-01 20:30:35 +01:00
540f70018e Import_max: Avoid struct error
Ensure there are enough bytes to read
2023-11-29 22:29:30 +01:00
9e09f562f9 Import_max: Fixed specularity
Changed specularity default
2023-11-29 14:28:50 +01:00
d7120e8724 Import_max: Added principled BSDF
Added node_shader_utils principled BSDF wrapper
Removed parameters wich are incompatible for blender
2023-11-29 14:19:15 +01:00
94b6787948 Cleanup: Import_max
Cleanup tabs and spaces
2023-11-29 01:46:53 +01:00
07e4bb71c2 Cleanup: Import_max
Removed unused code
2023-11-29 01:15:31 +01:00
ba4008a5f4 Import_max: Fixed mesh import
Check if mesh is editable poly
2023-11-29 01:08:46 +01:00
1d6ced39c2 Import_max: Removed property decorate
Removed property decorate
2023-11-28 02:28:54 +01:00
b7156026c9 Import_max: Fixed arch material import
Fixed arch material import
2023-11-28 02:08:18 +01:00
51a690e9cc Import_max: Fixed vray material import
Fixed vray material import
2023-11-28 01:26:14 +01:00
a9e60678b5 Import_max: Added additional import options
Added options to import materials and UV as mesh object
2023-11-27 20:23:50 +01:00
8c92c2671b Import_max: Changed definition order
Changed definition order for better overview
2023-11-27 15:57:14 +01:00
05793fb613 Import_max: Removed write mode
Removed write mode from data import
2023-11-27 15:32:08 +01:00
d41ace599b Import_max: Fixed matrix variable
Changed variable for matrix chunk to avoid confusion with real matrix
2023-11-27 13:50:52 +01:00
b9ce4686a8 Import_max: Fixed matrix variable
Changed variable for matrix chunk to avoid confusion with real matrix
Removed debug keyword
2023-11-27 13:31:31 +01:00
2d0bb80d0d Import_max: Updated user interface design
Updated UI design to blender standard
2023-11-27 11:43:06 +01:00
b96e94368e Import_max: Added import options
Added import options for scale and transform
Fixed axis conversion
2023-11-27 02:47:48 +01:00
500e09268a Uploaded: io_import_max
Uploaded new addon for importing meshes and materials from Autodesk .max files
2023-11-22 23:20:24 +01:00