Blender V4.3
MetaBall Struct Reference

#include <DNA_meta_types.h>

Public Attributes

ID id
 
struct AnimDataadt
 
ListBase elems
 
ListBaseeditelems
 
struct Ipo *ipo DNA_DEPRECATED
 
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 49 of file DNA_meta_types.h.

Member Data Documentation

◆ _pad

char MetaBall::_pad[2]

Definition at line 67 of file DNA_meta_types.h.

◆ _pad0

char MetaBall::_pad0[4]

Definition at line 86 of file DNA_meta_types.h.

◆ adt

struct AnimData* MetaBall::adt

◆ DNA_DEPRECATED

struct Ipo* ipo MetaBall::DNA_DEPRECATED

Old animation system, deprecated for 2.5.

Definition at line 57 of file DNA_meta_types.h.

◆ editelems

◆ elems

◆ flag

char MetaBall::flag

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

Definition at line 63 of file DNA_meta_types.h.

Referenced by BKE_mball_polygonize(), and mball_data_properties_copy().

◆ flag2

char MetaBall::flag2

Definition at line 63 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 66 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 84 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 79 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: