Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,70 +15,70 @@ namespace BlendFile.DNA {
[DNAClassAttribute(833, "View3DShading", 944)]
public class View3DShading {
[DNAFieldAttribute(0, "char", "type", "char", 1, false, 0)]
[DNAFieldAttribute(1, "char", 0, "type", "char", false, 0)]
public char type;
[DNAFieldAttribute(1, "char", "prev_type", "char", 1, false, 1)]
[DNAFieldAttribute(1, "char", 1, "prev_type", "char", false, 1)]
public char prev_type;
[DNAFieldAttribute(2, "char", "prev_type_wire", "char", 1, false, 2)]
[DNAFieldAttribute(1, "char", 2, "prev_type_wire", "char", false, 2)]
public char prev_type_wire;
[DNAFieldAttribute(3, "char", "color_type", "char", 1, false, 3)]
[DNAFieldAttribute(1, "char", 3, "color_type", "char", false, 3)]
public char color_type;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 4)]
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 4)]
public short flag;
[DNAFieldAttribute(5, "char", "light", "char", 1, false, 6)]
[DNAFieldAttribute(1, "char", 5, "light", "char", false, 6)]
public char light;
[DNAFieldAttribute(6, "char", "background_type", "char", 1, false, 7)]
[DNAFieldAttribute(1, "char", 6, "background_type", "char", false, 7)]
public char background_type;
[DNAFieldAttribute(7, "char", "cavity_type", "char", 1, false, 8)]
[DNAFieldAttribute(1, "char", 7, "cavity_type", "char", false, 8)]
public char cavity_type;
[DNAFieldAttribute(8, "char", "wire_color_type", "char", 1, false, 9)]
[DNAFieldAttribute(1, "char", 8, "wire_color_type", "char", false, 9)]
public char wire_color_type;
[DNAFieldAttribute(9, "char", "use_compositor", "char", 1, false, 10)]
[DNAFieldAttribute(1, "char", 9, "use_compositor", "char", false, 10)]
public char use_compositor;
[DNAFieldAttribute(10, "char", "_pad", "char", 1, false, 11)]
[DNAFieldAttribute(1, "char", 10, "_pad", "char", false, 11)]
public char _pad;
[DNAFieldAttribute(11, "char", "studio_light[256]", "System.Char[]", 256, false, 12)]
[DNAFieldAttribute(256, "char", 11, "studio_light[256]", "System.Char[]", false, 12)]
public char[] studio_light = new System.Char[256];
[DNAFieldAttribute(12, "char", "lookdev_light[256]", "System.Char[]", 256, false, 268)]
[DNAFieldAttribute(256, "char", 12, "lookdev_light[256]", "System.Char[]", false, 268)]
public char[] lookdev_light = new System.Char[256];
[DNAFieldAttribute(13, "char", "matcap[256]", "System.Char[]", 256, false, 524)]
[DNAFieldAttribute(256, "char", 13, "matcap[256]", "System.Char[]", false, 524)]
public char[] matcap = new System.Char[256];
[DNAFieldAttribute(14, "float", "shadow_intensity", "float", 4, false, 780)]
[DNAFieldAttribute(4, "float", 14, "shadow_intensity", "float", false, 780)]
public float shadow_intensity;
[DNAFieldAttribute(15, "float", "single_color[3]", "System.Single[]", 12, false, 784)]
[DNAFieldAttribute(12, "float", 15, "single_color[3]", "System.Single[]", false, 784)]
public float[] single_color = new System.Single[3];
[DNAFieldAttribute(16, "float", "studiolight_rot_z", "float", 4, false, 796)]
[DNAFieldAttribute(4, "float", 16, "studiolight_rot_z", "float", false, 796)]
public float studiolight_rot_z;
[DNAFieldAttribute(17, "float", "studiolight_background", "float", 4, false, 800)]
[DNAFieldAttribute(4, "float", 17, "studiolight_background", "float", false, 800)]
public float studiolight_background;
[DNAFieldAttribute(18, "float", "studiolight_intensity", "float", 4, false, 804)]
[DNAFieldAttribute(4, "float", 18, "studiolight_intensity", "float", false, 804)]
public float studiolight_intensity;
[DNAFieldAttribute(19, "float", "studiolight_blur", "float", 4, false, 808)]
[DNAFieldAttribute(4, "float", 19, "studiolight_blur", "float", false, 808)]
public float studiolight_blur;
[DNAFieldAttribute(20, "float", "object_outline_color[3]", "System.Single[]", 12, false, 812)]
[DNAFieldAttribute(12, "float", 20, "object_outline_color[3]", "System.Single[]", false, 812)]
public float[] object_outline_color = new System.Single[3];
[DNAFieldAttribute(21, "float", "xray_alpha", "float", 4, false, 824)]
[DNAFieldAttribute(4, "float", 21, "xray_alpha", "float", false, 824)]
public float xray_alpha;
[DNAFieldAttribute(22, "float", "xray_alpha_wire", "float", 4, false, 828)]
[DNAFieldAttribute(4, "float", 22, "xray_alpha_wire", "float", false, 828)]
public float xray_alpha_wire;
[DNAFieldAttribute(23, "float", "cavity_valley_factor", "float", 4, false, 832)]
[DNAFieldAttribute(4, "float", 23, "cavity_valley_factor", "float", false, 832)]
public float cavity_valley_factor;
[DNAFieldAttribute(24, "float", "cavity_ridge_factor", "float", 4, false, 836)]
[DNAFieldAttribute(4, "float", 24, "cavity_ridge_factor", "float", false, 836)]
public float cavity_ridge_factor;
[DNAFieldAttribute(25, "float", "background_color[3]", "System.Single[]", 12, false, 840)]
[DNAFieldAttribute(12, "float", 25, "background_color[3]", "System.Single[]", false, 840)]
public float[] background_color = new System.Single[3];
[DNAFieldAttribute(26, "float", "curvature_ridge_factor", "float", 4, false, 852)]
[DNAFieldAttribute(4, "float", 26, "curvature_ridge_factor", "float", false, 852)]
public float curvature_ridge_factor;
[DNAFieldAttribute(27, "float", "curvature_valley_factor", "float", 4, false, 856)]
[DNAFieldAttribute(4, "float", 27, "curvature_valley_factor", "float", false, 856)]
public float curvature_valley_factor;
[DNAFieldAttribute(28, "int", "render_pass", "int", 4, false, 860)]
[DNAFieldAttribute(4, "int", 28, "render_pass", "int", false, 860)]
public int render_pass;
[DNAFieldAttribute(29, "char", "aov_name[64]", "System.Char[]", 64, false, 864)]
[DNAFieldAttribute(64, "char", 29, "aov_name[64]", "System.Char[]", false, 864)]
public char[] aov_name = new System.Char[64];
[DNAFieldAttribute(30, "IDProperty", "*prop", "IDProperty", 8, true, 928)]
public IDProperty ptr_prop;
[DNAFieldAttribute(31, "void", "*_pad2", "void", 8, true, 936)]
public object ptr__pad2;
[DNAFieldAttribute(8, "IDProperty", 30, "*prop", "IDProperty", true, 928)]
public IDProperty prop;
[DNAFieldAttribute(8, "void", 31, "*_pad2", "void", true, 936)]
public object _pad2;
public View3DShading() {
this.type = default;
this.prev_type = default;
@@ -110,8 +110,8 @@ namespace BlendFile.DNA {
this.curvature_valley_factor = default;
this.render_pass = default;
this.aov_name = default;
this.ptr_prop = default;
this.ptr__pad2 = default;
this.prop = default;
this._pad2 = default;
}
public View3DShading(
char type,
@@ -144,8 +144,8 @@ namespace BlendFile.DNA {
float curvature_valley_factor,
int render_pass,
char[] aov_name,
IDProperty ptr_prop,
object ptr__pad2) {
IDProperty prop,
object _pad2) {
this.type = type;
this.prev_type = prev_type;
this.prev_type_wire = prev_type_wire;
@@ -176,8 +176,8 @@ namespace BlendFile.DNA {
this.curvature_valley_factor = curvature_valley_factor;
this.render_pass = render_pass;
this.aov_name = aov_name;
this.ptr_prop = ptr_prop;
this.ptr__pad2 = ptr__pad2;
this.prop = prop;
this._pad2 = _pad2;
}
}
}