[Bf-python] combobox

Yuniel Castro González ycastrog at estudiantes.uci.cu
Thu May 19 16:05:18 CEST 2011


Hi to all.
How can I do a panel with a combobox?

class example(bpy.types.Panel):
    bl_space_type = 'VIEW_3D'
    bl_region_type = 'TOOLS'
    bl_label = "ABC"

    def draw(self, context):
        ?????????


Thanks in advance.

-- 








Yuniel 



More information about the Bf-python mailing list