[Bf-blender-cvs] [216273d9e9] render-layers: ObjectBase need a flag for from_dupli temp objects

Dalai Felinto noreply at git.blender.org
Tue Jan 17 15:34:16 CET 2017


Commit: 216273d9e9de8f256a99331d5478a4127f38fad5
Author: Dalai Felinto
Date:   Tue Jan 17 14:13:53 2017 +0100
Branches: render-layers
https://developer.blender.org/rB216273d9e9de8f256a99331d5478a4127f38fad5

ObjectBase need a flag for from_dupli temp objects

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

M	source/blender/makesdna/DNA_layer_types.h

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

diff --git a/source/blender/makesdna/DNA_layer_types.h b/source/blender/makesdna/DNA_layer_types.h
index 208f0167c1..b1f988945f 100644
--- a/source/blender/makesdna/DNA_layer_types.h
+++ b/source/blender/makesdna/DNA_layer_types.h
@@ -82,6 +82,7 @@ enum {
 	BASE_SELECTED         = (1 << 0),
 	BASE_VISIBLED         = (1 << 1),
 	BASE_SELECTABLED      = (1 << 2),
+	BASE_FROMDUPLI        = (1 << 3),
 };
 
 /* LayerCollection->flag */




More information about the Bf-blender-cvs mailing list