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. |
May 7, 2021, 23:27 (GMT) |
USD IO: updated addons_contrib submodule. |
May 7, 2021, 23:25 (GMT) |
USD Export: updated export option defaults. The export_textures and relative_texture_paths options are now enabled by default. |
May 6, 2021, 13:55 (GMT) |
Updated addons_contrib submodule. The addons_contrib submodule is now tracking the umm_add_on branch. |
May 6, 2021, 13:40 (GMT) |
Don't git checkout master for submodules. Removing this logic as it doesn't allow for submodules that track non-master branches. Also, not pulling latest in the submodules so local and teamcity builds match. |
May 6, 2021, 03:46 (GMT) |
New check_submodules_nv.cmd script. Modified version of check_submodules.cmd that checks out and pulls NVIDIA's branch of addons_contrib. |
May 6, 2021, 00:33 (GMT) |
Merge branch 'omni-umm' of https://gitlab-master.nvidia.com/omniverse/blender into omniverse |
May 6, 2021, 00:31 (GMT) |
Update addons_contrib in make.bat. Invoking new update_nv_addons.cmd script in make.bat to checkout and pull NVIDIA's branch of addons_contrib. This is currently necessary to always include the latest UMM addon in the build. This is not an ideal solution because we pull the latest commits from this branch on every build, so we need to consider alternatives to this approach. |
May 4, 2021, 19:59 (GMT) |
Merge branch 'omni-umm' of https://gitlab-master.nvidia.com/omniverse/blender into omniverse |
|