|
Blender
V3.3
|
#include <DNA_image_types.h>
Public Attributes | |
| struct ImageAnim * | next |
| struct ImageAnim * | prev |
| struct anim * | anim |
Definition at line 51 of file DNA_image_types.h.
| struct anim* ImageAnim::anim |
Definition at line 53 of file DNA_image_types.h.
Referenced by image_free_anims(), and load_movie_single().
| struct ImageAnim* ImageAnim::next |
Definition at line 52 of file DNA_image_types.h.
| struct ImageAnim * ImageAnim::prev |
Definition at line 52 of file DNA_image_types.h.