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(174, "bPythonConstraint")]
[DNAClassAttribute(174, "bPythonConstraint", 112)]
public class bPythonConstraint {
[DNAFieldAttribute(0, "Text", "*text", "Text", 4, true)]
[DNAFieldAttribute(0, "Text", "*text", "Text", 8, true)]
public Text ptr_text;
[DNAFieldAttribute(1, "IDProperty", "*prop", "IDProperty", 4, true)]
[DNAFieldAttribute(1, "IDProperty", "*prop", "IDProperty", 8, true)]
public IDProperty ptr_prop;
[DNAFieldAttribute(2, "int", "flag", "int", 4, false)]
public int flag;
@@ -25,7 +25,7 @@ namespace BlendFile.DNA {
public int tarnum;
[DNAFieldAttribute(4, "ListBase", "targets", "ListBase", 16, false)]
public ListBase targets;
[DNAFieldAttribute(5, "Object", "*tar", "Object", 4, true)]
[DNAFieldAttribute(5, "Object", "*tar", "Object", 8, true)]
public Object ptr_tar;
[DNAFieldAttribute(6, "char", "subtarget[64]", "System.Char[]", 64, false)]
public char[] subtarget = new System.Char[64];