[Bf-blender-cvs] [9afad1de442] master: Fix compiler warning for deprecated variable use

Julian Eisel noreply at git.blender.org
Mon Jun 29 13:15:03 CEST 2020


Commit: 9afad1de442344fecfb65f371981f1a624de23a5
Author: Julian Eisel
Date:   Mon Jun 29 13:12:07 2020 +0200
Branches: master
https://developer.blender.org/rB9afad1de442344fecfb65f371981f1a624de23a5

Fix compiler warning for deprecated variable use

===================================================================

M	source/blender/makesdna/DNA_scene_defaults.h

===================================================================

diff --git a/source/blender/makesdna/DNA_scene_defaults.h b/source/blender/makesdna/DNA_scene_defaults.h
index 32975d10a89..fa69b6c7a8d 100644
--- a/source/blender/makesdna/DNA_scene_defaults.h
+++ b/source/blender/makesdna/DNA_scene_defaults.h
@@ -218,7 +218,6 @@
     .bloom_radius = 6.5f, \
     .bloom_clamp = 0.0f, \
  \
-    .motion_blur_samples = 8, \
     .motion_blur_shutter = 0.5f, \
     .motion_blur_depth_scale = 100.0f, \
     .motion_blur_max = 32, \



More information about the Bf-blender-cvs mailing list