regenerate files
This commit is contained in:
@@ -13,25 +13,25 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(241, "Scene")]
|
||||
[DNAClassAttribute(241, "Scene", 6744)]
|
||||
public class Scene {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false)]
|
||||
public DrawDataList drawdata;
|
||||
[DNAFieldAttribute(3, "Object", "*camera", "Object", 4, true)]
|
||||
[DNAFieldAttribute(3, "Object", "*camera", "Object", 8, true)]
|
||||
public Object ptr_camera;
|
||||
[DNAFieldAttribute(4, "World", "*world", "World", 4, true)]
|
||||
[DNAFieldAttribute(4, "World", "*world", "World", 8, true)]
|
||||
public World ptr_world;
|
||||
[DNAFieldAttribute(5, "Scene", "*set", "Scene", 4, true)]
|
||||
[DNAFieldAttribute(5, "Scene", "*set", "Scene", 8, true)]
|
||||
public Scene ptr_set;
|
||||
[DNAFieldAttribute(6, "ListBase", "base", "ListBase", 16, false)]
|
||||
public ListBase @base;
|
||||
[DNAFieldAttribute(7, "Base", "*basact", "Base", 4, true)]
|
||||
[DNAFieldAttribute(7, "Base", "*basact", "Base", 8, true)]
|
||||
public Base ptr_basact;
|
||||
[DNAFieldAttribute(8, "void", "*_pad1", "void", 4, true)]
|
||||
[DNAFieldAttribute(8, "void", "*_pad1", "void", 8, true)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(9, "View3DCursor", "cursor", "View3DCursor", 64, false)]
|
||||
public View3DCursor cursor;
|
||||
@@ -47,13 +47,13 @@ namespace BlendFile.DNA {
|
||||
public char use_nodes;
|
||||
[DNAFieldAttribute(15, "char", "_pad3[1]", "System.Char[]", 1, false)]
|
||||
public char[] _pad3 = new System.Char[1];
|
||||
[DNAFieldAttribute(16, "bNodeTree", "*nodetree", "bNodeTree", 4, true)]
|
||||
[DNAFieldAttribute(16, "bNodeTree", "*nodetree", "bNodeTree", 8, true)]
|
||||
public bNodeTree ptr_nodetree;
|
||||
[DNAFieldAttribute(17, "Editing", "*ed", "Editing", 4, true)]
|
||||
[DNAFieldAttribute(17, "Editing", "*ed", "Editing", 8, true)]
|
||||
public Editing ptr_ed;
|
||||
[DNAFieldAttribute(18, "ToolSettings", "*toolsettings", "ToolSettings", 4, true)]
|
||||
[DNAFieldAttribute(18, "ToolSettings", "*toolsettings", "ToolSettings", 8, true)]
|
||||
public ToolSettings ptr_toolsettings;
|
||||
[DNAFieldAttribute(19, "void", "*_pad4", "void", 4, true)]
|
||||
[DNAFieldAttribute(19, "void", "*_pad4", "void", 8, true)]
|
||||
public object ptr__pad4;
|
||||
[DNAFieldAttribute(20, "DisplaySafeAreas", "safe_areas", "DisplaySafeAreas", 32, false)]
|
||||
public DisplaySafeAreas safe_areas;
|
||||
@@ -67,17 +67,17 @@ namespace BlendFile.DNA {
|
||||
public ListBase transform_spaces;
|
||||
[DNAFieldAttribute(25, "TransformOrientationSlot", "orientation_slots[4]", "TransformOrientationSlot[]", 64, false)]
|
||||
public TransformOrientationSlot[] orientation_slots = new TransformOrientationSlot[4];
|
||||
[DNAFieldAttribute(26, "void", "*sound_scene", "void", 4, true)]
|
||||
[DNAFieldAttribute(26, "void", "*sound_scene", "void", 8, true)]
|
||||
public object ptr_sound_scene;
|
||||
[DNAFieldAttribute(27, "void", "*playback_handle", "void", 4, true)]
|
||||
[DNAFieldAttribute(27, "void", "*playback_handle", "void", 8, true)]
|
||||
public object ptr_playback_handle;
|
||||
[DNAFieldAttribute(28, "void", "*sound_scrub_handle", "void", 4, true)]
|
||||
[DNAFieldAttribute(28, "void", "*sound_scrub_handle", "void", 8, true)]
|
||||
public object ptr_sound_scrub_handle;
|
||||
[DNAFieldAttribute(29, "void", "*speaker_handles", "void", 4, true)]
|
||||
[DNAFieldAttribute(29, "void", "*speaker_handles", "void", 8, true)]
|
||||
public object ptr_speaker_handles;
|
||||
[DNAFieldAttribute(30, "void", "*fps_info", "void", 4, true)]
|
||||
[DNAFieldAttribute(30, "void", "*fps_info", "void", 8, true)]
|
||||
public object ptr_fps_info;
|
||||
[DNAFieldAttribute(31, "GHash", "*depsgraph_hash", "GHash", 4, true)]
|
||||
[DNAFieldAttribute(31, "GHash", "*depsgraph_hash", "GHash", 8, true)]
|
||||
public GHash ptr_depsgraph_hash;
|
||||
[DNAFieldAttribute(32, "char", "_pad7[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad7 = new System.Char[4];
|
||||
@@ -87,13 +87,13 @@ namespace BlendFile.DNA {
|
||||
public ListBase keyingsets;
|
||||
[DNAFieldAttribute(35, "UnitSettings", "unit", "UnitSettings", 16, false)]
|
||||
public UnitSettings unit;
|
||||
[DNAFieldAttribute(36, "bGPdata", "*gpd", "bGPdata", 4, true)]
|
||||
[DNAFieldAttribute(36, "bGPdata", "*gpd", "bGPdata", 8, true)]
|
||||
public bGPdata ptr_gpd;
|
||||
[DNAFieldAttribute(37, "MovieClip", "*clip", "MovieClip", 4, true)]
|
||||
[DNAFieldAttribute(37, "MovieClip", "*clip", "MovieClip", 8, true)]
|
||||
public MovieClip ptr_clip;
|
||||
[DNAFieldAttribute(38, "PhysicsSettings", "physics_settings", "PhysicsSettings", 24, false)]
|
||||
public PhysicsSettings physics_settings;
|
||||
[DNAFieldAttribute(39, "void", "*_pad8", "void", 4, true)]
|
||||
[DNAFieldAttribute(39, "void", "*_pad8", "void", 8, true)]
|
||||
public object ptr__pad8;
|
||||
[DNAFieldAttribute(40, "CustomData_MeshMasks", "customdata_mask", "CustomData_MeshMasks", 40, false)]
|
||||
public CustomData_MeshMasks customdata_mask;
|
||||
@@ -105,15 +105,15 @@ namespace BlendFile.DNA {
|
||||
public ColorManagedDisplaySettings display_settings;
|
||||
[DNAFieldAttribute(44, "ColorManagedColorspaceSettings", "sequencer_colorspace_settings", "ColorManagedColorspaceSettings", 64, false)]
|
||||
public ColorManagedColorspaceSettings sequencer_colorspace_settings;
|
||||
[DNAFieldAttribute(45, "RigidBodyWorld", "*rigidbody_world", "RigidBodyWorld", 4, true)]
|
||||
[DNAFieldAttribute(45, "RigidBodyWorld", "*rigidbody_world", "RigidBodyWorld", 8, true)]
|
||||
public RigidBodyWorld ptr_rigidbody_world;
|
||||
[DNAFieldAttribute(46, "PreviewImage", "*preview", "PreviewImage", 4, true)]
|
||||
[DNAFieldAttribute(46, "PreviewImage", "*preview", "PreviewImage", 8, true)]
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(47, "ListBase", "view_layers", "ListBase", 16, false)]
|
||||
public ListBase view_layers;
|
||||
[DNAFieldAttribute(48, "Collection", "*master_collection", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(48, "Collection", "*master_collection", "Collection", 8, true)]
|
||||
public Collection ptr_master_collection;
|
||||
[DNAFieldAttribute(49, "IDProperty", "*layer_properties", "IDProperty", 4, true)]
|
||||
[DNAFieldAttribute(49, "IDProperty", "*layer_properties", "IDProperty", 8, true)]
|
||||
public IDProperty ptr_layer_properties;
|
||||
[DNAFieldAttribute(50, "int", "simulation_frame_start", "int", 4, false)]
|
||||
public int simulation_frame_start;
|
||||
@@ -127,9 +127,9 @@ namespace BlendFile.DNA {
|
||||
public SceneGpencil grease_pencil_settings;
|
||||
[DNAFieldAttribute(55, "SceneHydra", "hydra", "SceneHydra", 8, false)]
|
||||
public SceneHydra hydra;
|
||||
[DNAFieldAttribute(56, "SceneRuntimeHandle", "*runtime", "SceneRuntimeHandle", 4, true)]
|
||||
[DNAFieldAttribute(56, "SceneRuntimeHandle", "*runtime", "SceneRuntimeHandle", 8, true)]
|
||||
public SceneRuntimeHandle ptr_runtime;
|
||||
[DNAFieldAttribute(57, "void", "*_pad9", "void", 4, true)]
|
||||
[DNAFieldAttribute(57, "void", "*_pad9", "void", 8, true)]
|
||||
public object ptr__pad9;
|
||||
public Scene() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user