[Bf-blender-cvs] [ad227e73f35] master: Cleanup: Link to documentation page for asset representation type

Julian Eisel noreply at git.blender.org
Wed Nov 9 19:38:42 CET 2022


Commit: ad227e73f35dbe5b0c4a281ce471411e0ec97b87
Author: Julian Eisel
Date:   Wed Nov 9 19:37:05 2022 +0100
Branches: master
https://developer.blender.org/rBad227e73f35dbe5b0c4a281ce471411e0ec97b87

Cleanup: Link to documentation page for asset representation type

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

M	source/blender/blenkernel/BKE_asset_representation.hh

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

diff --git a/source/blender/blenkernel/BKE_asset_representation.hh b/source/blender/blenkernel/BKE_asset_representation.hh
index 0297e35c18c..4de63473113 100644
--- a/source/blender/blenkernel/BKE_asset_representation.hh
+++ b/source/blender/blenkernel/BKE_asset_representation.hh
@@ -19,9 +19,7 @@ namespace blender::bke {
 /**
  * \brief Abstraction to reference an asset, with necessary data for display & interaction.
  *
- * #AssetRepresentation is the data-structure to store information about a single asset. It doesn't
- * contain the asset itself, but information like the metadata and preview, as well as methods to
- * interact with them. Think of it like a view on an asset.
+ * https://wiki.blender.org/wiki/Source/Architecture/Asset_System/Back_End#Asset_Representation
  */
 class AssetRepresentation {
   friend class AssetLibrary;



More information about the Bf-blender-cvs mailing list