Blender  V2.93
Public Attributes | List of all members
StampData Struct Reference

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
 

Detailed Description

Definition at line 1942 of file image.c.

Member Data Documentation

◆ camera

char StampData::camera[STAMP_NAME_SIZE]

◆ cameralens

char StampData::cameralens[STAMP_NAME_SIZE]

◆ custom_fields

ListBase StampData::custom_fields

◆ date

char StampData::date[512]

◆ file

char StampData::file[512]

Definition at line 1943 of file image.c.

Referenced by BKE_image_stamp_buf(), stampdata(), and stampdata_from_template().

◆ frame

char StampData::frame[512]

◆ frame_range

char StampData::frame_range[512]

Definition at line 1949 of file image.c.

Referenced by BKE_stamp_info_callback(), and stampdata().

◆ hostname

char StampData::hostname[512]

◆ marker

char StampData::marker[512]

◆ memory

char StampData::memory[STAMP_NAME_SIZE]

◆ note

char StampData::note[512]

◆ rendertime

char StampData::rendertime[STAMP_NAME_SIZE]

◆ scene

char StampData::scene[STAMP_NAME_SIZE]

Definition at line 1952 of file image.c.

Referenced by BKE_image_stamp_buf(), stampdata(), and stampdata_from_template().

◆ strip

char StampData::strip[STAMP_NAME_SIZE]

◆ time

char StampData::time[512]

Definition at line 1947 of file image.c.

Referenced by BKE_image_stamp_buf(), stampdata(), and stampdata_from_template().


The documentation for this struct was generated from the following file: