Quick fix for material animations not saving properly if invalid types detected
This commit is contained in:
parent
31be278a2f
commit
eba9adaa4d
@ -1593,6 +1593,7 @@ namespace FirstPlugin
|
|||||||
case BRESGroupType.ColorAnim:
|
case BRESGroupType.ColorAnim:
|
||||||
case BRESGroupType.TexSrtAnim:
|
case BRESGroupType.TexSrtAnim:
|
||||||
case BRESGroupType.MatVisAnim:
|
case BRESGroupType.MatVisAnim:
|
||||||
|
case BRESGroupType.MaterialAnim:
|
||||||
for (int i = 0; i < group.Nodes.Count; i++)
|
for (int i = 0; i < group.Nodes.Count; i++)
|
||||||
{
|
{
|
||||||
((FMAA)group.Nodes[i]).SaveAnimData();
|
((FMAA)group.Nodes[i]).SaveAnimData();
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user