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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-26 00:02:52 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-26 00:02:52 +0300
commit3d39996f0fb6dcde3ad91cf7556b8175b0effbd9 (patch)
tree76927db6a28411e7157cd80e5af9b1e8b6c74575 /source/blender/editors/space_view3d/view3d_intern.h
parent3c088f3434f7900d430b01d2e210a0aa529c93bc (diff)
Added radial control support to vpaint and wpaint. Added undo pushes as well.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index e5233349ac0..d9b45e19a59 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -107,6 +107,8 @@ void VIEW3D_OT_borderselect(struct wmOperatorType *ot);
void VIEW3D_OT_lasso_select(struct wmOperatorType *ot);
/* vpaint.c */
+void VIEW3D_OT_vpaint_radial_control(struct wmOperatorType *ot);
+void VIEW3D_OT_wpaint_radial_control(struct wmOperatorType *ot);
void VIEW3D_OT_vpaint_toggle(struct wmOperatorType *ot);
void VIEW3D_OT_vpaint(struct wmOperatorType *ot);
void VIEW3D_OT_wpaint_toggle(struct wmOperatorType *ot);