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
2022-02-11 09:14:36 +11:00
2023-02-12 14:56:05 +11:00
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-02-11 09:14:36 +11:00
2023-02-12 14:56:05 +11:00
2022-02-11 09:14:36 +11:00
2023-03-03 21:53:34 +01:00
2022-02-11 09:14:36 +11:00
2023-02-12 14:56:05 +11:00
2022-02-11 09:14:36 +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
2022-02-11 09:14:36 +11:00
2022-11-08 11:13:58 +11:00
2022-02-11 09:14:36 +11:00
2023-05-09 14:08:19 +10:00
2022-02-11 09:14:36 +11: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
2022-02-11 09:14:36 +11:00
2022-04-06 19:08:10 +10:00
2023-01-18 18:41:13 +11:00
2023-05-09 14:08:19 +10:00
2022-07-12 16:05:13 +10:00
2023-05-02 09:37:49 +10:00
2022-11-02 10:18:19 +11: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
2022-03-08 22:15:12 +11:00
2022-03-08 22:15:12 +11:00
2023-05-09 14:08:19 +10:00
2023-05-09 14:08:19 +10:00
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-02-11 09:14:36 +11:00
2023-05-23 15:38:33 +10:00
2022-11-02 10:18:19 +11:00
2023-05-23 14:55:37 +10:00
2022-02-11 09:14:36 +11:00
2022-11-08 11:13:58 +11:00
2022-02-11 09:14:36 +11:00
2023-05-22 11:38:51 +02:00
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-02-11 09:14:36 +11:00
2023-05-09 14:08:19 +10:00
2023-05-02 09:37:49 +10:00
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-04-26 16:51:20 +10:00
2022-11-07 22:38:32 +11:00
2022-02-11 09:14:36 +11: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
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-02-11 09:14:36 +11:00
2022-09-19 14:24:31 +10:00
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-05-19 11:17:01 +10:00
2023-05-19 12:49:27 +10:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11:00
2022-02-11 09:14:36 +11: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
2022-03-28 17:15:41 +11:00
2022-11-08 11:13:58 +11:00
2022-02-11 09:14:36 +11:00
2023-05-14 15:23:43 +02:00
2022-02-11 09:14:36 +11:00
2023-05-02 09:37:49 +10:00
2022-09-21 12:00:01 +10:00
2023-04-12 05:22:26 +02:00
2023-03-30 10:51:59 +02:00