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

@@ -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,