Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/movieclip.c
| Show First 20 Lines • Show All 356 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_MC = { | ||||
| .foreach_cache = movie_clip_foreach_cache, | .foreach_cache = movie_clip_foreach_cache, | ||||
| .blend_write = movieclip_blend_write, | .blend_write = movieclip_blend_write, | ||||
| .blend_read_data = movieclip_blend_read_data, | .blend_read_data = movieclip_blend_read_data, | ||||
| .blend_read_lib = movieclip_blend_read_lib, | .blend_read_lib = movieclip_blend_read_lib, | ||||
| .blend_read_expand = NULL, | .blend_read_expand = NULL, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| /*********************** movieclip buffer loaders *************************/ | /*********************** movieclip buffer loaders *************************/ | ||||
| static int sequence_guess_offset(const char *full_name, int head_len, unsigned short numlen) | static int sequence_guess_offset(const char *full_name, int head_len, unsigned short numlen) | ||||
| { | { | ||||
| char num[FILE_MAX] = {0}; | char num[FILE_MAX] = {0}; | ||||
| ▲ Show 20 Lines • Show All 1,773 Lines • Show Last 20 Lines | |||||