regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(1074, "XrActionMapItem")]
|
||||
[DNAClassAttribute(1074, "XrActionMapItem", 288)]
|
||||
public class XrActionMapItem {
|
||||
[DNAFieldAttribute(0, "XrActionMapItem", "*next", "XrActionMapItem", 4, true)]
|
||||
[DNAFieldAttribute(0, "XrActionMapItem", "*next", "XrActionMapItem", 8, true)]
|
||||
public XrActionMapItem ptr_next;
|
||||
[DNAFieldAttribute(1, "XrActionMapItem", "*prev", "XrActionMapItem", 4, true)]
|
||||
[DNAFieldAttribute(1, "XrActionMapItem", "*prev", "XrActionMapItem", 8, true)]
|
||||
public XrActionMapItem ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
@@ -29,9 +29,9 @@ namespace BlendFile.DNA {
|
||||
public ListBase user_paths;
|
||||
[DNAFieldAttribute(6, "char", "op[64]", "System.Char[]", 64, false)]
|
||||
public char[] op = new System.Char[64];
|
||||
[DNAFieldAttribute(7, "IDProperty", "*op_properties", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(7, "IDProperty", "*op_properties", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_op_properties;
|
||||
[DNAFieldAttribute(8, "PointerRNA", "*op_properties_ptr", "PointerRNA", 4, true)]
|
||||
[DNAFieldAttribute(8, "PointerRNA", "*op_properties_ptr", "PointerRNA", 8, true)]
|
||||
public PointerRNA ptr_op_properties_ptr;
|
||||
[DNAFieldAttribute(9, "short", "op_flag", "short", 2, false)]
|
||||
public short op_flag;
|
||||
|
||||
Reference in New Issue
Block a user