|
Blender V4.3
|
#include <ED_transverts.hh>
Public Attributes | |
| float * | loc |
| float | oldloc [3] |
| float | maploc [3] |
| float | normal [3] |
| int | flag |
Definition at line 14 of file ED_transverts.hh.
| int TransVert::flag |
Definition at line 18 of file ED_transverts.hh.
Referenced by ED_transverts_create_from_obedit(), ED_view3d_minmax_verts(), blender::ed::object::object_rand_transverts(), set_mapped_co(), and blender::ed::curves::transverts_from_curves_positions_create().
| float* TransVert::loc |
Definition at line 15 of file ED_transverts.hh.
Referenced by ED_transverts_create_from_obedit(), ED_transverts_update_obedit(), ED_view3d_minmax_verts(), blender::ed::object::object_rand_transverts(), blender::ed::object::object_warp_transverts(), blender::ed::object::object_warp_transverts_minmax_x(), snap_curs_to_sel_ex(), snap_sel_to_grid_exec(), snap_selected_to_location(), and blender::ed::curves::transverts_from_curves_positions_create().
| float TransVert::maploc[3] |
Definition at line 16 of file ED_transverts.hh.
Referenced by ED_view3d_minmax_verts(), and set_mapped_co().
| float TransVert::normal[3] |
Definition at line 17 of file ED_transverts.hh.
Referenced by ED_transverts_create_from_obedit(), and blender::ed::object::object_rand_transverts().
| float TransVert::oldloc[3] |
Definition at line 16 of file ED_transverts.hh.
Referenced by ED_transverts_create_from_obedit(), ED_transverts_update_obedit(), and blender::ed::curves::transverts_from_curves_positions_create().