regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(320, "GreasePencilOnionSkinningSettings")]
public struct GreasePencilOnionSkinningSettings {
[DNAFieldAttribute(0, "float", "opacity", "float", 4)]
[DNAFieldAttribute(0, "float", "opacity", "float", 4, false)]
public float opacity;
[DNAFieldAttribute(1, "int8_t", "mode", "int8_t", 1)]
[DNAFieldAttribute(1, "int8_t", "mode", "int8_t", 1, false)]
public sbyte mode;
[DNAFieldAttribute(2, "uchar", "flag", "uchar", 1)]
[DNAFieldAttribute(2, "uchar", "flag", "uchar", 1, false)]
public byte flag;
[DNAFieldAttribute(3, "uchar", "filter", "uchar", 1)]
[DNAFieldAttribute(3, "uchar", "filter", "uchar", 1, false)]
public byte filter;
[DNAFieldAttribute(4, "char", "_pad[1]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad[1]", "System.Char[]", 1, false)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(5, "short", "num_frames_before", "short", 2)]
[DNAFieldAttribute(5, "short", "num_frames_before", "short", 2, false)]
public short num_frames_before;
[DNAFieldAttribute(6, "short", "num_frames_after", "short", 2)]
[DNAFieldAttribute(6, "short", "num_frames_after", "short", 2, false)]
public short num_frames_after;
[DNAFieldAttribute(7, "float", "color_before[3]", "System.Single[]", 4)]
[DNAFieldAttribute(7, "float", "color_before[3]", "System.Single[]", 12, false)]
public float[] color_before = new System.Single[3];
[DNAFieldAttribute(8, "float", "color_after[3]", "System.Single[]", 4)]
[DNAFieldAttribute(8, "float", "color_after[3]", "System.Single[]", 12, false)]
public float[] color_after = new System.Single[3];
[DNAFieldAttribute(9, "char", "_pad2[4]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
public GreasePencilOnionSkinningSettings() {
this.opacity = default;