Blender Git Loki
Git Commits -> Revision 98741e0
Revision 98741e0 by Brecht Van Lommel (master) April 12, 2008, 17:34 (GMT) |
Fix for bug #7100: when rendering on solaris, pressing esc could kill the process. Some time ago SIGVTALRM was replaced with SIGALRM to solve issues on linux, but this signal can kill the process on solaris, so now it uses SIGVTALRM again there. |
Commit Details:
Full Hash: 98741e0392dd159d8f4039d570a79e1e3b90736b
SVN Revision: 14398
Parent Commit: f810245
Lines Changed: +19, -3
1 Modified Path:
/source/blender/src/renderwin.c (+19, -3) (Diff)