Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/ui/buttons_data_curve.py')
-rw-r--r--release/ui/buttons_data_curve.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/ui/buttons_data_curve.py b/release/ui/buttons_data_curve.py
index 70904239d86..c715cfb5d93 100644
--- a/release/ui/buttons_data_curve.py
+++ b/release/ui/buttons_data_curve.py
@@ -120,7 +120,6 @@ class DATA_PT_geometry_curve(DataButtonsPanel):
col.itemL(text="Bevel Object:")
col.itemR(curve, "bevel_object", text="")
-
class DATA_PT_pathanim(DataButtonsPanelCurve):
__label__ = "Path Animation"