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

@@ -25,9 +25,9 @@ namespace BlendFile.DNA {
public Object curve_ob;
[DNAFieldAttribute(8, "Object", 4, "*offset_ob", "Object", true, 144)]
public Object offset_ob;
[DNAFieldAttribute(12, "float", 5, "offset[3]", "System.Single[]", false, 152)]
[DNAArrayAttribute(12, "float", 5, "offset[3]", "System.Single[]", 3, 152)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(12, "float", 6, "scale[3]", "System.Single[]", false, 164)]
[DNAArrayAttribute(12, "float", 6, "scale[3]", "System.Single[]", 3, 164)]
public float[] scale = new System.Single[3];
[DNAFieldAttribute(4, "float", 7, "length", "float", false, 176)]
public float length;
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
public int flags;
[DNAFieldAttribute(4, "int", 12, "count", "int", false, 196)]
public int count;
[DNAFieldAttribute(8, "float", 13, "uv_offset[2]", "System.Single[]", false, 200)]
[DNAArrayAttribute(8, "float", 13, "uv_offset[2]", "System.Single[]", 2, 200)]
public float[] uv_offset = new System.Single[2];
public ArrayModifierData() {
this.modifier = default;