Hi all
As @AndyPayne wrote in a topic the definition of Inputs and outputs in grasshoper for rhinocompute with RH_IN: and RH_OUT: is the old way to interact betweend grasshopper and rhinocompute. @AndyPayne you suggest to use Hops instead. But how can we run a grasshopper definition in rhinocompute with hops?
Right now we use GrasshopperCompute.EvaluateDefinition(grasshopperFilePath, _inputDataTreeArray[i]);
Second question, is it possible that some plugins in Rhino are not compatible with rhinocompute? Is there a workaraound to run external plugins in grasshopper with rhinocompute? For example we get the following error using the plugin unifyUVs (it is saved as a gha file in the grasshopper libraries)
Error: CG [09:57:12 ERR] An exception occurred while processing request
System.NullReferenceException: Object reference not set to an instance of an object.
at UnifyUVs.UnifyUVsComponent.SolveInstance(IGH_DataAccess DA)
at Grasshopper.Kernel.GH_Component.Solution_Compute_MixedAccess(GH_StructureIterator it)
Thank you for your help
Silvan