Generated new code and added initial data handling
This commit is contained in:
@@ -47,6 +47,24 @@ namespace BlendFile.DNA {
|
||||
public int image_in_width;
|
||||
[DNAFieldAttribute(15, "int", "image_in_height", 4)]
|
||||
public int image_in_height;
|
||||
public NodeBlurData() {
|
||||
this.sizex = default;
|
||||
this.sizey = default;
|
||||
this.samples = default;
|
||||
this.maxspeed = default;
|
||||
this.minspeed = default;
|
||||
this.relative = default;
|
||||
this.aspect = default;
|
||||
this.curved = default;
|
||||
this.fac = default;
|
||||
this.percentx = default;
|
||||
this.percenty = default;
|
||||
this.filtertype = default;
|
||||
this.bokeh = default;
|
||||
this.gamma = default;
|
||||
this.image_in_width = default;
|
||||
this.image_in_height = default;
|
||||
}
|
||||
public NodeBlurData(
|
||||
short sizex,
|
||||
short sizey,
|
||||
|
||||
Reference in New Issue
Block a user