Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

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