[Bf-committers] DNA_scene_types.h in Freestyle branch

IRIE Shinsuke irieshinsuke at yahoo.co.jp
Mon Nov 12 06:50:22 CET 2012


Tamito, please check lines 1204-1205 in source/blender/makesdna/DNA_scene_types.h:

#define R_PERSISTENT_DATA	0x2000000 /* keep data around for re-render */
#define R_EDGE_FRS		0x2000000 /* R_EDGE for Freestyle */


The flags R_PERSISTENT_DATA and R_EDGE_FRS use the same bit 0x2000000.
R_PERSISTENT_DATA was added in r52054.

-- 
IRIE Shinsuke


More information about the Bf-committers mailing list