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