Blender V5.0
MetaBall Struct Reference

#include <DNA_meta_types.h>

Public Attributes

ID id
struct AnimDataadt
ListBase elems
ListBaseeditelems
struct Material ** mat
char flag
char flag2
short totcol
char texspace_flag
char _pad [2]
char needs_flush_to_id
float texspace_location [3]
float texspace_size [3]
float wiresize
float rendersize
float thresh
char _pad0 [4]
MetaElemlastelem

Detailed Description

Definition at line 48 of file DNA_meta_types.h.

Member Data Documentation

◆ _pad

char MetaBall::_pad[2]

Definition at line 69 of file DNA_meta_types.h.

◆ _pad0

char MetaBall::_pad0[4]

Definition at line 88 of file DNA_meta_types.h.

◆ adt

struct AnimData* MetaBall::adt

Definition at line 55 of file DNA_meta_types.h.

Referenced by acf_dsmball_setting_ptr().

◆ editelems

◆ elems

◆ flag

char MetaBall::flag

Flag is enum for updates, flag2 is bit-flags for settings.

Definition at line 65 of file DNA_meta_types.h.

Referenced by BKE_mball_polygonize(), and mball_data_properties_copy().

◆ flag2

char MetaBall::flag2

Definition at line 65 of file DNA_meta_types.h.

Referenced by acf_dsmball_setting_ptr().

◆ id

◆ lastelem

◆ mat

◆ needs_flush_to_id

char MetaBall::needs_flush_to_id

◆ rendersize

float MetaBall::rendersize

◆ texspace_flag

char MetaBall::texspace_flag

Used to store #MB_TEXTURE_FLAG_AUTO.

Definition at line 68 of file DNA_meta_types.h.

Referenced by BKE_object_obdata_texspace_get().

◆ texspace_location

float MetaBall::texspace_location[3]

◆ texspace_size

float MetaBall::texspace_size[3]

◆ thresh

float MetaBall::thresh

Definition at line 86 of file DNA_meta_types.h.

Referenced by BKE_mball_polygonize(), and mball_data_properties_copy().

◆ totcol

◆ wiresize

float MetaBall::wiresize

Display and render res.

Definition at line 81 of file DNA_meta_types.h.

Referenced by BKE_mball_polygonize(), ED_mball_add_primitive(), and mball_data_properties_copy().


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