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,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(147, "ImageUser", 40)]
public class ImageUser {
[DNAFieldAttribute(0, "Scene", "*scene", "Scene", 8, true)]
[DNAFieldAttribute(0, "Scene", "*scene", "Scene", 8, true, 0)]
public Scene ptr_scene;
[DNAFieldAttribute(1, "int", "framenr", "int", 4, false)]
[DNAFieldAttribute(1, "int", "framenr", "int", 4, false, 8)]
public int framenr;
[DNAFieldAttribute(2, "int", "frames", "int", 4, false)]
[DNAFieldAttribute(2, "int", "frames", "int", 4, false, 12)]
public int frames;
[DNAFieldAttribute(3, "int", "offset", "int", 4, false)]
[DNAFieldAttribute(3, "int", "offset", "int", 4, false, 16)]
public int offset;
[DNAFieldAttribute(4, "int", "sfra", "int", 4, false)]
[DNAFieldAttribute(4, "int", "sfra", "int", 4, false, 20)]
public int sfra;
[DNAFieldAttribute(5, "char", "cycl", "char", 1, false)]
[DNAFieldAttribute(5, "char", "cycl", "char", 1, false, 24)]
public char cycl;
[DNAFieldAttribute(6, "char", "multiview_eye", "char", 1, false)]
[DNAFieldAttribute(6, "char", "multiview_eye", "char", 1, false, 25)]
public char multiview_eye;
[DNAFieldAttribute(7, "short", "pass", "short", 2, false)]
[DNAFieldAttribute(7, "short", "pass", "short", 2, false, 26)]
public short pass;
[DNAFieldAttribute(8, "int", "tile", "int", 4, false)]
[DNAFieldAttribute(8, "int", "tile", "int", 4, false, 28)]
public int tile;
[DNAFieldAttribute(9, "short", "multi_index", "short", 2, false)]
[DNAFieldAttribute(9, "short", "multi_index", "short", 2, false, 32)]
public short multi_index;
[DNAFieldAttribute(10, "short", "view", "short", 2, false)]
[DNAFieldAttribute(10, "short", "view", "short", 2, false, 34)]
public short view;
[DNAFieldAttribute(11, "short", "layer", "short", 2, false)]
[DNAFieldAttribute(11, "short", "layer", "short", 2, false, 36)]
public short layer;
[DNAFieldAttribute(12, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(12, "short", "flag", "short", 2, false, 38)]
public short flag;
public ImageUser() {
this.ptr_scene = default;