pf.transpiler
- procfunc.transpiler.parse_material(mat, memo, coord_inp_as_arg=False)[source]
- Parameters:
- Return type:
- procfunc.transpiler.parse_node_tree(node_tree, memo)[source]
Note: recursive over nodes and node_trees which is not ideal. TODO convert to stack breadth-first
- Parameters:
node_tree (NodeTree)
memo (ParseMemo)
- Return type:
tuple[ComputeGraph, dict[str, Node]]