|
Blender V4.3
|
Public Attributes | |
| LineartData * | ld |
| Mesh * | mesh |
| Object * | ob_eval |
| blender::Span< int > | material_indices |
| blender::Span< blender::int2 > | edges |
| blender::Span< int > | corner_verts |
| blender::Span< int > | corner_edges |
| blender::Span< int3 > | corner_tris |
| blender::Span< int > | tri_faces |
| LineartTriangle * | tri_array |
| blender::VArray< bool > | sharp_edges |
| blender::VArray< bool > | sharp_faces |
| LineartVert * | v_array |
| float | crease_threshold |
| bool | use_auto_smooth |
| bool | use_freestyle_face |
| int | freestyle_face_index |
| bool | use_freestyle_edge |
| int | freestyle_edge_index |
| LineartEdgeNeighbor * | edge_nabr |
Definition at line 1491 of file lineart_cpu.cc.
| blender::Span<int> EdgeFeatData::corner_edges |
Definition at line 1498 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| blender::Span<int3> EdgeFeatData::corner_tris |
Definition at line 1499 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| blender::Span<int> EdgeFeatData::corner_verts |
Definition at line 1497 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| float EdgeFeatData::crease_threshold |
Definition at line 1505 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| LineartEdgeNeighbor* EdgeFeatData::edge_nabr |
Definition at line 1511 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| blender::Span<blender::int2> EdgeFeatData::edges |
Definition at line 1496 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| int EdgeFeatData::freestyle_edge_index |
Definition at line 1510 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| int EdgeFeatData::freestyle_face_index |
Definition at line 1508 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| LineartData* EdgeFeatData::ld |
Definition at line 1492 of file lineart_cpu.cc.
Referenced by lineart_geometry_object_load(), and lineart_identify_corner_tri_feature_edges().
| blender::Span<int> EdgeFeatData::material_indices |
Definition at line 1495 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| Mesh* EdgeFeatData::mesh |
Definition at line 1493 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| Object* EdgeFeatData::ob_eval |
Definition at line 1494 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| blender::VArray<bool> EdgeFeatData::sharp_edges |
Definition at line 1502 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| blender::VArray<bool> EdgeFeatData::sharp_faces |
Definition at line 1503 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| LineartTriangle* EdgeFeatData::tri_array |
Definition at line 1501 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| blender::Span<int> EdgeFeatData::tri_faces |
Definition at line 1500 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| bool EdgeFeatData::use_auto_smooth |
Definition at line 1506 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| bool EdgeFeatData::use_freestyle_edge |
Definition at line 1509 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| bool EdgeFeatData::use_freestyle_face |
Definition at line 1507 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().
| LineartVert* EdgeFeatData::v_array |
Definition at line 1504 of file lineart_cpu.cc.
Referenced by lineart_identify_corner_tri_feature_edges().