[Bf-blender-cvs] [9418f2ba5b4] asset-system-filelist: Cleanup: Properly explain TODO marker

Severin noreply at git.blender.org
Tue May 11 12:11:53 CEST 2021


Commit: 9418f2ba5b45c04ac2f70bd488acbca3b12b6fb6
Author: Severin
Date:   Tue May 11 12:11:24 2021 +0200
Branches: asset-system-filelist
https://developer.blender.org/rB9418f2ba5b45c04ac2f70bd488acbca3b12b6fb6

Cleanup: Properly explain TODO marker

===================================================================

M	source/blender/editors/filelist/file_list_reader.cc

===================================================================

diff --git a/source/blender/editors/filelist/file_list_reader.cc b/source/blender/editors/filelist/file_list_reader.cc
index 03550ce354c..07e9fff24aa 100644
--- a/source/blender/editors/filelist/file_list_reader.cc
+++ b/source/blender/editors/filelist/file_list_reader.cc
@@ -173,7 +173,7 @@ bool RecursiveFileListReader::shouldContinueRecursion() const
 
 bool RecursiveFileListReader::ShouldRecurseIntoFile(const AbstractFileListEntry &entry)
 {
-  /* TODO */
+  /* TODO "recurse into blends" option isn't implemented at all. */
   const bool recurse_into_blends = false;
   /* Only recurse into blends if requested by the file-list type. */
   if (dynamic_cast<const BlendEntry *>(&entry)) {



More information about the Bf-blender-cvs mailing list