From 7306417ae46a2cf2733849cd52e1bfb74af40f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 14 Mar 2022 11:15:09 +0100 Subject: Revert "Animation: Sensible frame range for motion paths" This reverts commit 1558b270e9fcbc2e23fa248b0e7e770dddae155c. An earlier commit (rB101fadcf6b93c) introduced some new functionality, which was overlooked in reviewing this commit & got broken. Will re-commit after the issue has been fixed. Ref: D13687 --- source/blender/makesrna/RNA_enum_items.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesrna/RNA_enum_items.h') diff --git a/source/blender/makesrna/RNA_enum_items.h b/source/blender/makesrna/RNA_enum_items.h index 31db8e39e6f..6e2c898d691 100644 --- a/source/blender/makesrna/RNA_enum_items.h +++ b/source/blender/makesrna/RNA_enum_items.h @@ -87,8 +87,6 @@ DEF_ENUM(rna_enum_keying_flag_items_api) DEF_ENUM(rna_enum_fmodifier_type_items) DEF_ENUM(rna_enum_motionpath_bake_location_items) -DEF_ENUM(rna_enum_motionpath_display_type_items) -DEF_ENUM(rna_enum_motionpath_range_items) DEF_ENUM(rna_enum_event_value_items) DEF_ENUM(rna_enum_event_direction_items) -- cgit v1.2.3