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,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(628, "NodeColorBalance")]
public struct NodeColorBalance {
[DNAFieldAttribute(0, "float", "slope[3]", "System.Single[]", 4)]
[DNAFieldAttribute(0, "float", "slope[3]", "System.Single[]", 12, false)]
public float[] slope = new System.Single[3];
[DNAFieldAttribute(1, "float", "offset[3]", "System.Single[]", 4)]
[DNAFieldAttribute(1, "float", "offset[3]", "System.Single[]", 12, false)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(2, "float", "power[3]", "System.Single[]", 4)]
[DNAFieldAttribute(2, "float", "power[3]", "System.Single[]", 12, false)]
public float[] power = new System.Single[3];
[DNAFieldAttribute(3, "float", "offset_basis", "float", 4)]
[DNAFieldAttribute(3, "float", "offset_basis", "float", 4, false)]
public float offset_basis;
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "float", "lift[3]", "System.Single[]", 4)]
[DNAFieldAttribute(5, "float", "lift[3]", "System.Single[]", 12, false)]
public float[] lift = new System.Single[3];
[DNAFieldAttribute(6, "float", "gamma[3]", "System.Single[]", 4)]
[DNAFieldAttribute(6, "float", "gamma[3]", "System.Single[]", 12, false)]
public float[] gamma = new System.Single[3];
[DNAFieldAttribute(7, "float", "gain[3]", "System.Single[]", 4)]
[DNAFieldAttribute(7, "float", "gain[3]", "System.Single[]", 12, false)]
public float[] gain = new System.Single[3];
[DNAFieldAttribute(8, "float", "input_temperature", "float", 4)]
[DNAFieldAttribute(8, "float", "input_temperature", "float", 4, false)]
public float input_temperature;
[DNAFieldAttribute(9, "float", "input_tint", "float", 4)]
[DNAFieldAttribute(9, "float", "input_tint", "float", 4, false)]
public float input_tint;
[DNAFieldAttribute(10, "float", "output_temperature", "float", 4)]
[DNAFieldAttribute(10, "float", "output_temperature", "float", 4, false)]
public float output_temperature;
[DNAFieldAttribute(11, "float", "output_tint", "float", 4)]
[DNAFieldAttribute(11, "float", "output_tint", "float", 4, false)]
public float output_tint;
public NodeColorBalance() {
this.slope = default;