Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user