Refactor: in USD importer extract read_mesh params into a struct #104459

Closed
Sonny Campbell wants to merge 11 commits from SonnyCampbell_Unity/blender:unity/T91369-parameter-refactor into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

11 Commits

Author SHA1 Message Date
DESKTOP-ON14TH5\Sonny Campbell 8a0455fbd8 Merge branch 'main' into unity/T91369-parameter-refactor 2023-02-22 10:12:26 +00:00
DESKTOP-ON14TH5\Sonny Campbell 317d4a541a Updating the new `USD_shape.reader.cc` to use the USDMeshReadParams
buildbot/vexp-code-patch-coordinator Build done. Details
2023-02-17 16:48:18 +00:00
DESKTOP-ON14TH5\Sonny Campbell a8411f377e Merge branch 'unity/T91369-parameter-refactor' of projects.blender.org:SonnyCampbell_Unity/blender into unity/T91369-parameter-refactor 2023-02-17 15:56:22 +00:00
DESKTOP-ON14TH5\Sonny Campbell 035fa023cd Added const back onto parameters in function definitions. Fixed comment for `USDMeshReadParams`.
buildbot/vexp-code-patch-coordinator Build done. Details
2023-02-16 11:23:42 +01:00
DESKTOP-ON14TH5\Sonny Campbell 3632315b77 Add new `create_mesh_read_params` function. Remove unnecessary `const`. 2023-02-16 11:23:42 +01:00
DESKTOP-ON14TH5\Sonny Campbell 7f27ea6fd7 Added documentation to USDMeshReadParams. Removed unnecessary pointer usage. 2023-02-16 11:23:41 +01:00
Sonny Campbell 79293e3465 USD Importer refactor: Extracting read_mesh params into a struct
This is a small initial refactor to extract the `USDGeomReader.read_mesh` parameters into a separate struct. This will allow for adding extra paramters to handle importing velocities for T91369
2023-02-16 11:23:40 +01:00
DESKTOP-ON14TH5\Sonny Campbell 409ee2669b Added const back onto parameters in function definitions. Fixed comment for `USDMeshReadParams`. 2023-02-13 11:45:26 +00:00
DESKTOP-ON14TH5\Sonny Campbell 05a6b879c3 Add new `create_mesh_read_params` function. Remove unnecessary `const`. 2023-02-10 12:44:20 +00:00
DESKTOP-ON14TH5\Sonny Campbell f8088f1801 Added documentation to USDMeshReadParams. Removed unnecessary pointer usage. 2023-01-26 09:55:23 +00:00
Sonny Campbell 3de9df6b6d USD Importer refactor: Extracting read_mesh params into a struct
This is a small initial refactor to extract the `USDGeomReader.read_mesh` parameters into a separate struct. This will allow for adding extra paramters to handle importing velocities for T91369
2023-01-25 17:11:14 +00:00