Block a user
Refactor: in USD importer extract read_mesh params into a struct
It's also consistent with ABCReadParams
for ABC_read_mesh
in the alembic import code
Refactor: in USD importer extract read_mesh params into a struct
It's neither. It's read as opposed to write. It's usage is everywhere as a parameter in a read_mesh
function, so it's very clear what it means from the context.
T99807: Add support for exporting to USDZ
This patch also contains the changes from blender/blender#104525 because it is dependent on the logic to change working directory.
I spoke to Dhruv about the…
Sonny Campbell
pushed to unity/T99807-usdz-refactor at SonnyCampbell_Unity/blender
2023-02-10 09:40:22 +01:00
459748b9d0
Merge branch 'change-working-directory' into unity/T99807-usdz-refactor
96aa7ab367
T99807: Separate logic for changing working directory.
Sonny Campbell
pushed to unity/T99807-usdz-refactor at SonnyCampbell_Unity/blender
2023-02-10 09:35:24 +01:00
acb15adaf8
Merge branch 'main' into unity/T99807-usdz-refactor
4d3bfb3f41
Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
d781e52ee0
Cleanup: use enum literals, order likely case first in polyfill_2d
09eb4fe19a
Fix #103913: Triangulate sometimes creates degenerate triangles
6aa1b5d031
Cleanup: format
T99807: Add support for exporting to USDZ
Sonny Campbell
pushed to unity/T99807-usdz-refactor at SonnyCampbell_Unity/blender
2023-02-10 09:24:42 +01:00
02a45eeeeb
Added unit testing to cover usdz export.
Sonny Campbell
created branch unity/T99807-usdz-refactor in SonnyCampbell_Unity/blender
2023-02-10 09:24:42 +01:00
T99807: Separate logic for changing working directory.
Sonny Campbell
created branch change-working-directory in SonnyCampbell_Unity/blender
2023-02-09 16:56:27 +01:00
Sonny Campbell
pushed to change-working-directory at SonnyCampbell_Unity/blender
2023-02-09 16:56:27 +01:00
96aa7ab367
T99807: Separate logic for changing working directory.
Sonny Campbell
deleted branch change-working-dir from SonnyCampbell_Unity/blender
2023-02-09 16:53:13 +01:00
Sonny Campbell
pushed to change-working-dir at SonnyCampbell_Unity/blender
2023-02-09 16:48:48 +01:00
fedaebc946
Changed temporary directory to use a directory in the
flags_test_asset_dir
.
5f141ed949
T99807: Separate logic for changing working directory.
Sonny Campbell
created branch change-working-dir in SonnyCampbell_Unity/blender
2023-02-09 16:48:48 +01:00
Sonny Campbell
created branch unity/T99807-ChangeWorkingDir in SonnyCampbell_Unity/blender
2023-02-09 16:44:55 +01:00
Sonny Campbell
pushed to unity/T99807-ChangeWorkingDir at SonnyCampbell_Unity/blender
2023-02-09 16:44:55 +01:00
02489d8ab7
Set
dir
parameter to const
for BLI_change_working_dir
. Added non-ASCII characters to the test directory.
04359b840c
T99807: Separate logic for changing working directory.
T96182: Add velocity to usd importer
Sonny Campbell
created branch unity/T96182-usd-reader-velocity in SonnyCampbell_Unity/blender
2023-02-08 13:00:18 +01:00
Sonny Campbell
pushed to unity/T96182-usd-reader-velocity at SonnyCampbell_Unity/blender
2023-02-08 13:00:18 +01:00
e8a396c2a5
T96182: Add velocity to usd importer
unity/T91369-parameter-refactor