Blender Git Loki
Git Commits -> Revision 03c0bb7
Revision 03c0bb7 by Michael Kowalski (temp-usd-prev-export2) December 27, 2021, 00:12 (GMT) |
USD Export: shared code to get active uv name. Added CustomData_get_active_layer_name() function to BKE_customdata.h to return the name of the active layer of a given type, as this functionality can be used in both the USD export and Collada IO utility functions when retrieving the name of a mesh's active UV layer. Refactored the USD Preview Surface code to use this function. |
Commit Details:
Full Hash: 03c0bb75c58b9cfc1c65445c460d66e4986da28a
Parent Commit: 2156f23
Lines Changed: +23, -38