how link multiple gh files?

Hello,
I have a problem recurrent lately, I have several script in different files that work together because the geometry output of a script is a input for the other one. So when I change some parameters in the first script obviously the geometry output changed and I need to reload that in the other script like a input.
I know this may seem like a small problem but when I need to work with many different script is simply forget to upload all the input whenever.

So, is possible in some ways link the input/output geometry placed in different script or taking the geometry input in the other rhino files automatically?!

Thanks

  • up

    David Rutten

    You could use a Geometry Cache with the same name in both files. You bake in file one, and all you should have to do then is press the load button when you open file two. Not entirely automatic, but close.

    --

    David Rutten

    david@mcneel.com

    Poprad, Slovakia

    • up

      Ralph Zoontjens

      I have a similar issue.

      Is it not possible to nest components, by creating a new component that acts as a black box and contains other components. All you have to do then is define the inputs and outputs and connect it to the rest of the definition.

      Max/MSP includes this functionality and it works fantastic. Any chance this will be developed in the future?