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

@@ -63,6 +63,32 @@ namespace BlendFile.DNA {
public char[] edge_weight_name = new System.Char[64];
[DNAFieldAttribute(23, "char", "vertex_weight_name[64]", 1)]
public char[] vertex_weight_name = new System.Char[64];
public BevelModifierData() {
this.modifier = default;
this.value = default;
this.res = default;
this.flags = default;
this.val_flags = default;
this.profile_type = default;
this.lim_flags = default;
this.e_flags = default;
this.mat = default;
this.edge_flags = default;
this.face_str_mode = default;
this.miter_inner = default;
this.miter_outer = default;
this.vmesh_method = default;
this.affect_type = default;
this._pad = default;
this.profile = default;
this.bevel_angle = default;
this.spread = default;
this.defgrp_name = default;
this._pad1 = default;
this.ptr_custom_profile = default;
this.edge_weight_name = default;
this.vertex_weight_name = default;
}
public BevelModifierData(
ModifierData modifier,
float value,