|
Blender V4.5
|
Public Attributes | |
| Object * | object |
| float3float3 | ray_start |
| float3float3 | ray_normal |
| bool | hit |
| float | depth |
| float | dist_sq_to_ray |
| bool | is_mid_stroke |
| bool | use_original |
| Span< float3float3 > | vert_positions |
| OffsetIndices< int > | faces |
| Span< int > | corner_verts |
| Span< int3int3 > | corner_tris |
| VArraySpan< bool > | hide_poly |
| const SubdivCCG * | subdiv_ccg |
Definition at line 2799 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 2798 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 2792 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 2793 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 2797 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 2800 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 2791 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 2794 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 2788 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 2790 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 2789 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 2802 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 2795 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 2796 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().