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,9 +13,9 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(203, "bObjectSolverConstraint")]
[DNAClassAttribute(203, "bObjectSolverConstraint", 152)]
public class bObjectSolverConstraint {
[DNAFieldAttribute(0, "MovieClip", "*clip", "MovieClip", 4, true)]
[DNAFieldAttribute(0, "MovieClip", "*clip", "MovieClip", 8, true)]
public MovieClip ptr_clip;
[DNAFieldAttribute(1, "int", "flag", "int", 4, false)]
public int flag;
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public char[] @object = new System.Char[64];
[DNAFieldAttribute(4, "float", "invmat[4][4]", "System.Single[,]", 64, false)]
public float[,] invmat = new System.Single[4,4];
[DNAFieldAttribute(5, "Object", "*camera", "Object", 4, true)]
[DNAFieldAttribute(5, "Object", "*camera", "Object", 8, true)]
public Object ptr_camera;
public bObjectSolverConstraint() {
this.ptr_clip = default;