Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
public Tex texture;
[DNAFieldAttribute(8, "Object", 2, "*map_object", "Object", true, 128)]
public Object map_object;
[DNAFieldAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", false, 136)]
[DNAArrayAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", 64, 136)]
public char[] map_bone = new System.Char[64];
[DNAFieldAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", false, 200)]
[DNAArrayAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", 68, 200)]
public char[] uvlayer_name = new System.Char[68];
[DNAFieldAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", false, 268)]
[DNAArrayAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", 4, 268)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(4, "int", 6, "uvlayer_tmp", "int", false, 272)]
public int uvlayer_tmp;
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
public float strength;
[DNAFieldAttribute(4, "int", 9, "direction", "int", false, 284)]
public int direction;
[DNAFieldAttribute(64, "char", 10, "defgrp_name[64]", "System.Char[]", false, 288)]
[DNAArrayAttribute(64, "char", 10, "defgrp_name[64]", "System.Char[]", 64, 288)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(4, "float", 11, "midlevel", "float", false, 352)]
public float midlevel;
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
public int space;
[DNAFieldAttribute(2, "short", 13, "flag", "short", false, 360)]
public short flag;
[DNAFieldAttribute(6, "char", 14, "_pad2[6]", "System.Char[]", false, 362)]
[DNAArrayAttribute(6, "char", 14, "_pad2[6]", "System.Char[]", 6, 362)]
public char[] _pad2 = new System.Char[6];
public DisplaceModifierData() {
this.modifier = default;