Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public int render_passes;
|
||||
[DNAFieldAttribute(1, "int", "_pad[1]", 4)]
|
||||
public int[] _pad = new System.Int32[1];
|
||||
public ViewLayerEEVEE() {
|
||||
this.render_passes = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public ViewLayerEEVEE(int render_passes, int[] _pad) {
|
||||
this.render_passes = render_passes;
|
||||
this._pad = _pad;
|
||||
|
||||
Reference in New Issue
Block a user