Regenerated all the files
This commit is contained in:
@@ -11,10 +11,14 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct ViewerNodeViewerPathElem {
|
||||
[DNAFieldAttribute(0, "ViewerPathElem", "base", 32)]
|
||||
public ViewerPathElem @base;
|
||||
[DNAFieldAttribute(1, "int", "node_id", 4)]
|
||||
public int node_id;
|
||||
[DNAFieldAttribute(2, "char", "_pad1[4]", 1)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
public ViewerNodeViewerPathElem(ViewerPathElem @base, int node_id, char[] _pad1) {
|
||||
this.@base = @base;
|
||||
|
||||
Reference in New Issue
Block a user