regenerated files
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(70, "Collection")]
|
||||
public class Collection {
|
||||
[DNAFieldAttribute(0, "ID", "id", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "ID", "*owner_id", 208)]
|
||||
[DNAFieldAttribute(1, "ID", "*owner_id", "ID", 208)]
|
||||
public ID ptr_owner_id;
|
||||
[DNAFieldAttribute(2, "ListBase", "gobject", 16)]
|
||||
[DNAFieldAttribute(2, "ListBase", "gobject", "ListBase", 16)]
|
||||
public ListBase gobject;
|
||||
[DNAFieldAttribute(3, "ListBase", "children", 16)]
|
||||
[DNAFieldAttribute(3, "ListBase", "children", "ListBase", 16)]
|
||||
public ListBase children;
|
||||
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "int", "active_exporter_index", 4)]
|
||||
[DNAFieldAttribute(5, "int", "active_exporter_index", "int", 4)]
|
||||
public int active_exporter_index;
|
||||
[DNAFieldAttribute(6, "ListBase", "exporters", 16)]
|
||||
[DNAFieldAttribute(6, "ListBase", "exporters", "ListBase", 16)]
|
||||
public ListBase exporters;
|
||||
[DNAFieldAttribute(7, "PreviewImage", "*preview", 48)]
|
||||
[DNAFieldAttribute(7, "PreviewImage", "*preview", "PreviewImage", 48)]
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(8, "int", "layer", 4)]
|
||||
[DNAFieldAttribute(8, "int", "layer", "int", 4)]
|
||||
public int layer;
|
||||
[DNAFieldAttribute(9, "float", "dupli_ofs[3]", 4)]
|
||||
[DNAFieldAttribute(9, "float", "dupli_ofs[3]", "System.Single[]", 4)]
|
||||
public float[] dupli_ofs = new System.Single[3];
|
||||
[DNAFieldAttribute(10, "uchar", "flag", 1)]
|
||||
[DNAFieldAttribute(10, "uchar", "flag", "uchar", 1)]
|
||||
public byte flag;
|
||||
[DNAFieldAttribute(11, "int8_t", "color_tag", 1)]
|
||||
[DNAFieldAttribute(11, "int8_t", "color_tag", "int8_t", 1)]
|
||||
public sbyte color_tag;
|
||||
[DNAFieldAttribute(12, "char", "_pad1[2]", 1)]
|
||||
[DNAFieldAttribute(12, "char", "_pad1[2]", "System.Char[]", 1)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(13, "uchar", "lineart_usage", 1)]
|
||||
[DNAFieldAttribute(13, "uchar", "lineart_usage", "uchar", 1)]
|
||||
public byte lineart_usage;
|
||||
[DNAFieldAttribute(14, "uchar", "lineart_flags", 1)]
|
||||
[DNAFieldAttribute(14, "uchar", "lineart_flags", "uchar", 1)]
|
||||
public byte lineart_flags;
|
||||
[DNAFieldAttribute(15, "uchar", "lineart_intersection_mask", 1)]
|
||||
[DNAFieldAttribute(15, "uchar", "lineart_intersection_mask", "uchar", 1)]
|
||||
public byte lineart_intersection_mask;
|
||||
[DNAFieldAttribute(16, "uchar", "lineart_intersection_priority", 1)]
|
||||
[DNAFieldAttribute(16, "uchar", "lineart_intersection_priority", "uchar", 1)]
|
||||
public byte lineart_intersection_priority;
|
||||
[DNAFieldAttribute(17, "ViewLayer", "*view_layer", 336)]
|
||||
[DNAFieldAttribute(17, "ViewLayer", "*view_layer", "ViewLayer", 336)]
|
||||
public ViewLayer ptr_view_layer;
|
||||
[DNAFieldAttribute(18, "Collection_Runtime", "runtime", 64)]
|
||||
[DNAFieldAttribute(18, "Collection_Runtime", "runtime", "Collection_Runtime", 64)]
|
||||
public Collection_Runtime runtime;
|
||||
public Collection() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user