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,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(227, "DynamicPaintCanvasSettings")]
public class DynamicPaintCanvasSettings {
[DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 144)]
[DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 4, true)]
public DynamicPaintModifierData ptr_pmd;
[DNAFieldAttribute(1, "ListBase", "surfaces", "ListBase", 16)]
[DNAFieldAttribute(1, "ListBase", "surfaces", "ListBase", 16, false)]
public ListBase surfaces;
[DNAFieldAttribute(2, "short", "active_sur", "short", 2)]
[DNAFieldAttribute(2, "short", "active_sur", "short", 2, false)]
public short active_sur;
[DNAFieldAttribute(3, "short", "flags", "short", 2)]
[DNAFieldAttribute(3, "short", "flags", "short", 2, false)]
public short flags;
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "char", "error[64]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "error[64]", "System.Char[]", 64, false)]
public char[] error = new System.Char[64];
public DynamicPaintCanvasSettings() {
this.ptr_pmd = default;