Skip to content
Snippets Groups Projects
Commit 4c907325 authored by Jesse Kaukonen's avatar Jesse Kaukonen
Browse files

Added automatic external data packing to avoid problems where the user submits...

Added automatic external data packing to avoid problems where the user submits a session without textures
parent 04fa0809
No related branches found
No related tags found
No related merge requests found
......@@ -802,6 +802,7 @@ class ORE_PrepareOp(bpy.types.Operator):
rd = sce.render
bpy.ops.file.pack_all()
print("=============================================")
rd.threads_mode = 'FIXED'
rd.threads = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment