regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,7 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(808, "ImagePaintSettings")]
[DNAClassAttribute(808, "ImagePaintSettings", 184)]
public class ImagePaintSettings {
[DNAFieldAttribute(0, "Paint", "paint", "Paint", 120, false)]
public Paint paint;
@@ -29,11 +29,11 @@ namespace BlendFile.DNA {
public short[] screen_grab_size = new System.Int16[2];
[DNAFieldAttribute(6, "int", "mode", "int", 4, false)]
public int mode;
[DNAFieldAttribute(7, "Image", "*stencil", "Image", 4, true)]
[DNAFieldAttribute(7, "Image", "*stencil", "Image", 8, true)]
public Image ptr_stencil;
[DNAFieldAttribute(8, "Image", "*clone", "Image", 4, true)]
[DNAFieldAttribute(8, "Image", "*clone", "Image", 8, true)]
public Image ptr_clone;
[DNAFieldAttribute(9, "Image", "*canvas", "Image", 4, true)]
[DNAFieldAttribute(9, "Image", "*canvas", "Image", 8, true)]
public Image ptr_canvas;
[DNAFieldAttribute(10, "float", "stencil_col[3]", "System.Single[]", 12, false)]
public float[] stencil_col = new System.Single[3];