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