regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(470, "SurfaceModifierData_Runtime")]
public class SurfaceModifierData_Runtime {
[DNAFieldAttribute(2, "Mesh", "*mesh", 1712)]
[DNAFieldAttribute(2, "Mesh", "*mesh", "Mesh", 1712)]
public Mesh ptr_mesh;
[DNAFieldAttribute(3, "BVHTreeFromMesh", "*bvhtree", 0)]
[DNAFieldAttribute(3, "BVHTreeFromMesh", "*bvhtree", "BVHTreeFromMesh", 0)]
public BVHTreeFromMesh ptr_bvhtree;
[DNAFieldAttribute(4, "int", "cfra_prev", 4)]
[DNAFieldAttribute(4, "int", "cfra_prev", "int", 4)]
public int cfra_prev;
[DNAFieldAttribute(5, "int", "verts_num", 4)]
[DNAFieldAttribute(5, "int", "verts_num", "int", 4)]
public int verts_num;
public SurfaceModifierData_Runtime() {
this.ptr_mesh = default;