Blender
V3.3
|
#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 |
Stats for Meshes.
Definition at line 1337 of file DNA_scene_types.h.
char MeshStatVis::_pad1[2] |
Definition at line 1339 of file DNA_scene_types.h.
char MeshStatVis::_pad2[3] |
Definition at line 1348 of file DNA_scene_types.h.
float MeshStatVis::distort_max |
Definition at line 1351 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_distort().
float MeshStatVis::distort_min |
Definition at line 1351 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_distort().
char MeshStatVis::overhang_axis |
Definition at line 1342 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_overhang().
float MeshStatVis::overhang_max |
Definition at line 1343 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_overhang().
float MeshStatVis::overhang_min |
Definition at line 1343 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_overhang().
float MeshStatVis::sharp_max |
Definition at line 1354 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_sharp().
float MeshStatVis::sharp_min |
Definition at line 1354 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_sharp().
float MeshStatVis::thickness_max |
Definition at line 1346 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_thickness().
float MeshStatVis::thickness_min |
Definition at line 1346 of file DNA_scene_types.h.
Referenced by blender::draw::statvis_calc_thickness().
char MeshStatVis::thickness_samples |
Definition at line 1347 of file DNA_scene_types.h.
Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_thickness().
char MeshStatVis::type |
Definition at line 1338 of file DNA_scene_types.h.
Referenced by blender::draw::extract_analysis_iter_finish_mesh().