Skip to content

Fix documentation for register_node pos#487

Merged
jchanvfx merged 3 commits intojchanvfx:mainfrom
CorsCodini:update-docs-register-node
Feb 4, 2026
Merged

Fix documentation for register_node pos#487
jchanvfx merged 3 commits intojchanvfx:mainfrom
CorsCodini:update-docs-register-node

Conversation

@CorsCodini
Copy link
Copy Markdown
Contributor

The docs currently describe the pos argument as list[int, int], but the method actually expects a tuple (int, int).
The basic example from here (https://chantonic.com/NodeGraphQt/api/examples/ex_overview.html) also uses tuple.
Note: if lists were intended, the correct type would be list[int], not list[int, int].

@jchanvfx jchanvfx merged commit 69cd8a1 into jchanvfx:main Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants