Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
public class ActionStripKeyframeData {
[DNAListAttribute(8, "ActionChannelBag", "**channelbag_array", 0, "ActionChannelBag", "int", "channelbag_array_num", 1, 0, 8)]
public System.Collections.Generic.List<ActionChannelBag> channelbag_array;
[DNAFieldAttribute(4, "uchar", 2, "_pad[4]", "System.Byte[]", false, 12)]
[DNAArrayAttribute(4, "uchar", 2, "_pad[4]", "System.Byte[]", 4, 12)]
public byte[] _pad = new System.Byte[4];
public ActionStripKeyframeData() {
this.channelbag_array = default;