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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 51a9a544..c4ba950e 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -68,8 +68,6 @@ v0.1 through 0.9 - various tests/contributions by various people and scripts
import bpy
from bpy import *
-from mathutils import Vector, Matrix
-import math
# Dynamic Menu
class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
@@ -1156,7 +1154,7 @@ class VIEW3D_MT_edit_TK(bpy.types.Menu):
def draw(self, context):
layout = self.layout
- row = layout.row()
+ layout.row() # XXX, is this needed?
layout.operator_context = 'INVOKE_REGION_WIN'