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
[#25486] Metaball Select All function doesn't show (error)
Date:
2011-01-04 13:39
Priority:
3
State:
Closed
Submitted by:
Jonathan Smith (
jaydez
)
Assigned to:
Ton Roosendaal (ton)
Category:
Interface
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Metaball Select All function doesn't show (error)
Detailed description
When editing a metaball, in the header of the 3d-view, instead of showing a toggle select/deselect all in the select menu. There is just a grayed out error (or whatever you call it).
I was able to fix this fairly easily using this patch in blender/release/scripts/ui :
Index: space_view3d.py
===================================================================
--- space_view3d.py (revision 34050)
+++ space_view3d.py (working copy)
@@ -584,7 +584,7 @@
layout.separator()
- layout.operator("mball.select_deselect_all_metaelems")
+ layout.operator("mball.select_all").action = 'TOGGLE'
layout.operator("mball.select_inverse_metaelems")
layout.separator()
However maybe there is a better way to fix this (if so please let me know)
I attached the file, for convenience just in case.
Followup
Message
Date
: 2011-01-04 13:57
Sender
:
Jonathan Smith
This bug also causes a lot of other select options to not show.
Date
: 2011-01-04 13:59
Sender
:
Jonathan Smith
And I was so exited I forgot my info:
2.56 r34061
Ubuntu Linux 32bit
Date
: 2011-01-04 14:11
Sender
:
Ton Roosendaal
Thanks, is a good fix. The old operator there wasn't even existing...
Attached Files:
Name
Date
Download
meta-select-all-rename.diff
2011-01-04 13:39
Download
Changes:
Field
Old Value
Date
By
assigned_to
none
2011-01-04 14:11
ton
Status
New
2011-01-04 14:11
ton
status_id
Open
2011-01-04 14:11
ton
close_date
None
2011-01-04 14:11
ton
File Added
14372: meta-select-all-rename.diff
2011-01-04 13:39
jaydez