Blender Git Commit Log

Git Commits -> Revision bfdaa9a

Revision bfdaa9a by Dalai Felinto (master)
August 20, 2018, 17:07 (GMT)
Object constraint lines viewport drawing

The core logic of this implementation comes from the drawobject.c from 2.7x.
I'm using `ts.colorGridAxisZ` for its color because of the legacy code:

```
UI_GetThemeColor3ubv(TH_GRID, col1);
UI_make_axis_color(col1, col2, 'Z');
glColor3ubv(col2);
```

There is nothing stopping us from adding this to the theme though, as it should
have been the case to start with.

Commit Details:

Full Hash: bfdaa9a979890ec4c5a27055052b2798ad327da3
Parent Commit: 6cd3a67
Lines Changed: +78, -2

1 Modified Path:

/source/blender/draw/modes/object_mode.c (+78, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021