Blender Git Commit Log
Git Commits -> Revision f934825
Revision f934825 by Sergey Sharybin (master) June 28, 2013, 21:58 (GMT) |
Allow some operators when interface is locked Now it's possible to mark operator as safe to be used in locked interface mode by adding OPTYPE_ALLOW_LOCKED bit to operator template flags. This bit is completely handled by wm_evem_system, not with operator run routines, so it's still possible to run operators from drivers and handlers. Currently allowed image editor navigation and zooming. |
Commit Details:
Full Hash: f934825a4eb87fa92cd4443e68c052c9d2d28e9b
SVN Revision: 57863
Parent Commit: 0248314
Lines Changed: +55, -24