regenerate files
This commit is contained in:
@@ -13,19 +13,19 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(785, "ParticleSettings")]
|
||||
[DNAClassAttribute(785, "ParticleSettings", 968)]
|
||||
public class ParticleSettings {
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 4, true)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "BoidSettings", "*boids", "BoidSettings", 4, true)]
|
||||
[DNAFieldAttribute(2, "BoidSettings", "*boids", "BoidSettings", 8, true)]
|
||||
public BoidSettings ptr_boids;
|
||||
[DNAFieldAttribute(3, "SPHFluidSettings", "*fluid", "SPHFluidSettings", 4, true)]
|
||||
[DNAFieldAttribute(3, "SPHFluidSettings", "*fluid", "SPHFluidSettings", 8, true)]
|
||||
public SPHFluidSettings ptr_fluid;
|
||||
[DNAFieldAttribute(4, "EffectorWeights", "*effector_weights", "EffectorWeights", 4, true)]
|
||||
[DNAFieldAttribute(4, "EffectorWeights", "*effector_weights", "EffectorWeights", 8, true)]
|
||||
public EffectorWeights ptr_effector_weights;
|
||||
[DNAFieldAttribute(5, "Collection", "*collision_group", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(5, "Collection", "*collision_group", "Collection", 8, true)]
|
||||
public Collection ptr_collision_group;
|
||||
[DNAFieldAttribute(6, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
@@ -259,31 +259,31 @@ namespace BlendFile.DNA {
|
||||
public int trail_count;
|
||||
[DNAFieldAttribute(121, "int", "keyed_loops", "int", 4, false)]
|
||||
public int keyed_loops;
|
||||
[DNAFieldAttribute(122, "CurveMapping", "*clumpcurve", "CurveMapping", 4, true)]
|
||||
[DNAFieldAttribute(122, "CurveMapping", "*clumpcurve", "CurveMapping", 8, true)]
|
||||
public CurveMapping ptr_clumpcurve;
|
||||
[DNAFieldAttribute(123, "CurveMapping", "*roughcurve", "CurveMapping", 4, true)]
|
||||
[DNAFieldAttribute(123, "CurveMapping", "*roughcurve", "CurveMapping", 8, true)]
|
||||
public CurveMapping ptr_roughcurve;
|
||||
[DNAFieldAttribute(124, "float", "clump_noise_size", "float", 4, false)]
|
||||
public float clump_noise_size;
|
||||
[DNAFieldAttribute(125, "float", "bending_random", "float", 4, false)]
|
||||
public float bending_random;
|
||||
[DNAFieldAttribute(126, "MTex", "*mtex[18]", "MTex[]", 72, true)]
|
||||
[DNAFieldAttribute(126, "MTex", "*mtex[18]", "MTex[]", 144, true)]
|
||||
public MTex[] ptr_m = new MTex[18];
|
||||
[DNAFieldAttribute(127, "Collection", "*dup_group", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(127, "Collection", "*dup_group", "Collection", 8, true)]
|
||||
public Collection ptr_dup_group;
|
||||
[DNAFieldAttribute(128, "ListBase", "dupliweights", "ListBase", 16, false)]
|
||||
public ListBase dupliweights;
|
||||
[DNAFieldAttribute(129, "Collection", "*force_group", "Collection", 4, true)]
|
||||
[DNAFieldAttribute(129, "Collection", "*force_group", "Collection", 8, true)]
|
||||
public Collection ptr_force_group;
|
||||
[DNAFieldAttribute(130, "Object", "*dup_ob", "Object", 4, true)]
|
||||
[DNAFieldAttribute(130, "Object", "*dup_ob", "Object", 8, true)]
|
||||
public Object ptr_dup_ob;
|
||||
[DNAFieldAttribute(131, "Object", "*bb_ob", "Object", 4, true)]
|
||||
[DNAFieldAttribute(131, "Object", "*bb_ob", "Object", 8, true)]
|
||||
public Object ptr_bb_ob;
|
||||
[DNAFieldAttribute(132, "Ipo", "*ipo", "Ipo", 4, true)]
|
||||
[DNAFieldAttribute(132, "Ipo", "*ipo", "Ipo", 8, true)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(133, "PartDeflect", "*pd", "PartDeflect", 4, true)]
|
||||
[DNAFieldAttribute(133, "PartDeflect", "*pd", "PartDeflect", 8, true)]
|
||||
public PartDeflect ptr_pd;
|
||||
[DNAFieldAttribute(134, "PartDeflect", "*pd2", "PartDeflect", 4, true)]
|
||||
[DNAFieldAttribute(134, "PartDeflect", "*pd2", "PartDeflect", 8, true)]
|
||||
public PartDeflect ptr_pd2;
|
||||
[DNAFieldAttribute(135, "short", "use_modifier_stack", "short", 2, false)]
|
||||
public short use_modifier_stack;
|
||||
@@ -305,9 +305,9 @@ namespace BlendFile.DNA {
|
||||
public float rad_tip;
|
||||
[DNAFieldAttribute(144, "float", "rad_scale", "float", 4, false)]
|
||||
public float rad_scale;
|
||||
[DNAFieldAttribute(145, "CurveMapping", "*twistcurve", "CurveMapping", 4, true)]
|
||||
[DNAFieldAttribute(145, "CurveMapping", "*twistcurve", "CurveMapping", 8, true)]
|
||||
public CurveMapping ptr_twistcurve;
|
||||
[DNAFieldAttribute(146, "void", "*_pad7", "void", 4, true)]
|
||||
[DNAFieldAttribute(146, "void", "*_pad7", "void", 8, true)]
|
||||
public object ptr__pad7;
|
||||
public ParticleSettings() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user