regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(338, "Lattice")]
|
||||
[DNAClassAttribute(338, "Lattice", 400)]
|
||||
public class Lattice {
|
||||
[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, "short", "pntsu", "short", 2, false)]
|
||||
public short pntsu;
|
||||
@@ -55,13 +55,13 @@ namespace BlendFile.DNA {
|
||||
public float dv;
|
||||
[DNAFieldAttribute(19, "float", "dw", "float", 4, false)]
|
||||
public float dw;
|
||||
[DNAFieldAttribute(20, "BPoint", "*def", "BPoint", 4, true)]
|
||||
[DNAFieldAttribute(20, "BPoint", "*def", "BPoint", 8, true)]
|
||||
public BPoint ptr_def;
|
||||
[DNAFieldAttribute(21, "Ipo", "*ipo", "Ipo", 4, true)]
|
||||
[DNAFieldAttribute(21, "Ipo", "*ipo", "Ipo", 8, true)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(22, "Key", "*key", "Key", 4, true)]
|
||||
[DNAFieldAttribute(22, "Key", "*key", "Key", 8, true)]
|
||||
public Key ptr_key;
|
||||
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 4, true)]
|
||||
[DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 8, true)]
|
||||
public MDeformVert ptr_dvert;
|
||||
[DNAFieldAttribute(24, "char", "vgroup[64]", "System.Char[]", 64, false)]
|
||||
public char[] vgroup = new System.Char[64];
|
||||
@@ -71,9 +71,9 @@ namespace BlendFile.DNA {
|
||||
public int vertex_group_active_index;
|
||||
[DNAFieldAttribute(27, "char", "_pad0[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(28, "EditLatt", "*editlatt", "EditLatt", 4, true)]
|
||||
[DNAFieldAttribute(28, "EditLatt", "*editlatt", "EditLatt", 8, true)]
|
||||
public EditLatt ptr_editlatt;
|
||||
[DNAFieldAttribute(29, "void", "*batch_cache", "void", 4, true)]
|
||||
[DNAFieldAttribute(29, "void", "*batch_cache", "void", 8, true)]
|
||||
public object ptr_batch_cache;
|
||||
public Lattice() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user