Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(552, "GreasePencilSimplifyModifierData", 312)]
|
||||
public struct GreasePencilSimplifyModifierData {
|
||||
[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, "short", "mode", "short", 2, false)]
|
||||
[DNAFieldAttribute(2, "short", "mode", "short", 2, false, 288)]
|
||||
public short mode;
|
||||
[DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 4, false, 290)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "short", "step", "short", 2, false)]
|
||||
[DNAFieldAttribute(4, "short", "step", "short", 2, false, 294)]
|
||||
public short step;
|
||||
[DNAFieldAttribute(5, "float", "factor", "float", 4, false)]
|
||||
[DNAFieldAttribute(5, "float", "factor", "float", 4, false, 296)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(6, "float", "length", "float", 4, false)]
|
||||
[DNAFieldAttribute(6, "float", "length", "float", 4, false, 300)]
|
||||
public float length;
|
||||
[DNAFieldAttribute(7, "float", "sharp_threshold", "float", 4, false)]
|
||||
[DNAFieldAttribute(7, "float", "sharp_threshold", "float", 4, false, 304)]
|
||||
public float sharp_threshold;
|
||||
[DNAFieldAttribute(8, "float", "distance", "float", 4, false)]
|
||||
[DNAFieldAttribute(8, "float", "distance", "float", 4, false, 308)]
|
||||
public float distance;
|
||||
public GreasePencilSimplifyModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user