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:
authorLuca Rood <dev@lucarood.com>2017-02-02 08:13:41 +0300
committerLuca Rood <dev@lucarood.com>2017-02-02 19:28:26 +0300
commit9a22b32e7e2a791e055b67d8c268d11364aeda37 (patch)
tree5b09f51344e6f7caae7816ffdaed413ebc37122c /source/blender/editors/include/ED_view3d.h
parent57ac20d5b72c060a0f2d938a86f640bf42132589 (diff)
Make imm_drawcircball public
(Approved by merwin in IRC) Required by part of T49043
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index 79176d9e9cf..53253c1274f 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -277,6 +277,7 @@ float ED_view3d_radius_to_dist(
const float radius);
void drawcircball(int mode, const float cent[3], float rad, const float tmat[4][4]);
+void imm_drawcircball(const float cent[3], float rad, const float tmat[4][4], unsigned pos);
/* backbuffer select and draw support */
void ED_view3d_backbuf_validate(struct ViewContext *vc);