[Bf-blender-cvs] [ad8238cb511] temp-spreadsheet-editor: improve comment

Jacques Lucke noreply at git.blender.org
Tue Mar 2 12:01:12 CET 2021


Commit: ad8238cb51191c2d1a0d1843f295091c807a4121
Author: Jacques Lucke
Date:   Tue Mar 2 11:55:59 2021 +0100
Branches: temp-spreadsheet-editor
https://developer.blender.org/rBad8238cb51191c2d1a0d1843f295091c807a4121

improve comment

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

M	source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc

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

diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc b/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc
index 2bf9d08afa9..e5a8e7662bd 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.cc
@@ -68,8 +68,8 @@ class GeometryAttributeSpreadsheetDrawer : public SpreadsheetDrawer {
   std::unique_ptr<ResourceCollector> resources_;
   /* Information about how to draw the individual columns. */
   Vector<std::unique_ptr<AttributeColumn>> columns_;
-  /* This is used to filter the selected rows. It might point to a vector living in the resources
-   * collector above. */
+  /* This is used to filter the selected rows. The referenced data lives at least as long as the
+   * resource collector above. */
   Span<int64_t> visible_rows_;
 
  public:



More information about the Bf-blender-cvs mailing list