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

@@ -23,9 +23,9 @@ namespace BlendFile.DNA {
public Object aux_target;
[DNAFieldAttribute(8, "Material", 3, "*material", "Material", true, 120)]
public Material material;
[DNAArrayAttribute(64, "char", 4, "layername[64]", "System.Char[]", 64, 128)]
[DNAArrayAttribute(64, "char", 4, "layername[64]", "System.Char[]", 64, false, 128)]
public char[] layername = new System.Char[64];
[DNAArrayAttribute(64, "char", 5, "vgname[64]", "System.Char[]", 64, 192)]
[DNAArrayAttribute(64, "char", 5, "vgname[64]", "System.Char[]", 64, false, 192)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(4, "int", 6, "pass_index", "int", false, 256)]
public int pass_index;
@@ -47,7 +47,7 @@ namespace BlendFile.DNA {
public char proj_axis;
[DNAFieldAttribute(1, "char", 15, "subsurf_levels", "char", false, 281)]
public char subsurf_levels;
[DNAArrayAttribute(6, "char", 16, "_pad[6]", "System.Char[]", 6, 282)]
[DNAArrayAttribute(6, "char", 16, "_pad[6]", "System.Char[]", 6, false, 282)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(4, "float", 17, "smooth_factor", "float", false, 288)]
public float smooth_factor;