Skip to content

Commit

Permalink
add masonry env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 3, 2024
1 parent 23f7015 commit d23789c
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/Masonry.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import compas_masonry
from compas_rui.forms import AboutForm
Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import rhinoscriptsyntax as rs # type: ignore

Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_scene_clear.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import rhinoscriptsyntax as rs # type: ignore

Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_scene_redraw.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import rhinoscriptsyntax as rs # type: ignore

Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_session_open.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import compas_masonry.settings
from compas_rui.forms import FileForm
Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_session_redo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import rhinoscriptsyntax as rs # type: ignore

Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_session_save.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

from compas_rui.forms import FileForm
from compas_session.namedsession import NamedSession
Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_session_undo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import rhinoscriptsyntax as rs # type: ignore

Expand Down
2 changes: 2 additions & 0 deletions plugin/Masonry_settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! python3
# venv: masonry
# r: compas>=2.4, compas_assembly, compas_model, compas_rui>=0.2, compas_session>=0.2

import compas_masonry.settings
from compas_rui.forms import SettingsForm
Expand Down

0 comments on commit d23789c

Please sign in to comment.