Blender  V3.3
Public Attributes | List of all members
SubDParams Struct Reference

Public Attributes

int numcuts
 
float smooth
 
int smooth_falloff
 
float fractal
 
float along_normal
 
bool use_smooth
 
bool use_smooth_even
 
bool use_sphere
 
bool use_fractal
 
int seed
 
BMOperatorop
 
BMOpSlotslot_edge_percents
 
BMOpSlotslot_custom_patterns
 
float fractal_ofs [3]
 
struct {
   int   cd_vert_shape_offset
 
   int   cd_vert_shape_offset_tmp
 
   int   totlayer
 
   int   tmpkey
 
shape_info
 

Detailed Description

Definition at line 23 of file bmo_subdivide.c.

Member Data Documentation

◆ along_normal

float SubDParams::along_normal

Definition at line 28 of file bmo_subdivide.c.

◆ cd_vert_shape_offset

int SubDParams::cd_vert_shape_offset

Definition at line 42 of file bmo_subdivide.c.

◆ cd_vert_shape_offset_tmp

int SubDParams::cd_vert_shape_offset_tmp

Definition at line 43 of file bmo_subdivide.c.

◆ fractal

float SubDParams::fractal

Definition at line 27 of file bmo_subdivide.c.

◆ fractal_ofs

float SubDParams::fractal_ofs[3]

Definition at line 38 of file bmo_subdivide.c.

◆ numcuts

int SubDParams::numcuts

Definition at line 24 of file bmo_subdivide.c.

◆ op

BMOperator* SubDParams::op

Definition at line 35 of file bmo_subdivide.c.

◆ seed

int SubDParams::seed

Definition at line 34 of file bmo_subdivide.c.

◆ 

struct { ... } SubDParams::shape_info

◆ slot_custom_patterns

BMOpSlot* SubDParams::slot_custom_patterns

Definition at line 37 of file bmo_subdivide.c.

◆ slot_edge_percents

BMOpSlot* SubDParams::slot_edge_percents

Definition at line 36 of file bmo_subdivide.c.

◆ smooth

float SubDParams::smooth

Definition at line 25 of file bmo_subdivide.c.

◆ smooth_falloff

int SubDParams::smooth_falloff

Definition at line 26 of file bmo_subdivide.c.

◆ tmpkey

int SubDParams::tmpkey

Definition at line 47 of file bmo_subdivide.c.

◆ totlayer

int SubDParams::totlayer

Definition at line 44 of file bmo_subdivide.c.

◆ use_fractal

bool SubDParams::use_fractal

Definition at line 33 of file bmo_subdivide.c.

◆ use_smooth

bool SubDParams::use_smooth

Definition at line 30 of file bmo_subdivide.c.

◆ use_smooth_even

bool SubDParams::use_smooth_even

Definition at line 31 of file bmo_subdivide.c.

◆ use_sphere

bool SubDParams::use_sphere

Definition at line 32 of file bmo_subdivide.c.


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