Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(529, "GreasePencilTintModifierData", 336)]
|
||||
public class GreasePencilTintModifierData {
|
||||
[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", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(2, "short", "flag", "short", 2, false, 288)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(3, "char", "color_mode", "char", 1, false)]
|
||||
[DNAFieldAttribute(3, "char", "color_mode", "char", 1, false, 290)]
|
||||
public char color_mode;
|
||||
[DNAFieldAttribute(4, "char", "tint_mode", "char", 1, false)]
|
||||
[DNAFieldAttribute(4, "char", "tint_mode", "char", 1, false, 291)]
|
||||
public char tint_mode;
|
||||
[DNAFieldAttribute(5, "float", "factor", "float", 4, false)]
|
||||
[DNAFieldAttribute(5, "float", "factor", "float", 4, false, 292)]
|
||||
public float factor;
|
||||
[DNAFieldAttribute(6, "float", "radius", "float", 4, false)]
|
||||
[DNAFieldAttribute(6, "float", "radius", "float", 4, false, 296)]
|
||||
public float radius;
|
||||
[DNAFieldAttribute(7, "float", "color[3]", "System.Single[]", 12, false)]
|
||||
[DNAFieldAttribute(7, "float", "color[3]", "System.Single[]", 12, false, 300)]
|
||||
public float[] color = new System.Single[3];
|
||||
[DNAFieldAttribute(8, "Object", "*object", "Object", 8, true)]
|
||||
[DNAFieldAttribute(8, "Object", "*object", "Object", 8, true, 312)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(9, "ColorBand", "*color_ramp", "ColorBand", 8, true)]
|
||||
[DNAFieldAttribute(9, "ColorBand", "*color_ramp", "ColorBand", 8, true, 320)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
[DNAFieldAttribute(10, "void", "*_pad", "void", 8, true)]
|
||||
[DNAFieldAttribute(10, "void", "*_pad", "void", 8, true, 328)]
|
||||
public object ptr__pad;
|
||||
public GreasePencilTintModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user