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:
authorPhilipp Oeser <info@graphics-engineer.com>2018-07-13 09:55:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-13 09:59:19 +0300
commit8f884c22f11226d85c15ffc6f517b6220b6bb574 (patch)
tree7c37669290cb7679d374b7b348eac6644de95748 /source/blender/editors/include/ED_object.h
parent8a429b03e130cb77378cabd35b2f4a8f8dd3f1d2 (diff)
Keymap: dope-sheet hotkey to change falloff
Diffstat (limited to 'source/blender/editors/include/ED_object.h')
-rw-r--r--source/blender/editors/include/ED_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index 29f7edaebf0..38545137740 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -62,6 +62,7 @@ struct Depsgraph;
struct uiLayout;
#include "DNA_object_enums.h"
+#include "BLI_compiler_attrs.h"
/* object_edit.c */
struct Object *ED_object_context(struct bContext *C); /* context.object */