@Ehsan-Iran-Nejad
There seems to be a bug where “libraries” are lost when packaged as a “yak” package
Here’s a file for the project
test_py.zip (12.2 KB)
@Ehsan-Iran-Nejad
There seems to be a bug where “libraries” are lost when packaged as a “yak” package
Here’s a file for the project
test_py.zip (12.2 KB)
This works fine, but instead of showing the library in the file, rhino will show up in the plugin directory after installing yak
@tom33 You mean the libraries are not in the yak package? They get embedded in the compiled assemblies.
Thought it would show up.
The script and library sources get embedded in the generated .rhp
files. When you install the plugin, a lib/
folder is created where the .rhp file exist and the library files (source for python and compiled dlls for C#) are cached there.
I love this “ide”, it’s awesome thanks to your creation, I’ve used it as one of my main tools