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_copy_settings/__init__.py')
-rw-r--r--render_copy_settings/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_copy_settings/__init__.py b/render_copy_settings/__init__.py
index 3a3e2738..f59432e0 100644
--- a/render_copy_settings/__init__.py
+++ b/render_copy_settings/__init__.py
@@ -61,7 +61,7 @@ class RenderCopySettingsScene(bpy.types.PropertyGroup):
# A string of identifiers (colon delimited) which property’s controls
# should be displayed in a template_list.
template_list_controls = StringProperty(default="allowed",
- options={"HIDDEN"})
+ options={'HIDDEN'})
class RenderCopySettingsSetting(bpy.types.PropertyGroup):
@@ -71,7 +71,7 @@ class RenderCopySettingsSetting(bpy.types.PropertyGroup):
# A string of identifiers (colon delimited) which property’s controls
# should be displayed in a template_list.
template_list_controls = StringProperty(default="copy",
- options={"HIDDEN"})
+ options={'HIDDEN'})
class RenderCopySettings(bpy.types.PropertyGroup):