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

@@ -79,6 +79,40 @@ namespace BlendFile.DNA {
public IDProperty ptr_prop;
[DNAFieldAttribute(31, "void", "*_pad2", 0)]
public object ptr__pad2;
public View3DShading() {
this.type = default;
this.prev_type = default;
this.prev_type_wire = default;
this.color_type = default;
this.flag = default;
this.light = default;
this.background_type = default;
this.cavity_type = default;
this.wire_color_type = default;
this.use_compositor = default;
this._pad = default;
this.studio_light = default;
this.lookdev_light = default;
this.matcap = default;
this.shadow_intensity = default;
this.single_color = default;
this.studiolight_rot_z = default;
this.studiolight_background = default;
this.studiolight_intensity = default;
this.studiolight_blur = default;
this.object_outline_color = default;
this.xray_alpha = default;
this.xray_alpha_wire = default;
this.cavity_valley_factor = default;
this.cavity_ridge_factor = default;
this.background_color = default;
this.curvature_ridge_factor = default;
this.curvature_valley_factor = default;
this.render_pass = default;
this.aov_name = default;
this.ptr_prop = default;
this.ptr__pad2 = default;
}
public View3DShading(
char type,
char prev_type,