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