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
0 votes
0 answers
202 views

Setting the points of a nurbs curve to (XYZ) in worldspace [duplicate]

I`m trying to snap the ends of a curve, to two points in space. However, I can't get past the fact that It requires worldspace input of a matrix instead of a vector. I've tried to convert worldspace ...
Henk Kok's user avatar
2 votes
0 answers
62 views

How to display a world texture as a spherical icon via Python?

I'm building some viewport display tools within a panel. I want to have a spherical icon display for the active world environment texture similar to the Material viewport HDR display. The material ...
Sicut Unum's user avatar
1 vote
0 answers
420 views

Convert world.light_settings to Blender 2.8 (bpy)

I'm trying to fix: ...
prbodas's user avatar
  • 11
1 vote
1 answer
619 views

How to change world in blender 2.79?

I created two materials for world, World and WorldMask. How to change world from World to WorldMask using python script?
quarkpol's user avatar
  • 131
0 votes
0 answers
696 views

How to delete world (unlink) fwithout get the Name (2.8)

How to delete world without get the name of world in blender 2.8. For add world i use ...
Noob Cat's user avatar
  • 1,269
3 votes
1 answer
3k views

Setting up a Sky: bpy.context.world = None

I am trying to set up a sky in my script using bpy.context.scene.world.use_sky_paper = True which results in the following error: ...
McLawrence's user avatar
1 vote
1 answer
2k views

How can I make the background color change when my character steps on a plane?

I'm quite new in the blender world and am trying to create a small game. I try to make the background color change to a random color each time the character steps on a plane. However, I am having ...
Theophile's user avatar
6 votes
1 answer
3k views

Creating cycles background light (world lighting) from Python

I'm rendering a scene from the Python interface, and I can't get the python API commands to work from a script. In the Blender UI I would go to world->Surface->Use Nodes and then adjust the surface ...
Yair's user avatar
  • 163