[Bf-blender-cvs] [aeebf86606e] temp-sculpt-normals-masking: temp-sculpt-normals-masking: Update some comments

Joseph Eagar noreply at git.blender.org
Thu Sep 22 20:38:16 CEST 2022


Commit: aeebf86606ee367b1c16e7b8177ca67609c318e9
Author: Joseph Eagar
Date:   Thu Sep 22 11:37:53 2022 -0700
Branches: temp-sculpt-normals-masking
https://developer.blender.org/rBaeebf86606ee367b1c16e7b8177ca67609c318e9

temp-sculpt-normals-masking: Update some comments

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

M	release/scripts/addons
M	source/blender/editors/sculpt_paint/sculpt_intern.h

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

diff --git a/release/scripts/addons b/release/scripts/addons
index 67f1fbca148..3908254f093 160000
--- a/release/scripts/addons
+++ b/release/scripts/addons
@@ -1 +1 @@
-Subproject commit 67f1fbca1482d9d9362a4001332e785c3fd5d230
+Subproject commit 3908254f0938a3c4c29189a455c8e356771e6ce1
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 16c958b197d..4c9d6cea452 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -1293,11 +1293,16 @@ typedef struct AutomaskingNodeData {
   bool have_orig_data;
 } AutomaskingNodeData;
 
+/** Call before PBVH vertex iteration.
+  * \param automask_data: pointer to an uninitialized AutomaskingNodeData struct.
+  */
 void SCULPT_automasking_node_begin(struct Object *ob,
                                    const SculptSession *ss,
                                    struct AutomaskingCache *automasking,
                                    AutomaskingNodeData *automask_data,
                                    PBVHNode *node);
+
+/* Call before SCULPT_automasking_factor_get and SCULPT_brush_strength_factor. */
 void SCULPT_automasking_node_update(SculptSession *ss,
                                     AutomaskingNodeData *automask_data,
                                     PBVHVertexIter *vd);



More information about the Bf-blender-cvs mailing list