[Bf-blender-cvs] [a05b6199fc1] master: Cleanup: correct comment

Campbell Barton noreply at git.blender.org
Thu Apr 18 12:53:15 CEST 2019


Commit: a05b6199fc156a54ed3010ff44199e9d66c1b280
Author: Campbell Barton
Date:   Thu Apr 18 12:52:50 2019 +0200
Branches: master
https://developer.blender.org/rBa05b6199fc156a54ed3010ff44199e9d66c1b280

Cleanup: correct comment

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

M	source/blender/editors/screen/screen_ops.c

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

diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index 9b69c6dbf93..9a7957815a1 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -4721,12 +4721,13 @@ static void SCREEN_OT_delete(wmOperatorType *ot)
 
 /* -------------------------------------------------------------------- */
 /** \name Region Alpha Blending Operator
+ *
+ * Implementation note: a disappearing region needs at least 1 last draw with
+ * 100% backbuffer texture over it - then triple buffer will clear it entirely.
+ * This because flag #RGN_FLAG_HIDDEN is set in end - region doesn't draw at all then.
+ *
  * \{ */
 
-/* implementation note: a disappearing region needs at least 1 last draw with 100% backbuffer
- * texture over it- then triple buffer will clear it entirely.
- * This because flag RGN_HIDDEN is set in end - region doesn't draw at all then */
-
 typedef struct RegionAlphaInfo {
   ScrArea *sa;
   ARegion *ar, *child_ar; /* other region */



More information about the Bf-blender-cvs mailing list