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