regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(479, "ExplodeModifierData")]
[DNAClassAttribute(479, "ExplodeModifierData", 216)]
public class ExplodeModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "int", "*facepa", "int", 4, true)]
[DNAFieldAttribute(1, "int", "*facepa", "int", 8, true)]
public int ptr_facepa;
[DNAFieldAttribute(2, "short", "flag", "short", 2, false)]
public short flag;
@@ -29,7 +29,7 @@ namespace BlendFile.DNA {
public char[] uvname = new System.Char[68];
[DNAFieldAttribute(6, "char", "_pad1[4]", "System.Char[]", 4, false)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(7, "void", "*_pad2", "void", 4, true)]
[DNAFieldAttribute(7, "void", "*_pad2", "void", 8, true)]
public object ptr__pad2;
public ExplodeModifierData() {
this.modifier = default;