From 9a3d79800361f1a05f3bb6b5fe4b2e9e031a15aa Mon Sep 17 00:00:00 2001 From: Jesse Kaukonen Date: Wed, 4 May 2011 16:21:10 +0000 Subject: Removed an obsolete check for particle systems --- render_renderfarmfi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/render_renderfarmfi.py b/render_renderfarmfi.py index f950db2b..8ed14c10 100644 --- a/render_renderfarmfi.py +++ b/render_renderfarmfi.py @@ -19,9 +19,9 @@ bl_info = { "name": "Renderfarm.fi", "author": "Nathan Letwory , Jesse Kaukonen ", - "version": (7,), + "version": (8,), "blender": (2, 5, 7), - "api": 36212, + "api": 36487, "location": "Render > Engine > Renderfarm.fi", "description": "Send .blend as session to http://www.renderfarm.fi to render", "warning": "", @@ -809,7 +809,7 @@ class ORE_PrepareOp(bpy.types.Operator): return hasSimulation(bpy.types.SoftBodyModifier) def hasUnsupportedSimulation(): - return hasSoftbodySimulation() or hasCollisionSimulation() or hasClothSimulation() or hasSmokeSimulation() or hasFluidSimulation() or hasParticleSystem() + return hasSoftbodySimulation() or hasCollisionSimulation() or hasClothSimulation() or hasSmokeSimulation() or hasFluidSimulation() def isFilterNode(node): t = type(node) -- cgit v1.2.3