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:
authorCampbell Barton <ideasman42@gmail.com>2017-08-10 07:05:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-10 07:08:38 +0300
commit5406109fbfa24655412a7b36cc72a922d65b4d9f (patch)
tree8562e4184c1e93b77bab6a24c08f6acdb35591d7 /source/blender/editors/space_view3d/view3d_intern.h
parentd5289f9d80291e28111e0d5dcd5f3c290f20a4af (diff)
Manipulator: add image-empty manipulator
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index bc600f3e58e..85f04518635 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -319,13 +319,13 @@ ARegion *view3d_has_tools_region(ScrArea *sa);
extern const char *view3d_context_dir[]; /* doc access */
/* view3d_widgets.c */
-void VIEW3D_WGT_lamp_spot (struct wmManipulatorGroupType *wgt);
-void VIEW3D_WGT_lamp_area (struct wmManipulatorGroupType *wgt);
-void VIEW3D_WGT_lamp_target (struct wmManipulatorGroupType *wgt);
-void VIEW3D_WGT_camera (struct wmManipulatorGroupType *wgt);
-void VIEW3D_WGT_camera_view (struct wmManipulatorGroupType *wgt);
-void VIEW3D_WGT_force_field (struct wmManipulatorGroupType *wgt);
-void VIEW3D_WGT_armature_facemaps(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_lamp_spot(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_lamp_area(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_lamp_target(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_camera(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_camera_view(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_force_field(struct wmManipulatorGroupType *wgt);
+void VIEW3D_WGT_empty_image(struct wmManipulatorGroupType *wgt);
/* draw_volume.c */
void draw_smoke_volume(struct SmokeDomainSettings *sds, struct Object *ob,