Blender Git Loki
Git Commits -> Revision 94fadd0
Revision 94fadd0 by Clément Foucault (master) March 6, 2018, 15:45 (GMT) |
DRW: Shader Deferred compilation: Use a wmJob for threading. Also get rid of the static var and initialization. This enables the user to see the progress on the info header. Closing blender or reading a file also kill the job which is good. Unfortunatly, this job cannot be interrupt by users directly. We could make it interruptible but we need a way to resume the compilation. |
Commit Details:
Full Hash: 94fadd00d889254ea59ca97c85a32ca76b9e95ca
Parent Commit: 3a209c2
Lines Changed: +120, -81