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,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(625, "NodeGlare")]
public struct NodeGlare {
[DNAFieldAttribute(0, "char", "quality", "char", 1)]
[DNAFieldAttribute(0, "char", "quality", "char", 1, false)]
public char quality;
[DNAFieldAttribute(1, "char", "type", "char", 1)]
[DNAFieldAttribute(1, "char", "type", "char", 1, false)]
public char type;
[DNAFieldAttribute(2, "char", "iter", "char", 1)]
[DNAFieldAttribute(2, "char", "iter", "char", 1, false)]
public char iter;
[DNAFieldAttribute(3, "char", "angle", "char", 1)]
[DNAFieldAttribute(3, "char", "angle", "char", 1, false)]
public char angle;
[DNAFieldAttribute(4, "char", "_pad0", "char", 1)]
[DNAFieldAttribute(4, "char", "_pad0", "char", 1, false)]
public char _pad0;
[DNAFieldAttribute(5, "char", "size", "char", 1)]
[DNAFieldAttribute(5, "char", "size", "char", 1, false)]
public char size;
[DNAFieldAttribute(6, "char", "star_45", "char", 1)]
[DNAFieldAttribute(6, "char", "star_45", "char", 1, false)]
public char star_45;
[DNAFieldAttribute(7, "char", "streaks", "char", 1)]
[DNAFieldAttribute(7, "char", "streaks", "char", 1, false)]
public char streaks;
[DNAFieldAttribute(8, "float", "colmod", "float", 4)]
[DNAFieldAttribute(8, "float", "colmod", "float", 4, false)]
public float colmod;
[DNAFieldAttribute(9, "float", "mix", "float", 4)]
[DNAFieldAttribute(9, "float", "mix", "float", 4, false)]
public float mix;
[DNAFieldAttribute(10, "float", "threshold", "float", 4)]
[DNAFieldAttribute(10, "float", "threshold", "float", 4, false)]
public float threshold;
[DNAFieldAttribute(11, "float", "fade", "float", 4)]
[DNAFieldAttribute(11, "float", "fade", "float", 4, false)]
public float fade;
[DNAFieldAttribute(12, "float", "angle_ofs", "float", 4)]
[DNAFieldAttribute(12, "float", "angle_ofs", "float", 4, false)]
public float angle_ofs;
[DNAFieldAttribute(13, "char", "_pad1[4]", "System.Char[]", 1)]
[DNAFieldAttribute(13, "char", "_pad1[4]", "System.Char[]", 4, false)]
public char[] _pad1 = new System.Char[4];
public NodeGlare() {
this.quality = default;