[Bf-blender-cvs] [1209e2436b8] usd-importer-T81257-merge: Update CacheFile comments.

makowalski noreply at git.blender.org
Wed Jun 23 02:57:16 CEST 2021


Commit: 1209e2436b8a9891afb20d7e8a94f292177e9ddd
Author: makowalski
Date:   Mon Jun 21 22:20:03 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB1209e2436b8a9891afb20d7e8a94f292177e9ddd

Update CacheFile comments.

Removed obsolete references to Alembic, as
the CacheFile code is now used for USD
archives as well.

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

M	source/blender/makesdna/DNA_cachefile_types.h

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

diff --git a/source/blender/makesdna/DNA_cachefile_types.h b/source/blender/makesdna/DNA_cachefile_types.h
index 87df703571a..b38c7827ea5 100644
--- a/source/blender/makesdna/DNA_cachefile_types.h
+++ b/source/blender/makesdna/DNA_cachefile_types.h
@@ -51,7 +51,7 @@ enum {
 };
 #endif
 
-/* Representation of an object's path inside the Alembic file.
+/* Representation of an object's path inside the archive.
  * Note that this is not a file path. */
 typedef struct CacheObjectPath {
   struct CacheObjectPath *next, *prev;
@@ -70,7 +70,7 @@ typedef struct CacheFile {
   ID id;
   struct AnimData *adt;
 
-  /** Paths of the objects inside of the Alembic archive referenced by this CacheFile. */
+  /** Paths of the objects inside of the archive referenced by this CacheFile. */
   ListBase object_paths;
 
   /** 1024 = FILE_MAX. */
@@ -97,7 +97,7 @@ typedef struct CacheFile {
   char _pad[2];
 
   char velocity_unit;
-  /* Name of the velocity property in the Alembic file. */
+  /* Name of the velocity property in the archive. */
   char velocity_name[64];
 
   /* Runtime */



More information about the Bf-blender-cvs mailing list