Houdini:exhelp opinputpath


string opinputpath (string name, float index)
        REPLACED BY
            hou.Node.path()
       
        Returns the full path of the node connected to a given input.
       
        <index> is the 0-based number of the input. For example, to get the path
        of the node connected to the first input, use opinputpath(".", 0), and
        for the second input, use opinputpath(".", 1).
       
        EXAMPLES
              point(opinputpath(".", 0), $PT, "P", 0)
       
       
        RELATED
          * opinput
          * opninputs
          * opoutput
          * opoutputpath
          * opnoutputs

0 コメント:

コメントを投稿