|
Blender
V3.3
|
#include <sculpt_intern.h>
Public Attributes | |
| struct BMLog * | bm_log |
| struct SculptUndoNode * | unode |
| float(* | coords )[3] |
| float(* | normals )[3] |
| const float * | vmasks |
| float(* | colors )[4] |
| const float * | co |
| const float * | no |
| float | mask |
| const float * | col |
Definition at line 77 of file sculpt_intern.h.
| struct BMLog* SculptOrigVertData::bm_log |
Definition at line 78 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| const float* SculptOrigVertData::co |
Definition at line 87 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_elastic_transform_task_cb(), SCULPT_orig_vert_data_update(), and sculpt_transform_task_cb().
| const float* SculptOrigVertData::col |
Definition at line 90 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 84 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| float(* SculptOrigVertData::coords)[3] |
Definition at line 81 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| float SculptOrigVertData::mask |
Definition at line 89 of file sculpt_intern.h.
Referenced by paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().
| const float* SculptOrigVertData::no |
Definition at line 88 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().
| float(* SculptOrigVertData::normals)[3] |
Definition at line 82 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().
| struct SculptUndoNode* SculptOrigVertData::unode |
Definition at line 80 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 83 of file sculpt_intern.h.
Referenced by SCULPT_orig_vert_data_update().