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:
authorGermano Cavalcante <germano.costa@ig.com.br>2020-05-21 16:57:35 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2020-05-21 17:01:06 +0300
commita39ca327bc8491129d9794d136b39a6ba8cd6ffa (patch)
tree4d9e975a54ba2a0b796ac4f307b11297cf4836b8 /source/blender/editors/transform/transform_mode.h
parentde7d32bb7dcc7364a07fe23ab0205c70d1db06e4 (diff)
Fix T76935: Current orientation not taken in account when using "Align to transform orientation"
Diffstat (limited to 'source/blender/editors/transform/transform_mode.h')
-rw-r--r--source/blender/editors/transform/transform_mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform_mode.h b/source/blender/editors/transform/transform_mode.h
index 6180f6d3477..074e89390c2 100644
--- a/source/blender/editors/transform/transform_mode.h
+++ b/source/blender/editors/transform/transform_mode.h
@@ -41,6 +41,7 @@ typedef struct TransDataGenericSlideVert {
/* transform_mode.c */
bool transdata_check_local_center(TransInfo *t, short around);
+bool transform_mode_is_changeable(const int mode);
void protectedTransBits(short protectflag, float vec[3]);
void constraintTransLim(TransInfo *t, TransData *td);
void postInputRotation(TransInfo *t, float values[3]);