Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

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