Cleanup: improve comment

This commit is contained in:
Jacques Lucke
2025-04-08 12:28:57 +02:00
parent 2825eee715
commit 3a7dc6ed7f

View File

@@ -4,6 +4,13 @@
/** \file
* \ingroup pythonintern
*
* This file contains the `bpy.types.GeometrySet` Python API which is a wrapper for the internal
* `GeometrySet` type.
*
* It's not implemented as RNA type because a `GeometrySet` is standalone (i.e. is not necessarily
* owned by anything else in Blender like an ID), is wrapping a DNA type and is itself a
* non-trivial owner of other data (like sub-geometries).
*/
#include <sstream>