Blender  V2.93
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 37 of file bmo_subdivide.c.

Member Data Documentation

◆ along_normal

float SubDParams::along_normal

Definition at line 42 of file bmo_subdivide.c.

◆ cd_vert_shape_offset

int SubDParams::cd_vert_shape_offset

Definition at line 56 of file bmo_subdivide.c.

◆ cd_vert_shape_offset_tmp

int SubDParams::cd_vert_shape_offset_tmp

Definition at line 57 of file bmo_subdivide.c.

◆ fractal

float SubDParams::fractal

Definition at line 41 of file bmo_subdivide.c.

◆ fractal_ofs

float SubDParams::fractal_ofs[3]

Definition at line 52 of file bmo_subdivide.c.

◆ numcuts

int SubDParams::numcuts

Definition at line 38 of file bmo_subdivide.c.

◆ op

BMOperator* SubDParams::op

Definition at line 49 of file bmo_subdivide.c.

◆ seed

int SubDParams::seed

Definition at line 48 of file bmo_subdivide.c.

◆ 

struct { ... } SubDParams::shape_info

◆ slot_custom_patterns

BMOpSlot* SubDParams::slot_custom_patterns

Definition at line 51 of file bmo_subdivide.c.

◆ slot_edge_percents

BMOpSlot* SubDParams::slot_edge_percents

Definition at line 50 of file bmo_subdivide.c.

◆ smooth

float SubDParams::smooth

Definition at line 39 of file bmo_subdivide.c.

◆ smooth_falloff

int SubDParams::smooth_falloff

Definition at line 40 of file bmo_subdivide.c.

◆ tmpkey

int SubDParams::tmpkey

Definition at line 61 of file bmo_subdivide.c.

◆ totlayer

int SubDParams::totlayer

Definition at line 58 of file bmo_subdivide.c.

◆ use_fractal

bool SubDParams::use_fractal

Definition at line 47 of file bmo_subdivide.c.

◆ use_smooth

bool SubDParams::use_smooth

Definition at line 44 of file bmo_subdivide.c.

◆ use_smooth_even

bool SubDParams::use_smooth_even

Definition at line 45 of file bmo_subdivide.c.

◆ use_sphere

bool SubDParams::use_sphere

Definition at line 46 of file bmo_subdivide.c.


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