April 15, 2021, 20:34 (GMT) |
USD Import: USDVolumeReader code cleanup. Removed unused variable and unnecessary function call. Replaced C-style cast with static_cast. |
April 15, 2021, 19:44 (GMT) |
USD Import: simplify conditional logic. Simplified conditional statement with early return. |
April 15, 2021, 19:22 (GMT) |
USD Import: declare local functions static. This fixes compiler warnings. |
April 15, 2021, 17:17 (GMT) |
USD Import: Fix USDGeomReader casts. Changed reinterpret_cast() to dynamic_cast() when casting from USDPrimReader to USDGeomReader in mesh sequence cache modifier callbacks. |
April 15, 2021, 16:49 (GMT) |
USD Import: USDGeomReader API cleanup. Removed empty USDGeomReader create_object() and read_object_data() functions. Made USDGeomReader::read_mesh() abstract virtual. Made USDGeomReader::topology_changed() virtual. Marked SDMeshReader::read_mesh() as override, to silence warnings. |
April 15, 2021, 00:54 (GMT) |
USD Import: comment out unused parameters. |
April 14, 2021, 23:50 (GMT) |
USD import: set material viewport display props. Added logic to set the Blender material's viewport display diffuse color, roughness and metallic properties from the corresponding USD preview surface inputs. |
April 14, 2021, 21:10 (GMT) |
USD import: fixed deprecated function warning. Replaced call to deprecated UsdShadeConnectableAPI::IsShader() to fix warning. |
April 14, 2021, 19:15 (GMT) |
April 14, 2021, 19:03 (GMT) |
USD Import: made local variables const. |
April 14, 2021, 17:33 (GMT) |
USD Import: removed as_background_job option. Removed deprecated option, per review for differential D10700. |
April 14, 2021, 16:08 (GMT) |
USD Import: code cleanup. Removed commented out code and code for unsupported sequence and mesh validation options. Per review for differential D10700. |
April 13, 2021, 23:21 (GMT) |
Merging latest USD import changes. |
April 13, 2021, 20:49 (GMT) |
USD Import: new usd_capi_export.cc file. Renamed usd_capi.cc to usd_capi_export.cc, per review for differential D10700. |
April 13, 2021, 20:29 (GMT) |
USD Import: new usd_capi_import.cc file. Moved import related code from usd_capi.cc to usd_capi_import.cc. Per review for differential D10700. |
April 13, 2021, 20:12 (GMT) |
Merging latest USD importer changes. |
April 13, 2021, 14:11 (GMT) |
USD/ABC Import: CacheReader function naming. Renamed CacheReader related functions to use the ABC_ or USD_ prefixes consistently. |
April 13, 2021, 03:55 (GMT) |
USD Import: removed duplicate cachefile code. Consolidated duplicate code for USD and Alembic cachefile types, per review for differential D10700. |
April 13, 2021, 00:47 (GMT) |
USD Import: switch on all eCacheFileType enums. Extended transformcache_evaluate() logic to handle all eCacheFileType enums with no default. Per review for differential D10700: Whenever a new enum value is added in the future, the compiler will produce a warning that it should be handled here. |
April 12, 2021, 23:39 (GMT) |
USD Import: eCacheFileType typedef. Added enum typedef and comment for CacheFile::type, per review for D10700. |
|