Skip to content

Commit 9b3ef4e

Browse files
committed
bump up
1 parent db305bb commit 9b3ef4e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

select_by_dimensions.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
bl_info = {
77
"name": "Select by Dimensions",
88
"author": "todashuta",
9-
"version": (0, 0, "4-dev"),
9+
"version": (1, 0, 0),
1010
"blender": (3, 6, 0),
1111
"location": "3D Viewport > Select Menu > Select by Dimensions",
1212
"description": "Select/Deselect by Dimensions",
@@ -117,18 +117,6 @@ def execute(self, context):
117117
bpy.data.objects.get(name).select_set(False)
118118
return {'FINISHED'}
119119

120-
#def invoke(self, context, event):
121-
# wm = context.window_manager
122-
# self.use_x = False
123-
# self.use_y = False
124-
# self.use_z = False
125-
# #print(self._dimensions_cache)
126-
# return wm.invoke_props_popup(self, event)
127-
#def invoke(self, context, event):
128-
# wm = context.window_manager
129-
# #print(self._dimensions_cache)
130-
# return wm.invoke_props_dialog(self)
131-
132120
def draw(self, context):
133121
layout = self.layout
134122
#layout.use_property_split = True

0 commit comments

Comments
 (0)