regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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