Compare commits
No commits in common. "main" and "v1.1.0" have entirely different histories.
@ -1,7 +1,3 @@
|
||||
## v1.1.1
|
||||
|
||||
- Fix partial select all
|
||||
|
||||
## v1.1.0
|
||||
|
||||
- Auto initialize Scene Workspaces if empty (on load, on scene change)
|
||||
|
@ -1,6 +1,6 @@
|
||||
schema_version = "1.0.0"
|
||||
id = "scene_workspaces"
|
||||
version = "1.1.1"
|
||||
version = "1.1.0"
|
||||
name = "Scene Workspaces"
|
||||
tagline = "Filter and sort your workspaces, scene by scene"
|
||||
maintainer = "Francesco Bellini <doc.open.dev@gmail.com>"
|
||||
|
@ -69,7 +69,7 @@ def select_all():
|
||||
workspaces = templates
|
||||
else:
|
||||
for w in bpy.data.workspaces:
|
||||
if w.name not in workspaces:
|
||||
if w not in workspaces:
|
||||
workspaces.append(w.name)
|
||||
set_scene_workspaces(workspaces)
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user