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

@@ -19,9 +19,9 @@ namespace BlendFile.DNA {
public BoidRule rule;
[DNAFieldAttribute(8, "Object", 1, "*ob", "Object", true, 56)]
public Object ob;
[DNAArrayAttribute(12, "float", 2, "loc[3]", "System.Single[]", 3, 64)]
[DNAArrayAttribute(12, "float", 2, "loc[3]", "System.Single[]", 3, false, 64)]
public float[] loc = new System.Single[3];
[DNAArrayAttribute(12, "float", 3, "oloc[3]", "System.Single[]", 3, 76)]
[DNAArrayAttribute(12, "float", 3, "oloc[3]", "System.Single[]", 3, false, 76)]
public float[] oloc = new System.Single[3];
[DNAFieldAttribute(4, "float", 4, "cfra", "float", false, 88)]
public float cfra;