Hi,
I have some trouble with turning Highlights+FG (Only) "on" and "off".
It works with single A&D materials, but not with A&D materials in a multisub/multimat material.
Here is a couple of example of what i have done so far:
EXAMPLE1:
for materials in 1 to (sceneMaterials.count) where classof sceneMaterials[materials] == Arch___Design__mi do
(
sceneMaterials[materials].refl_hlonly = off
)
EXAMPLE2:
for mat in scenematerials where hasProperty mat "refl_hlonly" do
(
format "%\n" (mat)
mat.refl_hlonly = off
)
All tips received with great thanks...
Best regards,
Raymond H.Ingebretsen
By tassel · 2012-04-11
barigazy · 2012-04-24