arup-group / GSA-Grasshopper

Oasys GSA Grasshopper plugin

Home Page:https://docs.oasys-software.com/structural/gsa/explanations/gsagh-introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Rhino 7 Yak deployment

kpne opened this issue · comments

ls dist\*.yak |% {.\yak push $_.FullName}

from https://developer.rhino3d.com/guides/yak/creating-a-grasshopper-plugin-package/ :
Currently, if you publish a package with a rh6* distribution tag, it will not be installable for Rhino 7. If your plug-in also works in Rhino 7, please mark it as compatible by copying the .yak file, updating the distribution tag part of the filename (i.e. rh6_18 ➡ rh7_0) and pushing both to the package server.

Rhino 7 yak support added