houdini节点数据写入代码
defru():plane=hou.ui.paneTabOfType(hou.paneTabType.NetworkEditor)parent=plane.pwd()currentpos=plane.selectPosition()lineList=
defru():plane=hou.ui.paneTabOfType(hou.paneTabType.NetworkEditor)parent=plane.pwd()currentpos=plane.selectPosition()lineList=
[highlightlanaguage="python"]defchu():nodeGrp=hou.selectedNodes()path_info=[]file=open('path.txt','w')foreachnodeinnodeGrp:currentpath=eachnode.path()path_info.append(currentpath)nodepaths=path_infoforeachpathinnod…