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

@@ -14,32 +14,32 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(825, "CurvePaintSettings", 32)]
public struct CurvePaintSettings {
[DNAFieldAttribute(0, "char", "curve_type", "char", 1, false, 0)]
public class CurvePaintSettings {
[DNAFieldAttribute(1, "char", 0, "curve_type", "char", false, 0)]
public char curve_type;
[DNAFieldAttribute(1, "char", "flag", "char", 1, false, 1)]
[DNAFieldAttribute(1, "char", 1, "flag", "char", false, 1)]
public char flag;
[DNAFieldAttribute(2, "char", "depth_mode", "char", 1, false, 2)]
[DNAFieldAttribute(1, "char", 2, "depth_mode", "char", false, 2)]
public char depth_mode;
[DNAFieldAttribute(3, "char", "surface_plane", "char", 1, false, 3)]
[DNAFieldAttribute(1, "char", 3, "surface_plane", "char", false, 3)]
public char surface_plane;
[DNAFieldAttribute(4, "char", "fit_method", "char", 1, false, 4)]
[DNAFieldAttribute(1, "char", 4, "fit_method", "char", false, 4)]
public char fit_method;
[DNAFieldAttribute(5, "char", "_pad", "char", 1, false, 5)]
[DNAFieldAttribute(1, "char", 5, "_pad", "char", false, 5)]
public char _pad;
[DNAFieldAttribute(6, "short", "error_threshold", "short", 2, false, 6)]
[DNAFieldAttribute(2, "short", 6, "error_threshold", "short", false, 6)]
public short error_threshold;
[DNAFieldAttribute(7, "float", "radius_min", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 7, "radius_min", "float", false, 8)]
public float radius_min;
[DNAFieldAttribute(8, "float", "radius_max", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 8, "radius_max", "float", false, 12)]
public float radius_max;
[DNAFieldAttribute(9, "float", "radius_taper_start", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 9, "radius_taper_start", "float", false, 16)]
public float radius_taper_start;
[DNAFieldAttribute(10, "float", "radius_taper_end", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 10, "radius_taper_end", "float", false, 20)]
public float radius_taper_end;
[DNAFieldAttribute(11, "float", "surface_offset", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 11, "surface_offset", "float", false, 24)]
public float surface_offset;
[DNAFieldAttribute(12, "float", "corner_angle", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 12, "corner_angle", "float", false, 28)]
public float corner_angle;
public CurvePaintSettings() {
this.curve_type = default;