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,7 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(757, "PartDeflect")]
[DNAClassAttribute(757, "PartDeflect", 232)]
public class PartDeflect {
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
public int flag;
@@ -91,7 +91,7 @@ namespace BlendFile.DNA {
public float free_end;
[DNAFieldAttribute(37, "float", "tex_nabla", "float", 4, false)]
public float tex_nabla;
[DNAFieldAttribute(38, "Tex", "*tex", "Tex", 4, true)]
[DNAFieldAttribute(38, "Tex", "*tex", "Tex", 8, true)]
public Tex ptr_tex;
[DNAFieldAttribute(39, "float", "f_noise", "float", 4, false)]
public float f_noise;
@@ -109,7 +109,7 @@ namespace BlendFile.DNA {
public float[] drawvec_falloff_max = new System.Single[3];
[DNAFieldAttribute(46, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(47, "Object", "*f_source", "Object", 4, true)]
[DNAFieldAttribute(47, "Object", "*f_source", "Object", 8, true)]
public Object ptr_f_source;
[DNAFieldAttribute(48, "float", "pdef_cfrict", "float", 4, false)]
public float pdef_cfrict;