Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(562, "bActionModifier", 72)]
public class bActionModifier {
[DNAFieldAttribute(0, "bActionModifier", "*next", "bActionModifier", 8, true)]
[DNAFieldAttribute(0, "bActionModifier", "*next", "bActionModifier", 8, true, 0)]
public bActionModifier ptr_next;
[DNAFieldAttribute(1, "bActionModifier", "*prev", "bActionModifier", 8, true)]
[DNAFieldAttribute(1, "bActionModifier", "*prev", "bActionModifier", 8, true, 8)]
public bActionModifier ptr_prev;
[DNAFieldAttribute(2, "short", "type", "short", 2, false)]
[DNAFieldAttribute(2, "short", "type", "short", 2, false, 16)]
public short type;
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(3, "short", "flag", "short", 2, false, 18)]
public short flag;
[DNAFieldAttribute(4, "char", "channel[32]", "System.Char[]", 32, false)]
[DNAFieldAttribute(4, "char", "channel[32]", "System.Char[]", 32, false, 20)]
public char[] channel = new System.Char[32];
[DNAFieldAttribute(5, "float", "noisesize", "float", 4, false)]
[DNAFieldAttribute(5, "float", "noisesize", "float", 4, false, 52)]
public float noisesize;
[DNAFieldAttribute(6, "float", "turbul", "float", 4, false)]
[DNAFieldAttribute(6, "float", "turbul", "float", 4, false, 56)]
public float turbul;
[DNAFieldAttribute(7, "short", "channels", "short", 2, false)]
[DNAFieldAttribute(7, "short", "channels", "short", 2, false, 60)]
public short channels;
[DNAFieldAttribute(8, "short", "no_rot_axis", "short", 2, false)]
[DNAFieldAttribute(8, "short", "no_rot_axis", "short", 2, false, 62)]
public short no_rot_axis;
[DNAFieldAttribute(9, "Object", "*ob", "Object", 8, true)]
[DNAFieldAttribute(9, "Object", "*ob", "Object", 8, true, 64)]
public Object ptr_ob;
public bActionModifier() {
this.ptr_next = default;