regenerated files
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(280, "TimeGpencilModifierData")]
|
||||
public class TimeGpencilModifierData {
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)]
|
||||
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
|
||||
public GpencilModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Material", "*material", 392)]
|
||||
[DNAFieldAttribute(1, "Material", "*material", "Material", 392)]
|
||||
public Material ptr_material;
|
||||
[DNAFieldAttribute(2, "char", "layername[64]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 1)]
|
||||
public char[] layername = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "int", "layer_pass", 4)]
|
||||
[DNAFieldAttribute(3, "int", "layer_pass", "int", 4)]
|
||||
public int layer_pass;
|
||||
[DNAFieldAttribute(4, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(4, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(5, "int", "offset", 4)]
|
||||
[DNAFieldAttribute(5, "int", "offset", "int", 4)]
|
||||
public int offset;
|
||||
[DNAFieldAttribute(6, "float", "frame_scale", 4)]
|
||||
[DNAFieldAttribute(6, "float", "frame_scale", "float", 4)]
|
||||
public float frame_scale;
|
||||
[DNAFieldAttribute(7, "int", "mode", 4)]
|
||||
[DNAFieldAttribute(7, "int", "mode", "int", 4)]
|
||||
public int mode;
|
||||
[DNAFieldAttribute(8, "int", "sfra", 4)]
|
||||
[DNAFieldAttribute(8, "int", "sfra", "int", 4)]
|
||||
public int sfra;
|
||||
[DNAFieldAttribute(9, "int", "efra", 4)]
|
||||
[DNAFieldAttribute(9, "int", "efra", "int", 4)]
|
||||
public int efra;
|
||||
[DNAFieldAttribute(10, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(11, "TimeGpencilModifierSegment", "*segments", 88)]
|
||||
[DNAFieldAttribute(11, "TimeGpencilModifierSegment", "*segments", "TimeGpencilModifierSegment", 88)]
|
||||
public TimeGpencilModifierSegment ptr_segments;
|
||||
[DNAFieldAttribute(12, "int", "segments_len", 4)]
|
||||
[DNAFieldAttribute(12, "int", "segments_len", "int", 4)]
|
||||
public int segments_len;
|
||||
[DNAFieldAttribute(13, "int", "segment_active_index", 4)]
|
||||
[DNAFieldAttribute(13, "int", "segment_active_index", "int", 4)]
|
||||
public int segment_active_index;
|
||||
public TimeGpencilModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user