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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(814, "UvSculpt")]
public class UvSculpt {
[DNAFieldAttribute(0, "CurveMapping", "*strength_curve", "CurveMapping", 424)]
[DNAFieldAttribute(0, "CurveMapping", "*strength_curve", "CurveMapping", 4, true)]
public CurveMapping ptr_strength_curve;
[DNAFieldAttribute(1, "int", "size", "int", 4)]
[DNAFieldAttribute(1, "int", "size", "int", 4, false)]
public int size;
[DNAFieldAttribute(2, "float", "strength", "float", 4)]
[DNAFieldAttribute(2, "float", "strength", "float", 4, false)]
public float strength;
[DNAFieldAttribute(3, "int8_t", "curve_preset", "int8_t", 1)]
[DNAFieldAttribute(3, "int8_t", "curve_preset", "int8_t", 1, false)]
public sbyte curve_preset;
[DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)]
[DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 7, false)]
public char[] _pad = new System.Char[7];
public UvSculpt() {
this.ptr_strength_curve = default;