Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct RaytraceEEVEE {
|
||||
[DNAFieldAttribute(0, "float", "screen_trace_quality", 4)]
|
||||
public float screen_trace_quality;
|
||||
[DNAFieldAttribute(1, "float", "screen_trace_thickness", 4)]
|
||||
public float screen_trace_thickness;
|
||||
[DNAFieldAttribute(2, "float", "trace_max_roughness", 4)]
|
||||
public float trace_max_roughness;
|
||||
[DNAFieldAttribute(3, "int", "resolution_scale", 4)]
|
||||
public int resolution_scale;
|
||||
[DNAFieldAttribute(4, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(5, "int", "denoise_stages", 4)]
|
||||
public int denoise_stages;
|
||||
public RaytraceEEVEE(float screen_trace_quality, float screen_trace_thickness, float trace_max_roughness, int resolution_scale, int flag, int denoise_stages) {
|
||||
this.screen_trace_quality = screen_trace_quality;
|
||||
|
||||
Reference in New Issue
Block a user