Graph.set_lut#
- Graph.set_lut(node_index: int, lut_path: str) bool [source]#
Sets LUT on the node mapping the node index provided :param node_index: 1 <= nodeIndex <= self.GetNumNodes(). :type node_index: int :param lut_path: The lutPath can be an absolute path, or a relative path (based off custom LUT paths or the master LUT path). :type lut_path: str
- Returns:
The operation is successful for valid lut paths that Resolve has already discovered (see Project.RefreshLUTList).
- Return type:
- Parameters: