[Bf-blender-cvs] [2df912466ca] master: Cleanup: Remove outdated comment

Hans Goudey noreply at git.blender.org
Thu Dec 23 20:28:51 CET 2021


Commit: 2df912466ca65b6daa9366e09f2e070a015710a4
Author: Hans Goudey
Date:   Thu Dec 23 13:28:44 2021 -0600
Branches: master
https://developer.blender.org/rB2df912466ca65b6daa9366e09f2e070a015710a4

Cleanup: Remove outdated comment

After rB01df48a983944ab3f8a, this comment no longer applies.

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

M	source/blender/blenkernel/BKE_attribute.h

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

diff --git a/source/blender/blenkernel/BKE_attribute.h b/source/blender/blenkernel/BKE_attribute.h
index 2c83bef7517..1e2dcf09b64 100644
--- a/source/blender/blenkernel/BKE_attribute.h
+++ b/source/blender/blenkernel/BKE_attribute.h
@@ -38,10 +38,6 @@ struct ID;
 struct ReportList;
 
 /* Attribute.domain */
-/**
- * \warning Careful when changing existing items.
- * Arrays may be initialized from this (e.g. #DATASET_layout_hierarchy).
- */
 typedef enum AttributeDomain {
   ATTR_DOMAIN_AUTO = -1,    /* Use for nodes to choose automatically based on other data. */
   ATTR_DOMAIN_POINT = 0,    /* Mesh, Hair or PointCloud Point */



More information about the Bf-blender-cvs mailing list