Skip to content

Commit

Permalink
ADD rhino gh ToDo.md how to publish a yak package
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas committed May 3, 2024
1 parent d2241c4 commit 0f33afa
Show file tree
Hide file tree
Showing 62 changed files with 19 additions and 4 deletions.
12 changes: 9 additions & 3 deletions src/rhino/gh/ToDo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Innstallation to Rhino 8 Scripteditor

C:/Users/petras/.rhinocode/py39-rh8/python.exe -m pip install .

brew install mono
brew install mono-libgdiplus
# Package manager

add # r: compas_wood, compas, wood_nano in every component
cd c:\brg\2_code\compas_wood\src\rhino\gh\package_manager
"C:\Program Files\Rhino 8\System\Yak.exe" spec
Update manifest.yml file
"C:\Program Files\Rhino 8\System\Yak.exe" build
"C:\Program Files\Rhino 8\System\Yak.exe" login
"C:\Program Files\Rhino 8\System\Yak.exe" push compas_wood-2.1.0-rh8-any.yak
2 changes: 1 addition & 1 deletion src/rhino/gh/componentize.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pip install pythonnet

REM Run the desired command
python src\rhino\gh\componentize_cpy.py src\rhino\gh\cpy src\rhino\gh\build
python src\rhino\gh\componentize_cpy.py src\rhino\gh\cpy %APPDATA%\Grasshopper\UserObjects
python src\rhino\gh\componentize_cpy.py src\rhino\gh\cpy %APPDATA%\McNeel\Rhinoceros\packages\8.0\compas_wood\2.1.0
Binary file added src/rhino/gh/package_manager/10_vda_vidy.gh
Binary file not shown.
Binary file added src/rhino/gh/package_manager/10_vidy_chapel.gh
Binary file not shown.
Binary file added src/rhino/gh/package_manager/11_vda_slab.gh
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/1_interfaces.gh
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/3_connectors.gh
Binary file not shown.
Binary file added src/rhino/gh/package_manager/4_utilities_loft.gh
Binary file not shown.
Binary file added src/rhino/gh/package_manager/5_utilities_ears.gh
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/assembly.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/assembly_brep.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/assembly_mesh.ghuser
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/beam_volume.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/box_wall.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/chevron.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/chevron_mesh.ghuser
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/closest_lines.ghuser
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/connectors.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/custom_joints.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/cut_group.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/ears.ghuser
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/rhino/gh/package_manager/input_get.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/input_set.ghuser
Binary file not shown.
Binary file not shown.
Binary file added src/rhino/gh/package_manager/joints.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/line_volume.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/loft_brep.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/loft_mesh.ghuser
Binary file not shown.
9 changes: 9 additions & 0 deletions src/rhino/gh/package_manager/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: compas_wood
version: 2.1.0
authors:
- Petras Vestartas
description: >
Timber Joinery Design and Fabrication
url: https://petrasvestartas.github.io/compas_wood/latest
icon: icon.png
Binary file added src/rhino/gh/package_manager/orient_data.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/recenter.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/solver.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/solver_custom.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/solver_rpc.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/xml_read.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/xml_recenter.ghuser
Binary file not shown.
Binary file added src/rhino/gh/package_manager/xml_write.ghuser
Binary file not shown.
Binary file not shown.

0 comments on commit 0f33afa

Please sign in to comment.