regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(618, "NodeChroma")]
public struct NodeChroma {
[DNAFieldAttribute(0, "float", "t1", "float", 4)]
[DNAFieldAttribute(0, "float", "t1", "float", 4, false)]
public float t1;
[DNAFieldAttribute(1, "float", "t2", "float", 4)]
[DNAFieldAttribute(1, "float", "t2", "float", 4, false)]
public float t2;
[DNAFieldAttribute(2, "float", "t3", "float", 4)]
[DNAFieldAttribute(2, "float", "t3", "float", 4, false)]
public float t3;
[DNAFieldAttribute(3, "float", "fsize", "float", 4)]
[DNAFieldAttribute(3, "float", "fsize", "float", 4, false)]
public float fsize;
[DNAFieldAttribute(4, "float", "fstrength", "float", 4)]
[DNAFieldAttribute(4, "float", "fstrength", "float", 4, false)]
public float fstrength;
[DNAFieldAttribute(5, "float", "falpha", "float", 4)]
[DNAFieldAttribute(5, "float", "falpha", "float", 4, false)]
public float falpha;
[DNAFieldAttribute(6, "float", "key[4]", "System.Single[]", 4)]
[DNAFieldAttribute(6, "float", "key[4]", "System.Single[]", 16, false)]
public float[] key = new System.Single[4];
[DNAFieldAttribute(7, "short", "algorithm", "short", 2)]
[DNAFieldAttribute(7, "short", "algorithm", "short", 2, false)]
public short algorithm;
[DNAFieldAttribute(8, "short", "channel", "short", 2)]
[DNAFieldAttribute(8, "short", "channel", "short", 2, false)]
public short channel;
public NodeChroma() {
this.t1 = default;