Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_scene.c
| Show First 20 Lines • Show All 441 Lines • ▼ Show 20 Lines | const EnumPropertyItem rna_enum_bake_target_items[] = { | ||||
| {R_BAKE_TARGET_IMAGE_TEXTURES, | {R_BAKE_TARGET_IMAGE_TEXTURES, | ||||
| "IMAGE_TEXTURES", | "IMAGE_TEXTURES", | ||||
| 0, | 0, | ||||
| "Image Textures", | "Image Textures", | ||||
| "Bake to image data-blocks associated with active image texture nodes in materials"}, | "Bake to image data-blocks associated with active image texture nodes in materials"}, | ||||
| {R_BAKE_TARGET_VERTEX_COLORS, | {R_BAKE_TARGET_VERTEX_COLORS, | ||||
| "VERTEX_COLORS", | "VERTEX_COLORS", | ||||
| 0, | 0, | ||||
| "Color Attributes", | "Active Color Attribute", | ||||
| "Bake to active color attribute layer on meshes"}, | "Bake to the active color attribute on meshes"}, | ||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| }; | }; | ||||
| const EnumPropertyItem rna_enum_bake_save_mode_items[] = { | const EnumPropertyItem rna_enum_bake_save_mode_items[] = { | ||||
| {R_BAKE_SAVE_INTERNAL, | {R_BAKE_SAVE_INTERNAL, | ||||
| "INTERNAL", | "INTERNAL", | ||||
| 0, | 0, | ||||
| "Internal", | "Internal", | ||||
| ▲ Show 20 Lines • Show All 992 Lines • Show Last 20 Lines | |||||