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

@@ -21,11 +21,11 @@ namespace BlendFile.DNA {
public Tex texture;
[DNAFieldAttribute(8, "Object", 2, "*map_object", "Object", true, 128)]
public Object map_object;
[DNAArrayAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", 64, 136)]
[DNAArrayAttribute(64, "char", 3, "map_bone[64]", "System.Char[]", 64, false, 136)]
public char[] map_bone = new System.Char[64];
[DNAArrayAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", 68, 200)]
[DNAArrayAttribute(68, "char", 4, "uvlayer_name[68]", "System.Char[]", 68, false, 200)]
public char[] uvlayer_name = new System.Char[68];
[DNAArrayAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", 4, 268)]
[DNAArrayAttribute(4, "char", 5, "_pad1[4]", "System.Char[]", 4, false, 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;
[DNAArrayAttribute(64, "char", 9, "defgrp_name[64]", "System.Char[]", 64, 288)]
[DNAArrayAttribute(64, "char", 9, "defgrp_name[64]", "System.Char[]", 64, false, 288)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(2, "short", 10, "flag", "short", false, 352)]
public short flag;
[DNAArrayAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", 2, 354)]
[DNAArrayAttribute(2, "char", 11, "_pad2[2]", "System.Char[]", 2, false, 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;
[DNAArrayAttribute(4, "char", 22, "_pad3[4]", "System.Char[]", 4, 396)]
[DNAArrayAttribute(4, "char", 22, "_pad3[4]", "System.Char[]", 4, false, 396)]
public char[] _pad3 = new System.Char[4];
[DNAFieldAttribute(8, "void", 23, "*_pad4", "void", true, 400)]
public object _pad4;