Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in docs/contributing/node_api.rst #4547

Merged
merged 1 commit into from
Jun 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/contributing/node_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@ custom_draw


quick_link_to_node
Expects a sting of node `bl_idname``. This will add an operator which can
Expects a string of node `bl_idname``. This will add an operator which can
create quick link to the given node.

link_menu_handler
Expects a sting of class name defined inside node of the socket. This only
Expects a string of class name defined inside node of the socket. This only
works when displaying quick links is in multiple values mode. In the class
its possible to define extra nodes for connections. This is analog of
creating nodes during dragging a link from a socket in Blender 3.1.
Expand Down Expand Up @@ -424,15 +424,15 @@ nesting_level
* 1 for single item

default_mode
Expects one of the next stings:
Expects one of the next strings:

* 'NONE' to leave empty
* 'EMPTY_LIST' for [[]] (Default)
* 'MATRIX' for Matrix()
* 'MASK' for [[True]]

pre_processing
Expects one of the next stings:
Expects one of the next strings:

* 'ONE_ITEM' for values like the number of subdivision (one value per object).
It will match one value per object independently if the list is [[1,2]]
Expand Down