[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18942] branches/blender2.5/blender/source /blender/editors/space_outliner/outliner.c: Dummy commit...

Joshua Leung aligorith at gmail.com
Thu Feb 12 12:04:09 CET 2009


Revision: 18942
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18942
Author:   aligorith
Date:     2009-02-12 12:04:08 +0100 (Thu, 12 Feb 2009)

Log Message:
-----------
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

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c

Modified: branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2009-02-12 10:41:57 UTC (rev 18941)
+++ branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2009-02-12 11:04:08 UTC (rev 18942)
@@ -3191,7 +3191,7 @@
 			/* 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);





More information about the Bf-blender-cvs mailing list