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