regenerate files
This commit is contained in:
@@ -13,13 +13,13 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(212, "Key")]
|
||||
[DNAClassAttribute(212, "Key", 312)]
|
||||
public class Key {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "KeyBlock", "*refkey", "KeyBlock", 4, true)]
|
||||
[DNAFieldAttribute(2, "KeyBlock", "*refkey", "KeyBlock", 8, true)]
|
||||
public KeyBlock ptr_refkey;
|
||||
[DNAFieldAttribute(3, "char", "elemstr[32]", "System.Char[]", 32, false)]
|
||||
public char[] elemstr = new System.Char[32];
|
||||
@@ -29,9 +29,9 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(6, "ListBase", "block", "ListBase", 16, false)]
|
||||
public ListBase block;
|
||||
[DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 4, true)]
|
||||
[DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 8, true)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(8, "ID", "*from", "ID", 4, true)]
|
||||
[DNAFieldAttribute(8, "ID", "*from", "ID", 8, true)]
|
||||
public ID ptr_from;
|
||||
[DNAFieldAttribute(9, "int", "totkey", "int", 4, false)]
|
||||
public int totkey;
|
||||
|
||||
Reference in New Issue
Block a user