May 11, 2021, 03:01 (GMT) |
USD Import: fixed option property description. |
May 11, 2021, 01:47 (GMT) |
USD import: format fixes. |
May 11, 2021, 01:38 (GMT) |
UDS import property UI improvements. Now hiding the Experimental section if importing materials is disabled. Hiding the Import Material Blend option if Import USD Preview is disabled. Import Material Blend is now enabled by default. |
May 11, 2021, 01:04 (GMT) |
USD import: incorrect file selection action. Changed file selection action to FILE_OPENFILE. |
May 11, 2021, 00:44 (GMT) |
USD import option property improvements. Improvments to USD import option property names and tooltips, per suggestions from Hans Goudey in his review. |
May 10, 2021, 23:18 (GMT) |
USD import: use __func__ for MEM_callocN() names. Per suggestion from Hans Goudey in his review, I replaced hard-coded names with the __func__ macro for MED_callocN() name arguments, to help ensure names do not become obsolete in the future. |
May 10, 2021, 17:29 (GMT) |
USD IO: removed unnecessary format change. |
May 10, 2021, 16:10 (GMT) |
USD import: format fix. |
May 10, 2021, 15:56 (GMT) |
USD IO: reverted change unrelated to importer. Revereted previous change to exporter code, since it's unrelated to the USD impoter patch. |
May 10, 2021, 03:05 (GMT) |
USD import: remove unused code. Removed unused mesh sequence modifier enums and unused velocity scale parameters in the mesh reading function declarations. |
May 9, 2021, 22:54 (GMT) |
Undid format change. |
May 9, 2021, 22:01 (GMT) |
Undid format fix. |
May 9, 2021, 20:49 (GMT) |
Undid format change. |
May 9, 2021, 20:30 (GMT) |
Undid format change. |
May 9, 2021, 03:11 (GMT) |
USD Import: support animating display color. Added missing functionality in the mesh color import logic to support animating display color. |
May 8, 2021, 20:44 (GMT) |
USDMeshReader class unneeded function arguments. Removed unneeded arguments to several USDMeshReader functions. In some cases, UsdGeomMesh arguments were redundant, as the same data is stored in the mesh_prim_ class member. In addition improperly named arguments were hiding the mesh_prim_ member. |
May 8, 2021, 19:32 (GMT) |
USD Import: fixed unused parameter warning. |
May 8, 2021, 17:51 (GMT) |
USD Import: Commented out unused parameters. |
May 8, 2021, 16:57 (GMT) |
USD Import: removed unused parameter. Removed unused Main* argument to the USDStageReader constructor. |
April 25, 2021, 20:14 (GMT) |
USD Import: remove mesh modifier duplicate code. Refactored the mesh sequence cache modifier logic to reduce duplication in the code paths for the USD and Alembic formats. |
|