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:
authorClément Foucault <foucault.clem@gmail.com>2017-03-04 02:09:22 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-03-05 20:10:08 +0300
commit608b96c49b93cad8a9b68592c00863a84d857d1b (patch)
tree9e7f37defe4676ec004abd89e9bc0b442cdee9e5 /source/blender/draw/modes/edit_armature_mode.c
parent76c9f1a649c19c117278615bf9e8000c595b0e36 (diff)
Clay Engine: camera drawing
Diffstat (limited to 'source/blender/draw/modes/edit_armature_mode.c')
-rw-r--r--source/blender/draw/modes/edit_armature_mode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/modes/edit_armature_mode.c b/source/blender/draw/modes/edit_armature_mode.c
index e55a368c9be..5f1418340d1 100644
--- a/source/blender/draw/modes/edit_armature_mode.c
+++ b/source/blender/draw/modes/edit_armature_mode.c
@@ -77,6 +77,8 @@ void EDIT_ARMATURE_cache_populate(Object *ob)
DRW_shgroup_lamp(ob);
break;
case OB_CAMERA:
+ DRW_shgroup_camera(ob);
+ break;
case OB_EMPTY:
DRW_shgroup_empty(ob);
break;