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,21 +13,21 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(464, "ClothModifierData")]
[DNAClassAttribute(464, "ClothModifierData", 224)]
public class ClothModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Cloth", "*clothObject", "Cloth", 4, true)]
[DNAFieldAttribute(1, "Cloth", "*clothObject", "Cloth", 8, true)]
public Cloth ptr_clothObject;
[DNAFieldAttribute(2, "ClothSimSettings", "*sim_parms", "ClothSimSettings", 4, true)]
[DNAFieldAttribute(2, "ClothSimSettings", "*sim_parms", "ClothSimSettings", 8, true)]
public ClothSimSettings ptr_sim_parms;
[DNAFieldAttribute(3, "ClothCollSettings", "*coll_parms", "ClothCollSettings", 4, true)]
[DNAFieldAttribute(3, "ClothCollSettings", "*coll_parms", "ClothCollSettings", 8, true)]
public ClothCollSettings ptr_coll_parms;
[DNAFieldAttribute(4, "PointCache", "*point_cache", "PointCache", 4, true)]
[DNAFieldAttribute(4, "PointCache", "*point_cache", "PointCache", 8, true)]
public PointCache ptr_point_cache;
[DNAFieldAttribute(5, "ListBase", "ptcaches", "ListBase", 16, false)]
public ListBase ptcaches;
[DNAFieldAttribute(6, "ClothHairData", "*hairdata", "ClothHairData", 4, true)]
[DNAFieldAttribute(6, "ClothHairData", "*hairdata", "ClothHairData", 8, true)]
public ClothHairData ptr_hairdata;
[DNAFieldAttribute(7, "float", "hair_grid_min[3]", "System.Single[]", 12, false)]
public float[] hair_grid_min = new System.Single[3];
@@ -37,7 +37,7 @@ namespace BlendFile.DNA {
public int[] hair_grid_res = new System.Int32[3];
[DNAFieldAttribute(10, "float", "hair_grid_cellsize", "float", 4, false)]
public float hair_grid_cellsize;
[DNAFieldAttribute(11, "ClothSolverResult", "*solver_result", "ClothSolverResult", 4, true)]
[DNAFieldAttribute(11, "ClothSolverResult", "*solver_result", "ClothSolverResult", 8, true)]
public ClothSolverResult ptr_solver_result;
public ClothModifierData() {
this.modifier = default;