[Bf-blender-cvs] [cd29d76ab6c] master: Cleanup: typo in c484b54453e6072399dd79daccf237bb4bd73b41

Campbell Barton noreply at git.blender.org
Mon Jan 4 07:41:52 CET 2021


Commit: cd29d76ab6ccd9025757bf891647b146420bde90
Author: Campbell Barton
Date:   Mon Jan 4 15:52:11 2021 +1100
Branches: master
https://developer.blender.org/rBcd29d76ab6ccd9025757bf891647b146420bde90

Cleanup: typo in c484b54453e6072399dd79daccf237bb4bd73b41

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

M	source/blender/blenkernel/intern/customdata.c

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

diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c
index 1e2bc570c65..5d61b1165ed 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -1837,7 +1837,7 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
      layerMultiply_propfloat2,
      NULL,
      layerAdd_propfloat2},
-    /* 50: CD_PROP_POOL */
+    /* 50: CD_PROP_BOOL */
     {sizeof(bool),
      "bool",
      1,



More information about the Bf-blender-cvs mailing list