3D View: use 3px dashed relationship line
Seems this was accidentally doubled from 2.7x?
This commit is contained in:
@@ -254,7 +254,7 @@ DRWShadingGroup *shgroup_dynlines_dashed_uniform_color(DRWPass *pass, float colo
|
||||
{
|
||||
GPUShader *sh = GPU_shader_get_builtin_shader(GPU_SHADER_3D_LINE_DASHED_UNIFORM_COLOR);
|
||||
|
||||
static float dash_width = 12.0f;
|
||||
static float dash_width = 6.0f;
|
||||
static float dash_factor = 0.5f;
|
||||
DRWShadingGroup *grp = DRW_shgroup_line_batch_create(sh, pass);
|
||||
DRW_shgroup_uniform_vec4(grp, "color", color, 1);
|
||||
|
||||
Reference in New Issue
Block a user