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

@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
public short flag;
[DNAFieldAttribute(11, "short", "source", 2)]
public short source;
public CameraBGImage() {
this.ptr_next = default;
this.ptr_prev = default;
this.ptr_ima = default;
this.iuser = default;
this.ptr_clip = default;
this.cuser = default;
this.offset = default;
this.scale = default;
this.rotation = default;
this.alpha = default;
this.flag = default;
this.source = default;
}
public CameraBGImage(CameraBGImage ptr_next, CameraBGImage ptr_prev, Image ptr_ima, ImageUser iuser, MovieClip ptr_clip, MovieClipUser cuser, float[] offset, float scale, float rotation, float alpha, short flag, short source) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;