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-04 09:45:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-04 09:45:33 +0300
commitd7905dab6a858570258daf4a502820b340a52dbc (patch)
tree8b4e1c58609ba7d4608b2ee87afeb9352e0460f3 /source/blender/editors/space_node/node_intern.h
parent54cea98046962a7557ce1b75b4a6146373bdda42 (diff)
Manipulator: add compositor crop manipulator
Diffstat (limited to 'source/blender/editors/space_node/node_intern.h')
-rw-r--r--source/blender/editors/space_node/node_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/node_intern.h b/source/blender/editors/space_node/node_intern.h
index b425a92f601..7e8d092cdbe 100644
--- a/source/blender/editors/space_node/node_intern.h
+++ b/source/blender/editors/space_node/node_intern.h
@@ -221,6 +221,7 @@ void NODE_OT_clear_viewer_border(struct wmOperatorType *ot);
/* node_widgets.c */
void NODE_WGT_backdrop_transform(struct wmManipulatorGroupType *wgt);
+void NODE_WGT_backdrop_crop(struct wmManipulatorGroupType *wgt);
extern const char *node_context_dir[];