WIP Lighting build

This commit is contained in:
2024-05-31 17:31:39 +02:00
parent 4fa3170b93
commit 0821574902
4 changed files with 44 additions and 1 deletions
+2
View File
@@ -86,5 +86,7 @@ class SetCollectionSocket(bpy.types.Operator):
def __init__(self):
self.socket = bpy.data.collections.get('Socket')
def execute(self, context):
# TODO
return {'FINISHED'}