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,10 +14,10 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(634, "NodeTexBase", 960)]
public struct NodeTexBase {
[DNAFieldAttribute(0, "TexMapping", "tex_mapping", "TexMapping", 144, false, 0)]
public class NodeTexBase {
[DNAFieldAttribute(144, "TexMapping", 0, "tex_mapping", "TexMapping", false, 0)]
public TexMapping tex_mapping;
[DNAFieldAttribute(1, "ColorMapping", "color_mapping", "ColorMapping", 816, false, 144)]
[DNAFieldAttribute(816, "ColorMapping", 1, "color_mapping", "ColorMapping", false, 144)]
public ColorMapping color_mapping;
public NodeTexBase() {
this.tex_mapping = default;