From a3036ef7320f5327a063adfdadeb1eb443ca229a Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 16 Aug 2023 20:53:48 +0200 Subject: [PATCH] Created Scene item visibility (markdown) --- Scene-item-visibility.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Scene-item-visibility.md diff --git a/Scene-item-visibility.md b/Scene-item-visibility.md new file mode 100644 index 0000000..ff32252 --- /dev/null +++ b/Scene-item-visibility.md @@ -0,0 +1,21 @@ +## Scene item visibility condition + +The hotkey condition allows you to check if the specified scene items ... + * are visible. (1) + * are hidden. (2) + * visibility changed. (3) + +![SceneItemVisiblityCondition](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/ad3128c6-a068-4f54-8923-a460f44169d7) + +[Variables](Variables) can be used for both the scene and the source selection. + +## Scene item visibility action + +Similar to the condition the scene item visibility action allows you to ... + * show scene items. (1) + * hide scene items. (2) + * toggle the visibility of scene items. (3) + +![SceneItemVisiblityAction](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/c48241b5-6fec-4d1d-bd00-534beae5a990) + +[Variables](Variables) can be used for both the scene and the source selection. \ No newline at end of file