Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,109 +15,109 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(835, "SceneEEVEE", 224)]
|
||||
public struct SceneEEVEE {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false, 0)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "int", "gi_diffuse_bounces", "int", 4, false)]
|
||||
[DNAFieldAttribute(1, "int", "gi_diffuse_bounces", "int", 4, false, 4)]
|
||||
public int gi_diffuse_bounces;
|
||||
[DNAFieldAttribute(2, "int", "gi_cubemap_resolution", "int", 4, false)]
|
||||
[DNAFieldAttribute(2, "int", "gi_cubemap_resolution", "int", 4, false, 8)]
|
||||
public int gi_cubemap_resolution;
|
||||
[DNAFieldAttribute(3, "int", "gi_visibility_resolution", "int", 4, false)]
|
||||
[DNAFieldAttribute(3, "int", "gi_visibility_resolution", "int", 4, false, 12)]
|
||||
public int gi_visibility_resolution;
|
||||
[DNAFieldAttribute(4, "float", "gi_glossy_clamp", "float", 4, false)]
|
||||
[DNAFieldAttribute(4, "float", "gi_glossy_clamp", "float", 4, false, 16)]
|
||||
public float gi_glossy_clamp;
|
||||
[DNAFieldAttribute(5, "int", "gi_irradiance_pool_size", "int", 4, false)]
|
||||
[DNAFieldAttribute(5, "int", "gi_irradiance_pool_size", "int", 4, false, 20)]
|
||||
public int gi_irradiance_pool_size;
|
||||
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 4, false, 24)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(7, "int", "taa_samples", "int", 4, false)]
|
||||
[DNAFieldAttribute(7, "int", "taa_samples", "int", 4, false, 28)]
|
||||
public int taa_samples;
|
||||
[DNAFieldAttribute(8, "int", "taa_render_samples", "int", 4, false)]
|
||||
[DNAFieldAttribute(8, "int", "taa_render_samples", "int", 4, false, 32)]
|
||||
public int taa_render_samples;
|
||||
[DNAFieldAttribute(9, "float", "volumetric_start", "float", 4, false)]
|
||||
[DNAFieldAttribute(9, "float", "volumetric_start", "float", 4, false, 36)]
|
||||
public float volumetric_start;
|
||||
[DNAFieldAttribute(10, "float", "volumetric_end", "float", 4, false)]
|
||||
[DNAFieldAttribute(10, "float", "volumetric_end", "float", 4, false, 40)]
|
||||
public float volumetric_end;
|
||||
[DNAFieldAttribute(11, "int", "volumetric_tile_size", "int", 4, false)]
|
||||
[DNAFieldAttribute(11, "int", "volumetric_tile_size", "int", 4, false, 44)]
|
||||
public int volumetric_tile_size;
|
||||
[DNAFieldAttribute(12, "int", "volumetric_samples", "int", 4, false)]
|
||||
[DNAFieldAttribute(12, "int", "volumetric_samples", "int", 4, false, 48)]
|
||||
public int volumetric_samples;
|
||||
[DNAFieldAttribute(13, "float", "volumetric_sample_distribution", "float", 4, false)]
|
||||
[DNAFieldAttribute(13, "float", "volumetric_sample_distribution", "float", 4, false, 52)]
|
||||
public float volumetric_sample_distribution;
|
||||
[DNAFieldAttribute(14, "float", "volumetric_light_clamp", "float", 4, false)]
|
||||
[DNAFieldAttribute(14, "float", "volumetric_light_clamp", "float", 4, false, 56)]
|
||||
public float volumetric_light_clamp;
|
||||
[DNAFieldAttribute(15, "int", "volumetric_shadow_samples", "int", 4, false)]
|
||||
[DNAFieldAttribute(15, "int", "volumetric_shadow_samples", "int", 4, false, 60)]
|
||||
public int volumetric_shadow_samples;
|
||||
[DNAFieldAttribute(16, "int", "volumetric_ray_depth", "int", 4, false)]
|
||||
[DNAFieldAttribute(16, "int", "volumetric_ray_depth", "int", 4, false, 64)]
|
||||
public int volumetric_ray_depth;
|
||||
[DNAFieldAttribute(17, "float", "gtao_distance", "float", 4, false)]
|
||||
[DNAFieldAttribute(17, "float", "gtao_distance", "float", 4, false, 68)]
|
||||
public float gtao_distance;
|
||||
[DNAFieldAttribute(18, "float", "gtao_thickness", "float", 4, false)]
|
||||
[DNAFieldAttribute(18, "float", "gtao_thickness", "float", 4, false, 72)]
|
||||
public float gtao_thickness;
|
||||
[DNAFieldAttribute(19, "float", "gtao_focus", "float", 4, false)]
|
||||
[DNAFieldAttribute(19, "float", "gtao_focus", "float", 4, false, 76)]
|
||||
public float gtao_focus;
|
||||
[DNAFieldAttribute(20, "int", "gtao_resolution", "int", 4, false)]
|
||||
[DNAFieldAttribute(20, "int", "gtao_resolution", "int", 4, false, 80)]
|
||||
public int gtao_resolution;
|
||||
[DNAFieldAttribute(21, "int", "fast_gi_step_count", "int", 4, false)]
|
||||
[DNAFieldAttribute(21, "int", "fast_gi_step_count", "int", 4, false, 84)]
|
||||
public int fast_gi_step_count;
|
||||
[DNAFieldAttribute(22, "int", "fast_gi_ray_count", "int", 4, false)]
|
||||
[DNAFieldAttribute(22, "int", "fast_gi_ray_count", "int", 4, false, 88)]
|
||||
public int fast_gi_ray_count;
|
||||
[DNAFieldAttribute(23, "float", "gtao_quality", "float", 4, false)]
|
||||
[DNAFieldAttribute(23, "float", "gtao_quality", "float", 4, false, 92)]
|
||||
public float gtao_quality;
|
||||
[DNAFieldAttribute(24, "float", "fast_gi_distance", "float", 4, false)]
|
||||
[DNAFieldAttribute(24, "float", "fast_gi_distance", "float", 4, false, 96)]
|
||||
public float fast_gi_distance;
|
||||
[DNAFieldAttribute(25, "float", "fast_gi_thickness_near", "float", 4, false)]
|
||||
[DNAFieldAttribute(25, "float", "fast_gi_thickness_near", "float", 4, false, 100)]
|
||||
public float fast_gi_thickness_near;
|
||||
[DNAFieldAttribute(26, "float", "fast_gi_thickness_far", "float", 4, false)]
|
||||
[DNAFieldAttribute(26, "float", "fast_gi_thickness_far", "float", 4, false, 104)]
|
||||
public float fast_gi_thickness_far;
|
||||
[DNAFieldAttribute(27, "char", "fast_gi_method", "char", 1, false)]
|
||||
[DNAFieldAttribute(27, "char", "fast_gi_method", "char", 1, false, 108)]
|
||||
public char fast_gi_method;
|
||||
[DNAFieldAttribute(28, "char", "_pad1[3]", "System.Char[]", 3, false)]
|
||||
[DNAFieldAttribute(28, "char", "_pad1[3]", "System.Char[]", 3, false, 109)]
|
||||
public char[] _pad1 = new System.Char[3];
|
||||
[DNAFieldAttribute(29, "float", "bokeh_overblur", "float", 4, false)]
|
||||
[DNAFieldAttribute(29, "float", "bokeh_overblur", "float", 4, false, 112)]
|
||||
public float bokeh_overblur;
|
||||
[DNAFieldAttribute(30, "float", "bokeh_max_size", "float", 4, false)]
|
||||
[DNAFieldAttribute(30, "float", "bokeh_max_size", "float", 4, false, 116)]
|
||||
public float bokeh_max_size;
|
||||
[DNAFieldAttribute(31, "float", "bokeh_threshold", "float", 4, false)]
|
||||
[DNAFieldAttribute(31, "float", "bokeh_threshold", "float", 4, false, 120)]
|
||||
public float bokeh_threshold;
|
||||
[DNAFieldAttribute(32, "float", "bokeh_neighbor_max", "float", 4, false)]
|
||||
[DNAFieldAttribute(32, "float", "bokeh_neighbor_max", "float", 4, false, 124)]
|
||||
public float bokeh_neighbor_max;
|
||||
[DNAFieldAttribute(33, "int", "motion_blur_samples", "int", 4, false)]
|
||||
[DNAFieldAttribute(33, "int", "motion_blur_samples", "int", 4, false, 128)]
|
||||
public int motion_blur_samples;
|
||||
[DNAFieldAttribute(34, "int", "motion_blur_max", "int", 4, false)]
|
||||
[DNAFieldAttribute(34, "int", "motion_blur_max", "int", 4, false, 132)]
|
||||
public int motion_blur_max;
|
||||
[DNAFieldAttribute(35, "int", "motion_blur_steps", "int", 4, false)]
|
||||
[DNAFieldAttribute(35, "int", "motion_blur_steps", "int", 4, false, 136)]
|
||||
public int motion_blur_steps;
|
||||
[DNAFieldAttribute(36, "int", "motion_blur_position", "int", 4, false)]
|
||||
[DNAFieldAttribute(36, "int", "motion_blur_position", "int", 4, false, 140)]
|
||||
public int motion_blur_position;
|
||||
[DNAFieldAttribute(37, "float", "motion_blur_shutter", "float", 4, false)]
|
||||
[DNAFieldAttribute(37, "float", "motion_blur_shutter", "float", 4, false, 144)]
|
||||
public float motion_blur_shutter;
|
||||
[DNAFieldAttribute(38, "float", "motion_blur_depth_scale", "float", 4, false)]
|
||||
[DNAFieldAttribute(38, "float", "motion_blur_depth_scale", "float", 4, false, 148)]
|
||||
public float motion_blur_depth_scale;
|
||||
[DNAFieldAttribute(39, "int", "shadow_cube_size", "int", 4, false)]
|
||||
[DNAFieldAttribute(39, "int", "shadow_cube_size", "int", 4, false, 152)]
|
||||
public int shadow_cube_size;
|
||||
[DNAFieldAttribute(40, "int", "shadow_pool_size", "int", 4, false)]
|
||||
[DNAFieldAttribute(40, "int", "shadow_pool_size", "int", 4, false, 156)]
|
||||
public int shadow_pool_size;
|
||||
[DNAFieldAttribute(41, "int", "shadow_ray_count", "int", 4, false)]
|
||||
[DNAFieldAttribute(41, "int", "shadow_ray_count", "int", 4, false, 160)]
|
||||
public int shadow_ray_count;
|
||||
[DNAFieldAttribute(42, "int", "shadow_step_count", "int", 4, false)]
|
||||
[DNAFieldAttribute(42, "int", "shadow_step_count", "int", 4, false, 164)]
|
||||
public int shadow_step_count;
|
||||
[DNAFieldAttribute(43, "float", "shadow_resolution_scale", "float", 4, false)]
|
||||
[DNAFieldAttribute(43, "float", "shadow_resolution_scale", "float", 4, false, 168)]
|
||||
public float shadow_resolution_scale;
|
||||
[DNAFieldAttribute(44, "float", "clamp_surface_direct", "float", 4, false)]
|
||||
[DNAFieldAttribute(44, "float", "clamp_surface_direct", "float", 4, false, 172)]
|
||||
public float clamp_surface_direct;
|
||||
[DNAFieldAttribute(45, "float", "clamp_surface_indirect", "float", 4, false)]
|
||||
[DNAFieldAttribute(45, "float", "clamp_surface_indirect", "float", 4, false, 176)]
|
||||
public float clamp_surface_indirect;
|
||||
[DNAFieldAttribute(46, "float", "clamp_volume_direct", "float", 4, false)]
|
||||
[DNAFieldAttribute(46, "float", "clamp_volume_direct", "float", 4, false, 180)]
|
||||
public float clamp_volume_direct;
|
||||
[DNAFieldAttribute(47, "float", "clamp_volume_indirect", "float", 4, false)]
|
||||
[DNAFieldAttribute(47, "float", "clamp_volume_indirect", "float", 4, false, 184)]
|
||||
public float clamp_volume_indirect;
|
||||
[DNAFieldAttribute(48, "int", "ray_tracing_method", "int", 4, false)]
|
||||
[DNAFieldAttribute(48, "int", "ray_tracing_method", "int", 4, false, 188)]
|
||||
public int ray_tracing_method;
|
||||
[DNAFieldAttribute(49, "RaytraceEEVEE", "ray_tracing_options", "RaytraceEEVEE", 24, false)]
|
||||
[DNAFieldAttribute(49, "RaytraceEEVEE", "ray_tracing_options", "RaytraceEEVEE", 24, false, 192)]
|
||||
public RaytraceEEVEE ray_tracing_options;
|
||||
[DNAFieldAttribute(50, "float", "overscan", "float", 4, false)]
|
||||
[DNAFieldAttribute(50, "float", "overscan", "float", 4, false, 216)]
|
||||
public float overscan;
|
||||
[DNAFieldAttribute(51, "float", "light_threshold", "float", 4, false)]
|
||||
[DNAFieldAttribute(51, "float", "light_threshold", "float", 4, false, 220)]
|
||||
public float light_threshold;
|
||||
public SceneEEVEE() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user