Blender.Draw.Button() was not showing up. Seems to be an epydoc issue with Button() being both a module method and the name of a class. I changed Button to Button_ and added a usage note. Yes, this is lame.
Blender.Draw.Button() was not showing up. Seems to be an epydoc issue with Button() being both a module method and the name of a class. I changed Button to Button_ and added a usage note. Yes, this is lame.