|
Blender
V2.93
|
#include <sculpt_intern.h>
Public Attributes | |
| struct BMLog * | bm_log |
| struct SculptUndoNode * | unode |
| float(* | coords )[3] |
| short(* | normals )[3] |
| const float * | vmasks |
| float(* | colors )[4] |
| const float * | co |
| const short * | no |
| float | mask |
| const float * | col |
Definition at line 223 of file sculpt_intern.h.
| struct BMLog* SculptOrigVertData::bm_log |
Definition at line 224 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| const float* SculptOrigVertData::co |
Definition at line 233 of file sculpt_intern.h.
Referenced by do_boundary_brush_bend_task_cb_ex(), do_boundary_brush_grab_task_cb_ex(), do_boundary_brush_inflate_task_cb_ex(), do_boundary_brush_slide_task_cb_ex(), do_boundary_brush_smooth_task_cb_ex(), do_boundary_brush_twist_task_cb_ex(), do_draw_sharp_brush_task_cb_ex(), do_elastic_deform_brush_task_cb_ex(), do_grab_brush_task_cb_ex(), do_layer_brush_task_cb_ex(), do_pose_brush_task_cb_ex(), do_rotate_brush_task_cb_ex(), do_thumb_brush_task_cb_ex(), do_topology_relax_task_cb_ex(), do_topology_slide_task_cb_ex(), mesh_filter_task_cb(), paint_mesh_restore_co_task_cb(), SCULPT_do_surface_smooth_brush_laplacian_task_cb_ex(), SCULPT_orig_vert_data_update(), and sculpt_transform_task_cb().
| const float* SculptOrigVertData::col |
Definition at line 236 of file sculpt_intern.h.
Referenced by color_filter_task_cb(), do_paint_brush_task_cb_ex(), paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().
| float(* SculptOrigVertData::colors)[4] |
Definition at line 230 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| float(* SculptOrigVertData::coords)[3] |
Definition at line 227 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| float SculptOrigVertData::mask |
Definition at line 235 of file sculpt_intern.h.
Referenced by paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().
| const short* SculptOrigVertData::no |
Definition at line 234 of file sculpt_intern.h.
Referenced by do_boundary_brush_inflate_task_cb_ex(), do_draw_sharp_brush_task_cb_ex(), do_grab_brush_task_cb_ex(), do_layer_brush_task_cb_ex(), do_rotate_brush_task_cb_ex(), do_thumb_brush_task_cb_ex(), do_topology_relax_task_cb_ex(), do_topology_slide_task_cb_ex(), mesh_filter_task_cb(), paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().
| short(* SculptOrigVertData::normals)[3] |
Definition at line 228 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| struct SculptUndoNode* SculptOrigVertData::unode |
Definition at line 226 of file sculpt_intern.h.
Referenced by paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().
| const float* SculptOrigVertData::vmasks |
Definition at line 229 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().