- Oldenburg, Germany
- https://www.nrgsille.com
-
Event technician, DJ, lighting designer, 3D artist and hobby programmer
- Joined on
2020-03-19
Block a user
tool not usable via scripting
@Andrea-Fabris Thanks for the report, I changed the bl_idname to .max3ds
to fix this issue.
See commit af3d420b9984267dd7080ee8d4e5dab81fd0d8cc
tool not usable via scripting
Fix: Display name of objects that cannot be written into a 3DS file
Object %r can't be written into a 3DS file
Object %r can't be written into a 3DS file
@GottfriedHofmann The 3ds format uses unsigned shorts to store the vertices and faces (always triangles), this means the vertex and face count is limited to 65535. You have to split up the meshes,…