regenerated files
This commit is contained in:
@@ -15,45 +15,45 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(551, "GreasePencilBuildModifierData")]
|
||||
public class GreasePencilBuildModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)]
|
||||
[DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)]
|
||||
public GreasePencilModifierInfluenceData influence;
|
||||
[DNAFieldAttribute(2, "float", "start_frame", 4)]
|
||||
[DNAFieldAttribute(2, "float", "start_frame", "float", 4)]
|
||||
public float start_frame;
|
||||
[DNAFieldAttribute(3, "float", "end_frame", 4)]
|
||||
[DNAFieldAttribute(3, "float", "end_frame", "float", 4)]
|
||||
public float end_frame;
|
||||
[DNAFieldAttribute(4, "float", "start_delay", 4)]
|
||||
[DNAFieldAttribute(4, "float", "start_delay", "float", 4)]
|
||||
public float start_delay;
|
||||
[DNAFieldAttribute(5, "float", "length", 4)]
|
||||
[DNAFieldAttribute(5, "float", "length", "float", 4)]
|
||||
public float length;
|
||||
[DNAFieldAttribute(6, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "mode", 2)]
|
||||
[DNAFieldAttribute(7, "short", "mode", "short", 2)]
|
||||
public short mode;
|
||||
[DNAFieldAttribute(8, "short", "transition", 2)]
|
||||
[DNAFieldAttribute(8, "short", "transition", "short", 2)]
|
||||
public short transition;
|
||||
[DNAFieldAttribute(9, "short", "time_alignment", 2)]
|
||||
[DNAFieldAttribute(9, "short", "time_alignment", "short", 2)]
|
||||
public short time_alignment;
|
||||
[DNAFieldAttribute(10, "float", "speed_fac", 4)]
|
||||
[DNAFieldAttribute(10, "float", "speed_fac", "float", 4)]
|
||||
public float speed_fac;
|
||||
[DNAFieldAttribute(11, "float", "speed_maxgap", 4)]
|
||||
[DNAFieldAttribute(11, "float", "speed_maxgap", "float", 4)]
|
||||
public float speed_maxgap;
|
||||
[DNAFieldAttribute(12, "short", "time_mode", 2)]
|
||||
[DNAFieldAttribute(12, "short", "time_mode", "short", 2)]
|
||||
public short time_mode;
|
||||
[DNAFieldAttribute(13, "char", "_pad[6]", 1)]
|
||||
[DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
[DNAFieldAttribute(14, "Object", "*object", 1160)]
|
||||
[DNAFieldAttribute(14, "Object", "*object", "Object", 1160)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(15, "float", "percentage_fac", 4)]
|
||||
[DNAFieldAttribute(15, "float", "percentage_fac", "float", 4)]
|
||||
public float percentage_fac;
|
||||
[DNAFieldAttribute(16, "float", "fade_fac", 4)]
|
||||
[DNAFieldAttribute(16, "float", "fade_fac", "float", 4)]
|
||||
public float fade_fac;
|
||||
[DNAFieldAttribute(17, "char", "target_vgname[64]", 1)]
|
||||
[DNAFieldAttribute(17, "char", "target_vgname[64]", "System.Char[]", 1)]
|
||||
public char[] target_vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(18, "float", "fade_opacity_strength", 4)]
|
||||
[DNAFieldAttribute(18, "float", "fade_opacity_strength", "float", 4)]
|
||||
public float fade_opacity_strength;
|
||||
[DNAFieldAttribute(19, "float", "fade_thickness_strength", 4)]
|
||||
[DNAFieldAttribute(19, "float", "fade_thickness_strength", "float", 4)]
|
||||
public float fade_thickness_strength;
|
||||
public GreasePencilBuildModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user