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,22 +14,22 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(252, "FreestyleConfig", 56)]
public struct FreestyleConfig {
[DNAFieldAttribute(0, "ListBase", "modules", "ListBase", 16, false, 0)]
public class FreestyleConfig {
[DNAFieldAttribute(16, "ListBase", 0, "modules", "ListBase", false, 0)]
public ListBase modules;
[DNAFieldAttribute(1, "int", "mode", "int", 4, false, 16)]
[DNAFieldAttribute(4, "int", 1, "mode", "int", false, 16)]
public int mode;
[DNAFieldAttribute(2, "int", "raycasting_algorithm", "int", 4, false, 20)]
[DNAFieldAttribute(4, "int", 2, "raycasting_algorithm", "int", false, 20)]
public int raycasting_algorithm;
[DNAFieldAttribute(3, "int", "flags", "int", 4, false, 24)]
[DNAFieldAttribute(4, "int", 3, "flags", "int", false, 24)]
public int flags;
[DNAFieldAttribute(4, "float", "sphere_radius", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 4, "sphere_radius", "float", false, 28)]
public float sphere_radius;
[DNAFieldAttribute(5, "float", "dkr_epsilon", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 5, "dkr_epsilon", "float", false, 32)]
public float dkr_epsilon;
[DNAFieldAttribute(6, "float", "crease_angle", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 6, "crease_angle", "float", false, 36)]
public float crease_angle;
[DNAFieldAttribute(7, "ListBase", "linesets", "ListBase", 16, false, 40)]
[DNAFieldAttribute(16, "ListBase", 7, "linesets", "ListBase", false, 40)]
public ListBase linesets;
public FreestyleConfig() {
this.modules = default;