Skip to content

Commit

Permalink
feat: new shader version support, new material data fields applied
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-gh1 committed Mar 15, 2024
1 parent 678083d commit 75eeddd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ class V3_MaterialDataApplier(V2_MaterialDataApplier):
'_UseLightMapColorAO': 'Use Lightmap AO',
'_UseVertexColorAO': 'Use Vertex Color AO',
'_MainTexAlphaCutoff': 'Transparency Cutoff',
'_Color': 'Color',
'_Color2': 'Color 2',
'_Color3': 'Color 3',
'_Color4': 'Color 4',
'_Color5': 'Color 5',
'_EmissionScaler': 'Emission Strength',
}

body_shader_node_tree_node_name = 'Body Shader'
Expand Down

0 comments on commit 75eeddd

Please sign in to comment.