regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(341, "ViewLayerEngineData")]
public class ViewLayerEngineData {
[DNAFieldAttribute(0, "ViewLayerEngineData", "*next", "ViewLayerEngineData", 40)]
[DNAFieldAttribute(0, "ViewLayerEngineData", "*next", "ViewLayerEngineData", 4, true)]
public ViewLayerEngineData ptr_next;
[DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", "ViewLayerEngineData", 40)]
[DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", "ViewLayerEngineData", 4, true)]
public ViewLayerEngineData ptr_prev;
[DNAFieldAttribute(2, "DrawEngineType", "*engine_type", "DrawEngineType", 0)]
[DNAFieldAttribute(2, "DrawEngineType", "*engine_type", "DrawEngineType", 4, true)]
public DrawEngineType ptr_engine_type;
[DNAFieldAttribute(3, "void", "*storage", "void", 0)]
[DNAFieldAttribute(3, "void", "*storage", "void", 4, true)]
public object ptr_storage;
public ViewLayerEngineData() {
this.ptr_next = default;