New Addon: Import Autodesk .max #105013
@ -1287,8 +1287,8 @@ def get_arch_material(ad):
|
|||||||
try:
|
try:
|
||||||
material.set('diffuse', get_color(ad, 0x1A))
|
material.set('diffuse', get_color(ad, 0x1A))
|
||||||
material.set('specular', get_color(ad, 0x02))
|
material.set('specular', get_color(ad, 0x02))
|
||||||
material.set('reflect', get_value(ad, 0x05))
|
material.set('reflect', get_value(ad, 0x04))
|
||||||
material.set('shinines', get_value(ad, 0x0B))
|
material.set('shinines', get_value(ad, 0x0A))
|
||||||
material.set('transparency', get_value(ad, 0x02))
|
material.set('transparency', get_value(ad, 0x02))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user