Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d.py
| Context not available. | |||||
| layout.operator("paint.vertex_color_set") | layout.operator("paint.vertex_color_set") | ||||
| layout.operator("paint.vertex_color_smooth") | layout.operator("paint.vertex_color_smooth") | ||||
| layout.operator("paint.vertex_color_dirt") | layout.operator("paint.vertex_color_dirt") | ||||
| layout.operator("paint.vertex_color_invert", text="Invert") | |||||
| layout.operator("paint.vertex_color_levels", text="Levels") | |||||
| layout.operator("paint.vertex_color_huesat", text="Hue Saturation Value") | |||||
| layout.operator("paint.vertex_color_brightcontrast", text="Bright/Contrast") | |||||
| class VIEW3D_MT_hook(Menu): | class VIEW3D_MT_hook(Menu): | ||||
| Context not available. | |||||