Blender Git Commit Log
Git Commits -> Revision bb08502
Revision bb08502 by Sergey Sharybin (master) February 10, 2015, 20:11 (GMT) |
Cycles: Fallback to bottom-top tile order when rendering from the command line In the worst case it'll do nothing, in the best case it might give some percent of speedup because of better cache coherency. Currently it's all handled as an override on blender_python level, don't really see reason to penetrate the boolean flag further into sync code. This can always be done later if needed. |
Commit Details:
Full Hash: bb08502cf40613778ae880db88e8772dc63fe581
Parent Commit: a3b7f83
Lines Changed: +14, -5