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,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(232, "DynamicPaintBrushSettings")]
[DNAClassAttribute(232, "DynamicPaintBrushSettings", 96)]
public class DynamicPaintBrushSettings {
[DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 4, true)]
[DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 8, true)]
public DynamicPaintModifierData ptr_pmd;
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 4, true)]
[DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 8, true)]
public ParticleSystem ptr_psys;
[DNAFieldAttribute(2, "int", "flags", "int", 4, false)]
public int flags;
@@ -39,9 +39,9 @@ namespace BlendFile.DNA {
public float particle_smooth;
[DNAFieldAttribute(11, "float", "paint_distance", "float", 4, false)]
public float paint_distance;
[DNAFieldAttribute(12, "ColorBand", "*paint_ramp", "ColorBand", 4, true)]
[DNAFieldAttribute(12, "ColorBand", "*paint_ramp", "ColorBand", 8, true)]
public ColorBand ptr_paint_ramp;
[DNAFieldAttribute(13, "ColorBand", "*vel_ramp", "ColorBand", 4, true)]
[DNAFieldAttribute(13, "ColorBand", "*vel_ramp", "ColorBand", 8, true)]
public ColorBand ptr_vel_ramp;
[DNAFieldAttribute(14, "short", "proximity_falloff", "short", 2, false)]
public short proximity_falloff;