Blender Git Loki
Git Commits -> Revision 64ee14d
June 18, 2021, 01:32 (GMT) |
Added USDStageReader::handle_prim() function. Per suggestion by Sybren in his review, moved code from the static _handlePrim() function to a USDStageReader private member function. This helps simplify the code as the new function requires fewer argumants. Also performed minor cleanup of the function implementation. |
Commit Details:
Full Hash: 64ee14d4523abc553d424aa5acff75a532c791b6
Parent Commit: 381af36
Lines Changed: +23, -26