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,9 +13,9 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(482, "FluidsimSettings")]
[DNAClassAttribute(482, "FluidsimSettings", 1240)]
public class FluidsimSettings {
[DNAFieldAttribute(0, "FluidsimModifierData", "*fmd", "FluidsimModifierData", 4, true)]
[DNAFieldAttribute(0, "FluidsimModifierData", "*fmd", "FluidsimModifierData", 8, true)]
public FluidsimModifierData ptr_fmd;
[DNAFieldAttribute(1, "int", "threads", "int", 4, false)]
public int threads;
@@ -71,7 +71,7 @@ namespace BlendFile.DNA {
public float[] bbStart = new System.Single[3];
[DNAFieldAttribute(27, "float", "bbSize[3]", "System.Single[]", 12, false)]
public float[] bbSize = new System.Single[3];
[DNAFieldAttribute(28, "Ipo", "*ipo", "Ipo", 4, true)]
[DNAFieldAttribute(28, "Ipo", "*ipo", "Ipo", 8, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(29, "short", "typeFlags", "short", 2, false)]
public short typeFlags;
@@ -97,7 +97,7 @@ namespace BlendFile.DNA {
public float particleInfAlpha;
[DNAFieldAttribute(40, "float", "farFieldSize", "float", 4, false)]
public float farFieldSize;
[DNAFieldAttribute(41, "FluidVertexVelocity", "*meshVelocities", "FluidVertexVelocity", 4, true)]
[DNAFieldAttribute(41, "FluidVertexVelocity", "*meshVelocities", "FluidVertexVelocity", 8, true)]
public FluidVertexVelocity ptr_meshVelocities;
[DNAFieldAttribute(42, "int", "totvert", "int", 4, false)]
public int totvert;