|
Blender V4.3
|
Public Attributes | |
| blender::Array< blender::float3 > | vert_positions |
| blender::Array< blender::float3 > | vert_normals |
| bool | use_update |
| blender::Array< float > | dists_sq |
| Object * | ob |
| Scene * | scene |
Definition at line 32 of file paint_vertex_proj.cc.
| blender::Array<float> VertProjHandle::dists_sq |
Definition at line 39 of file paint_vertex_proj.cc.
Referenced by ED_vpaint_proj_handle_create(), vpaint_proj_dm_map_cosnos_update(), and vpaint_proj_dm_map_cosnos_update__map_cb().
| Object* VertProjHandle::ob |
Definition at line 41 of file paint_vertex_proj.cc.
Referenced by ED_vpaint_proj_handle_create(), and vpaint_proj_dm_map_cosnos_update().
| Scene* VertProjHandle::scene |
Definition at line 42 of file paint_vertex_proj.cc.
Referenced by ED_vpaint_proj_handle_create().
| bool VertProjHandle::use_update |
Definition at line 36 of file paint_vertex_proj.cc.
Referenced by ED_vpaint_proj_handle_create(), ED_vpaint_proj_handle_update(), and vpaint_proj_dm_map_cosnos_init__map_cb().
| blender::Array<blender::float3> VertProjHandle::vert_normals |
Definition at line 34 of file paint_vertex_proj.cc.
Referenced by ED_vpaint_proj_handle_create(), vpaint_proj_dm_map_cosnos_init(), vpaint_proj_dm_map_cosnos_init__map_cb(), and vpaint_proj_dm_map_cosnos_update__map_cb().
| blender::Array<blender::float3> VertProjHandle::vert_positions |
Definition at line 33 of file paint_vertex_proj.cc.
Referenced by ED_vpaint_proj_handle_create(), vpaint_proj_dm_map_cosnos_init__map_cb(), and vpaint_proj_dm_map_cosnos_update__map_cb().