Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public int num_blades;
|
||||
[DNAFieldAttribute(7, "int", "high_quality", 4)]
|
||||
public int high_quality;
|
||||
public GPUDOFSettings() {
|
||||
this.focus_distance = default;
|
||||
this.fstop = default;
|
||||
this.focal_length = default;
|
||||
this.sensor = default;
|
||||
this.rotation = default;
|
||||
this.ratio = default;
|
||||
this.num_blades = default;
|
||||
this.high_quality = default;
|
||||
}
|
||||
public GPUDOFSettings(float focus_distance, float fstop, float focal_length, float sensor, float rotation, float ratio, int num_blades, int high_quality) {
|
||||
this.focus_distance = focus_distance;
|
||||
this.fstop = fstop;
|
||||
|
||||
Reference in New Issue
Block a user