Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-07-21 16:04:20 +0300
committerHans Goudey <h.goudey@me.com>2021-07-21 16:04:20 +0300
commita26494e1969d701ccca30a60f61fa204216bba9b (patch)
tree0a46f592b6ee019e1b725e76806cf369a093aacb /release/scripts/templates_py/custom_nodes.py
parentb95d647fb125c2b54b96debb9800f8c62a8bf065 (diff)
parent3cfd6439c6bffced2bf3cf51d79b4a41cde5a61f (diff)
Merge branch 'master' into curve-nodes-modifier
Diffstat (limited to 'release/scripts/templates_py/custom_nodes.py')
-rw-r--r--release/scripts/templates_py/custom_nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates_py/custom_nodes.py b/release/scripts/templates_py/custom_nodes.py
index ca9534e7cd3..fba94e23d0d 100644
--- a/release/scripts/templates_py/custom_nodes.py
+++ b/release/scripts/templates_py/custom_nodes.py
@@ -147,7 +147,7 @@ node_categories = [
MyNodeCategory('OTHERNODES', "Other Nodes", items=[
# the node item can have additional settings,
# which are applied to new nodes
- # NB: settings values are stored as string expressions,
+ # NOTE: settings values are stored as string expressions,
# for this reason they should be converted to strings using repr()
NodeItem("CustomNodeType", label="Node A", settings={
"my_string_prop": repr("Lorem ipsum dolor sit amet"),