Skip to content

Commit

Permalink
Merge pull request #1821 from Santarh/seedsanUvTransform
Browse files Browse the repository at this point in the history
Add UV transform expression to seed-san
  • Loading branch information
ousttrue authored Sep 21, 2022
2 parents d54a3d5 + f74fd1c commit c466d68
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ MonoBehaviour:
Index: 34
Weight: 1
MaterialColorBindings: []
MaterialUVBindings: []
IsBinary: 0
MaterialUVBindings:
- MaterialName: robo_face
Scaling: {x: 1, y: 1}
Offset: {x: 0.5, y: 0}
IsBinary: 1
OverrideBlink: 0
OverrideLookAt: 0
OverrideMouth: 0
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ MonoBehaviour:
Index: 33
Weight: 1
MaterialColorBindings: []
MaterialUVBindings: []
IsBinary: 0
MaterialUVBindings:
- MaterialName: robo_face
Scaling: {x: 1, y: 1}
Offset: {x: 0.25, y: 0}
IsBinary: 1
OverrideBlink: 2
OverrideLookAt: 0
OverrideMouth: 0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ MonoBehaviour:
Index: 36
Weight: 1
MaterialColorBindings: []
MaterialUVBindings: []
MaterialUVBindings:
- MaterialName: robo_face
Scaling: {x: 1, y: 1}
Offset: {x: 0.5, y: -0.25}
IsBinary: 1
OverrideBlink: 1
OverrideLookAt: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ MonoBehaviour:
Index: 35
Weight: 1
MaterialColorBindings: []
MaterialUVBindings: []
MaterialUVBindings:
- MaterialName: robo_face
Scaling: {x: 1, y: 1}
Offset: {x: 0.75, y: 0}
IsBinary: 1
OverrideBlink: 0
OverrideLookAt: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ MonoBehaviour:
Index: 38
Weight: 1
MaterialColorBindings: []
MaterialUVBindings: []
IsBinary: 0
MaterialUVBindings:
- MaterialName: robo_face
Scaling: {x: 1, y: 1}
Offset: {x: 0, y: -0.25}
IsBinary: 1
OverrideBlink: 0
OverrideLookAt: 0
OverrideMouth: 0

0 comments on commit c466d68

Please sign in to comment.