From c854cf13975668364c234cc5e73ae06dce32d669 Mon Sep 17 00:00:00 2001 From: doc-code Date: Sun, 8 Sep 2024 18:28:12 +0200 Subject: [PATCH] First README version --- README.md | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 890ae61..099b53f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,34 @@ -# Scene Workspaces +# Scene Workspaces - Add-On -In Blender, all the Scenes share the same workspaces. +![Overview image](assets/Preview%20Image.png) -Using **Scene Workspaces**, you are able to filter and reorder the avaliable workspaces, for each Scene. +## Overview -You can, for example, have a Scene with workspaces optimized for modelling and -another Scene optimized for Video Editing, all in the same project. +**Scene Workspaces** creates an alternative workspaces topbar, allowing you to filter and reorder the avaliable workspaces, scene by scene. -While your workspaces are stored globally inside your .blend file (as usual), -each Scene will have it's own custom property listing the linked Workspaces. +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. -### How it works +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) -**Scene Workspaces** creates an alternative tab-bar for workspaces (while allowing to quickly switch to the default one), and stores a Custom Property inside each Scene, containing a simple filtered and ordered list of the workspaces linked to the current scene. -*Since this custom property is part of the Scene, it is then saved in your .blend file.* +## Why this add-on? + +In Blender, workspaces are common across scenes. + +Still, you may need different workspaces in different scenes, depending on the purpose of the scene. + +*For example, you may want a scene with workspaces optimized for modelling and +another Scene optimized for Video Editing, in the same project.* + +## Changelog + +Visit the [CHANGELOG](./CHANGELOG.md) file to see the changes over new version. + +## Copyright + +This add-on is developed under GPL-3.0 license by Francesco Bellini from 2024. +*See the [LICENSE](./LICENSE) file.*