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

@@ -55,6 +55,28 @@ namespace BlendFile.DNA {
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(19, "void", "*_pad3", 0)]
public object ptr__pad3;
public WarpModifierData() {
this.modifier = default;
this.ptr_texture = default;
this.ptr_map_object = default;
this.map_bone = default;
this.uvlayer_name = default;
this._pad1 = default;
this.uvlayer_tmp = default;
this.texmapping = default;
this.ptr_object_from = default;
this.ptr_object_to = default;
this.bone_from = default;
this.bone_to = default;
this.ptr_curfalloff = default;
this.defgrp_name = default;
this.strength = default;
this.falloff_radius = default;
this.flag = default;
this.falloff_type = default;
this._pad2 = default;
this.ptr__pad3 = default;
}
public WarpModifierData(
ModifierData modifier,
Tex ptr_texture,