Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user