Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,71 +15,71 @@ namespace BlendFile.DNA {
[DNAClassAttribute(962, "SpaceClip", 416)]
public class SpaceClip {
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true)]
[DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 8, true, 0)]
public SpaceLink ptr_next;
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true)]
[DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 8, true, 8)]
public SpaceLink ptr_prev;
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false)]
[DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16, false, 16)]
public ListBase regionbase;
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false)]
[DNAFieldAttribute(3, "char", "spacetype", "char", 1, false, 32)]
public char spacetype;
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false)]
[DNAFieldAttribute(4, "char", "link_flag", "char", 1, false, 33)]
public char link_flag;
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 6, false, 34)]
public char[] _pad0 = new System.Char[6];
[DNAFieldAttribute(6, "char", "gizmo_flag", "char", 1, false)]
[DNAFieldAttribute(6, "char", "gizmo_flag", "char", 1, false, 40)]
public char gizmo_flag;
[DNAFieldAttribute(7, "char", "_pad1[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(7, "char", "_pad1[3]", "System.Char[]", 3, false, 41)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(8, "float", "xof", "float", 4, false)]
[DNAFieldAttribute(8, "float", "xof", "float", 4, false, 44)]
public float xof;
[DNAFieldAttribute(9, "float", "yof", "float", 4, false)]
[DNAFieldAttribute(9, "float", "yof", "float", 4, false, 48)]
public float yof;
[DNAFieldAttribute(10, "float", "xlockof", "float", 4, false)]
[DNAFieldAttribute(10, "float", "xlockof", "float", 4, false, 52)]
public float xlockof;
[DNAFieldAttribute(11, "float", "ylockof", "float", 4, false)]
[DNAFieldAttribute(11, "float", "ylockof", "float", 4, false, 56)]
public float ylockof;
[DNAFieldAttribute(12, "float", "zoom", "float", 4, false)]
[DNAFieldAttribute(12, "float", "zoom", "float", 4, false, 60)]
public float zoom;
[DNAFieldAttribute(13, "MovieClipUser", "user", "MovieClipUser", 8, false)]
[DNAFieldAttribute(13, "MovieClipUser", "user", "MovieClipUser", 8, false, 64)]
public MovieClipUser user;
[DNAFieldAttribute(14, "MovieClip", "*clip", "MovieClip", 8, true)]
[DNAFieldAttribute(14, "MovieClip", "*clip", "MovieClip", 8, true, 72)]
public MovieClip ptr_clip;
[DNAFieldAttribute(15, "MovieClipScopes", "scopes", "MovieClipScopes", 136, false)]
[DNAFieldAttribute(15, "MovieClipScopes", "scopes", "MovieClipScopes", 136, false, 80)]
public MovieClipScopes scopes;
[DNAFieldAttribute(16, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(16, "int", "flag", "int", 4, false, 216)]
public int flag;
[DNAFieldAttribute(17, "short", "mode", "short", 2, false)]
[DNAFieldAttribute(17, "short", "mode", "short", 2, false, 220)]
public short mode;
[DNAFieldAttribute(18, "short", "view", "short", 2, false)]
[DNAFieldAttribute(18, "short", "view", "short", 2, false, 222)]
public short view;
[DNAFieldAttribute(19, "int", "path_length", "int", 4, false)]
[DNAFieldAttribute(19, "int", "path_length", "int", 4, false, 224)]
public int path_length;
[DNAFieldAttribute(20, "float", "loc[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(20, "float", "loc[2]", "System.Single[]", 8, false, 228)]
public float[] loc = new System.Single[2];
[DNAFieldAttribute(21, "float", "scale", "float", 4, false)]
[DNAFieldAttribute(21, "float", "scale", "float", 4, false, 236)]
public float scale;
[DNAFieldAttribute(22, "float", "angle", "float", 4, false)]
[DNAFieldAttribute(22, "float", "angle", "float", 4, false, 240)]
public float angle;
[DNAFieldAttribute(23, "char", "_pad[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(23, "char", "_pad[4]", "System.Char[]", 4, false, 244)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(24, "float", "stabmat[4][4]", "System.Single[,]", 64, false)]
[DNAFieldAttribute(24, "float", "stabmat[4][4]", "System.Single[,]", 64, false, 248)]
public float[,] stabmat = new System.Single[4,4];
[DNAFieldAttribute(25, "float", "unistabmat[4][4]", "System.Single[,]", 64, false)]
[DNAFieldAttribute(25, "float", "unistabmat[4][4]", "System.Single[,]", 64, false, 312)]
public float[,] unistabmat = new System.Single[4,4];
[DNAFieldAttribute(26, "int", "postproc_flag", "int", 4, false)]
[DNAFieldAttribute(26, "int", "postproc_flag", "int", 4, false, 376)]
public int postproc_flag;
[DNAFieldAttribute(27, "short", "gpencil_src", "short", 2, false)]
[DNAFieldAttribute(27, "short", "gpencil_src", "short", 2, false, 380)]
public short gpencil_src;
[DNAFieldAttribute(28, "char", "_pad2[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(28, "char", "_pad2[2]", "System.Char[]", 2, false, 382)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(29, "int", "around", "int", 4, false)]
[DNAFieldAttribute(29, "int", "around", "int", 4, false, 384)]
public int around;
[DNAFieldAttribute(30, "char", "_pad4[4]", "System.Char[]", 4, false)]
[DNAFieldAttribute(30, "char", "_pad4[4]", "System.Char[]", 4, false, 388)]
public char[] _pad4 = new System.Char[4];
[DNAFieldAttribute(31, "float", "cursor[2]", "System.Single[]", 8, false)]
[DNAFieldAttribute(31, "float", "cursor[2]", "System.Single[]", 8, false, 392)]
public float[] cursor = new System.Single[2];
[DNAFieldAttribute(32, "MaskSpaceInfo", "mask_info", "MaskSpaceInfo", 16, false)]
[DNAFieldAttribute(32, "MaskSpaceInfo", "mask_info", "MaskSpaceInfo", 16, false, 400)]
public MaskSpaceInfo mask_info;
public SpaceClip() {
this.ptr_next = default;