Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'render_povray/base_ui.py')
-rwxr-xr-xrender_povray/base_ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_povray/base_ui.py b/render_povray/base_ui.py
index 9dea6039..5ecf53b6 100755
--- a/render_povray/base_ui.py
+++ b/render_povray/base_ui.py
@@ -55,9 +55,9 @@ def pov_centric_moray_like_workspace(dummy):
# we put all within a Try... Except AttributeErrors ? Any better solution ?
# Should it simply not run when opening existing file? be a preferences operator to create
# Moray like workspace
-
+
available_workspaces = bpy.data.workspaces
-
+
if all(tabs in available_workspaces for tabs in ['POV-Mo', 'POV-Ed']):
print("\nPOV-Mo and POV-Ed tabs respectively provide GUI and TEXT\n"
"oriented POV workspaces akin to Moray and POVWIN")