regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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