Blender Git Loki
Git Commits -> Revision cbff81a
Revision cbff81a by Michael Kowalski (temp-usd-prev-export2) December 27, 2021, 02:06 (GMT) |
USD Preview Surface export code reorganization. Re-ordered the code to place high-level functions first in the file and the lower-level/helper functions later (per suggestion by Sybren in his review). Also removed declarartions of helper functions from the header, as these can be static for now. Some additional minor cleanup to formatting and comments. |
Commit Details:
Full Hash: cbff81ac9b4a859ea0fa4644348032a192822bfd
Parent Commit: 5bebc3c
Lines Changed: +286, -275