[Bf-blender-cvs] [38b5125] master: Freestyle: minor code clean-up.

Tamito Kajiyama noreply at git.blender.org
Tue May 6 09:59:27 CEST 2014


Commit: 38b512576f0fcac9a87b9558f2f9b0e7de0a4623
Author: Tamito Kajiyama
Date:   Tue May 6 16:57:07 2014 +0900
https://developer.blender.org/rB38b512576f0fcac9a87b9558f2f9b0e7de0a4623

Freestyle: minor code clean-up.

===================================================================

M	release/scripts/freestyle/modules/parameter_editor.py

===================================================================

diff --git a/release/scripts/freestyle/modules/parameter_editor.py b/release/scripts/freestyle/modules/parameter_editor.py
index a2109d7..c50f866 100644
--- a/release/scripts/freestyle/modules/parameter_editor.py
+++ b/release/scripts/freestyle/modules/parameter_editor.py
@@ -1369,7 +1369,6 @@ def process(layer_name, lineset_name):
         elif m.type == '2D_TRANSFORM':
             shaders_list.append(Transform2DShader(
                 m.pivot, m.scale_x, m.scale_y, m.angle, m.pivot_u, m.pivot_x, m.pivot_y))
-    color = linestyle.color
     if linestyle.use_texture:
         has_tex = False
         for slot in linestyle.texture_slots:
@@ -1378,6 +1377,7 @@ def process(layer_name, lineset_name):
                 has_tex = True
         if has_tex:
             shaders_list.append(StrokeTextureStepShader(linestyle.texture_spacing))
+    color = linestyle.color
     if (not linestyle.use_chaining) or (linestyle.chaining == 'PLAIN' and linestyle.use_same_object):
         thickness_position = linestyle.thickness_position
     else:




More information about the Bf-blender-cvs mailing list