Skip to content

Commit 88a8c39

Browse files
MILESTONE merge raw with plates into single plugin.
1 parent 0380cf5 commit 88a8c39

File tree

84 files changed

+4507
-13393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+4507
-13393
lines changed

src/rhino/plugin/commands/w_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

src/rhino/plugin/commands/w_dataset_annen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

src/rhino/plugin/commands/w_dataset_beam_volume.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
from wood_nano import beam_volumes as wood_nano_beam_volumes

src/rhino/plugin/commands/w_dataset_closest_lines_insertion.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

src/rhino/plugin/commands/w_dataset_closest_points_joints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

src/rhino/plugin/commands/w_dataset_cross_connectors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

src/rhino/plugin/commands/w_dataset_folded_plates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

src/rhino/plugin/commands/w_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: timber_connections
3-
# r: wood-nano==0.1.1, compas-wood==2.3.0, compas==2.4.3, wood-rui==0.1.0, shapely, compas_model==6.0.1
3+
# r: wood-nano==0.2.0, compas-wood==2.4.0, compas==2.4.3, wood-rui==0.2.0
44

55
from wood_nano import test
66

src/rhino/plugin/commands/w_loft_brep.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

src/rhino/plugin/commands/w_loft_mesh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# flags: python.reloadEngine
21
#! python3
32
# venv: timber_connections
43
import Rhino

0 commit comments

Comments
 (0)