Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/linestyle.c
| Show First 20 Lines • Show All 761 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_LS = { | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .blend_write = linestyle_blend_write, | .blend_write = linestyle_blend_write, | ||||
| .blend_read_data = linestyle_blend_read_data, | .blend_read_data = linestyle_blend_read_data, | ||||
| .blend_read_lib = linestyle_blend_read_lib, | .blend_read_lib = linestyle_blend_read_lib, | ||||
| .blend_read_expand = linestyle_blend_read_expand, | .blend_read_expand = linestyle_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| static const char *modifier_name[LS_MODIFIER_NUM] = { | static const char *modifier_name[LS_MODIFIER_NUM] = { | ||||
| NULL, | NULL, | ||||
| "Along Stroke", | "Along Stroke", | ||||
| "Distance from Camera", | "Distance from Camera", | ||||
| "Distance from Object", | "Distance from Object", | ||||
| "Material", | "Material", | ||||
| ▲ Show 20 Lines • Show All 1,310 Lines • Show Last 20 Lines | |||||