Blender Git Commit Log
Git Commits -> Revision f4d5a69
Revision f4d5a69 by Campbell Barton (master) April 30, 2021, 10:48 (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: f4d5a69cf8512aafcc697d1b09f65489015b6af4
Parent Commit: d6b26b3
Lines Changed: +18, -1