[Bf-blender-cvs] [5231d06d4cd] master: Cleanup: Remove period from RNA description.

OmarSquircleArt noreply at git.blender.org
Mon Feb 17 15:37:04 CET 2020


Commit: 5231d06d4cd4a613b0493965893ae17df43c0f22
Author: OmarSquircleArt
Date:   Mon Feb 17 16:37:59 2020 +0200
Branches: master
https://developer.blender.org/rB5231d06d4cd4a613b0493965893ae17df43c0f22

Cleanup: Remove period from RNA description.

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

M	source/blender/makesrna/intern/rna_wm_api.c

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

diff --git a/source/blender/makesrna/intern/rna_wm_api.c b/source/blender/makesrna/intern/rna_wm_api.c
index fcc5b3a9b42..c7a187e47b3 100644
--- a/source/blender/makesrna/intern/rna_wm_api.c
+++ b/source/blender/makesrna/intern/rna_wm_api.c
@@ -880,7 +880,7 @@ void RNA_api_wm(StructRNA *srna)
       "Is Interface Locked",
       "If true, the interface is currently locked by a running job and data shouldn't be modified "
       "from application timers. Otherwise, the running job might conflict with the handler "
-      "causing unexpected results or even crashes.");
+      "causing unexpected results or even crashes");
   RNA_def_property_clear_flag(parm, PROP_EDITABLE);
 }



More information about the Bf-blender-cvs mailing list