fix: remove redundant object deletion after sphere export

This commit is contained in:
MayaTheShy
2025-11-08 23:20:27 -05:00
parent a5844b367f
commit ca75a2e1a4

View File

@@ -68,9 +68,6 @@ print(f" ✓ Exported successfully!")
bpy.ops.object.delete(use_global=False)
print(" - Deleted sphere")
# Now delete it (it's still selected)
bpy.ops.object.delete(use_global=False)
# ========== CUBE (RED) ==========
print("\n2. Creating RED cube...")
bpy.ops.mesh.primitive_cube_add(size=1.0, location=(0, 0, 0))