From 442a4d9e6c7b7557d136c3baa6383b608907ece0 Mon Sep 17 00:00:00 2001 From: doc-code Date: Sun, 8 Sep 2024 19:06:51 +0200 Subject: [PATCH] Update README --- README.md | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 099b53f..ee47b40 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,44 @@ Basically, you can decide which workspace you want to link to each scene. > This is possible thanks to a custom property in each scene (which is saved with your .blend file) listing the filtered and ordered list of workspaces linked to the scene. -Some optional you can update from add-on preferences: -- Switch to show/hide Scene Workspaces custom topbar (to quickly see all workspaces) -- Option for Compact UI (default ON) +--- +Some optionals you can opt-in/out from add-on preferences: +- Switch to show/hide Scene Workspaces custom topbar (you hide this from preferences) +*Custom workspaces topbar* +![Compact Mode OFF](assets/Topbar%20-%20Custom.png) +*Default workspaces topbar* +![Compact Mode OFF](assets/Topbar%20-%20Original.png) +- Option for Compact UI (default ON) +*Compact Mode On* +![Compact Mode OFF](assets/Topbar%20-%20Compact%20On.png) +*Compact Mode Off* +![Compact Mode OFF](assets/Topbar%20-%20Compact%20Off.png) + +--- + +What you can usually to do by right-clicking on workspace (and more) it's avaliable by clicking the near options button. + +![Compact Mode OFF](assets/Topbar%20Workspace%20Menu.png) + +The first options are the one of Scene Workspaces: +- Toggle Compact Mode +- Unlink the workspace from the scene +- Rename the workspace (for all scenes) +- Reorder to front (only for these scene) +- Move left (only for these scene) +- Move right (only for these scene) +- Reorder to back (only for these scene) + +And then, the default workspace options. + +> **Note** +> The default workspace options like Reorder to Front, Reorder to Back will only affect the global workspaces, and not the Scene Workspaces topbar. +> Also, default options Previous Workspace and Next Workspace functions will not follow the scene order. +> Be sure to use the Scene Workspaces relative options, instead. + + +--- ## Why this add-on?