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,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(782, "ParticleDupliWeight")]
public class ParticleDupliWeight {
[DNAFieldAttribute(0, "ParticleDupliWeight", "*next", 32)]
[DNAFieldAttribute(0, "ParticleDupliWeight", "*next", "ParticleDupliWeight", 32)]
public ParticleDupliWeight ptr_next;
[DNAFieldAttribute(1, "ParticleDupliWeight", "*prev", 32)]
[DNAFieldAttribute(1, "ParticleDupliWeight", "*prev", "ParticleDupliWeight", 32)]
public ParticleDupliWeight ptr_prev;
[DNAFieldAttribute(2, "Object", "*ob", 1160)]
[DNAFieldAttribute(2, "Object", "*ob", "Object", 1160)]
public Object ptr_ob;
[DNAFieldAttribute(3, "short", "count", 2)]
[DNAFieldAttribute(3, "short", "count", "short", 2)]
public short count;
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "short", "index", 2)]
[DNAFieldAttribute(5, "short", "index", "short", 2)]
public short index;
[DNAFieldAttribute(6, "char", "_pad0[2]", 1)]
[DNAFieldAttribute(6, "char", "_pad0[2]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[2];
public ParticleDupliWeight() {
this.ptr_next = default;