rename image paint_image_2d to lowercase (as we have for view2d).
This commit is contained in:
@@ -42,7 +42,7 @@ set(SRC
|
||||
paint_cursor.c
|
||||
paint_hide.c
|
||||
paint_image.c
|
||||
paint_image_2D.c
|
||||
paint_image_2d.c
|
||||
paint_mask.c
|
||||
paint_ops.c
|
||||
paint_stroke.c
|
||||
|
@@ -3921,7 +3921,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
|
||||
prop= RNA_def_property(srna, "use_bake_to_vertex_color", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, NULL, "bake_flag", R_BAKE_VCOL);
|
||||
RNA_def_property_ui_text(prop, "Bake to Vertex Colour",
|
||||
"Bake to vertex colors instead of to a UV-mapped image.");
|
||||
"Bake to vertex colors instead of to a UV-mapped image");
|
||||
RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
|
||||
|
||||
/* stamp */
|
||||
|
Reference in New Issue
Block a user