Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2022-11-09 21:37:05 +0300
committerJulian Eisel <julian@blender.org>2022-11-09 21:37:05 +0300
commitad227e73f35dbe5b0c4a281ce471411e0ec97b87 (patch)
treed692cd2468a29b0436005328476fa290511c9826
parent5291e4c358f4dd81d3822e54c2241472a8f6e436 (diff)
Cleanup: Link to documentation page for asset representation type
-rw-r--r--source/blender/blenkernel/BKE_asset_representation.hh4
1 files changed, 1 insertions, 3 deletions
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;