[Bf-blender-cvs] [b51db68ed4e] soc-2021-curves: Fixed struct rename error

Dilith Jayakody noreply at git.blender.org
Sat Feb 5 13:28:31 CET 2022


Commit: b51db68ed4ed13278fcf28549114953a6728377b
Author: Dilith Jayakody
Date:   Sat Feb 5 07:28:38 2022 +0530
Branches: soc-2021-curves
https://developer.blender.org/rBb51db68ed4ed13278fcf28549114953a6728377b

Fixed struct rename error

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

M	source/blender/editors/curve/editcurve_pen.c
M	source/tools

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

diff --git a/source/blender/editors/curve/editcurve_pen.c b/source/blender/editors/curve/editcurve_pen.c
index 255c23683b9..4fe237487cc 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -155,7 +155,7 @@ typedef enum eClose_opt {
   OFF = 0,
   ON_PRESS = 1,
   ON_CLICK = 2,
-} eExtra_key;
+} eClose_opt;
 
 static const EnumPropertyItem prop_close_spline_opts[] = {
     {OFF, "OFF", 0, "None", ""},
diff --git a/source/tools b/source/tools
index 7fd2ed908b4..515e67c1932 160000
--- a/source/tools
+++ b/source/tools
@@ -1 +1 @@
-Subproject commit 7fd2ed908b4f50140670caf6786e5ed245b79137
+Subproject commit 515e67c1932bc06f24cb50b621265c2a6e8a25a9



More information about the Bf-blender-cvs mailing list