Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2016-07-27 13:22:38 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2016-07-27 13:22:38 +0300
commit522ad146a03fe5e79af93f41e171f2c6932e3af7 (patch)
tree370252b388ab0b14231f1e587e2317264fa89da5 /source/blender/editors/space_view3d
parenta3d9b2736faa6ba213309ff5f089696b0d668534 (diff)
Removed deprecated modifier settings for static hair effects.
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/drawstrands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_view3d/drawstrands.c b/source/blender/editors/space_view3d/drawstrands.c
index 4cab9e43573..b7932db18e1 100644
--- a/source/blender/editors/space_view3d/drawstrands.c
+++ b/source/blender/editors/space_view3d/drawstrands.c
@@ -97,8 +97,6 @@ static void bind_strands_shader(GPUStrandsShader *shader, RegionView3D *rv3d,
GPU_strand_shader_bind_uniforms(shader, ob->obmat, rv3d->viewmat);
GPU_strand_shader_bind(shader, rv3d->viewmat, rv3d->viewinv,
smd->ribbon_width,
- smd->clump_thickness, smd->clump_shape,
- smd->curl_thickness, smd->curl_shape, smd->curl_radius, smd->curl_length,
debug_value, smd->debug_scale);
}