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:
authormano-wii <germano.costa@ig.com.br>2018-10-03 22:25:10 +0300
committermano-wii <germano.costa@ig.com.br>2018-10-03 23:45:56 +0300
commitc52485c16ac44ffdf39195034e85181fb2346311 (patch)
tree44e41d5bcd61c000b0ad945bb6f50726580dcd4c /source/blender/editors/transform/transform.h
parentdfce96dbf77a3f10f0911192b3e0b844d40e569e (diff)
Editor Transform: use the dial3d drawing in the rotation operation
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 8bcfed9d716..758e2182de8 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -718,6 +718,7 @@ void restoreBones(TransDataContainer *tc);
/* return 0 when no gimbal for selection */
bool gimbal_axis(struct Object *ob, float gmat[3][3]);
+void drawDial3d(const TransInfo *t);
/*********************** TransData Creation and General Handling *********** */
void createTransData(struct bContext *C, TransInfo *t);