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