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(515, "NodesModifierDataBlock")]
public class NodesModifierDataBlock {
[DNAFieldAttribute(0, "char", "*id_name", 1)]
[DNAFieldAttribute(0, "char", "*id_name", "char", 1)]
public char ptr_id_name;
[DNAFieldAttribute(1, "char", "*lib_name", 1)]
[DNAFieldAttribute(1, "char", "*lib_name", "char", 1)]
public char ptr_lib_name;
[DNAFieldAttribute(2, "ID", "*id", 208)]
[DNAFieldAttribute(2, "ID", "*id", "ID", 208)]
public ID ptr_id;
[DNAFieldAttribute(3, "int", "id_type", 4)]
[DNAFieldAttribute(3, "int", "id_type", "int", 4)]
public int id_type;
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public NodesModifierDataBlock() {
this.ptr_id_name = default;