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

@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
public float factor;
[DNAFieldAttribute(4, "float", 6, "radius", "float", false, 296)]
public float radius;
[DNAArrayAttribute(12, "float", 7, "color[3]", "System.Single[]", 3, 300)]
[DNAArrayAttribute(12, "float", 7, "color[3]", "System.Single[]", 3, false, 300)]
public float[] color = new System.Single[3];
[DNAFieldAttribute(8, "Object", 8, "*object", "Object", true, 312)]
public Object @object;