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

@@ -27,11 +27,11 @@ namespace BlendFile.DNA {
public float bisect_threshold;
[DNAFieldAttribute(1, "uchar", 5, "use_correct_order_on_merge", "uchar", false, 132)]
public byte use_correct_order_on_merge;
[DNAFieldAttribute(3, "char", 6, "_pad[3]", "System.Char[]", false, 133)]
[DNAArrayAttribute(3, "char", 6, "_pad[3]", "System.Char[]", 3, 133)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(8, "float", 7, "uv_offset[2]", "System.Single[]", false, 136)]
[DNAArrayAttribute(8, "float", 7, "uv_offset[2]", "System.Single[]", 2, 136)]
public float[] uv_offset = new System.Single[2];
[DNAFieldAttribute(8, "float", 8, "uv_offset_copy[2]", "System.Single[]", false, 144)]
[DNAArrayAttribute(8, "float", 8, "uv_offset_copy[2]", "System.Single[]", 2, 144)]
public float[] uv_offset_copy = new System.Single[2];
[DNAFieldAttribute(8, "Object", 9, "*mirror_ob", "Object", true, 152)]
public Object mirror_ob;