|
Blender V5.0
|
Public Attributes | |
| Object * | object |
| float3 | ray_start |
| float3 | ray_normal |
| bool | hit |
| float | depth |
| float | dist_sq_to_ray |
| bool | is_mid_stroke |
| bool | use_original |
| Span< float3 > | vert_positions |
| OffsetIndices< int > | faces |
| Span< int > | corner_verts |
| Span< int3 > | corner_tris |
| VArraySpan< bool > | hide_poly |
| const SubdivCCG * | subdiv_ccg |
Definition at line 2818 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| Span<int> blender::ed::sculpt_paint::FindNearestToRayData::corner_verts |
Definition at line 2817 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| float blender::ed::sculpt_paint::FindNearestToRayData::depth |
Definition at line 2811 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| float blender::ed::sculpt_paint::FindNearestToRayData::dist_sq_to_ray |
Definition at line 2812 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| OffsetIndices<int> blender::ed::sculpt_paint::FindNearestToRayData::faces |
Definition at line 2816 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| VArraySpan<bool> blender::ed::sculpt_paint::FindNearestToRayData::hide_poly |
Definition at line 2819 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| bool blender::ed::sculpt_paint::FindNearestToRayData::hit |
Definition at line 2810 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| bool blender::ed::sculpt_paint::FindNearestToRayData::is_mid_stroke |
Definition at line 2813 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| Object* blender::ed::sculpt_paint::FindNearestToRayData::object |
Definition at line 2807 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| float3 blender::ed::sculpt_paint::FindNearestToRayData::ray_normal |
Definition at line 2809 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| float3 blender::ed::sculpt_paint::FindNearestToRayData::ray_start |
Definition at line 2808 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| const SubdivCCG* blender::ed::sculpt_paint::FindNearestToRayData::subdiv_ccg |
Definition at line 2821 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
| bool blender::ed::sculpt_paint::FindNearestToRayData::use_original |
Definition at line 2814 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().
Definition at line 2815 of file sculpt.cc.
Referenced by blender::ed::sculpt_paint::sculpt_find_nearest_to_ray_cb(), and blender::ed::sculpt_paint::stroke_get_location_bvh_ex().