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