Area lights and stylesheet
2241
3
0
mkaihola
Member
3 posts
Joined: 8月 2013
オフライン
2017年12月5日 6:52
Hi, It seems that if using material stylesheet with override, it will also override area lights using area light material. How to avoid this? Just affecting geometry and not lights. .m
jsmack
Member
8173 posts
Joined: 9月 2011
オフライン
2017年12月5日 12:22
Try using categories. Add a category to all the objects you want the style to apply, and use Target: Object with Condition: Category (your category).
mkaihola
Member
3 posts
Joined: 8月 2013
オフライン
2017年12月6日 3:29
Thanks, I was able to get it work with category's. I just excluded light category's from condition: “-hilight*”. .m
jsmack
Member
8173 posts
Joined: 9月 2011
オフライン
2017年12月6日 13:08
mkaihola Thanks, I was able to get it work with category's. I just excluded light category's from condition: “-hilight*”. .mFancy, I hadn't considered that!