Releases: ibois-epfl/script-sync
v1_1_20: CI for publishing online `yak` and `vsix`
This release is not changing the source code but adding a CI for automatically generating and publishing the yak and vsix packages respectively to the rhino and vscode marketplace servers.
It also automatically add artifacts to the release (I hope, again and again, this one is good). 🤖
v1_1_4: Add support for custom package refresh
v1_1_3: add support for modules
#fix
The patch introduces the fix for which modules are read automatically if in the same directory of the script.
v1_1_2: patch for output GHlists
fix
This patch allows the list from python code to be transformed in GH list automatically in output parameters.
v1_1_1: fix input parameters
This patch fixes a problem where the input parameters are not read by the component's script.
Adding the locals()
to the globals()
of the parameters before executing it, ifxed it.
v1_1_0: Release for script-sync grasshopper plug-in 🦗
v1_1_0
🦗🦗 This release introduce script-sync for grasshopper. 🦗🦗
what's new
It is possible now to run scripts from your VSCode editor with multiple scripts in Grasshopper.
features
Script-sync execute scripts from VSCode and prints messages in the output
pane of the editor. To activate/silence press shift + F4
in the editor. For more info about the Grasshopper component have a look ad the README.md
.
Enjoy your favorite IDE in also in Grasshopper now! 🎈
caveats
Only WIndows platform is working and tested.
##change log
Rhino .rhp
plug-in stay unchanged
v1_0_2: public yak package
Add the .yak
package to the PackageManager
in RhinoV8. It is now publicly available.
VSCode extension unchanged.
v1_0_1: first script-sync basic release 🎉
First release for script-sync. This is a basic version that allows user to run C#, IronPython and CPython scripts from vscode directly to Rhino.
The current release has:
- a two commands to run the script-sync server from rhino (
ScriptSyncStart
andScriptSyncStop
) - a
.vsix
published on Marketplace to run the scripts withF4
- basic documentation
- basic project structure
Full Changelog: https://github.com/ibois-epfl/script-sync/commits/v1_0_1