Skip to content

Commit 80d428b

Browse files
authored
Merge pull request #333 from jchanvfx/pipe_slicing_bug_#332
pipe slicing bug fix #332
2 parents c9bf25b + 41e46ec commit 80d428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/base/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ def pipe_slicing(self):
927927
Returns:
928928
bool: True if pipe slicing is enabled.
929929
"""
930-
return self._model.pipe_collision
930+
return self._model.pipe_slicing
931931

932932
def set_pipe_slicing(self, mode=True):
933933
"""

0 commit comments

Comments
 (0)