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/scripts/startup/bl_ui/properties_animviz.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_animviz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_animviz.py b/release/scripts/startup/bl_ui/properties_animviz.py
index 10a3d1ddb91..6c3c1fd1721 100644
--- a/release/scripts/startup/bl_ui/properties_animviz.py
+++ b/release/scripts/startup/bl_ui/properties_animviz.py
@@ -31,7 +31,7 @@ class MotionPathButtonsPanel:
bl_label = "Motion Paths"
# bl_options = {'DEFAULT_CLOSED'}
- def draw_settings(self, context, avs, mpath, bones=False):
+ def draw_settings(self, _context, avs, mpath, bones=False):
layout = self.layout
mps = avs.motion_path
@@ -89,7 +89,7 @@ class MotionPathButtonsPanel_display:
bl_region_type = 'WINDOW'
bl_label = "Display"
- def draw_settings(self, context, avs, mpath, bones=False):
+ def draw_settings(self, _context, avs, mpath, bones=False):
layout = self.layout
mps = avs.motion_path