We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fb62e commit 9ec4d0aCopy full SHA for 9ec4d0a
NodeGraphQt/base/graph.py
@@ -390,8 +390,8 @@ def set_pipe_style(self, style=None):
390
Set node graph pipes to be drawn straight or curved by default
391
all pipes are set curved. (default=0)
392
393
- PIPE_LAYOUT_CURVED = 0
394
- PIPE_LAYOUT_STRAIGHT = 1
+ ``NodeGraphQt.constants.PIPE_LAYOUT_CURVED`` = 0
+ ``NodeGraphQt.constants.PIPE_LAYOUT_STRAIGHT`` = 1
395
396
Args:
397
style (int): pipe style.
0 commit comments