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-09-27 21:29:53 +0300
committerHans Goudey <h.goudey@me.com>2021-09-27 21:29:53 +0300
commitc53ffda8a496989c4e523085ed5440e89b59001c (patch)
treeabff6ca10cf1d99718af2f2476b2c3faea0de8b8 /source/blender/blenloader
parentf94164d89629f0d2ce8c3ef76db72541687b5e9c (diff)
Cleanup: Fix incorrect comments
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index aceba82a657..b86f98af4f1 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -1484,7 +1484,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
}
}
- /* Deprecate the random float node in favor of the random float node. */
+ /* Deprecate the random float node in favor of the random value node. */
LISTBASE_FOREACH (bNodeTree *, ntree, &bmain->nodetrees) {
if (ntree->type != NTREE_GEOMETRY) {
continue;