Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-11-02 00:31:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-02 00:31:36 +0300
commit2959e4c72c1c021fca53887ab902a98789b98f42 (patch)
tree481d88a148980046721aedd04610ad846656ebe8 /source/blender/editors/include/ED_curve.h
parent93b99306d837ff99c1127be21dc022ad92aec77c (diff)
Multi-Object-Mode: Edit curve draw (deselect all)
D3887 by @zazizizou
Diffstat (limited to 'source/blender/editors/include/ED_curve.h')
-rw-r--r--source/blender/editors/include/ED_curve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_curve.h b/source/blender/editors/include/ED_curve.h
index 03b54487731..5133fb46dc7 100644
--- a/source/blender/editors/include/ED_curve.h
+++ b/source/blender/editors/include/ED_curve.h
@@ -71,6 +71,7 @@ int join_curve_exec(struct bContext *C, struct wmOperator *op);
/* editcurve_select.c */
bool ED_curve_select_check(struct View3D *v3d, struct EditNurb *editnurb);
void ED_curve_deselect_all(struct EditNurb *editnurb);
+void ED_curve_deselect_all_multi(struct Object **objects, int objects_len);
void ED_curve_select_all(struct EditNurb *editnurb);
void ED_curve_select_swap(struct EditNurb *editnurb, bool hide_handles);