regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(99, "KeyingSet")]
public class KeyingSet {
[DNAFieldAttribute(0, "KeyingSet", "*next", 1264)]
[DNAFieldAttribute(0, "KeyingSet", "*next", "KeyingSet", 1264)]
public KeyingSet ptr_next;
[DNAFieldAttribute(1, "KeyingSet", "*prev", 1264)]
[DNAFieldAttribute(1, "KeyingSet", "*prev", "KeyingSet", 1264)]
public KeyingSet ptr_prev;
[DNAFieldAttribute(2, "ListBase", "paths", 16)]
[DNAFieldAttribute(2, "ListBase", "paths", "ListBase", 16)]
public ListBase paths;
[DNAFieldAttribute(3, "char", "idname[64]", 1)]
[DNAFieldAttribute(3, "char", "idname[64]", "System.Char[]", 1)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(4, "char", "name[64]", 1)]
[DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(5, "char", "description[1024]", 1)]
[DNAFieldAttribute(5, "char", "description[1024]", "System.Char[]", 1)]
public char[] description = new System.Char[1024];
[DNAFieldAttribute(6, "char", "typeinfo[64]", 1)]
[DNAFieldAttribute(6, "char", "typeinfo[64]", "System.Char[]", 1)]
public char[] typeinfo = new System.Char[64];
[DNAFieldAttribute(7, "int", "active_path", 4)]
[DNAFieldAttribute(7, "int", "active_path", "int", 4)]
public int active_path;
[DNAFieldAttribute(8, "short", "flag", 2)]
[DNAFieldAttribute(8, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(9, "short", "keyingflag", 2)]
[DNAFieldAttribute(9, "short", "keyingflag", "short", 2)]
public short keyingflag;
[DNAFieldAttribute(10, "short", "keyingoverride", 2)]
[DNAFieldAttribute(10, "short", "keyingoverride", "short", 2)]
public short keyingoverride;
[DNAFieldAttribute(11, "char", "_pad[6]", 1)]
[DNAFieldAttribute(11, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public KeyingSet() {
this.ptr_next = default;