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

@@ -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;
[DNAArrayAttribute(3, "char", 6, "_pad[3]", "System.Char[]", 3, 133)]
[DNAArrayAttribute(3, "char", 6, "_pad[3]", "System.Char[]", 3, false, 133)]
public char[] _pad = new System.Char[3];
[DNAArrayAttribute(8, "float", 7, "uv_offset[2]", "System.Single[]", 2, 136)]
[DNAArrayAttribute(8, "float", 7, "uv_offset[2]", "System.Single[]", 2, false, 136)]
public float[] uv_offset = new System.Single[2];
[DNAArrayAttribute(8, "float", 8, "uv_offset_copy[2]", "System.Single[]", 2, 144)]
[DNAArrayAttribute(8, "float", 8, "uv_offset_copy[2]", "System.Single[]", 2, false, 144)]
public float[] uv_offset_copy = new System.Single[2];
[DNAFieldAttribute(8, "Object", 9, "*mirror_ob", "Object", true, 152)]
public Object mirror_ob;