|
Blender
V2.59
|
Public Attributes | |
| struct UndoImageTile * | next |
| struct UndoImageTile * | prev |
| char | idname [MAX_ID_NAME] |
| void * | rect |
| int | x |
| int | y |
Definition at line 354 of file paint_image.c.
| char UndoImageTile::idname[MAX_ID_NAME] |
Definition at line 357 of file paint_image.c.
Referenced by image_undo_push_tile(), and image_undo_restore().
| struct UndoImageTile* UndoImageTile::next |
Definition at line 355 of file paint_image.c.
Referenced by image_undo_free(), image_undo_push_tile(), and image_undo_restore().
| struct UndoImageTile * UndoImageTile::prev |
Definition at line 355 of file paint_image.c.
| void* UndoImageTile::rect |
Definition at line 359 of file paint_image.c.
Referenced by image_undo_free(), image_undo_push_tile(), and undo_copy_tile().
| int UndoImageTile::x |
Definition at line 360 of file paint_image.c.
Referenced by image_undo_push_tile(), project_face_pixel(), project_paint_face_init(), project_paint_PickColor(), undo_copy_tile(), Vec2Lenf_nosqrt(), and Vec2Lenf_nosqrt_other().
| int UndoImageTile::y |
Definition at line 360 of file paint_image.c.
Referenced by image_undo_push_tile(), project_face_pixel(), project_paint_face_init(), project_paint_PickColor(), undo_copy_tile(), Vec2Lenf_nosqrt(), and Vec2Lenf_nosqrt_other().