IMAGE_UV_sculpt(Panel)

base classes — bpy_struct, Panel

class bpy.types.IMAGE_UV_sculpt(Panel)
classmethod append(draw_func)

Append a draw function to this menu, takes the same arguments as the menus draw function

draw(context)
static paint_settings(context)
classmethod poll(context)
classmethod prepend(draw_func)

Prepend a draw function to this menu, takes the same arguments as the menus draw function

static prop_unified_size(parent, context, brush, prop_name, icon='NONE', text='', slider=False)
static prop_unified_strength(parent, context, brush, prop_name, icon='NONE', text='', slider=False)
classmethod remove(draw_func)

Remove a draw function that has been added to this menu

static unified_paint_settings(parent, context)

Inherited Properties

Inherited Functions

Previous topic

IKParam(bpy_struct)

Next topic

IMAGE_UV_sculpt_curve(Panel)