From cfa511ab9ed32c6c86dc94b0b1ec11f6951112ef Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 12 Feb 2009 11:04:08 +0000 Subject: Dummy commit... * Added comment for what needs to be done to get KeyingSets fully functional * In previous commit, also made group-locking be taken into account when drawing curves as locked --- source/blender/editors/space_outliner/outliner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c index e91d478d327..3e2d5edd4ed 100644 --- a/source/blender/editors/space_outliner/outliner.c +++ b/source/blender/editors/space_outliner/outliner.c @@ -3191,7 +3191,7 @@ static void ks_editop_add_cb(SpaceOops *soops, KeyingSet *ks, TreeElement *te, T /* just 'append' property to path * - to prevent memory leaks, we must write to newpath not path, then free old path + swap them */ - // TODO: how to do this? + // TODO: how to do this? we must use 'string' identifiers for collections so that these don't break if data is added/removed //newpath= RNA_path_append(path, NULL, prop, index, NULL); if (path) MEM_freeN(path); -- cgit v1.2.3