Docs: Fix bpy.types.Operator.poll_message_set() method to classmethod
Pull Request: https://projects.blender.org/blender/blender/pulls/108854
This commit is contained in:
@@ -77,7 +77,7 @@ static void pyop_poll_message_free_fn(bContext *UNUSED(C), void *user_data)
|
||||
}
|
||||
|
||||
PyDoc_STRVAR(BPY_rna_operator_poll_message_set_doc,
|
||||
".. method:: poll_message_set(message, *args)\n"
|
||||
".. classmethod:: poll_message_set(message, *args)\n"
|
||||
"\n"
|
||||
" Set the message to show in the tool-tip when poll fails.\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user