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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-07-22 10:54:40 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-07-22 10:54:40 +0400
commit88c41c57e2fa0922b107460197b324d8fa3f3a81 (patch)
treea0280ebd2b74ba79a655c73cc5d69aa3eb546f88
parent80fdce742f332cbe8c548a1591cc8560b0129c2e (diff)
Bah, I just hate the day for blender dev was decided to use spaces instead of tabs.
-rw-r--r--render_renderfarmfi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_renderfarmfi.py b/render_renderfarmfi.py
index 03e6bd29..a65769f9 100644
--- a/render_renderfarmfi.py
+++ b/render_renderfarmfi.py
@@ -692,7 +692,7 @@ class ORE_PrepareOp(bpy.types.Operator):
if (rd.use_sss == True or hasSSSMaterial()) and ore.parts > 1:
print("Subsurface Scattering is not supported when rendering with parts > 1. Disabling")
self.report({'WARNING'}, "Subsurface Scattering is not supported when rendering with parts > 1. Disabling")
- rd.use_sss = False # disabling because ore.parts > 1. It's ok to use SSS with 1part/frame
+ rd.use_sss = False # disabling because ore.parts > 1. It's ok to use SSS with 1part/frame
errors = True
if hasUnsupportedSimulation() == True:
print("An unsupported simulation was detected. Please check your settings and remove them")