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:
authorCampbell Barton <ideasman42@gmail.com>2019-12-24 01:30:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-24 01:37:21 +0300
commitb450ba84d9dd51fe0e91fc848c312c7e92fcd176 (patch)
tree8adbe24936624ae89af2441a4fe13c06d02a5731 /source/blender/blenloader
parentf46ba1a7e06d534bd93c950aed4feca87edc4fea (diff)
Cleanup: correct filenames in comments
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 8085beb6351..086f1db117d 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -5486,13 +5486,14 @@ static void direct_link_pose(FileData *fd, bPose *pose)
}
}
-/* TODO(sergey): Find a more better place for this.
+/* TODO(sergey): Find a better place for this.
*
* Unfortunately, this can not be done as a regular do_versions() since the modifier type is
* set to NONE, so the do_versions code wouldn't know where the modifier came from.
*
- * Most bestest approach seems to have the functionality in versioning_280 but still call the
- * function from direct_link_modifiers(). */
+ * The best approach seems to have the functionality in versioning_280.c but still call the
+ * function from #direct_link_modifiers().
+ */
/* Domain, inflow, ... */
static void modifier_ensure_type(FluidModifierData *fluid_modifier_data, int type)