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
 

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2011-01-06 06:46campbellbarton
close_dateNone2011-01-06 06:46campbellbarton
assigned_tonone2011-01-06 06:46campbellbarton
detailsWell... 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 found2011-01-06 06:46campbellbarton
StatusNew2011-01-06 06:46campbellbarton