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

@@ -45,6 +45,23 @@ namespace BlendFile.DNA {
public float[] value_color = new System.Single[4];
[DNAFieldAttribute(14, "char", "_pad1[4]", 1)]
public char[] _pad1 = new System.Char[4];
public SpreadsheetRowFilter() {
this.ptr_next = default;
this.ptr_prev = default;
this.column_name = default;
this.operation = default;
this.flag = default;
this._pad0 = default;
this.value_int = default;
this.value_int2 = default;
this.ptr_value_string = default;
this.value_float = default;
this.threshold = default;
this.value_float2 = default;
this.value_float3 = default;
this.value_color = default;
this._pad1 = default;
}
public SpreadsheetRowFilter(SpreadsheetRowFilter ptr_next, SpreadsheetRowFilter ptr_prev, char[] column_name, byte operation, byte flag, char[] _pad0, int value_int, int[] value_int2, char ptr_value_string, float value_float, float threshold, float[] value_float2, float[] value_float3, float[] value_color, char[] _pad1) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;