[Bf-blender-cvs] [53e95a982cd] master: Cleanup: remove unused Object.smoothresh

Campbell Barton noreply at git.blender.org
Tue Feb 19 00:10:02 CET 2019


Commit: 53e95a982cdb94483134d2252d1a19fa2592f67e
Author: Campbell Barton
Date:   Tue Feb 19 09:50:00 2019 +1100
Branches: master
https://developer.blender.org/rB53e95a982cdb94483134d2252d1a19fa2592f67e

Cleanup: remove unused Object.smoothresh

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

M	source/blender/makesdna/DNA_object_types.h

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

diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 5b38875caa6..540b8d725f9 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -337,11 +337,6 @@ typedef struct Object {
 
 	char _pad3[2];
 
-	/** Smoothresh is phong interpolation ray_shadow correction in render. */
-	float smoothresh;
-
-	char _pad4[4];
-
 	/** Object constraints. */
 	ListBase constraints;
 	ListBase nlastrips  DNA_DEPRECATED;			// XXX deprecated... old animation system



More information about the Bf-blender-cvs mailing list