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,16 +14,16 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(647, "NodeTexWave", 976)]
public struct NodeTexWave {
[DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960, false, 0)]
public class NodeTexWave {
[DNAFieldAttribute(960, "NodeTexBase", 0, "base", "NodeTexBase", false, 0)]
public NodeTexBase @base;
[DNAFieldAttribute(1, "int", "wave_type", "int", 4, false, 960)]
[DNAFieldAttribute(4, "int", 1, "wave_type", "int", false, 960)]
public int wave_type;
[DNAFieldAttribute(2, "int", "bands_direction", "int", 4, false, 964)]
[DNAFieldAttribute(4, "int", 2, "bands_direction", "int", false, 964)]
public int bands_direction;
[DNAFieldAttribute(3, "int", "rings_direction", "int", 4, false, 968)]
[DNAFieldAttribute(4, "int", 3, "rings_direction", "int", false, 968)]
public int rings_direction;
[DNAFieldAttribute(4, "int", "wave_profile", "int", 4, false, 972)]
[DNAFieldAttribute(4, "int", 4, "wave_profile", "int", false, 972)]
public int wave_profile;
public NodeTexWave() {
this.@base = default;