|
Blender
V2.93
|
#include <DNA_scene_types.h>
Public Attributes | |
| char | type |
| char | _pad1 [2] |
| char | overhang_axis |
| float | overhang_min |
| float | overhang_max |
| float | thickness_min |
| float | thickness_max |
| char | thickness_samples |
| char | _pad2 [3] |
| float | distort_min |
| float | distort_max |
| float | sharp_min |
| float | sharp_max |
Definition at line 1313 of file DNA_scene_types.h.
| char MeshStatVis::_pad1[2] |
Definition at line 1315 of file DNA_scene_types.h.
| char MeshStatVis::_pad2[3] |
Definition at line 1324 of file DNA_scene_types.h.
| float MeshStatVis::distort_max |
Definition at line 1327 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_distort().
| float MeshStatVis::distort_min |
Definition at line 1327 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_distort().
| char MeshStatVis::overhang_axis |
Definition at line 1318 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_overhang().
| float MeshStatVis::overhang_max |
Definition at line 1319 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_overhang().
| float MeshStatVis::overhang_min |
Definition at line 1319 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_overhang().
| float MeshStatVis::sharp_max |
Definition at line 1330 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_sharp().
| float MeshStatVis::sharp_min |
Definition at line 1330 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_sharp().
| float MeshStatVis::thickness_max |
Definition at line 1322 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_thickness().
| float MeshStatVis::thickness_min |
Definition at line 1322 of file DNA_scene_types.h.
Referenced by statvis_calc_thickness().
| char MeshStatVis::thickness_samples |
Definition at line 1323 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and statvis_calc_thickness().
| char MeshStatVis::type |
Definition at line 1314 of file DNA_scene_types.h.
Referenced by extract_mesh_analysis_finish().