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:
authorBastien Montagne <bastien@blender.org>2020-04-20 12:20:38 +0300
committerBastien Montagne <bastien@blender.org>2020-04-20 12:20:38 +0300
commit67593a41dd0ba504c8843808afb4e72b40a72314 (patch)
tree1ff4e3f6203a9c13c139ef7f3d237b4c1fbd02a7 /source/blender/editors/include
parent0247ee5f5362632eb3e48ccb4c7d7fe33040360a (diff)
parent25e774422c00fe708475671f4a4a89a0c696d105 (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index eb1533dc639..27b7511c8a2 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -123,7 +123,7 @@ struct bContext;
void BIF_clearTransformOrientation(struct bContext *C);
void BIF_removeTransformOrientation(struct bContext *C, struct TransformOrientation *ts);
void BIF_removeTransformOrientationIndex(struct bContext *C, int index);
-void BIF_createTransformOrientation(struct bContext *C,
+bool BIF_createTransformOrientation(struct bContext *C,
struct ReportList *reports,
const char *name,
const bool use_view,