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;
@@ -33,11 +33,11 @@ namespace BlendFile.DNA {
public int texmapping;
[DNAFieldAttribute(8, "Object", 8, "*objectcenter", "Object", true, 280)]
public Object objectcenter;
[DNAFieldAttribute(64, "char", 9, "defgrp_name[64]", "System.Char[]", false, 288)]
[DNAArrayAttribute(64, "char", 9, "defgrp_name[64]", "System.Char[]", 64, 288)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "short", 10, "flag", "short", false, 352)]
public short flag;
[DNAFieldAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", false, 354)]
[DNAArrayAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", 2, 354)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(4, "float", 12, "startx", "float", false, 356)]
public float startx;
@@ -59,7 +59,7 @@ namespace BlendFile.DNA {
public float timeoffs;
[DNAFieldAttribute(4, "float", 21, "lifetime", "float", false, 392)]
public float lifetime;
[DNAFieldAttribute(4, "char", 22, "_pad3[4]", "System.Char[]", false, 396)]
[DNAArrayAttribute(4, "char", 22, "_pad3[4]", "System.Char[]", 4, 396)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(8, "void", 23, "*_pad4", "void", true, 400)]
public object _pad4;