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,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(808, "ImagePaintSettings")]
public class ImagePaintSettings {
[DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)]
[DNAFieldAttribute(0, "Paint", "paint", "Paint", 120, false)]
public Paint paint;
[DNAFieldAttribute(1, "short", "flag", "short", 2)]
[DNAFieldAttribute(1, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(2, "short", "missing_data", "short", 2)]
[DNAFieldAttribute(2, "short", "missing_data", "short", 2, false)]
public short missing_data;
[DNAFieldAttribute(3, "short", "seam_bleed", "short", 2)]
[DNAFieldAttribute(3, "short", "seam_bleed", "short", 2, false)]
public short seam_bleed;
[DNAFieldAttribute(4, "short", "normal_angle", "short", 2)]
[DNAFieldAttribute(4, "short", "normal_angle", "short", 2, false)]
public short normal_angle;
[DNAFieldAttribute(5, "short", "screen_grab_size[2]", "System.Int16[]", 2)]
[DNAFieldAttribute(5, "short", "screen_grab_size[2]", "System.Int16[]", 4, false)]
public short[] screen_grab_size = new System.Int16[2];
[DNAFieldAttribute(6, "int", "mode", "int", 4)]
[DNAFieldAttribute(6, "int", "mode", "int", 4, false)]
public int mode;
[DNAFieldAttribute(7, "Image", "*stencil", "Image", 1600)]
[DNAFieldAttribute(7, "Image", "*stencil", "Image", 4, true)]
public Image ptr_stencil;
[DNAFieldAttribute(8, "Image", "*clone", "Image", 1600)]
[DNAFieldAttribute(8, "Image", "*clone", "Image", 4, true)]
public Image ptr_clone;
[DNAFieldAttribute(9, "Image", "*canvas", "Image", 1600)]
[DNAFieldAttribute(9, "Image", "*canvas", "Image", 4, true)]
public Image ptr_canvas;
[DNAFieldAttribute(10, "float", "stencil_col[3]", "System.Single[]", 4)]
[DNAFieldAttribute(10, "float", "stencil_col[3]", "System.Single[]", 12, false)]
public float[] stencil_col = new System.Single[3];
[DNAFieldAttribute(11, "float", "dither", "float", 4)]
[DNAFieldAttribute(11, "float", "dither", "float", 4, false)]
public float dither;
[DNAFieldAttribute(12, "int", "interp", "int", 4)]
[DNAFieldAttribute(12, "int", "interp", "int", 4, false)]
public int interp;
[DNAFieldAttribute(13, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(13, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
public ImagePaintSettings() {
this.paint = default;