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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(914, "ShaderFxData")]
public class ShaderFxData {
[DNAFieldAttribute(0, "ShaderFxData", "*next", 104)]
[DNAFieldAttribute(0, "ShaderFxData", "*next", "ShaderFxData", 104)]
public ShaderFxData ptr_next;
[DNAFieldAttribute(1, "ShaderFxData", "*prev", 104)]
[DNAFieldAttribute(1, "ShaderFxData", "*prev", "ShaderFxData", 104)]
public ShaderFxData ptr_prev;
[DNAFieldAttribute(2, "int", "type", 4)]
[DNAFieldAttribute(2, "int", "type", "int", 4)]
public int type;
[DNAFieldAttribute(3, "int", "mode", 4)]
[DNAFieldAttribute(3, "int", "mode", "int", 4)]
public int mode;
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(5, "short", "flag", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(6, "short", "ui_expand_flag", 2)]
[DNAFieldAttribute(6, "short", "ui_expand_flag", "short", 2)]
public short ui_expand_flag;
[DNAFieldAttribute(7, "char", "name[64]", 1)]
[DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(8, "char", "*error", 1)]
[DNAFieldAttribute(8, "char", "*error", "char", 1)]
public char ptr_error;
public ShaderFxData() {
this.ptr_next = default;