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:
-rw-r--r--io_online_sketchfab/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_online_sketchfab/__init__.py b/io_online_sketchfab/__init__.py
index 23698df2..ef8e39b7 100644
--- a/io_online_sketchfab/__init__.py
+++ b/io_online_sketchfab/__init__.py
@@ -364,6 +364,7 @@ class SketchfabProps(bpy.types.PropertyGroup):
name="Password",
description="Password-protect your model (requires a pro account)",
default="",
+ subtype="PASSWORD"
)
tags = StringProperty(
name="Tags",
@@ -380,6 +381,7 @@ class SketchfabProps(bpy.types.PropertyGroup):
description="You can find this on your dashboard at the Sketchfab website",
default="",
update=update_token,
+ subtype="PASSWORD"
)