[Bf-blender-cvs] [a92219b2f33] temp-T96709-painting-target: Updated comments.

Jeroen Bakker noreply at git.blender.org
Tue Mar 29 15:55:14 CEST 2022


Commit: a92219b2f33918d4374a86df9e839d76caf3e7d5
Author: Jeroen Bakker
Date:   Tue Mar 29 15:21:15 2022 +0200
Branches: temp-T96709-painting-target
https://developer.blender.org/rBa92219b2f33918d4374a86df9e839d76caf3e7d5

Updated comments.

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

M	source/blender/makesdna/DNA_material_types.h

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

diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index 134b08d0ed2..867e95bdf7c 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -31,9 +31,9 @@ typedef struct TexPaintSlot {
   struct Image *ima;
   /** Custom-data index for uv layer, #MAX_NAME. */
   char *uvname;
-  /* color attribute name. */
+  /** Color attribute name when painting using color attributes. */
   char *attribute_name;
-  /** Do we have a valid image and UV map. */
+  /** Do we have a valid image and UV map or attribute. */
   int valid;
   /** Copy of node interpolation setting. */
   int interp;



More information about the Bf-blender-cvs mailing list