Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeTexChecker {
|
||||
[DNAFieldAttribute(0, "NodeTexBase", "base", 960)]
|
||||
public NodeTexBase @base;
|
||||
public NodeTexChecker(NodeTexBase @base) {
|
||||
this.@base = @base;
|
||||
|
||||
Reference in New Issue
Block a user