Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeShaderNormalMap {
|
||||
[DNAFieldAttribute(0, "int", "space", 4)]
|
||||
public int space;
|
||||
[DNAFieldAttribute(1, "char", "uv_map[64]", 1)]
|
||||
public char[] uv_map = new System.Char[64];
|
||||
public NodeShaderNormalMap(int space, char[] uv_map) {
|
||||
this.space = space;
|
||||
|
||||
Reference in New Issue
Block a user