[Bf-blender-cvs] [528fc35fedc] master: Docs: minor correction to doc-string

Campbell Barton noreply at git.blender.org
Mon Dec 20 09:07:49 CET 2021


Commit: 528fc35fedcdc7d6e8c3a6f32a7913342d3fb801
Author: Campbell Barton
Date:   Mon Dec 20 17:41:52 2021 +1100
Branches: master
https://developer.blender.org/rB528fc35fedcdc7d6e8c3a6f32a7913342d3fb801

Docs: minor correction to doc-string

The text editor no longer accumulates changes.

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

M	source/blender/blenkernel/BKE_undo_system.h

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

diff --git a/source/blender/blenkernel/BKE_undo_system.h b/source/blender/blenkernel/BKE_undo_system.h
index 6e1f9468ce4..44893a6f030 100644
--- a/source/blender/blenkernel/BKE_undo_system.h
+++ b/source/blender/blenkernel/BKE_undo_system.h
@@ -91,7 +91,7 @@ typedef struct UndoStep {
   /** When this is true, undo/memfile read code is allowed to re-use old data-blocks for unchanged
    * IDs, and existing depsgraphes. This has to be forbidden in some cases (like renamed IDs). */
   bool use_old_bmain_data;
-  /** For use by undo systems that accumulate changes (text editor, painting). */
+  /** For use by undo systems that accumulate changes (mesh-sculpt & image-painting). */
   bool is_applied;
   /* Over alloc 'type->struct_size'. */
 } UndoStep;



More information about the Bf-blender-cvs mailing list