Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,26 +11,46 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class Collection {
[DNAFieldAttribute(0, "ID", "id", 208)]
public ID id;
[DNAFieldAttribute(1, "ID", "*owner_id", 208)]
public ID ptr_owner_id;
[DNAFieldAttribute(2, "ListBase", "gobject", 16)]
public ListBase gobject;
[DNAFieldAttribute(3, "ListBase", "children", 16)]
public ListBase children;
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(5, "int", "active_exporter_index", 4)]
public int active_exporter_index;
[DNAFieldAttribute(6, "ListBase", "exporters", 16)]
public ListBase exporters;
[DNAFieldAttribute(7, "PreviewImage", "*preview", 48)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(8, "int", "layer", 4)]
public int layer;
[DNAFieldAttribute(9, "float", "dupli_ofs[3]", 4)]
public float[] dupli_ofs = new System.Single[3];
[DNAFieldAttribute(10, "uchar", "flag", 1)]
public byte flag;
[DNAFieldAttribute(11, "int8_t", "color_tag", 1)]
public sbyte color_tag;
[DNAFieldAttribute(12, "char", "_pad1[2]", 1)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(13, "uchar", "lineart_usage", 1)]
public byte lineart_usage;
[DNAFieldAttribute(14, "uchar", "lineart_flags", 1)]
public byte lineart_flags;
[DNAFieldAttribute(15, "uchar", "lineart_intersection_mask", 1)]
public byte lineart_intersection_mask;
[DNAFieldAttribute(16, "uchar", "lineart_intersection_priority", 1)]
public byte lineart_intersection_priority;
[DNAFieldAttribute(17, "ViewLayer", "*view_layer", 336)]
public ViewLayer ptr_view_layer;
[DNAFieldAttribute(18, "Collection_Runtime", "runtime", 64)]
public Collection_Runtime runtime;
public Collection(
ID id,