Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,34 +14,34 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(625, "NodeGlare", 32)]
public struct NodeGlare {
[DNAFieldAttribute(0, "char", "quality", "char", 1, false, 0)]
public class NodeGlare {
[DNAFieldAttribute(1, "char", 0, "quality", "char", false, 0)]
public char quality;
[DNAFieldAttribute(1, "char", "type", "char", 1, false, 1)]
[DNAFieldAttribute(1, "char", 1, "type", "char", false, 1)]
public char type;
[DNAFieldAttribute(2, "char", "iter", "char", 1, false, 2)]
[DNAFieldAttribute(1, "char", 2, "iter", "char", false, 2)]
public char iter;
[DNAFieldAttribute(3, "char", "angle", "char", 1, false, 3)]
[DNAFieldAttribute(1, "char", 3, "angle", "char", false, 3)]
public char angle;
[DNAFieldAttribute(4, "char", "_pad0", "char", 1, false, 4)]
[DNAFieldAttribute(1, "char", 4, "_pad0", "char", false, 4)]
public char _pad0;
[DNAFieldAttribute(5, "char", "size", "char", 1, false, 5)]
[DNAFieldAttribute(1, "char", 5, "size", "char", false, 5)]
public char size;
[DNAFieldAttribute(6, "char", "star_45", "char", 1, false, 6)]
[DNAFieldAttribute(1, "char", 6, "star_45", "char", false, 6)]
public char star_45;
[DNAFieldAttribute(7, "char", "streaks", "char", 1, false, 7)]
[DNAFieldAttribute(1, "char", 7, "streaks", "char", false, 7)]
public char streaks;
[DNAFieldAttribute(8, "float", "colmod", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 8, "colmod", "float", false, 8)]
public float colmod;
[DNAFieldAttribute(9, "float", "mix", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 9, "mix", "float", false, 12)]
public float mix;
[DNAFieldAttribute(10, "float", "threshold", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 10, "threshold", "float", false, 16)]
public float threshold;
[DNAFieldAttribute(11, "float", "fade", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 11, "fade", "float", false, 20)]
public float fade;
[DNAFieldAttribute(12, "float", "angle_ofs", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 12, "angle_ofs", "float", false, 24)]
public float angle_ofs;
[DNAFieldAttribute(13, "char", "_pad1[4]", "System.Char[]", 4, false, 28)]
[DNAFieldAttribute(4, "char", 13, "_pad1[4]", "System.Char[]", false, 28)]
public char[] _pad1 = new System.Char[4];
public NodeGlare() {
this.quality = default;