Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#25507] Select Interior faces in edit mode gives python error
Date:
2011-01-05 22:51
Priority:
3
State:
Closed
Submitted by:
Dolf Veenvliet (
macouno
)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Select Interior faces in edit mode gives python error
Detailed description
Well...
Exactly as the summary says... in edit mode, in blender 2.56 (windows 7, 64bit) when you do: select/interior faces from the menu you get the following error in the console
Traceback (most recent call last):
File "C:\PROGRA~1\BLENDE~1\BLENDE~1.56-\2.56\scripts\op\mesh.py", line 38, in
execute
bpy.ops.mesh.selection_type(type='FACE')
File "C:\PROGRA~1\BLENDE~1\BLENDE~1.56-\2.56\scripts\modules\bpy\ops.py", line
180, in __call__
ret = op_call(self.idname_py(), None, kw)
SystemError: Calling operator "bpy.ops.mesh.selection_type" error, could not be
found
Followup
Message
Date
: 2011-01-06 06:46
Sender
:
Campbell Barton
fixed r34123.
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
status_id
Open
2011-01-06 06:46
campbellbarton
close_date
None
2011-01-06 06:46
campbellbarton
assigned_to
none
2011-01-06 06:46
campbellbarton
details
Well... Exactly as the summary says... in edit mode, in blender 2.56 (windows 7, 64bit) when you do: select/interior faces from the menu you get the following error in the console Traceback (most recent call last): File "C:\\PROGRA~1\\BLENDE~1\\BLENDE~1.56-\\2.56\\scripts\\op\\mesh.py", line 38, in execute bpy.ops.mesh.selection_type(type=\'FACE\') File "C:\\PROGRA~1\\BLENDE~1\\BLENDE~1.56-\\2.56\\scripts\\modules\\bpy\\ops.py", line 180, in __call__ ret = op_call(self.idname_py(), None, kw) SystemError: Calling operator "bpy.ops.mesh.selection_type" error, could not be found
2011-01-06 06:46
campbellbarton
Status
New
2011-01-06 06:46
campbellbarton