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>2010-01-19 14:24:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-19 14:24:42 +0300
commited578c27c821a146ca684137d5eb1ac986858599 (patch)
treef37c1fa2db3dc71ef611ccc8f231867430112be7 /source/blender/editors/space_logic/logic_intern.h
parent59bcf6cf4f3655a997d923d969d72b3b5a5d5841 (diff)
patch [#20690] Cut Linking for Logic Bricks
from Dalai Felinto (dfelinto) cutting kinks now works the same as in the node editor.
Diffstat (limited to 'source/blender/editors/space_logic/logic_intern.h')
-rw-r--r--source/blender/editors/space_logic/logic_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_logic/logic_intern.h b/source/blender/editors/space_logic/logic_intern.h
index ac5d11a3ee1..eba1d332acd 100644
--- a/source/blender/editors/space_logic/logic_intern.h
+++ b/source/blender/editors/space_logic/logic_intern.h
@@ -50,6 +50,7 @@ void logic_header_buttons(const struct bContext *C, struct ARegion *ar);
/* logic_buttons.c */
void logic_buttons_register(struct ARegionType *art);
void LOGIC_OT_properties(struct wmOperatorType *ot);
+void LOGIC_OT_links_cut(struct wmOperatorType *ot);
/* logic_window.c */
void logic_buttons(struct bContext *C, struct ARegion *ar);