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,11 +13,11 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(771, "RigidBodyCon")]
[DNAClassAttribute(771, "RigidBodyCon", 152)]
public class RigidBodyCon {
[DNAFieldAttribute(0, "Object", "*ob1", "Object", 4, true)]
[DNAFieldAttribute(0, "Object", "*ob1", "Object", 8, true)]
public Object ptr_ob1;
[DNAFieldAttribute(1, "Object", "*ob2", "Object", 4, true)]
[DNAFieldAttribute(1, "Object", "*ob2", "Object", 8, true)]
public Object ptr_ob2;
[DNAFieldAttribute(2, "short", "type", "short", 2, false)]
public short type;
@@ -87,7 +87,7 @@ namespace BlendFile.DNA {
public float motor_lin_max_impulse;
[DNAFieldAttribute(35, "float", "motor_ang_max_impulse", "float", 4, false)]
public float motor_ang_max_impulse;
[DNAFieldAttribute(36, "void", "*physics_constraint", "void", 4, true)]
[DNAFieldAttribute(36, "void", "*physics_constraint", "void", 8, true)]
public object ptr_physics_constraint;
public RigidBodyCon() {
this.ptr_ob1 = default;