regenerated files
This commit is contained in:
@@ -15,63 +15,63 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(163, "ViewLayer")]
|
||||
public class ViewLayer {
|
||||
[DNAFieldAttribute(0, "ViewLayer", "*next", "ViewLayer", 336)]
|
||||
[DNAFieldAttribute(0, "ViewLayer", "*next", "ViewLayer", 4, true)]
|
||||
public ViewLayer ptr_next;
|
||||
[DNAFieldAttribute(1, "ViewLayer", "*prev", "ViewLayer", 336)]
|
||||
[DNAFieldAttribute(1, "ViewLayer", "*prev", "ViewLayer", 4, true)]
|
||||
public ViewLayer ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 6, false)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(5, "ListBase", "object_bases", "ListBase", 16)]
|
||||
[DNAFieldAttribute(5, "ListBase", "object_bases", "ListBase", 16, false)]
|
||||
public ListBase object_bases;
|
||||
[DNAFieldAttribute(6, "SceneStats", "*stats", "SceneStats", 0)]
|
||||
[DNAFieldAttribute(6, "SceneStats", "*stats", "SceneStats", 4, true)]
|
||||
public SceneStats ptr_stats;
|
||||
[DNAFieldAttribute(7, "Base", "*basact", "Base", 48)]
|
||||
[DNAFieldAttribute(7, "Base", "*basact", "Base", 4, true)]
|
||||
public Base ptr_basact;
|
||||
[DNAFieldAttribute(8, "ListBase", "layer_collections", "ListBase", 16)]
|
||||
[DNAFieldAttribute(8, "ListBase", "layer_collections", "ListBase", 16, false)]
|
||||
public ListBase layer_collections;
|
||||
[DNAFieldAttribute(9, "LayerCollection", "*active_collection", "LayerCollection", 64)]
|
||||
[DNAFieldAttribute(9, "LayerCollection", "*active_collection", "LayerCollection", 4, true)]
|
||||
public LayerCollection ptr_active_collection;
|
||||
[DNAFieldAttribute(10, "int", "layflag", "int", 4)]
|
||||
[DNAFieldAttribute(10, "int", "layflag", "int", 4, false)]
|
||||
public int layflag;
|
||||
[DNAFieldAttribute(11, "int", "passflag", "int", 4)]
|
||||
[DNAFieldAttribute(11, "int", "passflag", "int", 4, false)]
|
||||
public int passflag;
|
||||
[DNAFieldAttribute(12, "float", "pass_alpha_threshold", "float", 4)]
|
||||
[DNAFieldAttribute(12, "float", "pass_alpha_threshold", "float", 4, false)]
|
||||
public float pass_alpha_threshold;
|
||||
[DNAFieldAttribute(13, "short", "cryptomatte_flag", "short", 2)]
|
||||
[DNAFieldAttribute(13, "short", "cryptomatte_flag", "short", 2, false)]
|
||||
public short cryptomatte_flag;
|
||||
[DNAFieldAttribute(14, "short", "cryptomatte_levels", "short", 2)]
|
||||
[DNAFieldAttribute(14, "short", "cryptomatte_levels", "short", 2, false)]
|
||||
public short cryptomatte_levels;
|
||||
[DNAFieldAttribute(15, "char", "_pad1[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(15, "char", "_pad1[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(16, "int", "samples", "int", 4)]
|
||||
[DNAFieldAttribute(16, "int", "samples", "int", 4, false)]
|
||||
public int samples;
|
||||
[DNAFieldAttribute(17, "Material", "*mat_override", "Material", 392)]
|
||||
[DNAFieldAttribute(17, "Material", "*mat_override", "Material", 4, true)]
|
||||
public Material ptr_mat_override;
|
||||
[DNAFieldAttribute(18, "World", "*world_override", "World", 400)]
|
||||
[DNAFieldAttribute(18, "World", "*world_override", "World", 4, true)]
|
||||
public World ptr_world_override;
|
||||
[DNAFieldAttribute(19, "IDProperty", "*id_properties", "IDProperty", 136)]
|
||||
[DNAFieldAttribute(19, "IDProperty", "*id_properties", "IDProperty", 4, true)]
|
||||
public IDProperty ptr_id_properties;
|
||||
[DNAFieldAttribute(20, "FreestyleConfig", "freestyle_config", "FreestyleConfig", 56)]
|
||||
[DNAFieldAttribute(20, "FreestyleConfig", "freestyle_config", "FreestyleConfig", 56, false)]
|
||||
public FreestyleConfig freestyle_config;
|
||||
[DNAFieldAttribute(21, "ViewLayerEEVEE", "eevee", "ViewLayerEEVEE", 8)]
|
||||
[DNAFieldAttribute(21, "ViewLayerEEVEE", "eevee", "ViewLayerEEVEE", 8, false)]
|
||||
public ViewLayerEEVEE eevee;
|
||||
[DNAFieldAttribute(22, "ListBase", "aovs", "ListBase", 16)]
|
||||
[DNAFieldAttribute(22, "ListBase", "aovs", "ListBase", 16, false)]
|
||||
public ListBase aovs;
|
||||
[DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", "ViewLayerAOV", 88)]
|
||||
[DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", "ViewLayerAOV", 4, true)]
|
||||
public ViewLayerAOV ptr_active_aov;
|
||||
[DNAFieldAttribute(24, "ListBase", "lightgroups", "ListBase", 16)]
|
||||
[DNAFieldAttribute(24, "ListBase", "lightgroups", "ListBase", 16, false)]
|
||||
public ListBase lightgroups;
|
||||
[DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", "ViewLayerLightgroup", 80)]
|
||||
[DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", "ViewLayerLightgroup", 4, true)]
|
||||
public ViewLayerLightgroup ptr_active_lightgroup;
|
||||
[DNAFieldAttribute(26, "ListBase", "drawdata", "ListBase", 16)]
|
||||
[DNAFieldAttribute(26, "ListBase", "drawdata", "ListBase", 16, false)]
|
||||
public ListBase drawdata;
|
||||
[DNAFieldAttribute(27, "Base", "**object_bases_array", "Base", 48)]
|
||||
[DNAFieldAttribute(27, "Base", "**object_bases_array", "Base", 4, true)]
|
||||
public Base ptr_ptr_object_bases_array;
|
||||
[DNAFieldAttribute(28, "GHash", "*object_bases_hash", "GHash", 0)]
|
||||
[DNAFieldAttribute(28, "GHash", "*object_bases_hash", "GHash", 4, true)]
|
||||
public GHash ptr_object_bases_hash;
|
||||
public ViewLayer() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user