|
Blender V5.0
|
Public Attributes | |
| KnotsMode | nurbs_knot_mode |
| int | order |
| int | resolution |
| char | cyclic |
Definition at line 113 of file view3d_buttons.cc.
| char CurvesDataPanelState::cyclic |
Definition at line 117 of file view3d_buttons.cc.
Referenced by handle_curves_cyclic(), and view3d_panel_curve_data().
| KnotsMode CurvesDataPanelState::nurbs_knot_mode |
Definition at line 114 of file view3d_buttons.cc.
Referenced by handle_curves_knot_mode(), and view3d_panel_curve_data().
| int CurvesDataPanelState::order |
Definition at line 115 of file view3d_buttons.cc.
Referenced by handle_curves_order(), and view3d_panel_curve_data().
| int CurvesDataPanelState::resolution |
Definition at line 116 of file view3d_buttons.cc.
Referenced by handle_curves_resolution(), and view3d_panel_curve_data().