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

@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public ListBase old_channels;
[DNAFieldAttribute(8, "Sequence", 4, "*parseq", "Sequence", true, 32)]
public Sequence parseq;
[DNAFieldAttribute(8, "int", 5, "disp_range[2]", "System.Int32[]", false, 40)]
[DNAArrayAttribute(8, "int", 5, "disp_range[2]", "System.Int32[]", 2, 40)]
public int[] disp_range = new System.Int32[2];
public MetaStack() {
this.next = default;