- added color for constraint dashed line
This commit is contained in:
@@ -3704,6 +3704,11 @@ void draw_object(Base *base)
|
||||
if (list){
|
||||
bConstraint *curcon;
|
||||
float size[3], tmat[4][4];
|
||||
char col[4], col2[4];
|
||||
|
||||
BIF_GetThemeColor3ubv(TH_GRID, col);
|
||||
make_axis_color(col, col2, 'z');
|
||||
glColor3ubv(col2);
|
||||
|
||||
for (curcon = list->first; curcon; curcon=curcon->next){
|
||||
if ((curcon->flag & CONSTRAINT_EXPAND)&&(curcon->type!=CONSTRAINT_TYPE_NULL)){
|
||||
|
Reference in New Issue
Block a user