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

@@ -37,11 +37,11 @@ namespace BlendFile.DNA {
public Collection source_collection;
[DNAFieldAttribute(8, "Material", 10, "*target_material", "Material", true, 144)]
public Material target_material;
[DNAFieldAttribute(64, "char", 11, "target_layer[64]", "System.Char[]", false, 152)]
[DNAArrayAttribute(64, "char", 11, "target_layer[64]", "System.Char[]", 64, 152)]
public char[] target_layer = new System.Char[64];
[DNAFieldAttribute(64, "char", 12, "source_vertex_group[64]", "System.Char[]", false, 216)]
[DNAArrayAttribute(64, "char", 12, "source_vertex_group[64]", "System.Char[]", 64, 216)]
public char[] source_vertex_group = new System.Char[64];
[DNAFieldAttribute(64, "char", 13, "vgname[64]", "System.Char[]", false, 280)]
[DNAArrayAttribute(64, "char", 13, "vgname[64]", "System.Char[]", 64, 280)]
public char[] vgname = new System.Char[64];
[DNAFieldAttribute(4, "float", 14, "overscan", "float", false, 344)]
public float overscan;
@@ -67,7 +67,7 @@ namespace BlendFile.DNA {
public char shadow_selection;
[DNAFieldAttribute(1, "char", 25, "silhouette_selection", "char", false, 374)]
public char silhouette_selection;
[DNAFieldAttribute(1, "char", 26, "_pad[1]", "System.Char[]", false, 375)]
[DNAArrayAttribute(1, "char", 26, "_pad[1]", "System.Char[]", 1, 375)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(4, "float", 27, "crease_threshold", "float", false, 376)]
public float crease_threshold;
@@ -93,7 +93,7 @@ namespace BlendFile.DNA {
public char shadow_selection_override;
[DNAFieldAttribute(1, "char", 38, "shadow_use_silhouette_override", "char", false, 409)]
public char shadow_use_silhouette_override;
[DNAFieldAttribute(6, "char", 39, "_pad2[6]", "System.Char[]", false, 410)]
[DNAArrayAttribute(6, "char", 39, "_pad2[6]", "System.Char[]", 6, 410)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(8, "LineartCache", 40, "*cache", "LineartCache", true, 416)]
public LineartCache cache;