Blender Git Commit Log
Git Commits -> Revision aed01df
May 1, 2021, 08:12 (GMT) |
Fix crash running constraint, modifier, fx from missing NULL check None of these generic poll functions had NULL pointer checks, since all operators that use these functions expect a valid constraint, modifier .. etc. Add the NULL check to the poll function. Ref D11126 Reviewed By: mont29, Severin |
Commit Details:
Full Hash: aed01df79e536a92b58b5bd25a179f87d03f0750
Parent Commit: 5b11049
Committed By: YimingWu
Lines Changed: +18, -1