Skip to content

Commit f9718f0

Browse files
committed
update to latest fofin
1 parent 174d5ec commit f9718f0

20 files changed

+20
-30
lines changed

commands/FF_anchors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/FF_anchors_constraints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/FF_anchors_move.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/FF_anchors_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
from compas_fofin.scene import RhinoCableMeshObject
66
from compas_fofin.scene import RhinoConstraintObject

commands/FF_edges_attrs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/FF_edges_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/FF_edges_q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/FF_loads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55

66
def RunCommand():

commands/FF_pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/FF_scene_clear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_fofin>=0.14.0
3+
# r: compas_fofin>=0.15.2
44

55
import rhinoscriptsyntax as rs # type: ignore
66

0 commit comments

Comments
 (0)