April 24, 2021, 01:08 (GMT) |
USD Import: merge prim with parent xform. Added logic to merge a USD prim and its parent Xform into a single Blender object representation. Added a USDXformReader::use_parent_xform_ flag which, if true, causes the USDXformReader to use the parent of the encapsulated prim to compute the object's transform. |
April 19, 2021, 16:09 (GMT) |
USD Import: warning fixes. |
April 19, 2021, 15:56 (GMT) |
USD Import: format fix. |
April 19, 2021, 15:52 (GMT) |
USD Import: warning fixes. Fixed warnings due to unused parameters and function. |
April 19, 2021, 15:30 (GMT) |
USD Import: missing include. Added missing include when building without Alembic. |
April 19, 2021, 15:19 (GMT) |
USD IO: fixed warnings. |
April 17, 2021, 01:53 (GMT) |
USD Import: remove instancing functionality. Temporarily removing collection-based instancing experimental feature to simplify the review of the current patch (differential D10700). Instancing can be added back in a future patch. |
April 17, 2021, 00:39 (GMT) |
USD Import: removed obsolete code. |
April 17, 2021, 00:27 (GMT) |
USD Import: USDMaterialReader refactor. Broke up more complex code into multiple functions and reduced the nesting level of conditionals. |
April 16, 2021, 01:36 (GMT) |
USD Import: USDMeshReader fixes and comments. Removed unused variables, fixed bug where polygon geometry was being read twice, added comments. |
April 16, 2021, 00:36 (GMT) |
USD Import: declared const parameter. |
April 16, 2021, 00:31 (GMT) |
USD Import: USDMeshReader constructor fix. Now initializing the is_initial_load_ flag to true. |
April 15, 2021, 23:39 (GMT) |
USD Import: update comments. Updated USDMaterialReader comments, now using C-style comments. |
April 15, 2021, 23:10 (GMT) |
USD Import: fixed warnings. Removed unused function and now calling UncheckedGet() to query shader diffuse color. |
April 15, 2021, 22:54 (GMT) |
USD Import: declared parameters const. |
April 15, 2021, 21:24 (GMT) |
USD Import: braces for if/else statments. |
April 15, 2021, 20:50 (GMT) |
USD Import: declare local functions static. This fixes compiler warnings. |
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. |
|