Update render info and user data lists for bfres properly
This commit is contained in:
parent
bddb4f1f02
commit
83b2f69fb0
Binary file not shown.
@ -118,6 +118,7 @@ namespace FirstPlugin.Forms
|
||||
activeRenderInfo.Type = RenderInfoType.String;
|
||||
activeRenderInfo.ValueString = editor.GetStrings();
|
||||
}
|
||||
InitializeRenderInfoList(material);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -257,6 +257,7 @@ namespace FirstPlugin
|
||||
if (parser.Type == "WString")
|
||||
SelectedDataU.SetValue(parser.GetStringUnicode(), true);
|
||||
|
||||
LoadUserData(userData);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@ -301,6 +302,7 @@ namespace FirstPlugin
|
||||
if (parser.Type == "WString")
|
||||
SelectedDataNX.SetValue(parser.GetStringUnicode());
|
||||
|
||||
LoadUserData(userDataNX);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user