[Bf-blender-cvs] [4fe8395215a] blender2.8: Cleanup: avoid long lines (search tools complain!)

Campbell Barton noreply at git.blender.org
Tue Apr 4 09:45:43 CEST 2017


Commit: 4fe8395215ae4f25689d7f7c2b6cfa1d1fc8c865
Author: Campbell Barton
Date:   Tue Apr 4 17:38:51 2017 +1000
Branches: blender2.8
https://developer.blender.org/rB4fe8395215ae4f25689d7f7c2b6cfa1d1fc8c865

Cleanup: avoid long lines (search tools complain!)

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

M	source/blender/draw/engines/eevee/eevee_lut.h

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

diff --git a/source/blender/draw/engines/eevee/eevee_lut.h b/source/blender/draw/engines/eevee/eevee_lut.h
index 3181a907466..4fdfb4c33e2 100644
--- a/source/blender/draw/engines/eevee/eevee_lut.h
+++ b/source/blender/draw/engines/eevee/eevee_lut.h
@@ -25,14 +25,2297 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
-/** \file GPU_ltc.h
+/** \file eeveee_lut.h
  *  \ingroup gpu
  */
 
 #ifndef __EEVEE_LUT_H__
 #define __EEVEE_LUT_H__
 
-static float ltc_mat_ggx[64*64*4] = {0.000200, -0.000000, 1.000000, -0.000000, 0.000504, -0.000000, 1.000000, -0.000000, 0.002016, -0.000000, 1.000000, -0.000000, 0.004535, -0.000000, 1.000000, -0.000000, 0.008063, -0.000000, 1.000000, -0.000000, 0.012598, -0.000000, 1.000000, -0.000000, 0.018141, -0.000000, 1.000000, -0.000000, 0.024692, -0.000000, 1.000000, -0.000000, 0.032252, -0.000000, 1.000000, -0.000000, 0.040821, -0.000000, 1.000000, -0.000000, 0.050400, -0.000000, 1.000000, -0.0 [...]

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list