updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -37,15 +37,15 @@ namespace BlendFile.DNA {
public char use_compositor;
[DNAFieldAttribute(1, "char", 10, "_pad", "char", false, 11)]
public char _pad;
[DNAArrayAttribute(256, "char", 11, "studio_light[256]", "System.Char[]", 256, 12)]
[DNAArrayAttribute(256, "char", 11, "studio_light[256]", "System.Char[]", 256, false, 12)]
public char[] studio_light = new System.Char[256];
[DNAArrayAttribute(256, "char", 12, "lookdev_light[256]", "System.Char[]", 256, 268)]
[DNAArrayAttribute(256, "char", 12, "lookdev_light[256]", "System.Char[]", 256, false, 268)]
public char[] lookdev_light = new System.Char[256];
[DNAArrayAttribute(256, "char", 13, "matcap[256]", "System.Char[]", 256, 524)]
[DNAArrayAttribute(256, "char", 13, "matcap[256]", "System.Char[]", 256, false, 524)]
public char[] matcap = new System.Char[256];
[DNAFieldAttribute(4, "float", 14, "shadow_intensity", "float", false, 780)]
public float shadow_intensity;
[DNAArrayAttribute(12, "float", 15, "single_color[3]", "System.Single[]", 3, 784)]
[DNAArrayAttribute(12, "float", 15, "single_color[3]", "System.Single[]", 3, false, 784)]
public float[] single_color = new System.Single[3];
[DNAFieldAttribute(4, "float", 16, "studiolight_rot_z", "float", false, 796)]
public float studiolight_rot_z;
@@ -55,7 +55,7 @@ namespace BlendFile.DNA {
public float studiolight_intensity;
[DNAFieldAttribute(4, "float", 19, "studiolight_blur", "float", false, 808)]
public float studiolight_blur;
[DNAArrayAttribute(12, "float", 20, "object_outline_color[3]", "System.Single[]", 3, 812)]
[DNAArrayAttribute(12, "float", 20, "object_outline_color[3]", "System.Single[]", 3, false, 812)]
public float[] object_outline_color = new System.Single[3];
[DNAFieldAttribute(4, "float", 21, "xray_alpha", "float", false, 824)]
public float xray_alpha;
@@ -65,7 +65,7 @@ namespace BlendFile.DNA {
public float cavity_valley_factor;
[DNAFieldAttribute(4, "float", 24, "cavity_ridge_factor", "float", false, 836)]
public float cavity_ridge_factor;
[DNAArrayAttribute(12, "float", 25, "background_color[3]", "System.Single[]", 3, 840)]
[DNAArrayAttribute(12, "float", 25, "background_color[3]", "System.Single[]", 3, false, 840)]
public float[] background_color = new System.Single[3];
[DNAFieldAttribute(4, "float", 26, "curvature_ridge_factor", "float", false, 852)]
public float curvature_ridge_factor;
@@ -73,7 +73,7 @@ namespace BlendFile.DNA {
public float curvature_valley_factor;
[DNAFieldAttribute(4, "int", 28, "render_pass", "int", false, 860)]
public int render_pass;
[DNAArrayAttribute(64, "char", 29, "aov_name[64]", "System.Char[]", 64, 864)]
[DNAArrayAttribute(64, "char", 29, "aov_name[64]", "System.Char[]", 64, false, 864)]
public char[] aov_name = new System.Char[64];
[DNAFieldAttribute(8, "IDProperty", 30, "*prop", "IDProperty", true, 928)]
public IDProperty prop;