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(770, "RigidBodyOb")]
[DNAClassAttribute(770, "RigidBodyOb", 88)]
public class RigidBodyOb {
[DNAFieldAttribute(0, "short", "type", "short", 2, false)]
public short type;
@@ -49,7 +49,7 @@ namespace BlendFile.DNA {
public float[] pos = new System.Single[3];
[DNAFieldAttribute(16, "char", "_pad1[4]", "System.Char[]", 4, false)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", "RigidBodyOb_Shared", 4, true)]
[DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", "RigidBodyOb_Shared", 8, true)]
public RigidBodyOb_Shared ptr_shared;
public RigidBodyOb() {
this.type = default;