regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(147, "ImageUser")]
public class ImageUser {
[DNAFieldAttribute(0, "Scene", "*scene", 6744)]
[DNAFieldAttribute(0, "Scene", "*scene", "Scene", 6744)]
public Scene ptr_scene;
[DNAFieldAttribute(1, "int", "framenr", 4)]
[DNAFieldAttribute(1, "int", "framenr", "int", 4)]
public int framenr;
[DNAFieldAttribute(2, "int", "frames", 4)]
[DNAFieldAttribute(2, "int", "frames", "int", 4)]
public int frames;
[DNAFieldAttribute(3, "int", "offset", 4)]
[DNAFieldAttribute(3, "int", "offset", "int", 4)]
public int offset;
[DNAFieldAttribute(4, "int", "sfra", 4)]
[DNAFieldAttribute(4, "int", "sfra", "int", 4)]
public int sfra;
[DNAFieldAttribute(5, "char", "cycl", 1)]
[DNAFieldAttribute(5, "char", "cycl", "char", 1)]
public char cycl;
[DNAFieldAttribute(6, "char", "multiview_eye", 1)]
[DNAFieldAttribute(6, "char", "multiview_eye", "char", 1)]
public char multiview_eye;
[DNAFieldAttribute(7, "short", "pass", 2)]
[DNAFieldAttribute(7, "short", "pass", "short", 2)]
public short pass;
[DNAFieldAttribute(8, "int", "tile", 4)]
[DNAFieldAttribute(8, "int", "tile", "int", 4)]
public int tile;
[DNAFieldAttribute(9, "short", "multi_index", 2)]
[DNAFieldAttribute(9, "short", "multi_index", "short", 2)]
public short multi_index;
[DNAFieldAttribute(10, "short", "view", 2)]
[DNAFieldAttribute(10, "short", "view", "short", 2)]
public short view;
[DNAFieldAttribute(11, "short", "layer", 2)]
[DNAFieldAttribute(11, "short", "layer", "short", 2)]
public short layer;
[DNAFieldAttribute(12, "short", "flag", 2)]
[DNAFieldAttribute(12, "short", "flag", "short", 2)]
public short flag;
public ImageUser() {
this.ptr_scene = default;