Blender
V3.3
|
Public Attributes | |
char | file [512] |
char | note [512] |
char | date [512] |
char | marker [512] |
char | time [512] |
char | frame [512] |
char | frame_range [512] |
char | camera [STAMP_NAME_SIZE] |
char | cameralens [STAMP_NAME_SIZE] |
char | scene [STAMP_NAME_SIZE] |
char | strip [STAMP_NAME_SIZE] |
char | rendertime [STAMP_NAME_SIZE] |
char | memory [STAMP_NAME_SIZE] |
char | hostname [512] |
ListBase | custom_fields |
Definition at line 1585 of file source/blender/blenkernel/intern/image.cc.
char StampData::camera[STAMP_NAME_SIZE] |
Definition at line 1593 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), stampdata(), and stampdata_from_template().
char StampData::cameralens[STAMP_NAME_SIZE] |
Definition at line 1594 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
ListBase StampData::custom_fields |
Definition at line 1606 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_render_result_stamp_data(), BKE_stamp_data_copy(), BKE_stamp_data_free(), and BKE_stamp_info_callback().
char StampData::date[512] |
Definition at line 1588 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::file[512] |
Definition at line 1586 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), stampdata(), and stampdata_from_template().
char StampData::frame[512] |
Definition at line 1591 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::frame_range[512] |
Definition at line 1592 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::hostname[512] |
Definition at line 1599 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::marker[512] |
Definition at line 1589 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::memory[STAMP_NAME_SIZE] |
Definition at line 1598 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::note[512] |
Definition at line 1587 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::rendertime[STAMP_NAME_SIZE] |
Definition at line 1597 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::scene[STAMP_NAME_SIZE] |
Definition at line 1595 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), stampdata(), and stampdata_from_template().
char StampData::strip[STAMP_NAME_SIZE] |
Definition at line 1596 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), BKE_stamp_info_callback(), stampdata(), and stampdata_from_template().
char StampData::time[512] |
Definition at line 1590 of file source/blender/blenkernel/intern/image.cc.
Referenced by BKE_image_stamp_buf(), stampdata(), and stampdata_from_template().