Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,63 +15,63 @@ namespace BlendFile.DNA {
[DNAClassAttribute(163, "ViewLayer", 336)]
public class ViewLayer {
[DNAFieldAttribute(0, "ViewLayer", "*next", "ViewLayer", 8, true)]
[DNAFieldAttribute(0, "ViewLayer", "*next", "ViewLayer", 8, true, 0)]
public ViewLayer ptr_next;
[DNAFieldAttribute(1, "ViewLayer", "*prev", "ViewLayer", 8, true)]
[DNAFieldAttribute(1, "ViewLayer", "*prev", "ViewLayer", 8, true, 8)]
public ViewLayer ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 80)]
public short flag;
[DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 6, false, 82)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(5, "ListBase", "object_bases", "ListBase", 16, false)]
[DNAFieldAttribute(5, "ListBase", "object_bases", "ListBase", 16, false, 88)]
public ListBase object_bases;
[DNAFieldAttribute(6, "SceneStats", "*stats", "SceneStats", 8, true)]
[DNAFieldAttribute(6, "SceneStats", "*stats", "SceneStats", 8, true, 104)]
public SceneStats ptr_stats;
[DNAFieldAttribute(7, "Base", "*basact", "Base", 8, true)]
[DNAFieldAttribute(7, "Base", "*basact", "Base", 8, true, 112)]
public Base ptr_basact;
[DNAFieldAttribute(8, "ListBase", "layer_collections", "ListBase", 16, false)]
[DNAFieldAttribute(8, "ListBase", "layer_collections", "ListBase", 16, false, 120)]
public ListBase layer_collections;
[DNAFieldAttribute(9, "LayerCollection", "*active_collection", "LayerCollection", 8, true)]
[DNAFieldAttribute(9, "LayerCollection", "*active_collection", "LayerCollection", 8, true, 136)]
public LayerCollection ptr_active_collection;
[DNAFieldAttribute(10, "int", "layflag", "int", 4, false)]
[DNAFieldAttribute(10, "int", "layflag", "int", 4, false, 144)]
public int layflag;
[DNAFieldAttribute(11, "int", "passflag", "int", 4, false)]
[DNAFieldAttribute(11, "int", "passflag", "int", 4, false, 148)]
public int passflag;
[DNAFieldAttribute(12, "float", "pass_alpha_threshold", "float", 4, false)]
[DNAFieldAttribute(12, "float", "pass_alpha_threshold", "float", 4, false, 152)]
public float pass_alpha_threshold;
[DNAFieldAttribute(13, "short", "cryptomatte_flag", "short", 2, false)]
[DNAFieldAttribute(13, "short", "cryptomatte_flag", "short", 2, false, 156)]
public short cryptomatte_flag;
[DNAFieldAttribute(14, "short", "cryptomatte_levels", "short", 2, false)]
[DNAFieldAttribute(14, "short", "cryptomatte_levels", "short", 2, false, 158)]
public short cryptomatte_levels;
[DNAFieldAttribute(15, "char", "_pad1[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(15, "char", "_pad1[4]", "System.Char[]", 4, false, 160)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(16, "int", "samples", "int", 4, false)]
[DNAFieldAttribute(16, "int", "samples", "int", 4, false, 164)]
public int samples;
[DNAFieldAttribute(17, "Material", "*mat_override", "Material", 8, true)]
[DNAFieldAttribute(17, "Material", "*mat_override", "Material", 8, true, 168)]
public Material ptr_mat_override;
[DNAFieldAttribute(18, "World", "*world_override", "World", 8, true)]
[DNAFieldAttribute(18, "World", "*world_override", "World", 8, true, 176)]
public World ptr_world_override;
[DNAFieldAttribute(19, "IDProperty", "*id_properties", "IDProperty", 8, true)]
[DNAFieldAttribute(19, "IDProperty", "*id_properties", "IDProperty", 8, true, 184)]
public IDProperty ptr_id_properties;
[DNAFieldAttribute(20, "FreestyleConfig", "freestyle_config", "FreestyleConfig", 56, false)]
[DNAFieldAttribute(20, "FreestyleConfig", "freestyle_config", "FreestyleConfig", 56, false, 192)]
public FreestyleConfig freestyle_config;
[DNAFieldAttribute(21, "ViewLayerEEVEE", "eevee", "ViewLayerEEVEE", 8, false)]
[DNAFieldAttribute(21, "ViewLayerEEVEE", "eevee", "ViewLayerEEVEE", 8, false, 248)]
public ViewLayerEEVEE eevee;
[DNAFieldAttribute(22, "ListBase", "aovs", "ListBase", 16, false)]
[DNAFieldAttribute(22, "ListBase", "aovs", "ListBase", 16, false, 256)]
public ListBase aovs;
[DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", "ViewLayerAOV", 8, true)]
[DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", "ViewLayerAOV", 8, true, 272)]
public ViewLayerAOV ptr_active_aov;
[DNAFieldAttribute(24, "ListBase", "lightgroups", "ListBase", 16, false)]
[DNAFieldAttribute(24, "ListBase", "lightgroups", "ListBase", 16, false, 280)]
public ListBase lightgroups;
[DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", "ViewLayerLightgroup", 8, true)]
[DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", "ViewLayerLightgroup", 8, true, 296)]
public ViewLayerLightgroup ptr_active_lightgroup;
[DNAFieldAttribute(26, "ListBase", "drawdata", "ListBase", 16, false)]
[DNAFieldAttribute(26, "ListBase", "drawdata", "ListBase", 16, false, 304)]
public ListBase drawdata;
[DNAFieldAttribute(27, "Base", "**object_bases_array", "Base", 8, true)]
[DNAFieldAttribute(27, "Base", "**object_bases_array", "Base", 8, true, 320)]
public Base ptr_ptr_object_bases_array;
[DNAFieldAttribute(28, "GHash", "*object_bases_hash", "GHash", 8, true)]
[DNAFieldAttribute(28, "GHash", "*object_bases_hash", "GHash", 8, true, 328)]
public GHash ptr_object_bases_hash;
public ViewLayer() {
this.ptr_next = default;