regenerate files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user