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(236, "PartEff")]
[DNAClassAttribute(236, "PartEff", 392)]
public class PartEff {
[DNAFieldAttribute(0, "PartEff", "*next", "PartEff", 4, true)]
[DNAFieldAttribute(0, "PartEff", "*next", "PartEff", 8, true)]
public PartEff ptr_next;
[DNAFieldAttribute(1, "PartEff", "*prev", "PartEff", 4, true)]
[DNAFieldAttribute(1, "PartEff", "*prev", "PartEff", 8, true)]
public PartEff ptr_prev;
[DNAFieldAttribute(2, "short", "type", "short", 2, false)]
public short type;
@@ -101,9 +101,9 @@ namespace BlendFile.DNA {
public char[] vgroupname_v = new System.Char[64];
[DNAFieldAttribute(42, "float", "imat[4][4]", "System.Single[,]", 64, false)]
public float[,] imat = new System.Single[4,4];
[DNAFieldAttribute(43, "Particle", "*keys", "Particle", 4, true)]
[DNAFieldAttribute(43, "Particle", "*keys", "Particle", 8, true)]
public Particle ptr_keys;
[DNAFieldAttribute(44, "Collection", "*group", "Collection", 4, true)]
[DNAFieldAttribute(44, "Collection", "*group", "Collection", 8, true)]
public Collection ptr_group;
public PartEff() {
this.ptr_next = default;