Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(311, "GreasePencil", 592)]
|
||||
public class GreasePencil {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "GreasePencilDrawingBase", "**drawing_array", "GreasePencilDrawingBase", 8, true)]
|
||||
[DNAFieldAttribute(2, "GreasePencilDrawingBase", "**drawing_array", "GreasePencilDrawingBase", 8, true, 216)]
|
||||
public GreasePencilDrawingBase ptr_ptr_drawing_array;
|
||||
[DNAFieldAttribute(3, "int", "drawing_array_size", "int", 4, false)]
|
||||
[DNAFieldAttribute(3, "int", "drawing_array_size", "int", 4, false, 224)]
|
||||
public int drawing_array_size;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false, 228)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", "GreasePencilLayerTreeGroup", 8, true)]
|
||||
[DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", "GreasePencilLayerTreeGroup", 8, true, 232)]
|
||||
public GreasePencilLayerTreeGroup ptr_root_group_ptr;
|
||||
[DNAFieldAttribute(6, "CustomData", "layers_data", "CustomData", 248, false)]
|
||||
[DNAFieldAttribute(6, "CustomData", "layers_data", "CustomData", 248, false, 240)]
|
||||
public CustomData layers_data;
|
||||
[DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4, false)]
|
||||
[DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4, false, 488)]
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 4, false, 492)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", "GreasePencilLayerTreeNode", 8, true)]
|
||||
[DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", "GreasePencilLayerTreeNode", 8, true, 496)]
|
||||
public GreasePencilLayerTreeNode ptr_active_node;
|
||||
[DNAFieldAttribute(10, "Material", "**material_array", "Material", 8, true)]
|
||||
[DNAFieldAttribute(10, "Material", "**material_array", "Material", 8, true, 504)]
|
||||
public Material ptr_ptr_material_array;
|
||||
[DNAFieldAttribute(11, "short", "material_array_size", "short", 2, false)]
|
||||
[DNAFieldAttribute(11, "short", "material_array_size", "short", 2, false, 512)]
|
||||
public short material_array_size;
|
||||
[DNAFieldAttribute(12, "char", "_pad3[2]", "System.Char[]", 2, false)]
|
||||
[DNAFieldAttribute(12, "char", "_pad3[2]", "System.Char[]", 2, false, 514)]
|
||||
public char[] _pad3 = new System.Char[2];
|
||||
[DNAFieldAttribute(13, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(13, "int", "flag", "int", 4, false, 516)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(14, "ListBase", "vertex_group_names", "ListBase", 16, false)]
|
||||
[DNAFieldAttribute(14, "ListBase", "vertex_group_names", "ListBase", 16, false, 520)]
|
||||
public ListBase vertex_group_names;
|
||||
[DNAFieldAttribute(15, "int", "vertex_group_active_index", "int", 4, false)]
|
||||
[DNAFieldAttribute(15, "int", "vertex_group_active_index", "int", 4, false, 536)]
|
||||
public int vertex_group_active_index;
|
||||
[DNAFieldAttribute(16, "char", "_pad4[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(16, "char", "_pad4[4]", "System.Char[]", 4, false, 540)]
|
||||
public char[] _pad4 = new System.Char[4];
|
||||
[DNAFieldAttribute(17, "GreasePencilOnionSkinningSettings", "onion_skinning_settings", "GreasePencilOnionSkinningSettings", 40, false)]
|
||||
[DNAFieldAttribute(17, "GreasePencilOnionSkinningSettings", "onion_skinning_settings", "GreasePencilOnionSkinningSettings", 40, false, 544)]
|
||||
public GreasePencilOnionSkinningSettings onion_skinning_settings;
|
||||
[DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", "GreasePencilRuntimeHandle", 8, true)]
|
||||
[DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", "GreasePencilRuntimeHandle", 8, true, 584)]
|
||||
public GreasePencilRuntimeHandle ptr_runtime;
|
||||
public GreasePencil() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user