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,11 +19,11 @@ namespace BlendFile.DNA {
public int flag;
[DNAFieldAttribute(4, "float", 1, "smooth", "float", false, 4)]
public float smooth;
[DNAArrayAttribute(16, "float", 2, "col[4]", "System.Single[]", 4, 8)]
[DNAArrayAttribute(16, "float", 2, "col[4]", "System.Single[]", 4, false, 8)]
public float[] col = new System.Single[4];
[DNAArrayAttribute(16, "float", 3, "spec[4]", "System.Single[]", 4, 24)]
[DNAArrayAttribute(16, "float", 3, "spec[4]", "System.Single[]", 4, false, 24)]
public float[] spec = new System.Single[4];
[DNAArrayAttribute(16, "float", 4, "vec[4]", "System.Single[]", 4, 40)]
[DNAArrayAttribute(16, "float", 4, "vec[4]", "System.Single[]", 4, false, 40)]
public float[] vec = new System.Single[4];
public SolidLight() {
this.flag = default;