We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f24ed commit b908398Copy full SHA for b908398
gitbook/next-steps/materialization.md
@@ -8,7 +8,7 @@ The aim of this tutorial is to convert a RhinoVault session (a JSON file with a
8
9
If you want to directly run all scripts of this page, you can download them from here:
10
11
-% file src="../.gitbook/assets/materialization.zip" %}
+{% file src="../.gitbook/assets/materialization.zip" %}
12
13
## Rhino Script Editor and RhinoVault Session
14
@@ -1297,7 +1297,6 @@ from compas.scene import Scene
1297
# Load data
1298
# =============================================================================
1299
1300
-
1301
IFILE = pathlib.Path(__file__).parent / "009_mesh.json"
1302
dual = compas.json_load(IFILE)
1303
0 commit comments