regenerated files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(320, "GreasePencilOnionSkinningSettings")]
|
||||
public struct GreasePencilOnionSkinningSettings {
|
||||
[DNAFieldAttribute(0, "float", "opacity", 4)]
|
||||
[DNAFieldAttribute(0, "float", "opacity", "float", 4)]
|
||||
public float opacity;
|
||||
[DNAFieldAttribute(1, "int8_t", "mode", 1)]
|
||||
[DNAFieldAttribute(1, "int8_t", "mode", "int8_t", 1)]
|
||||
public sbyte mode;
|
||||
[DNAFieldAttribute(2, "uchar", "flag", 1)]
|
||||
[DNAFieldAttribute(2, "uchar", "flag", "uchar", 1)]
|
||||
public byte flag;
|
||||
[DNAFieldAttribute(3, "uchar", "filter", 1)]
|
||||
[DNAFieldAttribute(3, "uchar", "filter", "uchar", 1)]
|
||||
public byte filter;
|
||||
[DNAFieldAttribute(4, "char", "_pad[1]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[1]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[1];
|
||||
[DNAFieldAttribute(5, "short", "num_frames_before", 2)]
|
||||
[DNAFieldAttribute(5, "short", "num_frames_before", "short", 2)]
|
||||
public short num_frames_before;
|
||||
[DNAFieldAttribute(6, "short", "num_frames_after", 2)]
|
||||
[DNAFieldAttribute(6, "short", "num_frames_after", "short", 2)]
|
||||
public short num_frames_after;
|
||||
[DNAFieldAttribute(7, "float", "color_before[3]", 4)]
|
||||
[DNAFieldAttribute(7, "float", "color_before[3]", "System.Single[]", 4)]
|
||||
public float[] color_before = new System.Single[3];
|
||||
[DNAFieldAttribute(8, "float", "color_after[3]", 4)]
|
||||
[DNAFieldAttribute(8, "float", "color_after[3]", "System.Single[]", 4)]
|
||||
public float[] color_after = new System.Single[3];
|
||||
[DNAFieldAttribute(9, "char", "_pad2[4]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "_pad2[4]", "System.Char[]", 1)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
public GreasePencilOnionSkinningSettings() {
|
||||
this.opacity = default;
|
||||
|
||||
Reference in New Issue
Block a user