Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/render/render_internal.c
| Context not available. | |||||
| } | } | ||||
| /* runs in thread, no cursor setting here works. careful with notifiers too (malloc conflicts) */ | /* runs in thread, no cursor setting here works. careful with notifiers too (malloc conflicts) */ | ||||
| /* maybe need a way to get job send notifer? */ | /* maybe need a way to get job send notifier? */ | ||||
| static void render_drawlock(void *rjv, int lock) | static void render_drawlock(void *rjv, int lock) | ||||
| { | { | ||||
| RenderJob *rj = rjv; | RenderJob *rj = rjv; | ||||
| Context not available. | |||||