Fix incorrect individual origins icon in clip editor.

Differential Revision: https://developer.blender.org/D4020
This commit is contained in:
Sebastian Koenig 2019-01-14 17:35:29 +01:00 committed by Brecht Van Lommel
parent de1d3e5f5f
commit 630a7e73bc
1 changed files with 1 additions and 1 deletions

View File

@ -4987,7 +4987,7 @@ static void rna_def_space_clip(BlenderRNA *brna)
{V3D_AROUND_CENTER_BOUNDS, "BOUNDING_BOX_CENTER", ICON_PIVOT_BOUNDBOX, "Bounding Box Center",
"Pivot around bounding box center of selected object(s)"},
{V3D_AROUND_CURSOR, "CURSOR", ICON_PIVOT_CURSOR, "2D Cursor", "Pivot around the 2D cursor"},
{V3D_AROUND_LOCAL_ORIGINS, "INDIVIDUAL_ORIGINS", ICON_CENTER_ONLY,
{V3D_AROUND_LOCAL_ORIGINS, "INDIVIDUAL_ORIGINS", ICON_PIVOT_INDIVIDUAL,
"Individual Origins", "Pivot around each object's own origin"},
{V3D_AROUND_CENTER_MEDIAN, "MEDIAN_POINT", ICON_PIVOT_MEDIAN, "Median Point",
"Pivot around the median point of selected objects"},