Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeTexBase {
|
||||
[DNAFieldAttribute(0, "TexMapping", "tex_mapping", 144)]
|
||||
public TexMapping tex_mapping;
|
||||
[DNAFieldAttribute(1, "ColorMapping", "color_mapping", 816)]
|
||||
public ColorMapping color_mapping;
|
||||
public NodeTexBase(TexMapping tex_mapping, ColorMapping color_mapping) {
|
||||
this.tex_mapping = tex_mapping;
|
||||
|
||||
Reference in New Issue
Block a user