Maniphest T76580

Autodesk 3DS Addon Missing
Closed, Resolved

Assigned To
Alaska (Alaska)
Authored By
Deborah Scott (deb_scott)
May 9 2020, 6:25 AM
Tags
  • Add-ons (Community)
Subscribers
Alaska (Alaska)
Deborah Scott (deb_scott)
Sebastian Sille (nrgsille)

Description

Blender 2.81 (sub 16) System Information

Blender:

version: 2.81 (sub 16), branch: master, commit date: 2019-12-04 11:32, hash: f1aa4d18d49d, type: Release
build date: 2019-12-04, 14:30:40
platform: Windows
renderer: 'GeForce GTX 960/PCIe/SSE2'
vendor: 'NVIDIA Corporation'
version: '4.5.0 NVIDIA 445.87'

There is no Addon Autodesk 3ds on my version of Blender

Revisions and Commits

rBAC Blender Add-ons Contrib
Abandoned

Related Objects

Mentioned Here
D7454: IO_scene_3ds: Ported 3ds import & export to Blender 2.82
rBf1aa4d18d49d: Blender 2.81a: Update submodule for addons

Event Timeline

Deborah Scott (deb_scott) created this task.May 9 2020, 6:25 AM
Alaska (Alaska) closed this task as Archived.May 9 2020, 6:31 AM
Alaska (Alaska) claimed this task.
Alaska (Alaska) added a subscriber: Alaska (Alaska).

It seems this addon was removed from the official implementation of Blender with Blender 2.80. You will need to source the addon from else where or revert to Blender 2.79.

Deborah Scott (deb_scott) changed the task status from Archived to Resolved.May 9 2020, 6:57 AM
In T76580#927481, @Alaska (Alaska) wrote:

It seems this addon was removed from the official implementation of Blender with Blender 2.80. You will need to source the addon from else where or revert to Blender 2.79.

Thank you Alaska

Sebastian Sille (nrgsille) added a subscriber: Sebastian Sille (nrgsille).May 30 2020, 2:46 PM

I already made all nessecary changes to the code and some improvements for shader node support. All possible mappings are supported now (diffuse, specular, alpha, metallic, roughness and normalmap). I tested the exported files with several 3ds importers and the exported result matches with the imported, except of roughness wich seems to be the inverse to 3ds shininess.

you can find the changes here D7454