![]() |
Blender V2.61 - r43446
|
#include <DNA_curve_types.h>
Public Attributes | |
| struct BevList * | next |
| struct BevList * | prev |
| int | nr |
| int | dupe_nr |
| short | poly |
| short | hole |
Definition at line 74 of file DNA_curve_types.h.
| int BevList::dupe_nr |
Definition at line 76 of file DNA_curve_types.h.
Referenced by makeBevelList().
| short BevList::hole |
Definition at line 77 of file DNA_curve_types.h.
Referenced by makeBevelList().
| struct BevList* BevList::next |
Definition at line 75 of file DNA_curve_types.h.
Referenced by do_makeDispListCurveTypes(), drawnurb(), and makeBevelList().
| int BevList::nr |
Definition at line 76 of file DNA_curve_types.h.
Referenced by bevel_list_apply_tilt(), bevel_list_calc_bisect(), bevel_list_cyclic_fix_3D(), bevel_list_flip_tangents(), bevel_list_smooth(), bevelinside(), calc_curvepath(), do_makeDispListCurveTypes(), drawnurb(), make_bevel_list_3D_minimum_twist(), make_bevel_list_3D_tangent(), make_bevel_list_3D_zup(), makeBevelList(), where_on_path(), and where_on_path_deform().
| short BevList::poly |
Definition at line 77 of file DNA_curve_types.h.
Referenced by bevel_list_smooth(), calc_curvepath(), do_makeDispListCurveTypes(), make_bevel_list_3D(), make_bevel_list_3D_minimum_twist(), make_bevel_list_3D_tangent(), makeBevelList(), where_on_path(), and where_on_path_deform().
| struct BevList * BevList::prev |
Definition at line 75 of file DNA_curve_types.h.