regenerate files
This commit is contained in:
@@ -13,15 +13,15 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(565, "bNodeTreeInterfaceSocket")]
|
||||
[DNAClassAttribute(565, "bNodeTreeInterfaceSocket", 72)]
|
||||
public class bNodeTreeInterfaceSocket {
|
||||
[DNAFieldAttribute(0, "bNodeTreeInterfaceItem", "item", "bNodeTreeInterfaceItem", 8, false)]
|
||||
public bNodeTreeInterfaceItem item;
|
||||
[DNAFieldAttribute(1, "char", "*name", "char", 4, true)]
|
||||
[DNAFieldAttribute(1, "char", "*name", "char", 8, true)]
|
||||
public char ptr_name;
|
||||
[DNAFieldAttribute(2, "char", "*description", "char", 4, true)]
|
||||
[DNAFieldAttribute(2, "char", "*description", "char", 8, true)]
|
||||
public char ptr_description;
|
||||
[DNAFieldAttribute(3, "char", "*socket_type", "char", 4, true)]
|
||||
[DNAFieldAttribute(3, "char", "*socket_type", "char", 8, true)]
|
||||
public char ptr_socket_type;
|
||||
[DNAFieldAttribute(4, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
@@ -29,13 +29,13 @@ namespace BlendFile.DNA {
|
||||
public short attribute_domain;
|
||||
[DNAFieldAttribute(6, "short", "default_input", "short", 2, false)]
|
||||
public short default_input;
|
||||
[DNAFieldAttribute(7, "char", "*default_attribute_name", "char", 4, true)]
|
||||
[DNAFieldAttribute(7, "char", "*default_attribute_name", "char", 8, true)]
|
||||
public char ptr_default_attribute_name;
|
||||
[DNAFieldAttribute(8, "char", "*identifier", "char", 4, true)]
|
||||
[DNAFieldAttribute(8, "char", "*identifier", "char", 8, true)]
|
||||
public char ptr_identifier;
|
||||
[DNAFieldAttribute(9, "void", "*socket_data", "void", 4, true)]
|
||||
[DNAFieldAttribute(9, "void", "*socket_data", "void", 8, true)]
|
||||
public object ptr_socket_data;
|
||||
[DNAFieldAttribute(10, "IDProperty", "*properties", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(10, "IDProperty", "*properties", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_properties;
|
||||
public bNodeTreeInterfaceSocket() {
|
||||
this.item = default;
|
||||
|
||||
Reference in New Issue
Block a user