Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public float offset;
|
||||
[DNAFieldAttribute(4, "float", "squash", 4)]
|
||||
public float squash;
|
||||
public NodeTexBrick() {
|
||||
this.@base = default;
|
||||
this.offset_freq = default;
|
||||
this.squash_freq = default;
|
||||
this.offset = default;
|
||||
this.squash = default;
|
||||
}
|
||||
public NodeTexBrick(NodeTexBase @base, int offset_freq, int squash_freq, float offset, float squash) {
|
||||
this.@base = @base;
|
||||
this.offset_freq = offset_freq;
|
||||
|
||||
Reference in New Issue
Block a user