Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/camera.c
| Show First 20 Lines • Show All 197 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_CA = { | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .blend_write = camera_blend_write, | .blend_write = camera_blend_write, | ||||
| .blend_read_data = camera_blend_read_data, | .blend_read_data = camera_blend_read_data, | ||||
| .blend_read_lib = camera_blend_read_lib, | .blend_read_lib = camera_blend_read_lib, | ||||
| .blend_read_expand = camera_blend_read_expand, | .blend_read_expand = camera_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Camera Usage | /** \name Camera Usage | ||||
| * \{ */ | * \{ */ | ||||
| ▲ Show 20 Lines • Show All 950 Lines • Show Last 20 Lines | |||||