Files
test/source/blender
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-05-23 09:38:47 +12:00
2023-05-20 21:18:02 +10:00
2023-05-18 10:19:01 +02:00
2023-05-22 20:40:38 +02:00
2023-05-18 10:19:01 +02:00
2023-05-18 10:19:01 +02:00
2023-05-23 10:18:02 +10:00
2023-05-18 10:19:01 +02:00