Area lights and stylesheet

   2239   3   0
User Avatar
Member
3 posts
Joined: 8月 2013
オフライン
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
User Avatar
Member
8173 posts
Joined: 9月 2011
オフライン
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).
User Avatar
Member
3 posts
Joined: 8月 2013
オフライン
Thanks, I was able to get it work with category's. I just excluded light category's from condition: “-hilight*”.

.m
User Avatar
Member
8173 posts
Joined: 9月 2011
オフライン
mkaihola
Thanks, I was able to get it work with category's. I just excluded light category's from condition: “-hilight*”.

.m

Fancy, I hadn't considered that!
  • Quick Links