reference to INDIVIDUAL_CENTERS causing error
This commit is contained in:
@@ -1316,7 +1316,7 @@ static void rna_def_space_graph(BlenderRNA *brna)
|
||||
static EnumPropertyItem gpivot_items[] = {
|
||||
{V3D_CENTER, "BOUNDING_BOX_CENTER", ICON_ROTATE, "Bounding Box Center", ""},
|
||||
{V3D_CURSOR, "CURSOR", ICON_CURSOR, "2D Cursor", ""},
|
||||
{V3D_LOCAL, "INDIVIDUAL_CENTERS", ICON_ROTATECOLLECTION, "Individual Centers", ""},
|
||||
{V3D_LOCAL, "INDIVIDUAL_ORIGINS", ICON_ROTATECOLLECTION, "Individual Centers", ""},
|
||||
//{V3D_CENTROID, "MEDIAN_POINT", 0, "Median Point", ""},
|
||||
//{V3D_ACTIVE, "ACTIVE_ELEMENT", 0, "Active Element", ""},
|
||||
{0, NULL, 0, NULL, NULL}};
|
||||
|
||||
Reference in New Issue
Block a user