From e0a81dd1a836f9191685889b72ab01d12d5619c2 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 20 Apr 2011 09:41:44 +0000 Subject: This was causing too many problems. Better to just not enable this for now. There are really many good uses for this anyway. --- source/blender/makesrna/intern/rna_scene.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c index 0ac310d233b..acb0ffa3be2 100644 --- a/source/blender/makesrna/intern/rna_scene.c +++ b/source/blender/makesrna/intern/rna_scene.c @@ -3201,6 +3201,7 @@ void RNA_def_scene(BlenderRNA *brna) /* Layers */ prop= RNA_def_property(srna, "layers", PROP_BOOLEAN, PROP_LAYER_MEMBER); + RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); // this seems to be too much trouble with depsgraph updates/etc. currently (20110420) RNA_def_property_boolean_sdna(prop, NULL, "lay", 1); RNA_def_property_array(prop, 20); RNA_def_property_boolean_funcs(prop, NULL, "rna_Scene_layer_set"); -- cgit v1.2.3