Changed roof preview colors and it's now transparent

Changed roof preview colors to the same as openings
This commit is contained in:
Andrej730
2023-04-11 17:30:51 +05:00
parent 5707d8245f
commit c20f9eaffd
@@ -31,9 +31,11 @@ green = (0.545, 0.863, 0, 1)
red = (1, 0.2, 0.322, 1)
blue = (0.157, 0.565, 1, 1)
grey = (0.2, 0.2, 0.2, 1)
blue = (0.157, 0.565, 1, 1)
blue_t = (0.157, 0.565, 1, 0.1)
faces_color = (0.494, 0.540, 0.593, 1)
preview_edges_color = (0.130, 0.141, 0.371, 1)
faces_color = blue_t
preview_edges_color = blue
def bm_check_vertex_in_groups(vertex, deform_layer, groups):