[Bf-blender-cvs] [441429d0c84] temp-sybren-usd-patch-02: USD: added explanation of 'USD registry'

Sybren A. Stüvel noreply at git.blender.org
Thu Nov 28 17:56:30 CET 2019


Commit: 441429d0c84ecde14b06423a678e18866093d054
Author: Sybren A. Stüvel
Date:   Wed Nov 27 10:05:47 2019 +0100
Branches: temp-sybren-usd-patch-02
https://developer.blender.org/rB441429d0c84ecde14b06423a678e18866093d054

USD: added explanation of 'USD registry'

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4562701a279..fa55001ddcd 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1062,7 +1062,10 @@ unset(LIB)
 setup_liblinks(blender)
 
 # -----------------------------------------------------------------------------
-# USD registry
+# USD registry.
+# USD requires a set of JSON files that define the standard schemas. On Windows
+# these files are required at runtime, whereas on other platforms these are
+# only required at build time.
 if (WIN32 AND WITH_USD)
   install(DIRECTORY
    ${LIBDIR}/usd/lib/usd



More information about the Bf-blender-cvs mailing list