Area lights and stylesheet

   1764   3   0
User Avatar
Member
3 posts
Joined: Aug. 2013
Offline
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
7805 posts
Joined: Sept. 2011
Offline
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: Aug. 2013
Offline
Thanks, I was able to get it work with category's. I just excluded light category's from condition: “-hilight*”.

.m
User Avatar
Member
7805 posts
Joined: Sept. 2011
Offline
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