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