Browse Source

Extra comments.

Malcolm Tyrrell 5 years ago
parent
commit
24f0a400b7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/assimp/commonMetaData.h

+ 2 - 0
include/assimp/commonMetaData.h

@@ -53,9 +53,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define AI_METADATA_SOURCE_FORMAT "SourceAsset_Format"
 #define AI_METADATA_SOURCE_FORMAT "SourceAsset_Format"
 
 
 /// Scene metadata holding the version of the source asset as a string, if available.
 /// Scene metadata holding the version of the source asset as a string, if available.
+/// Not all formats add this metadata.
 #define AI_METADATA_SOURCE_FORMAT_VERSION "SourceAsset_FormatVersion"
 #define AI_METADATA_SOURCE_FORMAT_VERSION "SourceAsset_FormatVersion"
 
 
 /// Scene metadata holding the name of the software which generated the source asset, if available.
 /// Scene metadata holding the name of the software which generated the source asset, if available.
+/// Not all formats add this metadata.
 #define AI_METADATA_SOURCE_GENERATOR "SourceAsset_Generator"
 #define AI_METADATA_SOURCE_GENERATOR "SourceAsset_Generator"
 
 
 #endif
 #endif