Generated new code and added initial data handling
This commit is contained in:
@@ -35,6 +35,18 @@ namespace BlendFile.DNA {
|
||||
public char bm_flag;
|
||||
[DNAFieldAttribute(9, "char", "_pad[7]", 1)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
public BooleanModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_object = default;
|
||||
this.ptr_collection = default;
|
||||
this.double_threshold = default;
|
||||
this.operation = default;
|
||||
this.solver = default;
|
||||
this.material_mode = default;
|
||||
this.flag = default;
|
||||
this.bm_flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public BooleanModifierData(ModifierData modifier, Object ptr_object, Collection ptr_collection, float double_threshold, char operation, char solver, char material_mode, char flag, char bm_flag, char[] _pad) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_object = ptr_object;
|
||||
|
||||
Reference in New Issue
Block a user