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

@@ -17,21 +17,21 @@ namespace BlendFile.DNA {
public class StripColorBalance {
[DNAFieldAttribute(4, "int", 0, "method", "int", false, 0)]
public int method;
[DNAFieldAttribute(12, "float", 1, "lift[3]", "System.Single[]", false, 4)]
[DNAArrayAttribute(12, "float", 1, "lift[3]", "System.Single[]", 3, 4)]
public float[] lift = new System.Single[3];
[DNAFieldAttribute(12, "float", 2, "gamma[3]", "System.Single[]", false, 16)]
[DNAArrayAttribute(12, "float", 2, "gamma[3]", "System.Single[]", 3, 16)]
public float[] gamma = new System.Single[3];
[DNAFieldAttribute(12, "float", 3, "gain[3]", "System.Single[]", false, 28)]
[DNAArrayAttribute(12, "float", 3, "gain[3]", "System.Single[]", 3, 28)]
public float[] gain = new System.Single[3];
[DNAFieldAttribute(12, "float", 4, "slope[3]", "System.Single[]", false, 40)]
[DNAArrayAttribute(12, "float", 4, "slope[3]", "System.Single[]", 3, 40)]
public float[] slope = new System.Single[3];
[DNAFieldAttribute(12, "float", 5, "offset[3]", "System.Single[]", false, 52)]
[DNAArrayAttribute(12, "float", 5, "offset[3]", "System.Single[]", 3, 52)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(12, "float", 6, "power[3]", "System.Single[]", false, 64)]
[DNAArrayAttribute(12, "float", 6, "power[3]", "System.Single[]", 3, 64)]
public float[] power = new System.Single[3];
[DNAFieldAttribute(4, "int", 7, "flag", "int", false, 76)]
public int flag;
[DNAFieldAttribute(4, "char", 8, "_pad[4]", "System.Char[]", false, 80)]
[DNAArrayAttribute(4, "char", 8, "_pad[4]", "System.Char[]", 4, 80)]
public char[] _pad = new System.Char[4];
public StripColorBalance() {
this.method = default;