-
- Downloads
Rigify: avoid AttributeErrors when there is no active object
`context.object` can be None, so a poll function should not access `context.object.type` without prior check.
Loading
Please register or sign in to comment
`context.object` can be None, so a poll function should not access `context.object.type` without prior check.