[Bf-blender-cvs] [a3a7e46] master: Cleanup: Remove outdated comment, visibility layers in kernel have been removed.

Thomas Dinges noreply at git.blender.org
Tue Jun 14 16:47:18 CEST 2016


Commit: a3a7e46318cf7fe7ec2ba4d000097ec889163e3e
Author: Thomas Dinges
Date:   Tue Jun 14 16:46:44 2016 +0200
Branches: master
https://developer.blender.org/rBa3a7e46318cf7fe7ec2ba4d000097ec889163e3e

Cleanup: Remove outdated comment, visibility layers in kernel have been removed.

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

M	intern/cycles/kernel/kernel_types.h

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

diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 1ffcfb9..aa5eeeb 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -292,7 +292,6 @@ enum PathRayFlag {
 	PATH_RAY_CURVE = 512, /* visibility flag to define curve segments */
 	PATH_RAY_VOLUME_SCATTER = 1024, /* volume scattering */
 
-	/* note that these can use maximum 12 bits, the other are for layers */
 	PATH_RAY_ALL_VISIBILITY = (1|2|4|8|16|32|64|128|256|512|1024),
 
 	PATH_RAY_MIS_SKIP = 2048,




More information about the Bf-blender-cvs mailing list