Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(525, "GreasePencilModifierInfluenceData", 168)]
|
||||
public class GreasePencilModifierInfluenceData {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false, 0)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(1, "char", "_pad1[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(1, "char", "_pad1[4]", "System.Char[]", 4, false, 4)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(2, "char", "layer_name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(2, "char", "layer_name[64]", "System.Char[]", 64, false, 8)]
|
||||
public char[] layer_name = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "Material", "*material", "Material", 8, true)]
|
||||
[DNAFieldAttribute(3, "Material", "*material", "Material", 8, true, 72)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(4, "int", "layer_pass", "int", 4, false)]
|
||||
[DNAFieldAttribute(4, "int", "layer_pass", "int", 4, false, 80)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(5, "int", "material_pass", "int", 4, false)]
|
||||
[DNAFieldAttribute(5, "int", "material_pass", "int", 4, false, 84)]
|
||||
public int material_pass;
|
||||
[DNAFieldAttribute(6, "char", "vertex_group_name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(6, "char", "vertex_group_name[64]", "System.Char[]", 64, false, 88)]
|
||||
public char[] vertex_group_name = new System.Char[64];
|
||||
[DNAFieldAttribute(7, "CurveMapping", "*custom_curve", "CurveMapping", 8, true)]
|
||||
[DNAFieldAttribute(7, "CurveMapping", "*custom_curve", "CurveMapping", 8, true, 152)]
|
||||
public CurveMapping ptr_custom_curve;
|
||||
[DNAFieldAttribute(8, "void", "*_pad2", "void", 8, true)]
|
||||
[DNAFieldAttribute(8, "void", "*_pad2", "void", 8, true, 160)]
|
||||
public object ptr__pad2;
|
||||
public GreasePencilModifierInfluenceData() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user