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

@@ -37,11 +37,11 @@ namespace BlendFile.DNA {
public Collection source_collection;
[DNAFieldAttribute(8, "Material", 10, "*target_material", "Material", true, 144)]
public Material target_material;
[DNAArrayAttribute(64, "char", 11, "target_layer[64]", "System.Char[]", 64, 152)]
[DNAArrayAttribute(64, "char", 11, "target_layer[64]", "System.Char[]", 64, false, 152)]
public char[] target_layer = new System.Char[64];
[DNAArrayAttribute(64, "char", 12, "source_vertex_group[64]", "System.Char[]", 64, 216)]
[DNAArrayAttribute(64, "char", 12, "source_vertex_group[64]", "System.Char[]", 64, false, 216)]
public char[] source_vertex_group = new System.Char[64];
[DNAArrayAttribute(64, "char", 13, "vgname[64]", "System.Char[]", 64, 280)]
[DNAArrayAttribute(64, "char", 13, "vgname[64]", "System.Char[]", 64, false, 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;
[DNAArrayAttribute(1, "char", 26, "_pad[1]", "System.Char[]", 1, 375)]
[DNAArrayAttribute(1, "char", 26, "_pad[1]", "System.Char[]", 1, false, 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;
[DNAArrayAttribute(6, "char", 39, "_pad2[6]", "System.Char[]", 6, 410)]
[DNAArrayAttribute(6, "char", 39, "_pad2[6]", "System.Char[]", 6, false, 410)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(8, "LineartCache", 40, "*cache", "LineartCache", true, 416)]
public LineartCache cache;