regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(251, "FreestyleModuleConfig")]
public class FreestyleModuleConfig {
[DNAFieldAttribute(0, "FreestyleModuleConfig", "*next", 32)]
[DNAFieldAttribute(0, "FreestyleModuleConfig", "*next", "FreestyleModuleConfig", 32)]
public FreestyleModuleConfig ptr_next;
[DNAFieldAttribute(1, "FreestyleModuleConfig", "*prev", 32)]
[DNAFieldAttribute(1, "FreestyleModuleConfig", "*prev", "FreestyleModuleConfig", 32)]
public FreestyleModuleConfig ptr_prev;
[DNAFieldAttribute(2, "Text", "*script", 280)]
[DNAFieldAttribute(2, "Text", "*script", "Text", 280)]
public Text ptr_script;
[DNAFieldAttribute(3, "short", "is_displayed", 2)]
[DNAFieldAttribute(3, "short", "is_displayed", "short", 2)]
public short is_displayed;
[DNAFieldAttribute(4, "char", "_pad[6]", 1)]
[DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public FreestyleModuleConfig() {
this.ptr_next = default;