regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(163, "ViewLayer")]
[DNAClassAttribute(163, "ViewLayer", 336)]
public class ViewLayer {
[DNAFieldAttribute(0, "ViewLayer", "*next", "ViewLayer", 4, true)]
[DNAFieldAttribute(0, "ViewLayer", "*next", "ViewLayer", 8, true)]
public ViewLayer ptr_next;
[DNAFieldAttribute(1, "ViewLayer", "*prev", "ViewLayer", 4, true)]
[DNAFieldAttribute(1, "ViewLayer", "*prev", "ViewLayer", 8, true)]
public ViewLayer ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
@@ -27,13 +27,13 @@ namespace BlendFile.DNA {
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(5, "ListBase", "object_bases", "ListBase", 16, false)]
public ListBase object_bases;
[DNAFieldAttribute(6, "SceneStats", "*stats", "SceneStats", 4, true)]
[DNAFieldAttribute(6, "SceneStats", "*stats", "SceneStats", 8, true)]
public SceneStats ptr_stats;
[DNAFieldAttribute(7, "Base", "*basact", "Base", 4, true)]
[DNAFieldAttribute(7, "Base", "*basact", "Base", 8, true)]
public Base ptr_basact;
[DNAFieldAttribute(8, "ListBase", "layer_collections", "ListBase", 16, false)]
public ListBase layer_collections;
[DNAFieldAttribute(9, "LayerCollection", "*active_collection", "LayerCollection", 4, true)]
[DNAFieldAttribute(9, "LayerCollection", "*active_collection", "LayerCollection", 8, true)]
public LayerCollection ptr_active_collection;
[DNAFieldAttribute(10, "int", "layflag", "int", 4, false)]
public int layflag;
@@ -49,11 +49,11 @@ namespace BlendFile.DNA {
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(16, "int", "samples", "int", 4, false)]
public int samples;
[DNAFieldAttribute(17, "Material", "*mat_override", "Material", 4, true)]
[DNAFieldAttribute(17, "Material", "*mat_override", "Material", 8, true)]
public Material ptr_mat_override;
[DNAFieldAttribute(18, "World", "*world_override", "World", 4, true)]
[DNAFieldAttribute(18, "World", "*world_override", "World", 8, true)]
public World ptr_world_override;
[DNAFieldAttribute(19, "IDProperty", "*id_properties", "IDProperty", 4, true)]
[DNAFieldAttribute(19, "IDProperty", "*id_properties", "IDProperty", 8, true)]
public IDProperty ptr_id_properties;
[DNAFieldAttribute(20, "FreestyleConfig", "freestyle_config", "FreestyleConfig", 56, false)]
public FreestyleConfig freestyle_config;
@@ -61,17 +61,17 @@ namespace BlendFile.DNA {
public ViewLayerEEVEE eevee;
[DNAFieldAttribute(22, "ListBase", "aovs", "ListBase", 16, false)]
public ListBase aovs;
[DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", "ViewLayerAOV", 4, true)]
[DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", "ViewLayerAOV", 8, true)]
public ViewLayerAOV ptr_active_aov;
[DNAFieldAttribute(24, "ListBase", "lightgroups", "ListBase", 16, false)]
public ListBase lightgroups;
[DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", "ViewLayerLightgroup", 4, true)]
[DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", "ViewLayerLightgroup", 8, true)]
public ViewLayerLightgroup ptr_active_lightgroup;
[DNAFieldAttribute(26, "ListBase", "drawdata", "ListBase", 16, false)]
public ListBase drawdata;
[DNAFieldAttribute(27, "Base", "**object_bases_array", "Base", 4, true)]
[DNAFieldAttribute(27, "Base", "**object_bases_array", "Base", 8, true)]
public Base ptr_ptr_object_bases_array;
[DNAFieldAttribute(28, "GHash", "*object_bases_hash", "GHash", 4, true)]
[DNAFieldAttribute(28, "GHash", "*object_bases_hash", "GHash", 8, true)]
public GHash ptr_object_bases_hash;
public ViewLayer() {
this.ptr_next = default;