added sharp edge theme color
This commit is contained in:
@@ -171,6 +171,7 @@ static PyObject *ThemeSpace_getAttr( BPy_ThemeSpace * self, char *name )
|
||||
ELSEIF_TSP_RGBA( edge )
|
||||
ELSEIF_TSP_RGBA( edge_select )
|
||||
ELSEIF_TSP_RGBA( edge_seam )
|
||||
ELSEIF_TSP_RGBA( edge_sharp )
|
||||
ELSEIF_TSP_RGBA( edge_facesel )
|
||||
ELSEIF_TSP_RGBA( face )
|
||||
ELSEIF_TSP_RGBA( face_select )
|
||||
@@ -198,13 +199,13 @@ static PyObject *ThemeSpace_getAttr( BPy_ThemeSpace * self, char *name )
|
||||
else if( !strcmp( name, "facedot_size" ) )
|
||||
attrib = Py_BuildValue( "i", tsp->facedot_size );
|
||||
else if( !strcmp( name, "__members__" ) )
|
||||
attrib = Py_BuildValue("[ssssssssssssssssssssssssssssssssssssssssssssss]", "theme",
|
||||
attrib = Py_BuildValue("[sssssssssssssssssssssssssssssssssssssssssssssss]", "theme",
|
||||
"back", "text", "text_hi", "header",
|
||||
"panel", "shade1", "shade2", "hilite",
|
||||
"grid", "wire", "select", "lamp", "active",
|
||||
"group", "group_active",
|
||||
"transform", "vertex", "vertex_select",
|
||||
"edge", "edge_select", "edge_seam",
|
||||
"edge", "edge_select", "edge_seam", "edge_sharp",
|
||||
"edge_facesel", "face", "face_select",
|
||||
"face_dot", "normal", "bone_solid", "bone_pose",
|
||||
"strip", "strip_select",
|
||||
@@ -249,6 +250,7 @@ static int ThemeSpace_setAttr( BPy_ThemeSpace * self, char *name,
|
||||
ELSEIF_TSP_RGBA( edge )
|
||||
ELSEIF_TSP_RGBA( edge_select )
|
||||
ELSEIF_TSP_RGBA( edge_seam )
|
||||
ELSEIF_TSP_RGBA( edge_sharp )
|
||||
ELSEIF_TSP_RGBA( edge_facesel )
|
||||
ELSEIF_TSP_RGBA( face )
|
||||
ELSEIF_TSP_RGBA( face_select )
|
||||
|
||||
Reference in New Issue
Block a user