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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(636, "ColorMapping")]
public struct ColorMapping {
[DNAFieldAttribute(0, "ColorBand", "coba", "ColorBand", 776)]
[DNAFieldAttribute(0, "ColorBand", "coba", "ColorBand", 776, false)]
public ColorBand coba;
[DNAFieldAttribute(1, "float", "bright", "float", 4)]
[DNAFieldAttribute(1, "float", "bright", "float", 4, false)]
public float bright;
[DNAFieldAttribute(2, "float", "contrast", "float", 4)]
[DNAFieldAttribute(2, "float", "contrast", "float", 4, false)]
public float contrast;
[DNAFieldAttribute(3, "float", "saturation", "float", 4)]
[DNAFieldAttribute(3, "float", "saturation", "float", 4, false)]
public float saturation;
[DNAFieldAttribute(4, "int", "flag", "int", 4)]
[DNAFieldAttribute(4, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(5, "float", "blend_color[3]", "System.Single[]", 4)]
[DNAFieldAttribute(5, "float", "blend_color[3]", "System.Single[]", 12, false)]
public float[] blend_color = new System.Single[3];
[DNAFieldAttribute(6, "float", "blend_factor", "float", 4)]
[DNAFieldAttribute(6, "float", "blend_factor", "float", 4, false)]
public float blend_factor;
[DNAFieldAttribute(7, "int", "blend_type", "int", 4)]
[DNAFieldAttribute(7, "int", "blend_type", "int", 4, false)]
public int blend_type;
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
public ColorMapping() {
this.coba = default;