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,15 +13,15 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(341, "ViewLayerEngineData")]
[DNAClassAttribute(341, "ViewLayerEngineData", 32)]
public class ViewLayerEngineData {
[DNAFieldAttribute(0, "ViewLayerEngineData", "*next", "ViewLayerEngineData", 4, true)]
[DNAFieldAttribute(0, "ViewLayerEngineData", "*next", "ViewLayerEngineData", 8, true)]
public ViewLayerEngineData ptr_next;
[DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", "ViewLayerEngineData", 4, true)]
[DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", "ViewLayerEngineData", 8, true)]
public ViewLayerEngineData ptr_prev;
[DNAFieldAttribute(2, "DrawEngineType", "*engine_type", "DrawEngineType", 4, true)]
[DNAFieldAttribute(2, "DrawEngineType", "*engine_type", "DrawEngineType", 8, true)]
public DrawEngineType ptr_engine_type;
[DNAFieldAttribute(3, "void", "*storage", "void", 4, true)]
[DNAFieldAttribute(3, "void", "*storage", "void", 8, true)]
public object ptr_storage;
public ViewLayerEngineData() {
this.ptr_next = default;