Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

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