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

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