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:
authorCampbell Barton <ideasman42@gmail.com>2017-07-24 18:30:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-24 18:30:13 +0300
commit5bf39c3cfb72f7b1b79c847ac9f6f0804f813868 (patch)
tree613e3a6edcc7a62c914c5e1c5a1aff0a5b05d021 /render_povray/__init__.py
parentc992b17be98e245d1d2c7a7ecb557241e10b6f32 (diff)
Cleanup: trailing spaces
Diffstat (limited to 'render_povray/__init__.py')
-rw-r--r--render_povray/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index f460fc16..911bf913 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -2159,7 +2159,7 @@ class PovrayPreferences(AddonPreferences):
name="Includes Location",
description="Path to Insert Menu files",
subtype='FILE_PATH',
- )
+ )
def draw(self, context):
layout = self.layout
layout.prop(self, "branch_feature_set_povray")