Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/brush.c
| Show First 20 Lines • Show All 414 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_BR = { | ||||
| .flags = IDTYPE_FLAGS_NO_ANIMDATA, | .flags = IDTYPE_FLAGS_NO_ANIMDATA, | ||||
| .init_data = brush_init_data, | .init_data = brush_init_data, | ||||
| .copy_data = brush_copy_data, | .copy_data = brush_copy_data, | ||||
| .free_data = brush_free_data, | .free_data = brush_free_data, | ||||
| .make_local = brush_make_local, | .make_local = brush_make_local, | ||||
| .foreach_id = brush_foreach_id, | .foreach_id = brush_foreach_id, | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .foreach_external_file = NULL, | |||||
| .owner_get = NULL, | .owner_get = NULL, | ||||
| .blend_write = brush_blend_write, | .blend_write = brush_blend_write, | ||||
| .blend_read_data = brush_blend_read_data, | .blend_read_data = brush_blend_read_data, | ||||
| .blend_read_lib = brush_blend_read_lib, | .blend_read_lib = brush_blend_read_lib, | ||||
| .blend_read_expand = brush_blend_read_expand, | .blend_read_expand = brush_blend_read_expand, | ||||
| .blend_read_undo_preserve = brush_undo_preserve, | .blend_read_undo_preserve = brush_undo_preserve, | ||||
| ▲ Show 20 Lines • Show All 2,126 Lines • Show Last 20 Lines | |||||