updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -57,11 +57,11 @@ namespace BlendFile.DNA {
public int bakestart;
[DNAFieldAttribute(4, "int", 20, "bakeend", "int", false, 204)]
public int bakeend;
[DNAArrayAttribute(1024, "char", 21, "cachepath[1024]", "System.Char[]", 1024, 208)]
[DNAArrayAttribute(1024, "char", 21, "cachepath[1024]", "System.Char[]", 1024, false, 208)]
public char[] cachepath = new System.Char[1024];
[DNAArrayAttribute(68, "char", 22, "foamlayername[68]", "System.Char[]", 68, 1232)]
[DNAArrayAttribute(68, "char", 22, "foamlayername[68]", "System.Char[]", 68, false, 1232)]
public char[] foamlayername = new System.Char[68];
[DNAArrayAttribute(68, "char", 23, "spraylayername[68]", "System.Char[]", 68, 1300)]
[DNAArrayAttribute(68, "char", 23, "spraylayername[68]", "System.Char[]", 68, false, 1300)]
public char[] spraylayername = new System.Char[68];
[DNAFieldAttribute(1, "char", 24, "cached", "char", false, 1368)]
public char cached;
@@ -81,7 +81,7 @@ namespace BlendFile.DNA {
public float size;
[DNAFieldAttribute(4, "float", 32, "foam_fade", "float", false, 1384)]
public float foam_fade;
[DNAArrayAttribute(4, "char", 33, "_pad[4]", "System.Char[]", 4, 1388)]
[DNAArrayAttribute(4, "char", 33, "_pad[4]", "System.Char[]", 4, false, 1388)]
public char[] _pad = new System.Char[4];
public OceanModifierData() {
this.modifier = default;