Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-02-12 14:04:08 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-12 14:04:08 +0300
commitcfa511ab9ed32c6c86dc94b0b1ec11f6951112ef (patch)
treeacfe824c0b66375873b8982c151a5cfeb7aa55b3 /source/blender/editors/space_outliner
parent4075c601336967f1714d8eee12e24b3b1f503978 (diff)
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
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner.c2
1 files changed, 1 insertions, 1 deletions
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);