tangent-opensource / blender

Tangent Animation's Blender Fork | More information ->
https://github.com/tangent-devops/tangent-blender/wiki
Other
9 stars 6 forks source link

Bugfix: USD Export shader enum fixes #7

Closed Vochsel closed 3 years ago

Vochsel commented 3 years ago

There were export discrepancies using integers to store cycles enums. For ease of use and USD file readability, and easier interop between changing blender and cycles enum indices, we now store all enums as strings.

Also noteworthy is a fix for the RGB Curves evalutaion.

We still need to unify all of the token attributes to cycles lowercase standard, however this isn't as much of a blocker for production right now.