regenerated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user