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

@@ -37,6 +37,19 @@ namespace BlendFile.DNA {
public int context_property;
[DNAFieldAttribute(10, "float", "fallback_value", 4)]
public float fallback_value;
public DriverTarget() {
this.ptr_id = default;
this.ptr_rna_path = default;
this.pchan_name = default;
this.transChan = default;
this.rotation_mode = default;
this._pad = default;
this.flag = default;
this.options = default;
this.idtype = default;
this.context_property = default;
this.fallback_value = default;
}
public DriverTarget(ID ptr_id, char ptr_rna_path, char[] pchan_name, short transChan, char rotation_mode, char[] _pad, short flag, short options, int idtype, int context_property, float fallback_value) {
this.ptr_id = ptr_id;
this.ptr_rna_path = ptr_rna_path;