Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,121 +15,121 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(241, "Scene", 6744)]
|
||||
public class Scene {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false)]
|
||||
[DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16, false, 216)]
|
||||
public DrawDataList drawdata;
|
||||
[DNAFieldAttribute(3, "Object", "*camera", "Object", 8, true)]
|
||||
[DNAFieldAttribute(3, "Object", "*camera", "Object", 8, true, 232)]
|
||||
public Object ptr_camera;
|
||||
[DNAFieldAttribute(4, "World", "*world", "World", 8, true)]
|
||||
[DNAFieldAttribute(4, "World", "*world", "World", 8, true, 240)]
|
||||
public World ptr_world;
|
||||
[DNAFieldAttribute(5, "Scene", "*set", "Scene", 8, true)]
|
||||
[DNAFieldAttribute(5, "Scene", "*set", "Scene", 8, true, 248)]
|
||||
public Scene ptr_set;
|
||||
[DNAFieldAttribute(6, "ListBase", "base", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(6, "ListBase", "base", "ListBase", 16, false, 256)]
|
||||
public ListBase @base;
|
||||
[DNAFieldAttribute(7, "Base", "*basact", "Base", 8, true)]
|
||||
[DNAFieldAttribute(7, "Base", "*basact", "Base", 8, true, 272)]
|
||||
public Base ptr_basact;
|
||||
[DNAFieldAttribute(8, "void", "*_pad1", "void", 8, true)]
|
||||
[DNAFieldAttribute(8, "void", "*_pad1", "void", 8, true, 280)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(9, "View3DCursor", "cursor", "View3DCursor", 64, false)]
|
||||
[DNAFieldAttribute(9, "View3DCursor", "cursor", "View3DCursor", 64, false, 288)]
|
||||
public View3DCursor cursor;
|
||||
[DNAFieldAttribute(10, "int", "lay", "int", 4, false)]
|
||||
[DNAFieldAttribute(10, "int", "lay", "int", 4, false, 352)]
|
||||
public int lay;
|
||||
[DNAFieldAttribute(11, "int", "layact", "int", 4, false)]
|
||||
[DNAFieldAttribute(11, "int", "layact", "int", 4, false, 356)]
|
||||
public int layact;
|
||||
[DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 4, false, 360)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(13, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(13, "short", "flag", "short", 2, false, 364)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(14, "char", "use_nodes", "char", 1, false)]
|
||||
[DNAFieldAttribute(14, "char", "use_nodes", "char", 1, false, 366)]
|
||||
public char use_nodes;
|
||||
[DNAFieldAttribute(15, "char", "_pad3[1]", "System.Char[]", 1, false)]
|
||||
[DNAFieldAttribute(15, "char", "_pad3[1]", "System.Char[]", 1, false, 367)]
|
||||
public char[] _pad3 = new System.Char[1];
|
||||
[DNAFieldAttribute(16, "bNodeTree", "*nodetree", "bNodeTree", 8, true)]
|
||||
[DNAFieldAttribute(16, "bNodeTree", "*nodetree", "bNodeTree", 8, true, 368)]
|
||||
public bNodeTree ptr_nodetree;
|
||||
[DNAFieldAttribute(17, "Editing", "*ed", "Editing", 8, true)]
|
||||
[DNAFieldAttribute(17, "Editing", "*ed", "Editing", 8, true, 376)]
|
||||
public Editing ptr_ed;
|
||||
[DNAFieldAttribute(18, "ToolSettings", "*toolsettings", "ToolSettings", 8, true)]
|
||||
[DNAFieldAttribute(18, "ToolSettings", "*toolsettings", "ToolSettings", 8, true, 384)]
|
||||
public ToolSettings ptr_toolsettings;
|
||||
[DNAFieldAttribute(19, "void", "*_pad4", "void", 8, true)]
|
||||
[DNAFieldAttribute(19, "void", "*_pad4", "void", 8, true, 392)]
|
||||
public object ptr__pad4;
|
||||
[DNAFieldAttribute(20, "DisplaySafeAreas", "safe_areas", "DisplaySafeAreas", 32, false)]
|
||||
[DNAFieldAttribute(20, "DisplaySafeAreas", "safe_areas", "DisplaySafeAreas", 32, false, 400)]
|
||||
public DisplaySafeAreas safe_areas;
|
||||
[DNAFieldAttribute(21, "RenderData", "r", "RenderData", 4376, false)]
|
||||
[DNAFieldAttribute(21, "RenderData", "r", "RenderData", 4376, false, 432)]
|
||||
public RenderData r;
|
||||
[DNAFieldAttribute(22, "AudioData", "audio", "AudioData", 32, false)]
|
||||
[DNAFieldAttribute(22, "AudioData", "audio", "AudioData", 32, false, 4808)]
|
||||
public AudioData audio;
|
||||
[DNAFieldAttribute(23, "ListBase", "markers", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(23, "ListBase", "markers", "ListBase", 16, false, 4840)]
|
||||
public ListBase markers;
|
||||
[DNAFieldAttribute(24, "ListBase", "transform_spaces", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(24, "ListBase", "transform_spaces", "ListBase", 16, false, 4856)]
|
||||
public ListBase transform_spaces;
|
||||
[DNAFieldAttribute(25, "TransformOrientationSlot", "orientation_slots[4]", "TransformOrientationSlot[]", 64, false)]
|
||||
[DNAFieldAttribute(25, "TransformOrientationSlot", "orientation_slots[4]", "TransformOrientationSlot[]", 64, false, 4872)]
|
||||
public TransformOrientationSlot[] orientation_slots = new TransformOrientationSlot[4];
|
||||
[DNAFieldAttribute(26, "void", "*sound_scene", "void", 8, true)]
|
||||
[DNAFieldAttribute(26, "void", "*sound_scene", "void", 8, true, 4936)]
|
||||
public object ptr_sound_scene;
|
||||
[DNAFieldAttribute(27, "void", "*playback_handle", "void", 8, true)]
|
||||
[DNAFieldAttribute(27, "void", "*playback_handle", "void", 8, true, 4944)]
|
||||
public object ptr_playback_handle;
|
||||
[DNAFieldAttribute(28, "void", "*sound_scrub_handle", "void", 8, true)]
|
||||
[DNAFieldAttribute(28, "void", "*sound_scrub_handle", "void", 8, true, 4952)]
|
||||
public object ptr_sound_scrub_handle;
|
||||
[DNAFieldAttribute(29, "void", "*speaker_handles", "void", 8, true)]
|
||||
[DNAFieldAttribute(29, "void", "*speaker_handles", "void", 8, true, 4960)]
|
||||
public object ptr_speaker_handles;
|
||||
[DNAFieldAttribute(30, "void", "*fps_info", "void", 8, true)]
|
||||
[DNAFieldAttribute(30, "void", "*fps_info", "void", 8, true, 4968)]
|
||||
public object ptr_fps_info;
|
||||
[DNAFieldAttribute(31, "GHash", "*depsgraph_hash", "GHash", 8, true)]
|
||||
[DNAFieldAttribute(31, "GHash", "*depsgraph_hash", "GHash", 8, true, 4976)]
|
||||
public GHash ptr_depsgraph_hash;
|
||||
[DNAFieldAttribute(32, "char", "_pad7[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(32, "char", "_pad7[4]", "System.Char[]", 4, false, 4984)]
|
||||
public char[] _pad7 = new System.Char[4];
|
||||
[DNAFieldAttribute(33, "int", "active_keyingset", "int", 4, false)]
|
||||
[DNAFieldAttribute(33, "int", "active_keyingset", "int", 4, false, 4988)]
|
||||
public int active_keyingset;
|
||||
[DNAFieldAttribute(34, "ListBase", "keyingsets", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(34, "ListBase", "keyingsets", "ListBase", 16, false, 4992)]
|
||||
public ListBase keyingsets;
|
||||
[DNAFieldAttribute(35, "UnitSettings", "unit", "UnitSettings", 16, false)]
|
||||
[DNAFieldAttribute(35, "UnitSettings", "unit", "UnitSettings", 16, false, 5008)]
|
||||
public UnitSettings unit;
|
||||
[DNAFieldAttribute(36, "bGPdata", "*gpd", "bGPdata", 8, true)]
|
||||
[DNAFieldAttribute(36, "bGPdata", "*gpd", "bGPdata", 8, true, 5024)]
|
||||
public bGPdata ptr_gpd;
|
||||
[DNAFieldAttribute(37, "MovieClip", "*clip", "MovieClip", 8, true)]
|
||||
[DNAFieldAttribute(37, "MovieClip", "*clip", "MovieClip", 8, true, 5032)]
|
||||
public MovieClip ptr_clip;
|
||||
[DNAFieldAttribute(38, "PhysicsSettings", "physics_settings", "PhysicsSettings", 24, false)]
|
||||
[DNAFieldAttribute(38, "PhysicsSettings", "physics_settings", "PhysicsSettings", 24, false, 5040)]
|
||||
public PhysicsSettings physics_settings;
|
||||
[DNAFieldAttribute(39, "void", "*_pad8", "void", 8, true)]
|
||||
[DNAFieldAttribute(39, "void", "*_pad8", "void", 8, true, 5064)]
|
||||
public object ptr__pad8;
|
||||
[DNAFieldAttribute(40, "CustomData_MeshMasks", "customdata_mask", "CustomData_MeshMasks", 40, false)]
|
||||
[DNAFieldAttribute(40, "CustomData_MeshMasks", "customdata_mask", "CustomData_MeshMasks", 40, false, 5072)]
|
||||
public CustomData_MeshMasks customdata_mask;
|
||||
[DNAFieldAttribute(41, "CustomData_MeshMasks", "customdata_mask_modal", "CustomData_MeshMasks", 40, false)]
|
||||
[DNAFieldAttribute(41, "CustomData_MeshMasks", "customdata_mask_modal", "CustomData_MeshMasks", 40, false, 5112)]
|
||||
public CustomData_MeshMasks customdata_mask_modal;
|
||||
[DNAFieldAttribute(42, "ColorManagedViewSettings", "view_settings", "ColorManagedViewSettings", 168, false)]
|
||||
[DNAFieldAttribute(42, "ColorManagedViewSettings", "view_settings", "ColorManagedViewSettings", 168, false, 5152)]
|
||||
public ColorManagedViewSettings view_settings;
|
||||
[DNAFieldAttribute(43, "ColorManagedDisplaySettings", "display_settings", "ColorManagedDisplaySettings", 64, false)]
|
||||
[DNAFieldAttribute(43, "ColorManagedDisplaySettings", "display_settings", "ColorManagedDisplaySettings", 64, false, 5320)]
|
||||
public ColorManagedDisplaySettings display_settings;
|
||||
[DNAFieldAttribute(44, "ColorManagedColorspaceSettings", "sequencer_colorspace_settings", "ColorManagedColorspaceSettings", 64, false)]
|
||||
[DNAFieldAttribute(44, "ColorManagedColorspaceSettings", "sequencer_colorspace_settings", "ColorManagedColorspaceSettings", 64, false, 5384)]
|
||||
public ColorManagedColorspaceSettings sequencer_colorspace_settings;
|
||||
[DNAFieldAttribute(45, "RigidBodyWorld", "*rigidbody_world", "RigidBodyWorld", 8, true)]
|
||||
[DNAFieldAttribute(45, "RigidBodyWorld", "*rigidbody_world", "RigidBodyWorld", 8, true, 5448)]
|
||||
public RigidBodyWorld ptr_rigidbody_world;
|
||||
[DNAFieldAttribute(46, "PreviewImage", "*preview", "PreviewImage", 8, true)]
|
||||
[DNAFieldAttribute(46, "PreviewImage", "*preview", "PreviewImage", 8, true, 5456)]
|
||||
public PreviewImage ptr_preview;
|
||||
[DNAFieldAttribute(47, "ListBase", "view_layers", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(47, "ListBase", "view_layers", "ListBase", 16, false, 5464)]
|
||||
public ListBase view_layers;
|
||||
[DNAFieldAttribute(48, "Collection", "*master_collection", "Collection", 8, true)]
|
||||
[DNAFieldAttribute(48, "Collection", "*master_collection", "Collection", 8, true, 5480)]
|
||||
public Collection ptr_master_collection;
|
||||
[DNAFieldAttribute(49, "IDProperty", "*layer_properties", "IDProperty", 8, true)]
|
||||
[DNAFieldAttribute(49, "IDProperty", "*layer_properties", "IDProperty", 8, true, 5488)]
|
||||
public IDProperty ptr_layer_properties;
|
||||
[DNAFieldAttribute(50, "int", "simulation_frame_start", "int", 4, false)]
|
||||
[DNAFieldAttribute(50, "int", "simulation_frame_start", "int", 4, false, 5496)]
|
||||
public int simulation_frame_start;
|
||||
[DNAFieldAttribute(51, "int", "simulation_frame_end", "int", 4, false)]
|
||||
[DNAFieldAttribute(51, "int", "simulation_frame_end", "int", 4, false, 5500)]
|
||||
public int simulation_frame_end;
|
||||
[DNAFieldAttribute(52, "SceneDisplay", "display", "SceneDisplay", 984, false)]
|
||||
[DNAFieldAttribute(52, "SceneDisplay", "display", "SceneDisplay", 984, false, 5504)]
|
||||
public SceneDisplay display;
|
||||
[DNAFieldAttribute(53, "SceneEEVEE", "eevee", "SceneEEVEE", 224, false)]
|
||||
[DNAFieldAttribute(53, "SceneEEVEE", "eevee", "SceneEEVEE", 224, false, 6488)]
|
||||
public SceneEEVEE eevee;
|
||||
[DNAFieldAttribute(54, "SceneGpencil", "grease_pencil_settings", "SceneGpencil", 8, false)]
|
||||
[DNAFieldAttribute(54, "SceneGpencil", "grease_pencil_settings", "SceneGpencil", 8, false, 6712)]
|
||||
public SceneGpencil grease_pencil_settings;
|
||||
[DNAFieldAttribute(55, "SceneHydra", "hydra", "SceneHydra", 8, false)]
|
||||
[DNAFieldAttribute(55, "SceneHydra", "hydra", "SceneHydra", 8, false, 6720)]
|
||||
public SceneHydra hydra;
|
||||
[DNAFieldAttribute(56, "SceneRuntimeHandle", "*runtime", "SceneRuntimeHandle", 8, true)]
|
||||
[DNAFieldAttribute(56, "SceneRuntimeHandle", "*runtime", "SceneRuntimeHandle", 8, true, 6728)]
|
||||
public SceneRuntimeHandle ptr_runtime;
|
||||
[DNAFieldAttribute(57, "void", "*_pad9", "void", 8, true)]
|
||||
[DNAFieldAttribute(57, "void", "*_pad9", "void", 8, true, 6736)]
|
||||
public object ptr__pad9;
|
||||
public Scene() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user