[Bf-blender-cvs] [906ff975203] soc-2021-curves: Renamed file from editcurve_tool.c to editcurve_pen.c

dilithjay noreply at git.blender.org
Mon Jun 14 04:57:17 CEST 2021


Commit: 906ff975203f52d70a4409c904b2f2fe1b81b827
Author: dilithjay
Date:   Mon Jun 14 08:11:56 2021 +0530
Branches: soc-2021-curves
https://developer.blender.org/rB906ff975203f52d70a4409c904b2f2fe1b81b827

Renamed file from editcurve_tool.c to editcurve_pen.c

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

M	source/blender/editors/curve/CMakeLists.txt
M	source/blender/editors/curve/curve_intern.h
R100	source/blender/editors/curve/editcurve_tool.c	source/blender/editors/curve/editcurve_pen.c

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

diff --git a/source/blender/editors/curve/CMakeLists.txt b/source/blender/editors/curve/CMakeLists.txt
index 2cc5a0c0c3d..6367f3873d1 100644
--- a/source/blender/editors/curve/CMakeLists.txt
+++ b/source/blender/editors/curve/CMakeLists.txt
@@ -38,7 +38,7 @@ set(SRC
   editcurve_paint.c
   editcurve_query.c
   editcurve_select.c
-  editcurve_tool.c
+  editcurve_pen.c
   editcurve_undo.c
   editfont.c
   editfont_undo.c
diff --git a/source/blender/editors/curve/curve_intern.h b/source/blender/editors/curve/curve_intern.h
index ff83698910e..4bed6c36a45 100644
--- a/source/blender/editors/curve/curve_intern.h
+++ b/source/blender/editors/curve/curve_intern.h
@@ -197,6 +197,6 @@ void ED_curve_nurb_vert_selected_find(
 /* editcurve_paint.c */
 void CURVE_OT_draw(struct wmOperatorType *ot);
 
-/* editcurve_tool.c */
+/* editcurve_pen.c */
 void CURVE_OT_pen(struct wmOperatorType *ot);
 // struct wmKeyMap *edit_curve_tool_modal_keymap(struct wmKeyConfig *keyconf);
diff --git a/source/blender/editors/curve/editcurve_tool.c b/source/blender/editors/curve/editcurve_pen.c
similarity index 100%
rename from source/blender/editors/curve/editcurve_tool.c
rename to source/blender/editors/curve/editcurve_pen.c



More information about the Bf-blender-cvs mailing list