|
Blender V4.3
|
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 | |
| BMOperator * | op | |
| BMOpSlot * | slot_edge_percents | |
| BMOpSlot * | slot_custom_patterns | |
| float | fractal_ofs [3] | |
| struct { | ||
| int cd_vert_shape_offset | ||
| int cd_vert_shape_offset_tmp | ||
| int totlayer | ||
| int tmpkey | ||
| } | shape_info | |
Definition at line 30 of file bmo_subdivide.cc.
| float SubDParams::along_normal |
Definition at line 35 of file bmo_subdivide.cc.
| int SubDParams::cd_vert_shape_offset |
Definition at line 49 of file bmo_subdivide.cc.
| int SubDParams::cd_vert_shape_offset_tmp |
Definition at line 50 of file bmo_subdivide.cc.
| float SubDParams::fractal |
Definition at line 34 of file bmo_subdivide.cc.
| float SubDParams::fractal_ofs[3] |
Definition at line 45 of file bmo_subdivide.cc.
| int SubDParams::numcuts |
Definition at line 31 of file bmo_subdivide.cc.
| BMOperator* SubDParams::op |
Definition at line 42 of file bmo_subdivide.cc.
| int SubDParams::seed |
Definition at line 41 of file bmo_subdivide.cc.
| struct { ... } SubDParams::shape_info |
| BMOpSlot* SubDParams::slot_custom_patterns |
Definition at line 44 of file bmo_subdivide.cc.
| BMOpSlot* SubDParams::slot_edge_percents |
Definition at line 43 of file bmo_subdivide.cc.
| float SubDParams::smooth |
Definition at line 32 of file bmo_subdivide.cc.
| int SubDParams::smooth_falloff |
Definition at line 33 of file bmo_subdivide.cc.
| int SubDParams::tmpkey |
Definition at line 54 of file bmo_subdivide.cc.
| int SubDParams::totlayer |
Definition at line 51 of file bmo_subdivide.cc.
| bool SubDParams::use_fractal |
Definition at line 40 of file bmo_subdivide.cc.
| bool SubDParams::use_smooth |
Definition at line 37 of file bmo_subdivide.cc.
| bool SubDParams::use_smooth_even |
Definition at line 38 of file bmo_subdivide.cc.
| bool SubDParams::use_sphere |
Definition at line 39 of file bmo_subdivide.cc.