[Bf-blender-cvs] [a78410386b0] master: Cleanup: fix typo in comment

Philipp Oeser noreply at git.blender.org
Mon Sep 13 16:50:14 CEST 2021


Commit: a78410386b05f375b53ed867980234b61c2eba10
Author: Philipp Oeser
Date:   Mon Sep 13 16:49:32 2021 +0200
Branches: master
https://developer.blender.org/rBa78410386b05f375b53ed867980234b61c2eba10

Cleanup: fix typo in comment

===================================================================

M	source/blender/editors/mesh/editmesh_bisect.c

===================================================================

diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c
index 9f6968542a2..b511a1d2c14 100644
--- a/source/blender/editors/mesh/editmesh_bisect.c
+++ b/source/blender/editors/mesh/editmesh_bisect.c
@@ -120,7 +120,7 @@ static int mesh_bisect_invoke(bContext *C, wmOperator *op, const wmEvent *event)
   int valid_objects = 0;
 
   /* If the properties are set or there is no rv3d,
-   * skip model and exec immediately. */
+   * skip modal and exec immediately. */
   if ((CTX_wm_region_view3d(C) == NULL) || (RNA_struct_property_is_set(op->ptr, "plane_co") &&
                                             RNA_struct_property_is_set(op->ptr, "plane_no"))) {
     return mesh_bisect_exec(C, op);



More information about the Bf-blender-cvs mailing list