Blender V5.0
MeshStatVis Struct Reference

#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

Detailed Description

Stats for Meshes.

Definition at line 1606 of file DNA_scene_types.h.

Member Data Documentation

◆ _pad1

char MeshStatVis::_pad1[2]

Definition at line 1608 of file DNA_scene_types.h.

◆ _pad2

char MeshStatVis::_pad2[3]

Definition at line 1617 of file DNA_scene_types.h.

◆ distort_max

float MeshStatVis::distort_max

Definition at line 1620 of file DNA_scene_types.h.

Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_distort().

◆ distort_min

float MeshStatVis::distort_min

Definition at line 1620 of file DNA_scene_types.h.

Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_distort().

◆ overhang_axis

char MeshStatVis::overhang_axis

◆ overhang_max

float MeshStatVis::overhang_max

◆ overhang_min

float MeshStatVis::overhang_min

◆ sharp_max

float MeshStatVis::sharp_max

Definition at line 1623 of file DNA_scene_types.h.

Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_sharp().

◆ sharp_min

float MeshStatVis::sharp_min

Definition at line 1623 of file DNA_scene_types.h.

Referenced by blo_do_versions_260(), and blender::draw::statvis_calc_sharp().

◆ thickness_max

float MeshStatVis::thickness_max

◆ thickness_min

float MeshStatVis::thickness_min

Definition at line 1615 of file DNA_scene_types.h.

Referenced by blender::draw::statvis_calc_thickness().

◆ thickness_samples

char MeshStatVis::thickness_samples

◆ type

char MeshStatVis::type

Definition at line 1607 of file DNA_scene_types.h.

Referenced by blender::draw::extract_mesh_analysis().


The documentation for this struct was generated from the following file: