Skip to content

Commit

Permalink
move anisotropy angle to top
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyuet committed Jul 29, 2024
1 parent 89d3f82 commit 03a92ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/settings/creator_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class CreatorsModel(BaseSettingsModel):
DEFAULT_CREATOR_SETTINGS = {
"CreateTextures": {
"channel_mapping": [
{"name": "Anisotropy Angle",
"value": "_Anisotropyangle"},
{"name": "Base Color", "value": "_BaseColor"},
{"name": "Metallic", "value": "_Metallic"},
{"name": "Roughness", "value": "_Roughness"},
Expand All @@ -35,8 +37,6 @@ class CreatorsModel(BaseSettingsModel):
{"name": "Anisotropy Level",
"value": "_Anisotropylevel"},
{"name": "Ambient Occlusion", "value": "_AO"},
{"name": "Anisotropy Angle",
"value": "_Anisotropyangle"},
{"name": "Transmissive", "value": "_Transmissive"},
{"name": "Reflection", "value": "_Reflection"},
{"name": "Diffuse", "value": "_Diffuse"},
Expand Down

0 comments on commit 03a92ed

Please sign in to comment.