regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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