rename image paint_image_2d to lowercase (as we have for view2d).

This commit is contained in:
Campbell Barton
2013-01-02 01:36:36 +00:00
parent 4ab2fed9bb
commit ab156fba3b
3 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 */