Hey ! TY for the work, it looks great.
Unfortunaly I got this error when i want to create a projector :
Python : Traceback (most recent call last):
File "C:\Users\Utilisateur\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Projectors-main\projector.py", line 555, in execute
projector = create_projector(context)
File "C:\Users\Utilisateur\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Projectors-main\projector.py", line 505, in create_projector
add_projector_node_tree_to_spot(spot)
File "C:\Users\Utilisateur\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Projectors-main\projector.py", line 245, in add_projector_node_tree_to_spot
loc = root_tree.nodes['Emission'].location
KeyError: 'bpy_prop_collection[key]: key "Emission" not found'
Ty for your help
Hey ! TY for the work, it looks great.
Unfortunaly I got this error when i want to create a projector :
Python : Traceback (most recent call last):
File "C:\Users\Utilisateur\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Projectors-main\projector.py", line 555, in execute
projector = create_projector(context)
File "C:\Users\Utilisateur\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Projectors-main\projector.py", line 505, in create_projector
add_projector_node_tree_to_spot(spot)
File "C:\Users\Utilisateur\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\Projectors-main\projector.py", line 245, in add_projector_node_tree_to_spot
loc = root_tree.nodes['Emission'].location
KeyError: 'bpy_prop_collection[key]: key "Emission" not found'
Ty for your help