Blender  V3.3
Public Attributes | List of all members
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 1337 of file DNA_scene_types.h.

Member Data Documentation

◆ _pad1

char MeshStatVis::_pad1[2]

Definition at line 1339 of file DNA_scene_types.h.

◆ _pad2

char MeshStatVis::_pad2[3]

Definition at line 1348 of file DNA_scene_types.h.

◆ distort_max

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().

◆ distort_min

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().

◆ 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 1354 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 1354 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 1346 of file DNA_scene_types.h.

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

◆ thickness_samples

char MeshStatVis::thickness_samples

◆ type

char MeshStatVis::type

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