[Bf-blender-cvs] [630a7e73bc8] master: Fix incorrect individual origins icon in clip editor.

Sebastian Koenig noreply at git.blender.org
Mon Jan 14 17:38:35 CET 2019


Commit: 630a7e73bc8acacdb3c73ef2b6b9768caf863cc9
Author: Sebastian Koenig
Date:   Mon Jan 14 17:35:29 2019 +0100
Branches: master
https://developer.blender.org/rB630a7e73bc8acacdb3c73ef2b6b9768caf863cc9

Fix incorrect individual origins icon in clip editor.

Differential Revision: https://developer.blender.org/D4020

===================================================================

M	source/blender/makesrna/intern/rna_space.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 2739f10c228..66729b53394 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -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"},



More information about the Bf-blender-cvs mailing list