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

@@ -49,6 +49,25 @@ namespace BlendFile.DNA {
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(16, "Object", "*cage_object", 1160)]
public Object ptr_cage_object;
public BakeData() {
this.im_format = default;
this.filepath = default;
this.width = default;
this.height = default;
this.margin = default;
this.flag = default;
this.cage_extrusion = default;
this.max_ray_distance = default;
this.pass_filter = default;
this.normal_swizzle = default;
this.normal_space = default;
this.target = default;
this.save_mode = default;
this.margin_type = default;
this.view_from = default;
this._pad = default;
this.ptr_cage_object = default;
}
public BakeData(
ImageFormatData im_format,
char[] filepath,