New Addon: Import Autodesk .max #105013

Closed
Sebastian Sille wants to merge 136 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.
Showing only changes of commit 16796a2710 - Show all commits

View File

@ -862,6 +862,7 @@ def process_next_chunk(context, file, previous_chunk, imported_objects, CONSTRAI
mxvolume.label = "Volume"
layerfog.location = (10, -60)
mxvolume.location = (300, 50)
nodes['World Output'].location = (600, 200)
links.new(layerfog.outputs['Volume'], mxvolume.inputs[2])
links.new(mxvolume.outputs[0], nodes['World Output'].inputs[1])
fognode = next((wn for wn in worldnodes if wn.type == 'VOLUME_ABSORPTION'), False)