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:
authorCampbell Barton <ideasman42@gmail.com>2013-12-18 08:37:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-18 08:37:55 +0400
commit2fb704d1b8fe953ae2067fa40fb9084868d31603 (patch)
tree699d7e238077d9161665320b547b67e87128248b /release/scripts/startup/bl_operators
parentd9e42cf43e193a78c74536469d45ad71dffb9f38 (diff)
Error in last commit
Diffstat (limited to 'release/scripts/startup/bl_operators')
-rw-r--r--release/scripts/startup/bl_operators/object.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index f3dcd05bd00..870019acc96 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -23,7 +23,8 @@ from bpy.types import Operator
from bpy.props import (StringProperty,
BoolProperty,
EnumProperty,
- IntProperty)
+ IntProperty,
+ FloatProperty)
class SelectPattern(Operator):