doakey3 / VSE_Transform_Tools

Quickly transform, crop and fade video strips in Blender's Video Sequence Editor
GNU General Public License v3.0
223 stars 22 forks source link

Use the user's theme colors to draw X and Y axes #9

Closed NathanLovato closed 5 years ago

NathanLovato commented 5 years ago

Use the user's color preferences to draw axes instead of hard-coded colors. Adds utility functions to get theme colors and make them usable for drawing.

NathanLovato commented 5 years ago

Can I go ahead and replace other hard-coded colors with theme ones? The only thing is there are 4 colors for gizmos, yellow, light blue, dark green and red in the default theme. There's no equivalent of the snap's purple. There is no snap color in Blender in general, you just see that the selected object is snapping.

doakey3 commented 5 years ago

Looks good. Thanks.