I’m using a Rhino RunScript in a C# Grasshopper component and it works fine when manually add the component to canvas but when run the same component with grasshopper player it doesn’t and skips the line that the “RhinoApp.RunScript(”_Dim", false)" is in it and returns false.
is there any way to use it with Grasshopper player?
my guess - the implementation of Grasshopper-Player does not offer the command attribute “scriptrunner”
[Rhino.Commands.CommandStyle(Rhino.Commands.Style.ScriptRunner)]
2 Likes
Hi @Ali_Javaheri,
This will be enabled on next 8.14 RC.
3 Likes