Regenerated codefiles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user