regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(97, "NlaTrack")]
public class NlaTrack {
[DNAFieldAttribute(0, "NlaTrack", "*next", "NlaTrack", 104)]
[DNAFieldAttribute(0, "NlaTrack", "*next", "NlaTrack", 4, true)]
public NlaTrack ptr_next;
[DNAFieldAttribute(1, "NlaTrack", "*prev", "NlaTrack", 104)]
[DNAFieldAttribute(1, "NlaTrack", "*prev", "NlaTrack", 4, true)]
public NlaTrack ptr_prev;
[DNAFieldAttribute(2, "ListBase", "strips", "ListBase", 16)]
[DNAFieldAttribute(2, "ListBase", "strips", "ListBase", 16, false)]
public ListBase strips;
[DNAFieldAttribute(3, "int", "flag", "int", 4)]
[DNAFieldAttribute(3, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(4, "int", "index", "int", 4)]
[DNAFieldAttribute(4, "int", "index", "int", 4, false)]
public int index;
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
public NlaTrack() {
this.ptr_next = default;