Anim: remove RNA property Action.last_slot_handle
Remove `Action.last_slot_handle` from RNA. This is considered to be an internal implementation detail, and Python code should not be using its value for anything. No actual functional changes, as this RNA property isn't used anywhere. Pull Request: https://projects.blender.org/blender/blender/pulls/127185
This commit is contained in:
@@ -2498,9 +2498,6 @@ static void rna_def_action(BlenderRNA *brna)
|
||||
|
||||
# ifdef WITH_ANIM_BAKLAVA
|
||||
/* Properties. */
|
||||
prop = RNA_def_property(srna, "last_slot_handle", PROP_INT, PROP_NONE);
|
||||
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
|
||||
|
||||
prop = RNA_def_property(srna, "is_empty", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
|
||||
RNA_def_property_ui_text(
|
||||
|
||||
Reference in New Issue
Block a user