|
Blender
V2.59
|
#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 82 of file sculpt_intern.h.
| float(* SculptUndoNode::co)[3] |
Definition at line 88 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 101 of file sculpt_intern.h.
Referenced by sculpt_undo_free(), sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 99 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
| char SculptUndoNode::idname[MAX_ID_NAME] |
Definition at line 85 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 95 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 104 of file sculpt_intern.h.
Referenced by do_layer_brush(), sculpt_undo_free(), and sculpt_undo_push_end().
Definition at line 98 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 94 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
| struct SculptUndoNode* SculptUndoNode::next |
Definition at line 83 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 90 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 86 of file sculpt_intern.h.
Referenced by sculpt_undo_get_node(), and sculpt_undo_push_node().
| float(* SculptUndoNode::orig_co)[3] |
Definition at line 89 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 83 of file sculpt_intern.h.
| char SculptUndoNode::shapeName[sizeof(((KeyBlock *) 0))->name] |
Definition at line 107 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 100 of file sculpt_intern.h.
Referenced by sculpt_undo_push_node(), and sculpt_undo_restore().
Definition at line 91 of file sculpt_intern.h.
Referenced by do_layer_brush(), sculpt_undo_push_node(), and sculpt_undo_restore().