Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -41,6 +41,21 @@ namespace BlendFile.DNA {
public short layer;
[DNAFieldAttribute(12, "short", "flag", 2)]
public short flag;
public ImageUser() {
this.ptr_scene = default;
this.framenr = default;
this.frames = default;
this.offset = default;
this.sfra = default;
this.cycl = default;
this.multiview_eye = default;
this.pass = default;
this.tile = default;
this.multi_index = default;
this.view = default;
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;
this.framenr = framenr;