IMAGE_UV_sculpt_curve(Panel)

base classes — bpy_struct, Panel

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

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

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

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

classmethod remove(draw_func)

Remove a draw function that has been added to this menu

Inherited Properties

Inherited Functions

Previous topic

IMAGE_UV_sculpt(Panel)

Next topic

Image(ID)