regenerate files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user