Revision 3526bc3 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 07:33 (GMT) |
USD: copy JSON files to datafiles/usd Previously it copied to datafiles/usd/usd. |
Revision 88abc32 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: Store BKE_main_blendfile_path(bmain) in a variable |
Revision 6816267 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: properly mark unused variable |
Revision 03bc87e by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: pass data from invoke() to execute() in a struct This makes the code somewhat more complex, but more explicit and future-proof as well. |
Revision a0a6583 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
Cleanup: USD: clarified a comment |
Revision c2a3632 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: Fix exporting of meshes of dupli-objects The dupliobject's `base_flag` variable needed to be copied from its duplicator. |
Revision 171cc19 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: clarified comment about defining _GLIBCXX_PERMIT_BACKWARD_HASH |
Revision bbc2757 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: moved all code into C++ namespace 'USD' |
Revision 742f77a by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: renamed 'xform' to 'transform' Sergey and I don't agree on 'tfm' vs. 'xform', so I just chose to not to use either and avoid abbreviating altogether. |
Revision dffc56a by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: use LISTBASE_FOREACH No functional changes. |
Revision 4d43599 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: private indicators No functional changes. |
Revision 24d203c by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: set Linux-specific #define only on Linux |
Revision 0946297 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: Report progress on a frame basis and with less guesswork |
Revision f45def8 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
USD: mark the exporter as Experimental feature This will allow us to merge the USD exporter into master before it's completely finished. |
Revision 9a61cd4 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:52 (GMT) |
FIXES for rebase |
December 13, 2019, 04:30 (GMT) |
USD: enable USD in Release configuration |
December 13, 2019, 04:30 (GMT) |
USD: fixed copyright year in license blocks |
December 13, 2019, 04:30 (GMT) |
USD: replace `#define` with anonymous enum |
December 13, 2019, 04:30 (GMT) |
USD: expanded explanation of `HierarchyContext::weak_export` |
December 13, 2019, 04:30 (GMT) |
USD: also stop job when `*stop = true` |
|