Update app.py
Browse files
app.py
CHANGED
|
@@ -80,8 +80,7 @@ DEFAULT_TEXTURE_URLS = [
|
|
| 80 |
]
|
| 81 |
|
| 82 |
# Sidebar: Blender script editor with example script
|
| 83 |
-
default_script = """
|
| 84 |
-
import bpy
|
| 85 |
import math
|
| 86 |
|
| 87 |
# Clear the scene
|
|
|
|
| 80 |
]
|
| 81 |
|
| 82 |
# Sidebar: Blender script editor with example script
|
| 83 |
+
default_script = """import bpy
|
|
|
|
| 84 |
import math
|
| 85 |
|
| 86 |
# Clear the scene
|