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>2021-04-08 09:20:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-08 13:22:45 +0300
commit3249ab70ef6124e7fb910f987b0e033f42035bfa (patch)
treec2f69de0c987fd5414d2355039263011733608f8 /source/blender/makesrna
parent4d4368389945b2b78e5d4f89b544a837bc157930 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_object_force.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_object_force.c b/source/blender/makesrna/intern/rna_object_force.c
index 488f177946a..eb7da0d0ce2 100644
--- a/source/blender/makesrna/intern/rna_object_force.c
+++ b/source/blender/makesrna/intern/rna_object_force.c
@@ -648,8 +648,8 @@ static void rna_FieldSettings_update(Main *UNUSED(bmain), Scene *UNUSED(scene),
ob->pd->tex = NULL;
}
- /* In the case of specific forcefields that are using the EffectorData's normal, we need to
- * rebuild mesh and bhvtree for SurfaceModifier to work correctly. */
+ /* In the case of specific force-fields that are using the #EffectorData's normal, we need to
+ * rebuild mesh and BVH-tree for #SurfaceModifier to work correctly. */
if (ELEM(ob->pd->shape, PFIELD_SHAPE_SURFACE, PFIELD_SHAPE_POINTS) ||
ob->pd->forcefield == PFIELD_GUIDE) {
DEG_id_tag_update(&ob->id, ID_RECALC_GEOMETRY);