hello everyone!
just wanted to know why the same component runs from the copied script but the other one doesn’t although they are the same , thanks in advance
hello everyone!
just wanted to know why the same component runs from the copied script but the other one doesn’t although they are the same , thanks in advance
Hi,
I think I found the issue. The variable names in one component are lowercase (“lay”, “name”) but in the other they’re capitalized. The script is case-sensitive so it just doesn’t work.
-Robert
unfortunately it is not, this is a grasshopper component not a python or c script so name is not the issue
anyway, thanks a lot!
well I found the solution, the source I copied the component from has “type filter” default as ‘curve’ while mine’s default is ‘parameter’ this is why leaving it empty make it look for parameters not curves.