Blender V2.61 - r43446
|
Public Attributes | |
struct UndoImageTile * | next |
struct UndoImageTile * | prev |
char | idname [MAX_ID_NAME] |
char | ibufname [IB_FILENAME_SIZE] |
void * | rect |
int | x |
int | y |
short | source |
short | use_float |
char | gen_type |
Definition at line 377 of file paint_image.c.
Definition at line 387 of file paint_image.c.
Referenced by image_undo_push_tile(), and image_undo_restore().
char UndoImageTile::ibufname[IB_FILENAME_SIZE] |
Definition at line 381 of file paint_image.c.
Referenced by image_undo_push_tile(), and image_undo_restore().
char UndoImageTile::idname[MAX_ID_NAME] |
Definition at line 380 of file paint_image.c.
Referenced by image_undo_push_tile(), and image_undo_restore().
struct UndoImageTile* UndoImageTile::next |
Definition at line 378 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 378 of file paint_image.c.
void* UndoImageTile::rect |
Definition at line 383 of file paint_image.c.
Referenced by image_undo_free(), image_undo_push_tile(), and undo_copy_tile().
short UndoImageTile::source |
Definition at line 386 of file paint_image.c.
Referenced by image_undo_push_tile(), and image_undo_restore().
short UndoImageTile::use_float |
Definition at line 386 of file paint_image.c.
Referenced by image_undo_push_tile(), and image_undo_restore().
int UndoImageTile::x |
Definition at line 384 of file paint_image.c.
Referenced by image_undo_push_tile(), len_squared_v2v2_alt(), project_face_pixel(), project_paint_face_init(), project_paint_PickColor(), and undo_copy_tile().
int UndoImageTile::y |
Definition at line 384 of file paint_image.c.
Referenced by image_undo_push_tile(), len_squared_v2v2_alt(), project_face_pixel(), project_paint_face_init(), project_paint_PickColor(), and undo_copy_tile().