regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(32, "ID_Runtime")]
public class ID_Runtime {
[DNAFieldAttribute(0, "ID_Runtime_Remap", "remap", 16)]
[DNAFieldAttribute(0, "ID_Runtime_Remap", "remap", "ID_Runtime_Remap", 16)]
public ID_Runtime_Remap remap;
[DNAFieldAttribute(1, "Depsgraph", "*depsgraph", 0)]
[DNAFieldAttribute(1, "Depsgraph", "*depsgraph", "Depsgraph", 0)]
public Depsgraph ptr_depsgraph;
[DNAFieldAttribute(2, "void", "*_pad", 0)]
[DNAFieldAttribute(2, "void", "*_pad", "void", 0)]
public object ptr__pad;
public ID_Runtime() {
this.remap = default;