Blender V4.5
SubDParams Struct Reference

Classes

struct  [struct].shape_info

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  shape_info

Detailed Description

Definition at line 30 of file bmo_subdivide.cc.

Member Data Documentation

◆ along_normal

float SubDParams::along_normal

Definition at line 35 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ fractal

float SubDParams::fractal

Definition at line 34 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ fractal_ofs

float SubDParams::fractal_ofs[3]

Definition at line 45 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ numcuts

◆ op

BMOperator* SubDParams::op

Definition at line 42 of file bmo_subdivide.cc.

Referenced by bmo_bisect_edges_exec(), and bmo_subdivide_edges_exec().

◆ seed

int SubDParams::seed

Definition at line 41 of file bmo_subdivide.cc.

Referenced by bmo_subdivide_edges_exec().

◆ shape_info

◆ slot_custom_patterns

BMOpSlot* SubDParams::slot_custom_patterns

Definition at line 44 of file bmo_subdivide.cc.

Referenced by bmo_subdivide_edges_exec().

◆ slot_edge_percents

BMOpSlot* SubDParams::slot_edge_percents

◆ smooth

float SubDParams::smooth

Definition at line 32 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ smooth_falloff

int SubDParams::smooth_falloff

Definition at line 33 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ use_fractal

bool SubDParams::use_fractal

Definition at line 40 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ use_smooth

bool SubDParams::use_smooth

Definition at line 37 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ use_smooth_even

bool SubDParams::use_smooth_even

Definition at line 38 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().

◆ use_sphere

bool SubDParams::use_sphere

Definition at line 39 of file bmo_subdivide.cc.

Referenced by alter_co(), and bmo_subdivide_edges_exec().


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