Files
test/source/blender/editors/interface
Campbell Barton ebe04bd3ca PyAPI: support Operator.poll functions 'disabled' hint
Python scripts can now define the reason it's poll function fails using:

`Operator.poll_message_set(message, ...)`

This supports both regular text as well as delaying message creation
using a callback which should be used in situations where constructing
detailed messages is too much overhead for a poll function.

Ref D11001
2021-04-20 12:07:01 +10:00
..
2021-03-04 16:58:03 +11:00
2021-02-20 15:38:14 +11:00
2021-02-16 21:15:45 +11:00
2021-02-13 17:44:51 +11:00