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>2021-02-03 20:01:40 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-02-03 20:48:17 +0300
commit9042532085ad8f9d08a94b210c92f89a1cb58013 (patch)
treece2af7f63ab7d7fb813f370f50733bb55370a942 /source/blender/editors/transform/transform.h
parent8c7b78672e73bf3aadf0f436859eea3d6fd8daeb (diff)
Cleanup: Move and rename 'getViewVector' utility
This function is only being used by the constraint code.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 91bf2bf8aac..fff7d47cc5b 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -722,8 +722,6 @@ bool calculateCenterActive(TransInfo *t, bool select_only, float r_center[3]);
void calculatePropRatio(TransInfo *t);
-void getViewVector(const TransInfo *t, const float coord[3], float vec[3]);
-
void transform_data_ext_rotate(TransData *td, float mat[3][3], bool use_drot);
void freeCustomNormalArray(TransInfo *t, TransDataContainer *tc, TransCustomData *custom_data);