From da41b018dd0316bf1eb5ee4b83f42aee29c9d860 Mon Sep 17 00:00:00 2001 From: OrangeSpork <57274555+OrangeSpork@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:56:29 -0700 Subject: [PATCH 1/2] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..adb4f28 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ChainLighting + +Simple quality of life plugin that links lights being enabled/disabled to the workspace visibility. + +Controlled via two toggles in the Scene Effects menu (towards the bottom). Defaults to off to prevent issues with legacy scenes (you can change that in Plugin Settings if you like). + +If Link Active is enabled, this allows you to turn off sets of lights by parenting them to something, such as a folder, and then turning the folder on and off on the workspace. + +If Control Embedded Lights is also enabled, this additionally enables or disables any lights that are part of a non-light studio item, which the game normally leaves on even if the item is invisible. + +Infographic: + +![Infographic](https://raw.githubusercontent.com/OrangeSpork/ChainLighting/master/ChainLighting/ChainLightingInfo.png) From 3b9aecffe6d4e0be117a805d23d287375a09313b Mon Sep 17 00:00:00 2001 From: OrangeSpork <57274555+OrangeSpork@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:57:59 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adb4f28..b42493f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple quality of life plugin that links lights being enabled/disabled to the workspace visibility. -Controlled via two toggles in the Scene Effects menu (towards the bottom). Defaults to off to prevent issues with legacy scenes (you can change that in Plugin Settings if you like). +Controlled via two toggles in the Screen Effect menu (towards the bottom). Defaults to off to prevent issues with legacy scenes (you can change that in Plugin Settings if you like). If Link Active is enabled, this allows you to turn off sets of lights by parenting them to something, such as a folder, and then turning the folder on and off on the workspace.