Skip to main content

All Questions

Tagged with
0 votes
1 answer
24 views

Blender Addon Question - Change World Color

Is there a way to add an option to change the World Surface Color and Strength settings via a button? I already coded out the panel and everything, but maybe it's just based on the specific context, ...
FrostByte Studios's user avatar
4 votes
1 answer
260 views

Passing Animated Properties to World Nodes

everyone! I've run into an issue with controlling world shader with properties. Thus far I've been using a method where I check when I update a property and then overwrite the default value for a ...
Adrians Netlis's user avatar
1 vote
0 answers
28 views

Python: get nodes INSIDE custom node-groups [duplicate]

I'm trying to edit the Sun position addon (that's bundled with Blender). Normally the addon work by detecting Environnement Texture nodes, and then letting you pick which one to use, but I found out ...
Felina Faerlaingal's user avatar