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,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(47, "bAnimVizSettings")]
public struct bAnimVizSettings {
[DNAFieldAttribute(0, "short", "recalc", 2)]
[DNAFieldAttribute(0, "short", "recalc", "short", 2)]
public short recalc;
[DNAFieldAttribute(1, "short", "path_type", 2)]
[DNAFieldAttribute(1, "short", "path_type", "short", 2)]
public short path_type;
[DNAFieldAttribute(2, "short", "path_step", 2)]
[DNAFieldAttribute(2, "short", "path_step", "short", 2)]
public short path_step;
[DNAFieldAttribute(3, "short", "path_range", 2)]
[DNAFieldAttribute(3, "short", "path_range", "short", 2)]
public short path_range;
[DNAFieldAttribute(4, "short", "path_viewflag", 2)]
[DNAFieldAttribute(4, "short", "path_viewflag", "short", 2)]
public short path_viewflag;
[DNAFieldAttribute(5, "short", "path_bakeflag", 2)]
[DNAFieldAttribute(5, "short", "path_bakeflag", "short", 2)]
public short path_bakeflag;
[DNAFieldAttribute(6, "char", "_pad[4]", 1)]
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(7, "int", "path_sf", 4)]
[DNAFieldAttribute(7, "int", "path_sf", "int", 4)]
public int path_sf;
[DNAFieldAttribute(8, "int", "path_ef", 4)]
[DNAFieldAttribute(8, "int", "path_ef", "int", 4)]
public int path_ef;
[DNAFieldAttribute(9, "int", "path_bc", 4)]
[DNAFieldAttribute(9, "int", "path_bc", "int", 4)]
public int path_bc;
[DNAFieldAttribute(10, "int", "path_ac", 4)]
[DNAFieldAttribute(10, "int", "path_ac", "int", 4)]
public int path_ac;
public bAnimVizSettings() {
this.recalc = default;