Fix for cache path.

Operator for background baking (no support in netrender itself yet).
This commit is contained in:
2009-12-04 01:28:00 +00:00
parent 77aacc6ce4
commit d3d11ede44
2 changed files with 50 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ def clientSendJob(conn, scene, anim = False):
# FLUID + POINT CACHE
###########################
root, ext = os.path.splitext(name)
default_path = path + "blendcache_" + root + os.sep # need an API call for that
default_path = path + os.sep + "blendcache_" + root + os.sep # need an API call for that
for object in bpy.data.objects:
for modifier in object.modifiers: