![]() |
Blender V2.61 - r43446
|
#include <sculpt_intern.h>
Public Attributes | |
| struct SculptUndoNode * | next |
| struct SculptUndoNode * | prev |
| char | idname [MAX_ID_NAME] |
| void * | node |
| float(* | co )[3] |
| float(* | orig_co )[3] |
| short(* | no )[3] |
| int | totvert |
| int | maxvert |
| int * | index |
| int | maxgrid |
| int | gridsize |
| int | totgrid |
| int * | grids |
| float * | layer_disp |
| char | shapeName [sizeof(((KeyBlock *) 0))->name] |
Definition at line 80 of file sculpt_intern.h.
| float(* SculptUndoNode::co)[3] |
Definition at line 86 of file sculpt_intern.h.
Referenced by calc_area_normal(), calc_area_normal_and_flatten_center(), calc_flatten_center(), do_grab_brush(), do_layer_brush(), do_rotate_brush(), do_thumb_brush(), sculpt_combine_proxies(), sculpt_raycast_cb(), sculpt_restore_deformed(), sculpt_restore_mesh(), sculpt_undo_free(), sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 99 of file sculpt_intern.h.
Referenced by sculpt_undo_free(), sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 97 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
| char SculptUndoNode::idname[MAX_ID_NAME] |
Definition at line 83 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 93 of file sculpt_intern.h.
Referenced by sculpt_undo_free(), sculpt_undo_push_node(), and sculpt_undo_restore().
| float* SculptUndoNode::layer_disp |
Definition at line 102 of file sculpt_intern.h.
Referenced by do_layer_brush(), sculpt_undo_free(), and sculpt_undo_push_end().
Definition at line 96 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 92 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
| struct SculptUndoNode* SculptUndoNode::next |
Definition at line 81 of file sculpt_intern.h.
Referenced by sculpt_undo_free(), sculpt_undo_get_node(), sculpt_undo_push_end(), and sculpt_undo_restore().
| short(* SculptUndoNode::no)[3] |
Definition at line 88 of file sculpt_intern.h.
Referenced by calc_area_normal(), calc_area_normal_and_flatten_center(), do_grab_brush(), do_rotate_brush(), do_thumb_brush(), sculpt_restore_mesh(), sculpt_undo_free(), sculpt_undo_push_end(), and sculpt_undo_push_node().
| void* SculptUndoNode::node |
Definition at line 84 of file sculpt_intern.h.
Referenced by sculpt_undo_get_node(), and sculpt_undo_push_node().
| float(* SculptUndoNode::orig_co)[3] |
Definition at line 87 of file sculpt_intern.h.
Referenced by sculpt_restore_deformed(), sculpt_undo_free(), sculpt_undo_push_node(), and sculpt_undo_restore().
| struct SculptUndoNode * SculptUndoNode::prev |
Definition at line 81 of file sculpt_intern.h.
| char SculptUndoNode::shapeName[sizeof(((KeyBlock *) 0))->name] |
Definition at line 105 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 98 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 89 of file sculpt_intern.h.
Referenced by do_layer_brush(), sculpt_undo_push_node(), and sculpt_undo_restore().