regenerated files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(832, "SceneDisplay")]
|
||||
public struct SceneDisplay {
|
||||
[DNAFieldAttribute(0, "float", "light_direction[3]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(0, "float", "light_direction[3]", "System.Single[]", 12, false)]
|
||||
public float[] light_direction = new System.Single[3];
|
||||
[DNAFieldAttribute(1, "float", "shadow_shift", "float", 4)]
|
||||
[DNAFieldAttribute(1, "float", "shadow_shift", "float", 4, false)]
|
||||
public float shadow_shift;
|
||||
[DNAFieldAttribute(2, "float", "shadow_focus", "float", 4)]
|
||||
[DNAFieldAttribute(2, "float", "shadow_focus", "float", 4, false)]
|
||||
public float shadow_focus;
|
||||
[DNAFieldAttribute(3, "float", "matcap_ssao_distance", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "matcap_ssao_distance", "float", 4, false)]
|
||||
public float matcap_ssao_distance;
|
||||
[DNAFieldAttribute(4, "float", "matcap_ssao_attenuation", "float", 4)]
|
||||
[DNAFieldAttribute(4, "float", "matcap_ssao_attenuation", "float", 4, false)]
|
||||
public float matcap_ssao_attenuation;
|
||||
[DNAFieldAttribute(5, "int", "matcap_ssao_samples", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "matcap_ssao_samples", "int", 4, false)]
|
||||
public int matcap_ssao_samples;
|
||||
[DNAFieldAttribute(6, "char", "viewport_aa", "char", 1)]
|
||||
[DNAFieldAttribute(6, "char", "viewport_aa", "char", 1, false)]
|
||||
public char viewport_aa;
|
||||
[DNAFieldAttribute(7, "char", "render_aa", "char", 1)]
|
||||
[DNAFieldAttribute(7, "char", "render_aa", "char", 1, false)]
|
||||
public char render_aa;
|
||||
[DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 6, false)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(9, "View3DShading", "shading", "View3DShading", 944)]
|
||||
[DNAFieldAttribute(9, "View3DShading", "shading", "View3DShading", 944, false)]
|
||||
public View3DShading shading;
|
||||
public SceneDisplay() {
|
||||
this.light_direction = default;
|
||||
|
||||
Reference in New Issue
Block a user