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