Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(628, "NodeColorBalance", 96)]
public class NodeColorBalance {
[DNAFieldAttribute(12, "float", 0, "slope[3]", "System.Single[]", false, 0)]
[DNAArrayAttribute(12, "float", 0, "slope[3]", "System.Single[]", 3, 0)]
public float[] slope = new System.Single[3];
[DNAFieldAttribute(12, "float", 1, "offset[3]", "System.Single[]", false, 12)]
[DNAArrayAttribute(12, "float", 1, "offset[3]", "System.Single[]", 3, 12)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(12, "float", 2, "power[3]", "System.Single[]", false, 24)]
[DNAArrayAttribute(12, "float", 2, "power[3]", "System.Single[]", 3, 24)]
public float[] power = new System.Single[3];
[DNAFieldAttribute(4, "float", 3, "offset_basis", "float", false, 36)]
public float offset_basis;
[DNAFieldAttribute(4, "char", 4, "_pad[4]", "System.Char[]", false, 40)]
[DNAArrayAttribute(4, "char", 4, "_pad[4]", "System.Char[]", 4, 40)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(12, "float", 5, "lift[3]", "System.Single[]", false, 44)]
[DNAArrayAttribute(12, "float", 5, "lift[3]", "System.Single[]", 3, 44)]
public float[] lift = new System.Single[3];
[DNAFieldAttribute(12, "float", 6, "gamma[3]", "System.Single[]", false, 56)]
[DNAArrayAttribute(12, "float", 6, "gamma[3]", "System.Single[]", 3, 56)]
public float[] gamma = new System.Single[3];
[DNAFieldAttribute(12, "float", 7, "gain[3]", "System.Single[]", false, 68)]
[DNAArrayAttribute(12, "float", 7, "gain[3]", "System.Single[]", 3, 68)]
public float[] gain = new System.Single[3];
[DNAFieldAttribute(4, "float", 8, "input_temperature", "float", false, 80)]
public float input_temperature;