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
+1
View File
@@ -11,4 +11,5 @@ class MakeBasicCollision(bpy.types.Operator):
return bpy.context.object
def execute(self, context):
# TODO
return {'FINISHED'}