[Bf-blender-cvs] [028a0770f18] sculpt-dev: fix small but significant typo

Joseph Eagar noreply at git.blender.org
Sat Sep 25 09:21:42 CEST 2021


Commit: 028a0770f18b183aa8d8f5ed83e232be6fd09dd5
Author: Joseph Eagar
Date:   Sat Sep 25 00:21:24 2021 -0700
Branches: sculpt-dev
https://developer.blender.org/rB028a0770f18b183aa8d8f5ed83e232be6fd09dd5

fix small but significant typo

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

M	source/blender/blenkernel/intern/brush_channel_define.h

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

diff --git a/source/blender/blenkernel/intern/brush_channel_define.h b/source/blender/blenkernel/intern/brush_channel_define.h
index 014f17d0c45..eda2d66f4be 100644
--- a/source/blender/blenkernel/intern/brush_channel_define.h
+++ b/source/blender/blenkernel/intern/brush_channel_define.h
@@ -253,8 +253,8 @@ MAKE_ENUM(cloth_deform_type, "Deformation", "Deformation type that is used in th
       {-1}
 }))
 
-MAKE_ENUM(cloth_simulation_area_type, "Simulation Area", "Part of the mesh that is going to be simulated when the stroke is active", BRUSH_CLOTH_SIMULATION_AREA_LOCAL, _({
-  {BRUSH_CLOTH_SIMULATION_AREA_DYNAMIC,
+MAKE_ENUM(cloth_simulation_area_type, "Simulation Area", "Part of the mesh that is going to be simulated when the stroke is active", BRUSH_CLOTH_SIMULATION_AREA_DYNAMIC, _({
+  {BRUSH_CLOTH_SIMULATION_AREA_LOCAL,
     "LOCAL",
     "NONE",
     "Local",



More information about the Bf-blender-cvs mailing list