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.4x Bug Tracker: Browse
[#1028] Reserved button event number
Date:
2004-02-24 12:43
Priority:
3
State:
Closed
Submitted by:
Michael Reimpell (
reimpell
)
Assigned to:
Willian Padovani Germano (ianwill)
Group:
Resolution:
Fixed
Category:
Python
Summary:
Reserved button event number
Detailed description
Blender.Draw.Menu passes its button event 4 to the script.
Redo:
import Blender
def event(evt, val):
if evt == Blender.Draw.ESCKEY:
Blender.Draw.Exit()
return
def button(evt):
print evt
return
def gui():
Blender.Draw.Menu("bug", 8, 10, 10, 100, 20, 0)
return
Blender.Draw.Register(gui, event, button)
Followup
No Followups Have Been Posted
Attached Files:
No Files Currently Attached
Changes:
Field
Old Value
Date
By
Resolution
Investigate
2004-06-12 08:08
ianwill
close_date
2004-04-11 06:10
2004-06-12 08:08
ianwill
close_date
None
2004-04-11 06:10
ianwill
assigned_to
michel
2004-04-11 06:10
ianwill
status_id
Open
2004-04-11 06:10
ianwill
Resolution
New
2004-02-29 17:19
michel
assigned_to
none
2004-02-29 17:19
michel