Files
test2/source/blender/blenkernel/intern
Michael Kowalski cdef135f6f USD import: Support importing USDZ.
This addressed feature request T99811.

Added the following features to fully support importing USDZ archives:

- Added .usdz to the list of supported extensions.
- Added new USD import options to copy textures from USDZ archives. The
textures may be imported as packed data (the default) or to a directory
on disk.
- Extended the USD material import logic to handle package-relative texture
assets paths by invoking the USD asset resolver to copy the textures from
the USDZ archive to a directory on disk. When importing in Packed mode,
the textures are first saved to Blender's temporary session directory
prior to packing.

The new USD import options are

- Import Textures: Behavior when importing textures from a USDZ archive
- Textures Directory: Path to the directory where imported textures will
be copied
- File Name Collision: Behavior when the name of an imported texture file
conflicts with an existing file

Import Textures menu options:

- None: Don't import textures
- Packed: Import textures as packed data (the default)
- Copy: Copy files to Textures Directory

File Name Collision menu options:

- Use Existing: If a file with the same name already exists, use that
instead of copying (the default)
- Overwrite: Overwrite existing files

Reviewed by: Bastien

Differential Revision: https://developer.blender.org/D17074
2023-01-26 18:08:45 -05:00
..
2022-10-07 22:55:03 +11:00
2022-12-02 19:09:52 +01:00
2022-11-02 10:18:19 +11:00
2022-12-13 12:35:53 +11:00
2023-01-16 13:57:10 +11:00
2023-01-03 10:19:27 +11:00
2022-10-07 22:55:03 +11:00
2023-01-23 17:31:46 +11:00
2023-01-20 15:19:32 +11:00
2022-10-12 20:55:57 -05:00
2023-01-23 17:31:46 +11:00
2022-11-02 10:18:19 +11:00
2023-01-17 11:59:05 +11:00
2022-11-02 10:18:19 +11:00
2023-01-03 10:19:27 +11:00
2023-01-03 10:19:27 +11:00
2022-11-01 12:24:58 +11:00
2023-01-16 13:57:10 +11:00
2023-01-22 02:03:44 +01:00
2023-01-26 13:31:41 +01:00
2022-10-05 13:48:01 -05:00
2023-01-23 17:59:07 +01:00
2023-01-20 15:19:32 +11:00
2022-11-16 18:00:48 +01:00
2022-11-02 10:18:19 +11:00
2023-01-23 17:31:44 +11:00