Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(532, "GreasePencilNoiseModifierData", 336)]
|
||||
public class GreasePencilNoiseModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168, false)]
|
||||
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168, false, 120)]
|
||||
public GreasePencilModifierInfluenceData influence;
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4, false, 288)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "float", "factor", "float", 4, false)]
|
||||
[DNAFieldAttribute(3, "float", "factor", "float", 4, false, 292)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(4, "float", "factor_strength", "float", 4, false)]
|
||||
[DNAFieldAttribute(4, "float", "factor_strength", "float", 4, false, 296)]
|
||||
public float factor_strength;
|
||||
[DNAFieldAttribute(5, "float", "factor_thickness", "float", 4, false)]
|
||||
[DNAFieldAttribute(5, "float", "factor_thickness", "float", 4, false, 300)]
|
||||
public float factor_thickness;
|
||||
[DNAFieldAttribute(6, "float", "factor_uvs", "float", 4, false)]
|
||||
[DNAFieldAttribute(6, "float", "factor_uvs", "float", 4, false, 304)]
|
||||
public float factor_uvs;
|
||||
[DNAFieldAttribute(7, "float", "noise_scale", "float", 4, false)]
|
||||
[DNAFieldAttribute(7, "float", "noise_scale", "float", 4, false, 308)]
|
||||
public float noise_scale;
|
||||
[DNAFieldAttribute(8, "float", "noise_offset", "float", 4, false)]
|
||||
[DNAFieldAttribute(8, "float", "noise_offset", "float", 4, false, 312)]
|
||||
public float noise_offset;
|
||||
[DNAFieldAttribute(9, "short", "noise_mode", "short", 2, false)]
|
||||
[DNAFieldAttribute(9, "short", "noise_mode", "short", 2, false, 316)]
|
||||
public short noise_mode;
|
||||
[DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 2, false)]
|
||||
[DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 2, false, 318)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(11, "int", "step", "int", 4, false)]
|
||||
[DNAFieldAttribute(11, "int", "step", "int", 4, false, 320)]
|
||||
public int step;
|
||||
[DNAFieldAttribute(12, "int", "seed", "int", 4, false)]
|
||||
[DNAFieldAttribute(12, "int", "seed", "int", 4, false, 324)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(13, "void", "*_pad1", "void", 8, true)]
|
||||
[DNAFieldAttribute(13, "void", "*_pad1", "void", 8, true, 328)]
|
||||
public object ptr__pad1;
|
||||
public GreasePencilNoiseModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user