leomoon-studios / leomoon-lightstudio

Light Studio plugin for Blender
https://leomoon.com/store/plugins/leomoon-lightstudio/
GNU General Public License v3.0
353 stars 45 forks source link

Using “Background Setup(Optional)”to prompt errors #68

Closed 2650023661 closed 2 years ago

2650023661 commented 2 years ago

Python: Traceback (most recent call last): File "C:\Users\26500\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\leomoon-lightstudio-master\light_operators.py", line 294, in execute bpy.context.scene.world.node_tree.nodes["Background"].inputs[0].default_value = (0.008, 0.008, 0.008, 1) KeyError: 'bpy_prop_collection[key]: key "Background" not found'

win11 blender3,2

leomoon commented 2 years ago

Hi,

I'm unable to replicate it. Please note LightStudio only supports final versinos of Blender and daily builds are not supported: https://youtu.be/UGD-RfNKG_Q

Do you have Background under World Properties? By default Blender creates "Background" node for World and this error is saying that node doesn't exist: image

2650023661 commented 2 years ago

Hi,

I'm unable to replicate it. Please note LightStudio only supports final versinos of Blender and daily builds are not supported: https://youtu.be/UGD-RfNKG_Q

Do you have Background under World Properties? By default Blender creates "Background" node for World and this error is saying that node doesn't exist: image

Thank you,I find,Change Blender's language to English, and it can work