From ea9fc2e55f0a46a96ed33d6c1909aad0ff8c1bfa Mon Sep 17 00:00:00 2001 From: Ricardo Maia Avelino <36137188+ricardoavelino@users.noreply.github.com> Date: Fri, 28 Aug 2026 14:58:04 +0200 Subject: [PATCH 1/5] add new version --- commands/RV.py | 2 +- commands/RV_dem_blocks.py | 2 +- commands/RV_envelope.py | 2 +- commands/RV_force.py | 2 +- commands/RV_force_modify.py | 2 +- commands/RV_force_solve.py | 2 +- commands/RV_form.py | 2 +- commands/RV_form_modify.py | 2 +- commands/RV_loads.py | 2 +- commands/RV_pattern.py | 2 +- commands/RV_pattern_boundaries.py | 2 +- commands/RV_pattern_modify.py | 2 +- commands/RV_pattern_relax.py | 2 +- commands/RV_pattern_supports.py | 2 +- commands/RV_scene_clear.py | 2 +- commands/RV_scene_redraw.py | 2 +- commands/RV_session_export.py | 2 +- commands/RV_session_open.py | 2 +- commands/RV_session_redo.py | 2 +- commands/RV_session_save.py | 2 +- commands/RV_session_undo.py | 2 +- commands/RV_settings.py | 2 +- commands/RV_thrust_info.py | 2 +- commands/RV_thrust_modify.py | 2 +- commands/RV_tna_horizontal.py | 2 +- commands/RV_tna_vertical.py | 2 +- commands/RV_tno_analysis.py | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/commands/RV.py b/commands/RV.py index 7112bdd..dd2007d 100644 --- a/commands/RV.py +++ b/commands/RV.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import pathlib diff --git a/commands/RV_dem_blocks.py b/commands/RV_dem_blocks.py index 32906dd..baa1b62 100644 --- a/commands/RV_dem_blocks.py +++ b/commands/RV_dem_blocks.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore from compas_dem.models import BlockModel diff --git a/commands/RV_envelope.py b/commands/RV_envelope.py index 9d8e4f5..7762f63 100644 --- a/commands/RV_envelope.py +++ b/commands/RV_envelope.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_force.py b/commands/RV_force.py index 60e11dc..f6840e1 100644 --- a/commands/RV_force.py +++ b/commands/RV_force.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_force_modify.py b/commands/RV_force_modify.py index e5dd290..e9e7752 100644 --- a/commands/RV_force_modify.py +++ b/commands/RV_force_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_force_solve.py b/commands/RV_force_solve.py index aa6f246..4291a59 100644 --- a/commands/RV_force_solve.py +++ b/commands/RV_force_solve.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_form.py b/commands/RV_form.py index e78752a..7405a3f 100644 --- a/commands/RV_form.py +++ b/commands/RV_form.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_form_modify.py b/commands/RV_form_modify.py index 4f16cd5..918aac9 100644 --- a/commands/RV_form_modify.py +++ b/commands/RV_form_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_loads.py b/commands/RV_loads.py index 6818592..cd31d5f 100644 --- a/commands/RV_loads.py +++ b/commands/RV_loads.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern.py b/commands/RV_pattern.py index 8be3777..d3d3896 100644 --- a/commands/RV_pattern.py +++ b/commands/RV_pattern.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_boundaries.py b/commands/RV_pattern_boundaries.py index 9a3744d..a91af78 100644 --- a/commands/RV_pattern_boundaries.py +++ b/commands/RV_pattern_boundaries.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_modify.py b/commands/RV_pattern_modify.py index f6e85d0..146a0af 100644 --- a/commands/RV_pattern_modify.py +++ b/commands/RV_pattern_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_relax.py b/commands/RV_pattern_relax.py index eb202ef..f31d310 100644 --- a/commands/RV_pattern_relax.py +++ b/commands/RV_pattern_relax.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_supports.py b/commands/RV_pattern_supports.py index c273fe9..5b2f7e6 100644 --- a/commands/RV_pattern_supports.py +++ b/commands/RV_pattern_supports.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_scene_clear.py b/commands/RV_scene_clear.py index 6919fe9..6827bd6 100644 --- a/commands/RV_scene_clear.py +++ b/commands/RV_scene_clear.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 from compas_rv.session import RVSession diff --git a/commands/RV_scene_redraw.py b/commands/RV_scene_redraw.py index 5c79035..410ab6c 100644 --- a/commands/RV_scene_redraw.py +++ b/commands/RV_scene_redraw.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_session_export.py b/commands/RV_session_export.py index 5fe4e43..61a7821 100644 --- a/commands/RV_session_export.py +++ b/commands/RV_session_export.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import pathlib diff --git a/commands/RV_session_open.py b/commands/RV_session_open.py index b71ed83..ee3b9c0 100644 --- a/commands/RV_session_open.py +++ b/commands/RV_session_open.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import pathlib diff --git a/commands/RV_session_redo.py b/commands/RV_session_redo.py index 33edb31..e9d3e02 100644 --- a/commands/RV_session_redo.py +++ b/commands/RV_session_redo.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 from compas_rv.session import RVSession diff --git a/commands/RV_session_save.py b/commands/RV_session_save.py index c478881..7f50b77 100644 --- a/commands/RV_session_save.py +++ b/commands/RV_session_save.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import pathlib diff --git a/commands/RV_session_undo.py b/commands/RV_session_undo.py index 00c1ecf..7b48055 100644 --- a/commands/RV_session_undo.py +++ b/commands/RV_session_undo.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 from compas_rv.session import RVSession diff --git a/commands/RV_settings.py b/commands/RV_settings.py index 1417daa..6421ad5 100644 --- a/commands/RV_settings.py +++ b/commands/RV_settings.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore from pydantic import BaseModel diff --git a/commands/RV_thrust_info.py b/commands/RV_thrust_info.py index ba12f5b..7439ba0 100644 --- a/commands/RV_thrust_info.py +++ b/commands/RV_thrust_info.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 from compas_rui.forms.meshinfo import MeshInfoForm from compas_rv.session import RVSession diff --git a/commands/RV_thrust_modify.py b/commands/RV_thrust_modify.py index 6855f2f..2a4d070 100644 --- a/commands/RV_thrust_modify.py +++ b/commands/RV_thrust_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_tna_horizontal.py b/commands/RV_tna_horizontal.py index 4238209..ff96c50 100644 --- a/commands/RV_tna_horizontal.py +++ b/commands/RV_tna_horizontal.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore # type: ignore diff --git a/commands/RV_tna_vertical.py b/commands/RV_tna_vertical.py index c5987b4..3c17ab1 100644 --- a/commands/RV_tna_vertical.py +++ b/commands/RV_tna_vertical.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_tno_analysis.py b/commands/RV_tno_analysis.py index f030bd5..ae9c73c 100644 --- a/commands/RV_tno_analysis.py +++ b/commands/RV_tno_analysis.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.9.5 +# r: compas_rv>=0.10.0 import numpy as np import rhinoscriptsyntax as rs # type: ignore From 0ade66003a103881273986f647c2418c6d60e5c3 Mon Sep 17 00:00:00 2001 From: Ricardo Maia Avelino <36137188+ricardoavelino@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:30:45 +0200 Subject: [PATCH 2/5] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43790d1..df3b724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +* Changed the RhinoCode command requirements to `compas_rv >=0.10.0`. + ### Added ### Changed From b4370b2d8d050cbd9aad0d78701f71033d2c3c68 Mon Sep 17 00:00:00 2001 From: Ricardo Maia Avelino <36137188+ricardoavelino@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:26:18 +0200 Subject: [PATCH 3/5] cgal requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5e5780..6a0f130 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ compas >=2.13 -compas_cgal >=0.9.1 +compas_cgal >=0.9.2 compas_dem >=0.3.3 compas_libigl >=0.7.4 compas_rui >=0.5.1 From bd5c4f181a838f9a75abe18bd66fcc297bc3d7c9 Mon Sep 17 00:00:00 2001 From: Ricardo Maia Avelino <36137188+ricardoavelino@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:26:35 +0200 Subject: [PATCH 4/5] avoid asking for solver at each optimization (available in global settings) --- commands/RV_tno_analysis.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/commands/RV_tno_analysis.py b/commands/RV_tno_analysis.py index ae9c73c..ff112fd 100644 --- a/commands/RV_tno_analysis.py +++ b/commands/RV_tno_analysis.py @@ -11,6 +11,7 @@ from compas_rv.session import RVSession from compas_rv.solvers import update_force_from_form from compas_tna.envelope import MeshEnvelope +from compas_tna.envelope import ParametricEnvelope OBJECTIVES = [ "MinimumThrust", @@ -22,12 +23,13 @@ ] -def get_optimisation_options(objective): +def get_optimisation_options(objective, envelope): constraint_options = [ ("Funicular", True), ("Envelope", objective != "Bestfit"), - ("ReactionDirections", False), ] + if isinstance(envelope, ParametricEnvelope): + constraint_options.append(("ReactionDirections", False)) constraint_options = rs.CheckListBox(constraint_options, "Validate the constraints of the optimisation.", "TNO Constraints") if constraint_options is None: return @@ -265,12 +267,7 @@ def RunCommand(): if not objective: return - solver = rs.GetString("Solver", session.settings.tno.solver, ["SLSQP", "IPOPT"]) - if not solver: - return - session.settings.tno.solver = solver - - options = get_optimisation_options(objective) + options = get_optimisation_options(objective, envelope) if not options: return constraints, variables = options @@ -286,6 +283,8 @@ def RunCommand(): try: # Apply the envelope bounds and use the loads prepared on the FormDiagram. envelope.apply_bounds_to_formdiagram(formobject.diagram) + if "reac_bounds" in constraints: + analysis.apply_reaction_bounds() if abs(sum(formobject.diagram.vertices_attribute("pz"))) < 0.001: return session.warn("There are no loads applied to the FormDiagram. Use RV_loads before running TNO analysis.") From 7fc2e8a43c96cf576083113eadc1dd44d010b1b2 Mon Sep 17 00:00:00 2001 From: Ricardo Maia Avelino <36137188+ricardoavelino@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:32:30 +0200 Subject: [PATCH 5/5] update tna reqs --- README.md | 2 +- commands/RV.py | 2 +- commands/RV_dem_blocks.py | 2 +- commands/RV_envelope.py | 2 +- commands/RV_force.py | 2 +- commands/RV_force_modify.py | 2 +- commands/RV_force_solve.py | 2 +- commands/RV_form.py | 2 +- commands/RV_form_modify.py | 2 +- commands/RV_loads.py | 2 +- commands/RV_pattern.py | 2 +- commands/RV_pattern_boundaries.py | 2 +- commands/RV_pattern_modify.py | 2 +- commands/RV_pattern_relax.py | 2 +- commands/RV_pattern_supports.py | 2 +- commands/RV_scene_clear.py | 2 +- commands/RV_scene_redraw.py | 2 +- commands/RV_session_export.py | 2 +- commands/RV_session_open.py | 2 +- commands/RV_session_redo.py | 2 +- commands/RV_session_save.py | 2 +- commands/RV_session_undo.py | 2 +- commands/RV_settings.py | 2 +- commands/RV_thrust_info.py | 2 +- commands/RV_thrust_modify.py | 2 +- commands/RV_tna_horizontal.py | 2 +- commands/RV_tna_vertical.py | 2 +- commands/RV_tno_analysis.py | 2 +- requirements.txt | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index c5fde9f..6cdda8d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RhinoVAULT > [!NOTE] -> The current version of RhinoVAULT on the Rhino Yak package server is `0.5.34.9081`. +> The current version of RhinoVAULT can be downloaded through the Rhino Yak package. > Note that this is still a pre-release! ![RhinoVAULT](compas-RV.jpg) diff --git a/commands/RV.py b/commands/RV.py index dd2007d..576403d 100644 --- a/commands/RV.py +++ b/commands/RV.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import pathlib diff --git a/commands/RV_dem_blocks.py b/commands/RV_dem_blocks.py index baa1b62..1cd6e94 100644 --- a/commands/RV_dem_blocks.py +++ b/commands/RV_dem_blocks.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore from compas_dem.models import BlockModel diff --git a/commands/RV_envelope.py b/commands/RV_envelope.py index 7762f63..0d041ab 100644 --- a/commands/RV_envelope.py +++ b/commands/RV_envelope.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_force.py b/commands/RV_force.py index f6840e1..8b3e50e 100644 --- a/commands/RV_force.py +++ b/commands/RV_force.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_force_modify.py b/commands/RV_force_modify.py index e9e7752..c05405f 100644 --- a/commands/RV_force_modify.py +++ b/commands/RV_force_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_force_solve.py b/commands/RV_force_solve.py index 4291a59..e38f0b1 100644 --- a/commands/RV_force_solve.py +++ b/commands/RV_force_solve.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_form.py b/commands/RV_form.py index 7405a3f..96c04b1 100644 --- a/commands/RV_form.py +++ b/commands/RV_form.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_form_modify.py b/commands/RV_form_modify.py index 918aac9..cbbb152 100644 --- a/commands/RV_form_modify.py +++ b/commands/RV_form_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_loads.py b/commands/RV_loads.py index cd31d5f..d51ed9e 100644 --- a/commands/RV_loads.py +++ b/commands/RV_loads.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern.py b/commands/RV_pattern.py index d3d3896..e317492 100644 --- a/commands/RV_pattern.py +++ b/commands/RV_pattern.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_boundaries.py b/commands/RV_pattern_boundaries.py index a91af78..8821289 100644 --- a/commands/RV_pattern_boundaries.py +++ b/commands/RV_pattern_boundaries.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_modify.py b/commands/RV_pattern_modify.py index 146a0af..8c328e1 100644 --- a/commands/RV_pattern_modify.py +++ b/commands/RV_pattern_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_relax.py b/commands/RV_pattern_relax.py index f31d310..bd46fcb 100644 --- a/commands/RV_pattern_relax.py +++ b/commands/RV_pattern_relax.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_pattern_supports.py b/commands/RV_pattern_supports.py index 5b2f7e6..cef4727 100644 --- a/commands/RV_pattern_supports.py +++ b/commands/RV_pattern_supports.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_scene_clear.py b/commands/RV_scene_clear.py index 6827bd6..30c55d7 100644 --- a/commands/RV_scene_clear.py +++ b/commands/RV_scene_clear.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 from compas_rv.session import RVSession diff --git a/commands/RV_scene_redraw.py b/commands/RV_scene_redraw.py index 410ab6c..3d61957 100644 --- a/commands/RV_scene_redraw.py +++ b/commands/RV_scene_redraw.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_session_export.py b/commands/RV_session_export.py index 61a7821..49febb3 100644 --- a/commands/RV_session_export.py +++ b/commands/RV_session_export.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import pathlib diff --git a/commands/RV_session_open.py b/commands/RV_session_open.py index ee3b9c0..ef19c2d 100644 --- a/commands/RV_session_open.py +++ b/commands/RV_session_open.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import pathlib diff --git a/commands/RV_session_redo.py b/commands/RV_session_redo.py index e9d3e02..8ff9ca3 100644 --- a/commands/RV_session_redo.py +++ b/commands/RV_session_redo.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 from compas_rv.session import RVSession diff --git a/commands/RV_session_save.py b/commands/RV_session_save.py index 7f50b77..7b07394 100644 --- a/commands/RV_session_save.py +++ b/commands/RV_session_save.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import pathlib diff --git a/commands/RV_session_undo.py b/commands/RV_session_undo.py index 7b48055..9da5b92 100644 --- a/commands/RV_session_undo.py +++ b/commands/RV_session_undo.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 from compas_rv.session import RVSession diff --git a/commands/RV_settings.py b/commands/RV_settings.py index 6421ad5..1d0bb93 100644 --- a/commands/RV_settings.py +++ b/commands/RV_settings.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore from pydantic import BaseModel diff --git a/commands/RV_thrust_info.py b/commands/RV_thrust_info.py index 7439ba0..fc4b05d 100644 --- a/commands/RV_thrust_info.py +++ b/commands/RV_thrust_info.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 from compas_rui.forms.meshinfo import MeshInfoForm from compas_rv.session import RVSession diff --git a/commands/RV_thrust_modify.py b/commands/RV_thrust_modify.py index 2a4d070..d8c1ae3 100644 --- a/commands/RV_thrust_modify.py +++ b/commands/RV_thrust_modify.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_tna_horizontal.py b/commands/RV_tna_horizontal.py index ff96c50..27e67a8 100644 --- a/commands/RV_tna_horizontal.py +++ b/commands/RV_tna_horizontal.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore # type: ignore diff --git a/commands/RV_tna_vertical.py b/commands/RV_tna_vertical.py index 3c17ab1..23f1a71 100644 --- a/commands/RV_tna_vertical.py +++ b/commands/RV_tna_vertical.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import rhinoscriptsyntax as rs # type: ignore diff --git a/commands/RV_tno_analysis.py b/commands/RV_tno_analysis.py index ff112fd..226ddd9 100644 --- a/commands/RV_tno_analysis.py +++ b/commands/RV_tno_analysis.py @@ -1,6 +1,6 @@ #! python3 # venv: brg-csd -# r: compas_rv>=0.10.0 +# r: compas_rv>=0.10.1 import numpy as np import rhinoscriptsyntax as rs # type: ignore diff --git a/requirements.txt b/requirements.txt index 6a0f130..dc30c69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ compas_libigl >=0.7.4 compas_rui >=0.5.1 compas_session >=0.5.5 compas_skeleton -compas_tna >=0.5 +compas_tna >=0.8.0 compas_tno >=0.4.0 compas_triangle >=1.2.1 tessagon