Campbell Barton
7bc34283ea
PyAPI: Operator.bl_property no longer defaults to "type"
...
This hard-coded assumption meant that operators would behave as if
bl_property = "type" was assigned in the operator - when the variable
wasn't found.
Remove the hard coded name. Operators that depended on this now need
to assign bl_property = "type" in the operator class explicitly.
Remove this because it wasn't documented as means operator behavior
could change unexpectedly when renaming a property.
2023-05-23 15:38:33 +10:00
..
2023-03-30 10:51:59 +02:00
2023-03-30 10:51:59 +02:00
2023-04-12 05:22:26 +02:00
2023-02-12 14:56:05 +11:00
2023-05-02 09:37:49 +10:00
2023-05-02 09:37:49 +10:00
2023-02-12 14:56:05 +11:00
2023-03-03 21:53:34 +01:00
2023-02-12 14:56:05 +11:00
2023-03-30 10:51:59 +02:00
2023-03-30 10:51:59 +02:00
2023-02-12 14:56:05 +11:00
2023-05-09 14:08:19 +10:00
2023-03-30 10:51:59 +02:00
2023-03-30 10:51:59 +02:00
2023-05-23 15:25:47 +10:00
2023-05-09 14:08:19 +10:00
2023-05-02 09:37:49 +10:00
2023-02-09 11:33:48 +11:00
2023-05-07 16:46:37 +10:00
2023-05-14 15:23:43 +02:00
2023-05-09 14:08:19 +10:00
2023-05-09 14:08:19 +10:00
2023-05-02 09:37:49 +10:00
2023-05-23 15:38:33 +10:00
2023-05-23 14:55:37 +10:00
2023-05-22 11:38:51 +02:00
2023-05-02 09:37:49 +10:00
2023-05-09 14:08:19 +10:00
2023-05-02 09:37:49 +10:00
2023-05-02 09:37:49 +10:00
2023-05-02 09:37:49 +10:00
2023-03-06 16:01:47 +01:00
2023-05-02 09:37:49 +10:00
2023-05-02 09:37:49 +10:00
2023-05-02 09:37:49 +10:00
2023-05-19 12:49:27 +10:00
2023-05-19 11:34:45 +10:00
2023-03-29 14:37:34 +11:00
2023-05-02 09:37:49 +10:00
2023-05-14 15:23:43 +02:00
2023-05-02 09:37:49 +10:00
2023-04-12 05:22:26 +02:00
2023-03-30 10:51:59 +02:00