Blender V2.61 - r43446
|
#include <DNA_scene_types.h>
Public Attributes | |
Paint | paint |
short | flag |
short | pad |
int | tot |
unsigned int * | vpaint_prev |
struct MDeformVert * | wpaint_prev |
void * | paintcursor |
Definition at line 787 of file DNA_scene_types.h.
short VPaint::flag |
Definition at line 790 of file DNA_scene_types.h.
Referenced by calc_vp_alpha_dl(), do_weight_paint_vertex(), new_vpaint(), vpaint_blend(), vpaint_paint_face(), vpaint_stroke_update_step(), wpaint_blend(), and wpaint_stroke_update_step().
short VPaint::pad |
Definition at line 790 of file DNA_scene_types.h.
Definition at line 788 of file DNA_scene_types.h.
Referenced by brush_vertex_tool_set_exec(), brush_weight_tool_set_exec(), calc_vp_strength_dl(), copy_scene(), lib_link_scene(), paint_get_active(), set_vpaint(), set_wpaint(), vpaint_blend(), vpaint_get_current_col(), vpaint_paint_face(), vpaint_stroke_update_step(), wpaint_blend(), and wpaint_stroke_update_step().
void* VPaint::paintcursor |
Definition at line 795 of file DNA_scene_types.h.
Referenced by copy_scene().
int VPaint::tot |
Definition at line 791 of file DNA_scene_types.h.
Referenced by copy_vpaint_prev(), and copy_wpaint_prev().
unsigned int* VPaint::vpaint_prev |
Definition at line 792 of file DNA_scene_types.h.
Referenced by copy_scene(), copy_vpaint_prev(), and vpaint_paint_face().
struct MDeformVert* VPaint::wpaint_prev |
Definition at line 793 of file DNA_scene_types.h.
Referenced by copy_scene(), copy_wpaint_prev(), do_weight_paint_vertex(), and wpaint_fill().