Compare commits

..

2 Commits

Author SHA1 Message Date
mm00
bc3ac0ad86 regenerated files 2025-02-18 18:16:57 +01:00
mm00
305186b2a9 fixed double parameterless constructor in code generation 2025-02-18 18:16:49 +01:00
938 changed files with 9601 additions and 9588 deletions

View File

@@ -15,71 +15,71 @@ namespace BlendFile.DNA {
[DNAClassAttribute(842, "ARegion")]
public class ARegion {
[DNAFieldAttribute(0, "ARegion", "*next", 440)]
[DNAFieldAttribute(0, "ARegion", "*next", "ARegion", 440)]
public ARegion ptr_next;
[DNAFieldAttribute(1, "ARegion", "*prev", 440)]
[DNAFieldAttribute(1, "ARegion", "*prev", "ARegion", 440)]
public ARegion ptr_prev;
[DNAFieldAttribute(2, "View2D", "v2d", 152)]
[DNAFieldAttribute(2, "View2D", "v2d", "View2D", 152)]
public View2D v2d;
[DNAFieldAttribute(3, "rcti", "winrct", 16)]
[DNAFieldAttribute(3, "rcti", "winrct", "rcti", 16)]
public rcti winrct;
[DNAFieldAttribute(4, "rcti", "drawrct", 16)]
[DNAFieldAttribute(4, "rcti", "drawrct", "rcti", 16)]
public rcti drawrct;
[DNAFieldAttribute(5, "short", "winx", 2)]
[DNAFieldAttribute(5, "short", "winx", "short", 2)]
public short winx;
[DNAFieldAttribute(6, "short", "winy", 2)]
[DNAFieldAttribute(6, "short", "winy", "short", 2)]
public short winy;
[DNAFieldAttribute(7, "int", "category_scroll", 4)]
[DNAFieldAttribute(7, "int", "category_scroll", "int", 4)]
public int category_scroll;
[DNAFieldAttribute(8, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(8, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(9, "short", "visible", 2)]
[DNAFieldAttribute(9, "short", "visible", "short", 2)]
public short visible;
[DNAFieldAttribute(10, "short", "regiontype", 2)]
[DNAFieldAttribute(10, "short", "regiontype", "short", 2)]
public short regiontype;
[DNAFieldAttribute(11, "short", "alignment", 2)]
[DNAFieldAttribute(11, "short", "alignment", "short", 2)]
public short alignment;
[DNAFieldAttribute(12, "short", "flag", 2)]
[DNAFieldAttribute(12, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(13, "short", "sizex", 2)]
[DNAFieldAttribute(13, "short", "sizex", "short", 2)]
public short sizex;
[DNAFieldAttribute(14, "short", "sizey", 2)]
[DNAFieldAttribute(14, "short", "sizey", "short", 2)]
public short sizey;
[DNAFieldAttribute(15, "short", "do_draw", 2)]
[DNAFieldAttribute(15, "short", "do_draw", "short", 2)]
public short do_draw;
[DNAFieldAttribute(16, "short", "do_draw_paintcursor", 2)]
[DNAFieldAttribute(16, "short", "do_draw_paintcursor", "short", 2)]
public short do_draw_paintcursor;
[DNAFieldAttribute(17, "short", "overlap", 2)]
[DNAFieldAttribute(17, "short", "overlap", "short", 2)]
public short overlap;
[DNAFieldAttribute(18, "short", "flagfullscreen", 2)]
[DNAFieldAttribute(18, "short", "flagfullscreen", "short", 2)]
public short flagfullscreen;
[DNAFieldAttribute(19, "ARegionType", "*type", 0)]
[DNAFieldAttribute(19, "ARegionType", "*type", "ARegionType", 0)]
public ARegionType ptr_type;
[DNAFieldAttribute(20, "ListBase", "uiblocks", 16)]
[DNAFieldAttribute(20, "ListBase", "uiblocks", "ListBase", 16)]
public ListBase uiblocks;
[DNAFieldAttribute(21, "ListBase", "panels", 16)]
[DNAFieldAttribute(21, "ListBase", "panels", "ListBase", 16)]
public ListBase panels;
[DNAFieldAttribute(22, "ListBase", "panels_category_active", 16)]
[DNAFieldAttribute(22, "ListBase", "panels_category_active", "ListBase", 16)]
public ListBase panels_category_active;
[DNAFieldAttribute(23, "ListBase", "ui_lists", 16)]
[DNAFieldAttribute(23, "ListBase", "ui_lists", "ListBase", 16)]
public ListBase ui_lists;
[DNAFieldAttribute(24, "ListBase", "ui_previews", 16)]
[DNAFieldAttribute(24, "ListBase", "ui_previews", "ListBase", 16)]
public ListBase ui_previews;
[DNAFieldAttribute(25, "ListBase", "handlers", 16)]
[DNAFieldAttribute(25, "ListBase", "handlers", "ListBase", 16)]
public ListBase handlers;
[DNAFieldAttribute(26, "ListBase", "panels_category", 16)]
[DNAFieldAttribute(26, "ListBase", "panels_category", "ListBase", 16)]
public ListBase panels_category;
[DNAFieldAttribute(27, "wmGizmoMap", "*gizmo_map", 0)]
[DNAFieldAttribute(27, "wmGizmoMap", "*gizmo_map", "wmGizmoMap", 0)]
public wmGizmoMap ptr_gizmo_map;
[DNAFieldAttribute(28, "wmTimer", "*regiontimer", 0)]
[DNAFieldAttribute(28, "wmTimer", "*regiontimer", "wmTimer", 0)]
public wmTimer ptr_regiontimer;
[DNAFieldAttribute(29, "wmDrawBuffer", "*draw_buffer", 0)]
[DNAFieldAttribute(29, "wmDrawBuffer", "*draw_buffer", "wmDrawBuffer", 0)]
public wmDrawBuffer ptr_draw_buffer;
[DNAFieldAttribute(30, "char", "*headerstr", 1)]
[DNAFieldAttribute(30, "char", "*headerstr", "char", 1)]
public char ptr_headerstr;
[DNAFieldAttribute(31, "void", "*regiondata", 0)]
[DNAFieldAttribute(31, "void", "*regiondata", "void", 0)]
public object ptr_regiondata;
[DNAFieldAttribute(32, "ARegion_Runtime", "runtime", 48)]
[DNAFieldAttribute(32, "ARegion_Runtime", "runtime", "ARegion_Runtime", 48)]
public ARegion_Runtime runtime;
public ARegion() {
this.ptr_next = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(866, "ARegion_Runtime")]
public class ARegion_Runtime {
[DNAFieldAttribute(0, "char", "*category", 1)]
[DNAFieldAttribute(0, "char", "*category", "char", 1)]
public char ptr_category;
[DNAFieldAttribute(1, "rcti", "visible_rect", 16)]
[DNAFieldAttribute(1, "rcti", "visible_rect", "rcti", 16)]
public rcti visible_rect;
[DNAFieldAttribute(2, "int", "offset_x", 4)]
[DNAFieldAttribute(2, "int", "offset_x", "int", 4)]
public int offset_x;
[DNAFieldAttribute(3, "int", "offset_y", 4)]
[DNAFieldAttribute(3, "int", "offset_y", "int", 4)]
public int offset_y;
[DNAFieldAttribute(4, "GHash", "*block_name_map", 0)]
[DNAFieldAttribute(4, "GHash", "*block_name_map", "GHash", 0)]
public GHash ptr_block_name_map;
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", 192)]
[DNAFieldAttribute(5, "Panel", "*popup_block_panel", "Panel", 192)]
public Panel ptr_popup_block_panel;
public ARegion_Runtime() {
this.ptr_category = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(63, "ActionChannelBag")]
public class ActionChannelBag {
[DNAFieldAttribute(0, "int", "slot_handle", 4)]
[DNAFieldAttribute(0, "int", "slot_handle", "int", 4)]
public int slot_handle;
[DNAFieldAttribute(1, "int", "group_array_num", 4)]
[DNAFieldAttribute(1, "int", "group_array_num", "int", 4)]
public int group_array_num;
[DNAFieldAttribute(2, "bActionGroup", "**group_array", 136)]
[DNAFieldAttribute(2, "bActionGroup", "**group_array", "bActionGroup", 136)]
public bActionGroup ptr_ptr_group_array;
[DNAFieldAttribute(3, "uchar", "_pad[4]", 1)]
[DNAFieldAttribute(3, "uchar", "_pad[4]", "System.Byte[]", 1)]
public byte[] _pad = new System.Byte[4];
[DNAFieldAttribute(4, "int", "fcurve_array_num", 4)]
[DNAFieldAttribute(4, "int", "fcurve_array_num", "int", 4)]
public int fcurve_array_num;
[DNAFieldAttribute(5, "FCurve", "**fcurve_array", 120)]
[DNAFieldAttribute(5, "FCurve", "**fcurve_array", "FCurve", 120)]
public FCurve ptr_ptr_fcurve_array;
public ActionChannelBag() {
this.slot_handle = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(66, "ActionLayer")]
public class ActionLayer {
[DNAFieldAttribute(0, "char", "name[64]", 1)]
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(1, "float", "influence", 4)]
[DNAFieldAttribute(1, "float", "influence", "float", 4)]
public float influence;
[DNAFieldAttribute(2, "uchar", "layer_flags", 1)]
[DNAFieldAttribute(2, "uchar", "layer_flags", "uchar", 1)]
public byte layer_flags;
[DNAFieldAttribute(3, "int8_t", "layer_mix_mode", 1)]
[DNAFieldAttribute(3, "int8_t", "layer_mix_mode", "int8_t", 1)]
public sbyte layer_mix_mode;
[DNAFieldAttribute(4, "uchar", "_pad0[2]", 1)]
[DNAFieldAttribute(4, "uchar", "_pad0[2]", "System.Byte[]", 1)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(5, "ActionStrip", "**strip_array", 24)]
[DNAFieldAttribute(5, "ActionStrip", "**strip_array", "ActionStrip", 24)]
public ActionStrip ptr_ptr_strip_array;
[DNAFieldAttribute(6, "int", "strip_array_num", 4)]
[DNAFieldAttribute(6, "int", "strip_array_num", "int", 4)]
public int strip_array_num;
[DNAFieldAttribute(7, "uchar", "_pad1[4]", 1)]
[DNAFieldAttribute(7, "uchar", "_pad1[4]", "System.Byte[]", 1)]
public byte[] _pad1 = new System.Byte[4];
public ActionLayer() {
this.name = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(67, "ActionSlot")]
public class ActionSlot {
[DNAFieldAttribute(0, "char", "name[66]", 1)]
[DNAFieldAttribute(0, "char", "name[66]", "System.Char[]", 1)]
public char[] name = new System.Char[66];
[DNAFieldAttribute(1, "uchar", "_pad0[2]", 1)]
[DNAFieldAttribute(1, "uchar", "_pad0[2]", "System.Byte[]", 1)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(2, "int", "idtype", 4)]
[DNAFieldAttribute(2, "int", "idtype", "int", 4)]
public int idtype;
[DNAFieldAttribute(3, "int", "handle", 4)]
[DNAFieldAttribute(3, "int", "handle", "int", 4)]
public int handle;
[DNAFieldAttribute(4, "int8_t", "slot_flags", 1)]
[DNAFieldAttribute(4, "int8_t", "slot_flags", "int8_t", 1)]
public sbyte slot_flags;
[DNAFieldAttribute(5, "uchar", "_pad1[3]", 1)]
[DNAFieldAttribute(5, "uchar", "_pad1[3]", "System.Byte[]", 1)]
public byte[] _pad1 = new System.Byte[3];
[DNAFieldAttribute(6, "ActionSlotRuntimeHandle", "*runtime", 0)]
[DNAFieldAttribute(6, "ActionSlotRuntimeHandle", "*runtime", "ActionSlotRuntimeHandle", 0)]
public ActionSlotRuntimeHandle ptr_runtime;
public ActionSlot() {
this.name = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(77, "ActionStrip")]
public struct ActionStrip {
[DNAFieldAttribute(0, "int8_t", "strip_type", 1)]
[DNAFieldAttribute(0, "int8_t", "strip_type", "int8_t", 1)]
public sbyte strip_type;
[DNAFieldAttribute(1, "uchar", "_pad0[3]", 1)]
[DNAFieldAttribute(1, "uchar", "_pad0[3]", "System.Byte[]", 1)]
public byte[] _pad0 = new System.Byte[3];
[DNAFieldAttribute(2, "int", "data_index", 4)]
[DNAFieldAttribute(2, "int", "data_index", "int", 4)]
public int data_index;
[DNAFieldAttribute(3, "float", "frame_start", 4)]
[DNAFieldAttribute(3, "float", "frame_start", "float", 4)]
public float frame_start;
[DNAFieldAttribute(4, "float", "frame_end", 4)]
[DNAFieldAttribute(4, "float", "frame_end", "float", 4)]
public float frame_end;
[DNAFieldAttribute(5, "float", "frame_offset", 4)]
[DNAFieldAttribute(5, "float", "frame_offset", "float", 4)]
public float frame_offset;
[DNAFieldAttribute(6, "uchar", "_pad1[4]", 1)]
[DNAFieldAttribute(6, "uchar", "_pad1[4]", "System.Byte[]", 1)]
public byte[] _pad1 = new System.Byte[4];
public ActionStrip() {
this.strip_type = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(68, "ActionStripKeyframeData")]
public class ActionStripKeyframeData {
[DNAFieldAttribute(0, "ActionChannelBag", "**channelbag_array", 32)]
[DNAFieldAttribute(0, "ActionChannelBag", "**channelbag_array", "ActionChannelBag", 32)]
public ActionChannelBag ptr_ptr_channelbag_array;
[DNAFieldAttribute(1, "int", "channelbag_array_num", 4)]
[DNAFieldAttribute(1, "int", "channelbag_array_num", "int", 4)]
public int channelbag_array_num;
[DNAFieldAttribute(2, "uchar", "_pad[4]", 1)]
[DNAFieldAttribute(2, "uchar", "_pad[4]", "System.Byte[]", 1)]
public byte[] _pad = new System.Byte[4];
public ActionStripKeyframeData() {
this.ptr_ptr_channelbag_array = default;

View File

@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
[DNAClassAttribute(101, "AnimData")]
public class AnimData {
[DNAFieldAttribute(0, "bAction", "*action", 352)]
[DNAFieldAttribute(0, "bAction", "*action", "bAction", 352)]
public bAction ptr_action;
[DNAFieldAttribute(1, "int", "slot_handle", 4)]
[DNAFieldAttribute(1, "int", "slot_handle", "int", 4)]
public int slot_handle;
[DNAFieldAttribute(2, "char", "slot_name[66]", 1)]
[DNAFieldAttribute(2, "char", "slot_name[66]", "System.Char[]", 1)]
public char[] slot_name = new System.Char[66];
[DNAFieldAttribute(3, "uchar", "_pad0[2]", 1)]
[DNAFieldAttribute(3, "uchar", "_pad0[2]", "System.Byte[]", 1)]
public byte[] _pad0 = new System.Byte[2];
[DNAFieldAttribute(4, "bAction", "*tmpact", 352)]
[DNAFieldAttribute(4, "bAction", "*tmpact", "bAction", 352)]
public bAction ptr_tmpact;
[DNAFieldAttribute(5, "int", "tmp_slot_handle", 4)]
[DNAFieldAttribute(5, "int", "tmp_slot_handle", "int", 4)]
public int tmp_slot_handle;
[DNAFieldAttribute(6, "char", "tmp_slot_name[66]", 1)]
[DNAFieldAttribute(6, "char", "tmp_slot_name[66]", "System.Char[]", 1)]
public char[] tmp_slot_name = new System.Char[66];
[DNAFieldAttribute(7, "uchar", "_pad1[2]", 1)]
[DNAFieldAttribute(7, "uchar", "_pad1[2]", "System.Byte[]", 1)]
public byte[] _pad1 = new System.Byte[2];
[DNAFieldAttribute(8, "ListBase", "nla_tracks", 16)]
[DNAFieldAttribute(8, "ListBase", "nla_tracks", "ListBase", 16)]
public ListBase nla_tracks;
[DNAFieldAttribute(9, "NlaTrack", "*act_track", 104)]
[DNAFieldAttribute(9, "NlaTrack", "*act_track", "NlaTrack", 104)]
public NlaTrack ptr_act_track;
[DNAFieldAttribute(10, "NlaStrip", "*actstrip", 288)]
[DNAFieldAttribute(10, "NlaStrip", "*actstrip", "NlaStrip", 288)]
public NlaStrip ptr_actstrip;
[DNAFieldAttribute(11, "ListBase", "drivers", 16)]
[DNAFieldAttribute(11, "ListBase", "drivers", "ListBase", 16)]
public ListBase drivers;
[DNAFieldAttribute(12, "ListBase", "overrides", 16)]
[DNAFieldAttribute(12, "ListBase", "overrides", "ListBase", 16)]
public ListBase overrides;
[DNAFieldAttribute(13, "FCurve", "**driver_array", 120)]
[DNAFieldAttribute(13, "FCurve", "**driver_array", "FCurve", 120)]
public FCurve ptr_ptr_driver_array;
[DNAFieldAttribute(14, "int", "flag", 4)]
[DNAFieldAttribute(14, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(15, "short", "act_blendmode", 2)]
[DNAFieldAttribute(15, "short", "act_blendmode", "short", 2)]
public short act_blendmode;
[DNAFieldAttribute(16, "short", "act_extendmode", 2)]
[DNAFieldAttribute(16, "short", "act_extendmode", "short", 2)]
public short act_extendmode;
[DNAFieldAttribute(17, "float", "act_influence", 4)]
[DNAFieldAttribute(17, "float", "act_influence", "float", 4)]
public float act_influence;
[DNAFieldAttribute(18, "uchar", "_pad2[4]", 1)]
[DNAFieldAttribute(18, "uchar", "_pad2[4]", "System.Byte[]", 1)]
public byte[] _pad2 = new System.Byte[4];
public AnimData() {
this.ptr_action = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(100, "AnimOverride")]
public class AnimOverride {
[DNAFieldAttribute(0, "AnimOverride", "*next", 32)]
[DNAFieldAttribute(0, "AnimOverride", "*next", "AnimOverride", 32)]
public AnimOverride ptr_next;
[DNAFieldAttribute(1, "AnimOverride", "*prev", 32)]
[DNAFieldAttribute(1, "AnimOverride", "*prev", "AnimOverride", 32)]
public AnimOverride ptr_prev;
[DNAFieldAttribute(2, "char", "*rna_path", 1)]
[DNAFieldAttribute(2, "char", "*rna_path", "char", 1)]
public char ptr_rna_path;
[DNAFieldAttribute(3, "int", "array_index", 4)]
[DNAFieldAttribute(3, "int", "array_index", "int", 4)]
public int array_index;
[DNAFieldAttribute(4, "float", "value", 4)]
[DNAFieldAttribute(4, "float", "value", "float", 4)]
public float value;
public AnimOverride() {
this.ptr_next = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(296, "ArmatureGpencilModifierData")]
public class ArmatureGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "short", "deformflag", 2)]
[DNAFieldAttribute(1, "short", "deformflag", "short", 2)]
public short deformflag;
[DNAFieldAttribute(2, "short", "multi", 2)]
[DNAFieldAttribute(2, "short", "multi", "short", 2)]
public short multi;
[DNAFieldAttribute(3, "int", "_pad", 4)]
[DNAFieldAttribute(3, "int", "_pad", "int", 4)]
public int _pad;
[DNAFieldAttribute(4, "Object", "*object", 1160)]
[DNAFieldAttribute(4, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(6, "char", "vgname[64]", 1)]
[DNAFieldAttribute(6, "char", "vgname[64]", "System.Char[]", 1)]
public char[] vgname = new System.Char[64];
public ArmatureGpencilModifierData() {
this.modifier = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(461, "ArmatureModifierData")]
public class ArmatureModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "short", "deformflag", 2)]
[DNAFieldAttribute(1, "short", "deformflag", "short", 2)]
public short deformflag;
[DNAFieldAttribute(2, "short", "multi", 2)]
[DNAFieldAttribute(2, "short", "multi", "short", 2)]
public short multi;
[DNAFieldAttribute(3, "char", "_pad2[4]", 1)]
[DNAFieldAttribute(3, "char", "_pad2[4]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(4, "Object", "*object", 1160)]
[DNAFieldAttribute(4, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(6, "char", "defgrp_name[64]", 1)]
[DNAFieldAttribute(6, "char", "defgrp_name[64]", "System.Char[]", 1)]
public char[] defgrp_name = new System.Char[64];
public ArmatureModifierData() {
this.modifier = default;

View File

@@ -15,39 +15,39 @@ namespace BlendFile.DNA {
[DNAClassAttribute(284, "ArrayGpencilModifierData")]
public class ArrayGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", 1160)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(2, "Material", "*material", 392)]
[DNAFieldAttribute(2, "Material", "*material", "Material", 392)]
public Material ptr_material;
[DNAFieldAttribute(3, "int", "count", 4)]
[DNAFieldAttribute(3, "int", "count", "int", 4)]
public int count;
[DNAFieldAttribute(4, "int", "flag", 4)]
[DNAFieldAttribute(4, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(5, "float", "offset[3]", 4)]
[DNAFieldAttribute(5, "float", "offset[3]", "System.Single[]", 4)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(6, "float", "shift[3]", 4)]
[DNAFieldAttribute(6, "float", "shift[3]", "System.Single[]", 4)]
public float[] shift = new System.Single[3];
[DNAFieldAttribute(7, "float", "rnd_offset[3]", 4)]
[DNAFieldAttribute(7, "float", "rnd_offset[3]", "System.Single[]", 4)]
public float[] rnd_offset = new System.Single[3];
[DNAFieldAttribute(8, "float", "rnd_rot[3]", 4)]
[DNAFieldAttribute(8, "float", "rnd_rot[3]", "System.Single[]", 4)]
public float[] rnd_rot = new System.Single[3];
[DNAFieldAttribute(9, "float", "rnd_scale[3]", 4)]
[DNAFieldAttribute(9, "float", "rnd_scale[3]", "System.Single[]", 4)]
public float[] rnd_scale = new System.Single[3];
[DNAFieldAttribute(10, "char", "_pad[4]", 1)]
[DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(11, "int", "seed", 4)]
[DNAFieldAttribute(11, "int", "seed", "int", 4)]
public int seed;
[DNAFieldAttribute(12, "int", "pass_index", 4)]
[DNAFieldAttribute(12, "int", "pass_index", "int", 4)]
public int pass_index;
[DNAFieldAttribute(13, "char", "layername[64]", 1)]
[DNAFieldAttribute(13, "char", "layername[64]", "System.Char[]", 1)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(14, "char", "materialname[64]", 1)]
[DNAFieldAttribute(14, "char", "materialname[64]", "System.Char[]", 1)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(15, "int", "mat_rpl", 4)]
[DNAFieldAttribute(15, "int", "mat_rpl", "int", 4)]
public int mat_rpl;
[DNAFieldAttribute(16, "int", "layer_pass", 4)]
[DNAFieldAttribute(16, "int", "layer_pass", "int", 4)]
public int layer_pass;
public ArrayGpencilModifierData() {
this.modifier = default;

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(451, "ArrayModifierData")]
public class ArrayModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*start_cap", 1160)]
[DNAFieldAttribute(1, "Object", "*start_cap", "Object", 1160)]
public Object ptr_start_cap;
[DNAFieldAttribute(2, "Object", "*end_cap", 1160)]
[DNAFieldAttribute(2, "Object", "*end_cap", "Object", 1160)]
public Object ptr_end_cap;
[DNAFieldAttribute(3, "Object", "*curve_ob", 1160)]
[DNAFieldAttribute(3, "Object", "*curve_ob", "Object", 1160)]
public Object ptr_curve_ob;
[DNAFieldAttribute(4, "Object", "*offset_ob", 1160)]
[DNAFieldAttribute(4, "Object", "*offset_ob", "Object", 1160)]
public Object ptr_offset_ob;
[DNAFieldAttribute(5, "float", "offset[3]", 4)]
[DNAFieldAttribute(5, "float", "offset[3]", "System.Single[]", 4)]
public float[] offset = new System.Single[3];
[DNAFieldAttribute(6, "float", "scale[3]", 4)]
[DNAFieldAttribute(6, "float", "scale[3]", "System.Single[]", 4)]
public float[] scale = new System.Single[3];
[DNAFieldAttribute(7, "float", "length", 4)]
[DNAFieldAttribute(7, "float", "length", "float", 4)]
public float length;
[DNAFieldAttribute(8, "float", "merge_dist", 4)]
[DNAFieldAttribute(8, "float", "merge_dist", "float", 4)]
public float merge_dist;
[DNAFieldAttribute(9, "int", "fit_type", 4)]
[DNAFieldAttribute(9, "int", "fit_type", "int", 4)]
public int fit_type;
[DNAFieldAttribute(10, "int", "offset_type", 4)]
[DNAFieldAttribute(10, "int", "offset_type", "int", 4)]
public int offset_type;
[DNAFieldAttribute(11, "int", "flags", 4)]
[DNAFieldAttribute(11, "int", "flags", "int", 4)]
public int flags;
[DNAFieldAttribute(12, "int", "count", 4)]
[DNAFieldAttribute(12, "int", "count", "int", 4)]
public int count;
[DNAFieldAttribute(13, "float", "uv_offset[2]", 4)]
[DNAFieldAttribute(13, "float", "uv_offset[2]", "System.Single[]", 4)]
public float[] uv_offset = new System.Single[2];
public ArrayModifierData() {
this.modifier = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(115, "AssetCatalogPathLink")]
public class AssetCatalogPathLink {
[DNAFieldAttribute(0, "AssetCatalogPathLink", "*next", 24)]
[DNAFieldAttribute(0, "AssetCatalogPathLink", "*next", "AssetCatalogPathLink", 24)]
public AssetCatalogPathLink ptr_next;
[DNAFieldAttribute(1, "AssetCatalogPathLink", "*prev", 24)]
[DNAFieldAttribute(1, "AssetCatalogPathLink", "*prev", "AssetCatalogPathLink", 24)]
public AssetCatalogPathLink ptr_prev;
[DNAFieldAttribute(2, "char", "*path", 1)]
[DNAFieldAttribute(2, "char", "*path", "char", 1)]
public char ptr_path;
public AssetCatalogPathLink() {
this.ptr_next = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(113, "AssetLibraryReference")]
public struct AssetLibraryReference {
[DNAFieldAttribute(0, "short", "type", 2)]
[DNAFieldAttribute(0, "short", "type", "short", 2)]
public short type;
[DNAFieldAttribute(1, "char", "_pad1[2]", 1)]
[DNAFieldAttribute(1, "char", "_pad1[2]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(2, "int", "custom_library_index", 4)]
[DNAFieldAttribute(2, "int", "custom_library_index", "int", 4)]
public int custom_library_index;
public AssetLibraryReference() {
this.type = default;

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(35, "AssetMetaData")]
public class AssetMetaData {
[DNAFieldAttribute(0, "AssetTypeInfo", "*local_type_info", 0)]
[DNAFieldAttribute(0, "AssetTypeInfo", "*local_type_info", "AssetTypeInfo", 0)]
public AssetTypeInfo ptr_local_type_info;
[DNAFieldAttribute(1, "IDProperty", "*properties", 136)]
[DNAFieldAttribute(1, "IDProperty", "*properties", "IDProperty", 136)]
public IDProperty ptr_properties;
[DNAFieldAttribute(2, "bUUID", "catalog_id", 16)]
[DNAFieldAttribute(2, "bUUID", "catalog_id", "bUUID", 16)]
public bUUID catalog_id;
[DNAFieldAttribute(3, "char", "catalog_simple_name[64]", 1)]
[DNAFieldAttribute(3, "char", "catalog_simple_name[64]", "System.Char[]", 1)]
public char[] catalog_simple_name = new System.Char[64];
[DNAFieldAttribute(4, "char", "*author", 1)]
[DNAFieldAttribute(4, "char", "*author", "char", 1)]
public char ptr_author;
[DNAFieldAttribute(5, "char", "*description", 1)]
[DNAFieldAttribute(5, "char", "*description", "char", 1)]
public char ptr_description;
[DNAFieldAttribute(6, "char", "*copyright", 1)]
[DNAFieldAttribute(6, "char", "*copyright", "char", 1)]
public char ptr_copyright;
[DNAFieldAttribute(7, "char", "*license", 1)]
[DNAFieldAttribute(7, "char", "*license", "char", 1)]
public char ptr_license;
[DNAFieldAttribute(8, "ListBase", "tags", 16)]
[DNAFieldAttribute(8, "ListBase", "tags", "ListBase", 16)]
public ListBase tags;
[DNAFieldAttribute(9, "short", "active_tag", 2)]
[DNAFieldAttribute(9, "short", "active_tag", "short", 2)]
public short active_tag;
[DNAFieldAttribute(10, "short", "tot_tags", 2)]
[DNAFieldAttribute(10, "short", "tot_tags", "short", 2)]
public short tot_tags;
[DNAFieldAttribute(11, "char", "_pad[4]", 1)]
[DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public AssetMetaData() {
this.ptr_local_type_info = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(871, "AssetShelf")]
public class AssetShelf {
[DNAFieldAttribute(0, "AssetShelf", "*next", 216)]
[DNAFieldAttribute(0, "AssetShelf", "*next", "AssetShelf", 216)]
public AssetShelf ptr_next;
[DNAFieldAttribute(1, "AssetShelf", "*prev", 216)]
[DNAFieldAttribute(1, "AssetShelf", "*prev", "AssetShelf", 216)]
public AssetShelf ptr_prev;
[DNAFieldAttribute(2, "char", "idname[64]", 1)]
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)]
public char[] idname = new System.Char[64];
[DNAFieldAttribute(3, "AssetShelfType", "*type", 0)]
[DNAFieldAttribute(3, "AssetShelfType", "*type", "AssetShelfType", 0)]
public AssetShelfType ptr_type;
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", 120)]
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", "AssetShelfSettings", 120)]
public AssetShelfSettings settings;
[DNAFieldAttribute(5, "short", "preferred_row_count", 2)]
[DNAFieldAttribute(5, "short", "preferred_row_count", "short", 2)]
public short preferred_row_count;
[DNAFieldAttribute(6, "short", "instance_flag", 2)]
[DNAFieldAttribute(6, "short", "instance_flag", "short", 2)]
public short instance_flag;
[DNAFieldAttribute(7, "char", "_pad[4]", 1)]
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public AssetShelf() {
this.ptr_next = default;

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(870, "AssetShelfSettings")]
public class AssetShelfSettings {
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", 120)]
[DNAFieldAttribute(0, "AssetShelfSettings", "*next", "AssetShelfSettings", 120)]
public AssetShelfSettings ptr_next;
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", 120)]
[DNAFieldAttribute(1, "AssetShelfSettings", "*prev", "AssetShelfSettings", 120)]
public AssetShelfSettings ptr_prev;
[DNAFieldAttribute(2, "AssetLibraryReference", "asset_library_reference", 8)]
[DNAFieldAttribute(2, "AssetLibraryReference", "asset_library_reference", "AssetLibraryReference", 8)]
public AssetLibraryReference asset_library_reference;
[DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", 16)]
[DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", "ListBase", 16)]
public ListBase enabled_catalog_paths;
[DNAFieldAttribute(4, "char", "*active_catalog_path", 1)]
[DNAFieldAttribute(4, "char", "*active_catalog_path", "char", 1)]
public char ptr_active_catalog_path;
[DNAFieldAttribute(5, "char", "search_string[64]", 1)]
[DNAFieldAttribute(5, "char", "search_string[64]", "System.Char[]", 1)]
public char[] search_string = new System.Char[64];
[DNAFieldAttribute(6, "short", "preview_size", 2)]
[DNAFieldAttribute(6, "short", "preview_size", "short", 2)]
public short preview_size;
[DNAFieldAttribute(7, "short", "display_flag", 2)]
[DNAFieldAttribute(7, "short", "display_flag", "short", 2)]
public short display_flag;
[DNAFieldAttribute(8, "char", "_pad1[4]", 1)]
[DNAFieldAttribute(8, "char", "_pad1[4]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[4];
public AssetShelfSettings() {
this.ptr_next = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(110, "AssetTag")]
public class AssetTag {
[DNAFieldAttribute(0, "AssetTag", "*next", 80)]
[DNAFieldAttribute(0, "AssetTag", "*next", "AssetTag", 80)]
public AssetTag ptr_next;
[DNAFieldAttribute(1, "AssetTag", "*prev", 80)]
[DNAFieldAttribute(1, "AssetTag", "*prev", "AssetTag", 80)]
public AssetTag ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
public AssetTag() {
this.ptr_next = default;

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(114, "AssetWeakReference")]
public class AssetWeakReference {
[DNAFieldAttribute(0, "char", "_pad[6]", 1)]
[DNAFieldAttribute(0, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(1, "short", "asset_library_type", 2)]
[DNAFieldAttribute(1, "short", "asset_library_type", "short", 2)]
public short asset_library_type;
[DNAFieldAttribute(2, "char", "*asset_library_identifier", 1)]
[DNAFieldAttribute(2, "char", "*asset_library_identifier", "char", 1)]
public char ptr_asset_library_identifier;
[DNAFieldAttribute(3, "char", "*relative_asset_identifier", 1)]
[DNAFieldAttribute(3, "char", "*relative_asset_identifier", "char", 1)]
public char ptr_relative_asset_identifier;
public AssetWeakReference() {
this._pad = default;

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(798, "AudioData")]
public struct AudioData {
[DNAFieldAttribute(0, "int", "mixrate", 4)]
[DNAFieldAttribute(0, "int", "mixrate", "int", 4)]
public int mixrate;
[DNAFieldAttribute(1, "float", "main", 4)]
[DNAFieldAttribute(1, "float", "main", "float", 4)]
public float main;
[DNAFieldAttribute(2, "float", "speed_of_sound", 4)]
[DNAFieldAttribute(2, "float", "speed_of_sound", "float", 4)]
public float speed_of_sound;
[DNAFieldAttribute(3, "float", "doppler_factor", 4)]
[DNAFieldAttribute(3, "float", "doppler_factor", "float", 4)]
public float doppler_factor;
[DNAFieldAttribute(4, "int", "distance_model", 4)]
[DNAFieldAttribute(4, "int", "distance_model", "int", 4)]
public int distance_model;
[DNAFieldAttribute(5, "short", "flag", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(6, "char", "_pad[2]", 1)]
[DNAFieldAttribute(6, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(7, "float", "volume", 4)]
[DNAFieldAttribute(7, "float", "volume", "float", 4)]
public float volume;
[DNAFieldAttribute(8, "char", "_pad2[4]", 1)]
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[4];
public AudioData() {
this.mixrate = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(206, "BPoint")]
public struct BPoint {
[DNAFieldAttribute(0, "float", "vec[4]", 4)]
[DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 4)]
public float[] vec = new System.Single[4];
[DNAFieldAttribute(1, "float", "alfa", 4)]
[DNAFieldAttribute(1, "float", "alfa", "float", 4)]
public float alfa;
[DNAFieldAttribute(2, "float", "weight", 4)]
[DNAFieldAttribute(2, "float", "weight", "float", 4)]
public float weight;
[DNAFieldAttribute(3, "uchar", "f1", 1)]
[DNAFieldAttribute(3, "uchar", "f1", "uchar", 1)]
public byte f1;
[DNAFieldAttribute(4, "char", "_pad1[1]", 1)]
[DNAFieldAttribute(4, "char", "_pad1[1]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[1];
[DNAFieldAttribute(5, "short", "hide", 2)]
[DNAFieldAttribute(5, "short", "hide", "short", 2)]
public short hide;
[DNAFieldAttribute(6, "float", "radius", 4)]
[DNAFieldAttribute(6, "float", "radius", "float", 4)]
public float radius;
[DNAFieldAttribute(7, "char", "_pad[4]", 1)]
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public BPoint() {
this.vec = default;

View File

@@ -15,39 +15,39 @@ namespace BlendFile.DNA {
[DNAClassAttribute(801, "BakeData")]
public class BakeData {
[DNAFieldAttribute(0, "ImageFormatData", "im_format", 336)]
[DNAFieldAttribute(0, "ImageFormatData", "im_format", "ImageFormatData", 336)]
public ImageFormatData im_format;
[DNAFieldAttribute(1, "char", "filepath[1024]", 1)]
[DNAFieldAttribute(1, "char", "filepath[1024]", "System.Char[]", 1)]
public char[] filepath = new System.Char[1024];
[DNAFieldAttribute(2, "short", "width", 2)]
[DNAFieldAttribute(2, "short", "width", "short", 2)]
public short width;
[DNAFieldAttribute(3, "short", "height", 2)]
[DNAFieldAttribute(3, "short", "height", "short", 2)]
public short height;
[DNAFieldAttribute(4, "short", "margin", 2)]
[DNAFieldAttribute(4, "short", "margin", "short", 2)]
public short margin;
[DNAFieldAttribute(5, "short", "flag", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(6, "float", "cage_extrusion", 4)]
[DNAFieldAttribute(6, "float", "cage_extrusion", "float", 4)]
public float cage_extrusion;
[DNAFieldAttribute(7, "float", "max_ray_distance", 4)]
[DNAFieldAttribute(7, "float", "max_ray_distance", "float", 4)]
public float max_ray_distance;
[DNAFieldAttribute(8, "int", "pass_filter", 4)]
[DNAFieldAttribute(8, "int", "pass_filter", "int", 4)]
public int pass_filter;
[DNAFieldAttribute(9, "char", "normal_swizzle[3]", 1)]
[DNAFieldAttribute(9, "char", "normal_swizzle[3]", "System.Char[]", 1)]
public char[] normal_swizzle = new System.Char[3];
[DNAFieldAttribute(10, "char", "normal_space", 1)]
[DNAFieldAttribute(10, "char", "normal_space", "char", 1)]
public char normal_space;
[DNAFieldAttribute(11, "char", "target", 1)]
[DNAFieldAttribute(11, "char", "target", "char", 1)]
public char target;
[DNAFieldAttribute(12, "char", "save_mode", 1)]
[DNAFieldAttribute(12, "char", "save_mode", "char", 1)]
public char save_mode;
[DNAFieldAttribute(13, "char", "margin_type", 1)]
[DNAFieldAttribute(13, "char", "margin_type", "char", 1)]
public char margin_type;
[DNAFieldAttribute(14, "char", "view_from", 1)]
[DNAFieldAttribute(14, "char", "view_from", "char", 1)]
public char view_from;
[DNAFieldAttribute(15, "char", "_pad[4]", 1)]
[DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(16, "Object", "*cage_object", 1160)]
[DNAFieldAttribute(16, "Object", "*cage_object", "Object", 1160)]
public Object ptr_cage_object;
public BakeData() {
this.im_format = default;

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(340, "Base")]
public class Base {
[DNAFieldAttribute(0, "Base", "*next", 48)]
[DNAFieldAttribute(0, "Base", "*next", "Base", 48)]
public Base ptr_next;
[DNAFieldAttribute(1, "Base", "*prev", 48)]
[DNAFieldAttribute(1, "Base", "*prev", "Base", 48)]
public Base ptr_prev;
[DNAFieldAttribute(2, "Object", "*object", 1160)]
[DNAFieldAttribute(2, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(3, "Base", "*base_orig", 48)]
[DNAFieldAttribute(3, "Base", "*base_orig", "Base", 48)]
public Base ptr_base_orig;
[DNAFieldAttribute(4, "int", "lay", 4)]
[DNAFieldAttribute(4, "int", "lay", "int", 4)]
public int lay;
[DNAFieldAttribute(5, "short", "flag", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(6, "short", "flag_from_collection", 2)]
[DNAFieldAttribute(6, "short", "flag_from_collection", "short", 2)]
public short flag_from_collection;
[DNAFieldAttribute(7, "short", "flag_legacy", 2)]
[DNAFieldAttribute(7, "short", "flag_legacy", "short", 2)]
public short flag_legacy;
[DNAFieldAttribute(8, "short", "local_view_bits", 2)]
[DNAFieldAttribute(8, "short", "local_view_bits", "short", 2)]
public short local_view_bits;
[DNAFieldAttribute(9, "short", "local_collections_bits", 2)]
[DNAFieldAttribute(9, "short", "local_collections_bits", "short", 2)]
public short local_collections_bits;
[DNAFieldAttribute(10, "char", "_pad1[2]", 1)]
[DNAFieldAttribute(10, "char", "_pad1[2]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[2];
public Base() {
this.ptr_next = default;

View File

@@ -15,53 +15,53 @@ namespace BlendFile.DNA {
[DNAClassAttribute(454, "BevelModifierData")]
public class BevelModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "float", "value", 4)]
[DNAFieldAttribute(1, "float", "value", "float", 4)]
public float value;
[DNAFieldAttribute(2, "int", "res", 4)]
[DNAFieldAttribute(2, "int", "res", "int", 4)]
public int res;
[DNAFieldAttribute(3, "short", "flags", 2)]
[DNAFieldAttribute(3, "short", "flags", "short", 2)]
public short flags;
[DNAFieldAttribute(4, "short", "val_flags", 2)]
[DNAFieldAttribute(4, "short", "val_flags", "short", 2)]
public short val_flags;
[DNAFieldAttribute(5, "short", "profile_type", 2)]
[DNAFieldAttribute(5, "short", "profile_type", "short", 2)]
public short profile_type;
[DNAFieldAttribute(6, "short", "lim_flags", 2)]
[DNAFieldAttribute(6, "short", "lim_flags", "short", 2)]
public short lim_flags;
[DNAFieldAttribute(7, "short", "e_flags", 2)]
[DNAFieldAttribute(7, "short", "e_flags", "short", 2)]
public short e_flags;
[DNAFieldAttribute(8, "short", "mat", 2)]
[DNAFieldAttribute(8, "short", "mat", "short", 2)]
public short mat;
[DNAFieldAttribute(9, "short", "edge_flags", 2)]
[DNAFieldAttribute(9, "short", "edge_flags", "short", 2)]
public short edge_flags;
[DNAFieldAttribute(10, "short", "face_str_mode", 2)]
[DNAFieldAttribute(10, "short", "face_str_mode", "short", 2)]
public short face_str_mode;
[DNAFieldAttribute(11, "short", "miter_inner", 2)]
[DNAFieldAttribute(11, "short", "miter_inner", "short", 2)]
public short miter_inner;
[DNAFieldAttribute(12, "short", "miter_outer", 2)]
[DNAFieldAttribute(12, "short", "miter_outer", "short", 2)]
public short miter_outer;
[DNAFieldAttribute(13, "short", "vmesh_method", 2)]
[DNAFieldAttribute(13, "short", "vmesh_method", "short", 2)]
public short vmesh_method;
[DNAFieldAttribute(14, "char", "affect_type", 1)]
[DNAFieldAttribute(14, "char", "affect_type", "char", 1)]
public char affect_type;
[DNAFieldAttribute(15, "char", "_pad", 1)]
[DNAFieldAttribute(15, "char", "_pad", "char", 1)]
public char _pad;
[DNAFieldAttribute(16, "float", "profile", 4)]
[DNAFieldAttribute(16, "float", "profile", "float", 4)]
public float profile;
[DNAFieldAttribute(17, "float", "bevel_angle", 4)]
[DNAFieldAttribute(17, "float", "bevel_angle", "float", 4)]
public float bevel_angle;
[DNAFieldAttribute(18, "float", "spread", 4)]
[DNAFieldAttribute(18, "float", "spread", "float", 4)]
public float spread;
[DNAFieldAttribute(19, "char", "defgrp_name[64]", 1)]
[DNAFieldAttribute(19, "char", "defgrp_name[64]", "System.Char[]", 1)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(20, "char", "_pad1[4]", 1)]
[DNAFieldAttribute(20, "char", "_pad1[4]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(21, "CurveProfile", "*custom_profile", 72)]
[DNAFieldAttribute(21, "CurveProfile", "*custom_profile", "CurveProfile", 72)]
public CurveProfile ptr_custom_profile;
[DNAFieldAttribute(22, "char", "edge_weight_name[64]", 1)]
[DNAFieldAttribute(22, "char", "edge_weight_name[64]", "System.Char[]", 1)]
public char[] edge_weight_name = new System.Char[64];
[DNAFieldAttribute(23, "char", "vertex_weight_name[64]", 1)]
[DNAFieldAttribute(23, "char", "vertex_weight_name[64]", "System.Char[]", 1)]
public char[] vertex_weight_name = new System.Char[64];
public BevelModifierData() {
this.modifier = default;

View File

@@ -15,39 +15,39 @@ namespace BlendFile.DNA {
[DNAClassAttribute(95, "BezTriple")]
public struct BezTriple {
[DNAFieldAttribute(0, "float", "vec[3][3]", 4)]
[DNAFieldAttribute(0, "float", "vec[3][3]", "System.Single[,]", 4)]
public float[,] vec = new System.Single[3,3];
[DNAFieldAttribute(1, "float", "alfa", 4)]
[DNAFieldAttribute(1, "float", "alfa", "float", 4)]
public float alfa;
[DNAFieldAttribute(2, "float", "weight", 4)]
[DNAFieldAttribute(2, "float", "weight", "float", 4)]
public float weight;
[DNAFieldAttribute(3, "float", "radius", 4)]
[DNAFieldAttribute(3, "float", "radius", "float", 4)]
public float radius;
[DNAFieldAttribute(4, "char", "ipo", 1)]
[DNAFieldAttribute(4, "char", "ipo", "char", 1)]
public char ipo;
[DNAFieldAttribute(5, "uchar", "h1", 1)]
[DNAFieldAttribute(5, "uchar", "h1", "uchar", 1)]
public byte h1;
[DNAFieldAttribute(6, "uchar", "h2", 1)]
[DNAFieldAttribute(6, "uchar", "h2", "uchar", 1)]
public byte h2;
[DNAFieldAttribute(7, "uchar", "f1", 1)]
[DNAFieldAttribute(7, "uchar", "f1", "uchar", 1)]
public byte f1;
[DNAFieldAttribute(8, "uchar", "f2", 1)]
[DNAFieldAttribute(8, "uchar", "f2", "uchar", 1)]
public byte f2;
[DNAFieldAttribute(9, "uchar", "f3", 1)]
[DNAFieldAttribute(9, "uchar", "f3", "uchar", 1)]
public byte f3;
[DNAFieldAttribute(10, "char", "hide", 1)]
[DNAFieldAttribute(10, "char", "hide", "char", 1)]
public char hide;
[DNAFieldAttribute(11, "char", "easing", 1)]
[DNAFieldAttribute(11, "char", "easing", "char", 1)]
public char easing;
[DNAFieldAttribute(12, "float", "back", 4)]
[DNAFieldAttribute(12, "float", "back", "float", 4)]
public float back;
[DNAFieldAttribute(13, "float", "amplitude", 4)]
[DNAFieldAttribute(13, "float", "amplitude", "float", 4)]
public float amplitude;
[DNAFieldAttribute(14, "float", "period", 4)]
[DNAFieldAttribute(14, "float", "period", "float", 4)]
public float period;
[DNAFieldAttribute(15, "char", "auto_handle_type", 1)]
[DNAFieldAttribute(15, "char", "auto_handle_type", "char", 1)]
public char auto_handle_type;
[DNAFieldAttribute(16, "char", "_pad[3]", 1)]
[DNAFieldAttribute(16, "char", "_pad[3]", "System.Char[]", 1)]
public char[] _pad = new System.Char[3];
public BezTriple() {
this.vec = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(917, "BlurShaderFxData")]
public struct BlurShaderFxData {
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)]
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(1, "float", "radius[2]", 4)]
[DNAFieldAttribute(1, "float", "radius[2]", "System.Single[]", 4)]
public float[] radius = new System.Single[2];
[DNAFieldAttribute(2, "int", "flag", 4)]
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(3, "int", "samples", 4)]
[DNAFieldAttribute(3, "int", "samples", "int", 4)]
public int samples;
[DNAFieldAttribute(4, "float", "rotation", 4)]
[DNAFieldAttribute(4, "float", "rotation", "float", 4)]
public float rotation;
[DNAFieldAttribute(5, "char", "_pad[4]", 1)]
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "ShaderFxData_Runtime", "runtime", 40)]
[DNAFieldAttribute(6, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)]
public ShaderFxData_Runtime runtime;
public BlurShaderFxData() {
this.shaderfx = default;

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(122, "BoidData")]
public struct BoidData {
[DNAFieldAttribute(0, "float", "health", 4)]
[DNAFieldAttribute(0, "float", "health", "float", 4)]
public float health;
[DNAFieldAttribute(1, "float", "acc[3]", 4)]
[DNAFieldAttribute(1, "float", "acc[3]", "System.Single[]", 4)]
public float[] acc = new System.Single[3];
[DNAFieldAttribute(2, "short", "state_id", 2)]
[DNAFieldAttribute(2, "short", "state_id", "short", 2)]
public short state_id;
[DNAFieldAttribute(3, "short", "mode", 2)]
[DNAFieldAttribute(3, "short", "mode", "short", 2)]
public short mode;
public BoidData() {
this.health = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(778, "BoidParticle")]
public class BoidParticle {
[DNAFieldAttribute(0, "Object", "*ground", 1160)]
[DNAFieldAttribute(0, "Object", "*ground", "Object", 1160)]
public Object ptr_ground;
[DNAFieldAttribute(1, "BoidData", "data", 20)]
[DNAFieldAttribute(1, "BoidData", "data", "BoidData", 20)]
public BoidData data;
[DNAFieldAttribute(2, "float", "gravity[3]", 4)]
[DNAFieldAttribute(2, "float", "gravity[3]", "System.Single[]", 4)]
public float[] gravity = new System.Single[3];
[DNAFieldAttribute(3, "float", "wander[3]", 4)]
[DNAFieldAttribute(3, "float", "wander[3]", "System.Single[]", 4)]
public float[] wander = new System.Single[3];
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
public BoidParticle() {
this.ptr_ground = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(116, "BoidRule")]
public class BoidRule {
[DNAFieldAttribute(0, "BoidRule", "*next", 56)]
[DNAFieldAttribute(0, "BoidRule", "*next", "BoidRule", 56)]
public BoidRule ptr_next;
[DNAFieldAttribute(1, "BoidRule", "*prev", 56)]
[DNAFieldAttribute(1, "BoidRule", "*prev", "BoidRule", 56)]
public BoidRule ptr_prev;
[DNAFieldAttribute(2, "int", "type", 4)]
[DNAFieldAttribute(2, "int", "type", "int", 4)]
public int type;
[DNAFieldAttribute(3, "int", "flag", 4)]
[DNAFieldAttribute(3, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(4, "char", "name[32]", 1)]
[DNAFieldAttribute(4, "char", "name[32]", "System.Char[]", 1)]
public char[] name = new System.Char[32];
public BoidRule() {
this.ptr_next = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(120, "BoidRuleAverageSpeed")]
public struct BoidRuleAverageSpeed {
[DNAFieldAttribute(0, "BoidRule", "rule", 56)]
[DNAFieldAttribute(0, "BoidRule", "rule", "BoidRule", 56)]
public BoidRule rule;
[DNAFieldAttribute(1, "float", "wander", 4)]
[DNAFieldAttribute(1, "float", "wander", "float", 4)]
public float wander;
[DNAFieldAttribute(2, "float", "level", 4)]
[DNAFieldAttribute(2, "float", "level", "float", 4)]
public float level;
[DNAFieldAttribute(3, "float", "speed", 4)]
[DNAFieldAttribute(3, "float", "speed", "float", 4)]
public float speed;
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
public BoidRuleAverageSpeed() {
this.rule = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(118, "BoidRuleAvoidCollision")]
public struct BoidRuleAvoidCollision {
[DNAFieldAttribute(0, "BoidRule", "rule", 56)]
[DNAFieldAttribute(0, "BoidRule", "rule", "BoidRule", 56)]
public BoidRule rule;
[DNAFieldAttribute(1, "int", "options", 4)]
[DNAFieldAttribute(1, "int", "options", "int", 4)]
public int options;
[DNAFieldAttribute(2, "float", "look_ahead", 4)]
[DNAFieldAttribute(2, "float", "look_ahead", "float", 4)]
public float look_ahead;
public BoidRuleAvoidCollision() {
this.rule = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(121, "BoidRuleFight")]
public struct BoidRuleFight {
[DNAFieldAttribute(0, "BoidRule", "rule", 56)]
[DNAFieldAttribute(0, "BoidRule", "rule", "BoidRule", 56)]
public BoidRule rule;
[DNAFieldAttribute(1, "float", "distance", 4)]
[DNAFieldAttribute(1, "float", "distance", "float", 4)]
public float distance;
[DNAFieldAttribute(2, "float", "flee_distance", 4)]
[DNAFieldAttribute(2, "float", "flee_distance", "float", 4)]
public float flee_distance;
public BoidRuleFight() {
this.rule = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(119, "BoidRuleFollowLeader")]
public class BoidRuleFollowLeader {
[DNAFieldAttribute(0, "BoidRule", "rule", 56)]
[DNAFieldAttribute(0, "BoidRule", "rule", "BoidRule", 56)]
public BoidRule rule;
[DNAFieldAttribute(1, "Object", "*ob", 1160)]
[DNAFieldAttribute(1, "Object", "*ob", "Object", 1160)]
public Object ptr_ob;
[DNAFieldAttribute(2, "float", "loc[3]", 4)]
[DNAFieldAttribute(2, "float", "loc[3]", "System.Single[]", 4)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(3, "float", "oloc[3]", 4)]
[DNAFieldAttribute(3, "float", "oloc[3]", "System.Single[]", 4)]
public float[] oloc = new System.Single[3];
[DNAFieldAttribute(4, "float", "cfra", 4)]
[DNAFieldAttribute(4, "float", "cfra", "float", 4)]
public float cfra;
[DNAFieldAttribute(5, "float", "distance", 4)]
[DNAFieldAttribute(5, "float", "distance", "float", 4)]
public float distance;
[DNAFieldAttribute(6, "int", "options", 4)]
[DNAFieldAttribute(6, "int", "options", "int", 4)]
public int options;
[DNAFieldAttribute(7, "int", "queue_size", 4)]
[DNAFieldAttribute(7, "int", "queue_size", "int", 4)]
public int queue_size;
public BoidRuleFollowLeader() {
this.rule = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(117, "BoidRuleGoalAvoid")]
public class BoidRuleGoalAvoid {
[DNAFieldAttribute(0, "BoidRule", "rule", 56)]
[DNAFieldAttribute(0, "BoidRule", "rule", "BoidRule", 56)]
public BoidRule rule;
[DNAFieldAttribute(1, "Object", "*ob", 1160)]
[DNAFieldAttribute(1, "Object", "*ob", "Object", 1160)]
public Object ptr_ob;
[DNAFieldAttribute(2, "int", "options", 4)]
[DNAFieldAttribute(2, "int", "options", "int", 4)]
public int options;
[DNAFieldAttribute(3, "float", "fear_factor", 4)]
[DNAFieldAttribute(3, "float", "fear_factor", "float", 4)]
public float fear_factor;
[DNAFieldAttribute(4, "int", "signal_id", 4)]
[DNAFieldAttribute(4, "int", "signal_id", "int", 4)]
public int signal_id;
[DNAFieldAttribute(5, "int", "channels", 4)]
[DNAFieldAttribute(5, "int", "channels", "int", 4)]
public int channels;
public BoidRuleGoalAvoid() {
this.rule = default;

View File

@@ -15,51 +15,51 @@ namespace BlendFile.DNA {
[DNAClassAttribute(124, "BoidSettings")]
public struct BoidSettings {
[DNAFieldAttribute(0, "int", "options", 4)]
[DNAFieldAttribute(0, "int", "options", "int", 4)]
public int options;
[DNAFieldAttribute(1, "int", "last_state_id", 4)]
[DNAFieldAttribute(1, "int", "last_state_id", "int", 4)]
public int last_state_id;
[DNAFieldAttribute(2, "float", "landing_smoothness", 4)]
[DNAFieldAttribute(2, "float", "landing_smoothness", "float", 4)]
public float landing_smoothness;
[DNAFieldAttribute(3, "float", "height", 4)]
[DNAFieldAttribute(3, "float", "height", "float", 4)]
public float height;
[DNAFieldAttribute(4, "float", "banking", 4)]
[DNAFieldAttribute(4, "float", "banking", "float", 4)]
public float banking;
[DNAFieldAttribute(5, "float", "pitch", 4)]
[DNAFieldAttribute(5, "float", "pitch", "float", 4)]
public float pitch;
[DNAFieldAttribute(6, "float", "health", 4)]
[DNAFieldAttribute(6, "float", "health", "float", 4)]
public float health;
[DNAFieldAttribute(7, "float", "aggression", 4)]
[DNAFieldAttribute(7, "float", "aggression", "float", 4)]
public float aggression;
[DNAFieldAttribute(8, "float", "strength", 4)]
[DNAFieldAttribute(8, "float", "strength", "float", 4)]
public float strength;
[DNAFieldAttribute(9, "float", "accuracy", 4)]
[DNAFieldAttribute(9, "float", "accuracy", "float", 4)]
public float accuracy;
[DNAFieldAttribute(10, "float", "range", 4)]
[DNAFieldAttribute(10, "float", "range", "float", 4)]
public float range;
[DNAFieldAttribute(11, "float", "air_min_speed", 4)]
[DNAFieldAttribute(11, "float", "air_min_speed", "float", 4)]
public float air_min_speed;
[DNAFieldAttribute(12, "float", "air_max_speed", 4)]
[DNAFieldAttribute(12, "float", "air_max_speed", "float", 4)]
public float air_max_speed;
[DNAFieldAttribute(13, "float", "air_max_acc", 4)]
[DNAFieldAttribute(13, "float", "air_max_acc", "float", 4)]
public float air_max_acc;
[DNAFieldAttribute(14, "float", "air_max_ave", 4)]
[DNAFieldAttribute(14, "float", "air_max_ave", "float", 4)]
public float air_max_ave;
[DNAFieldAttribute(15, "float", "air_personal_space", 4)]
[DNAFieldAttribute(15, "float", "air_personal_space", "float", 4)]
public float air_personal_space;
[DNAFieldAttribute(16, "float", "land_jump_speed", 4)]
[DNAFieldAttribute(16, "float", "land_jump_speed", "float", 4)]
public float land_jump_speed;
[DNAFieldAttribute(17, "float", "land_max_speed", 4)]
[DNAFieldAttribute(17, "float", "land_max_speed", "float", 4)]
public float land_max_speed;
[DNAFieldAttribute(18, "float", "land_max_acc", 4)]
[DNAFieldAttribute(18, "float", "land_max_acc", "float", 4)]
public float land_max_acc;
[DNAFieldAttribute(19, "float", "land_max_ave", 4)]
[DNAFieldAttribute(19, "float", "land_max_ave", "float", 4)]
public float land_max_ave;
[DNAFieldAttribute(20, "float", "land_personal_space", 4)]
[DNAFieldAttribute(20, "float", "land_personal_space", "float", 4)]
public float land_personal_space;
[DNAFieldAttribute(21, "float", "land_stick_force", 4)]
[DNAFieldAttribute(21, "float", "land_stick_force", "float", 4)]
public float land_stick_force;
[DNAFieldAttribute(22, "ListBase", "states", 16)]
[DNAFieldAttribute(22, "ListBase", "states", "ListBase", 16)]
public ListBase states;
public BoidSettings() {
this.options = default;

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(123, "BoidState")]
public class BoidState {
[DNAFieldAttribute(0, "BoidState", "*next", 128)]
[DNAFieldAttribute(0, "BoidState", "*next", "BoidState", 128)]
public BoidState ptr_next;
[DNAFieldAttribute(1, "BoidState", "*prev", 128)]
[DNAFieldAttribute(1, "BoidState", "*prev", "BoidState", 128)]
public BoidState ptr_prev;
[DNAFieldAttribute(2, "ListBase", "rules", 16)]
[DNAFieldAttribute(2, "ListBase", "rules", "ListBase", 16)]
public ListBase rules;
[DNAFieldAttribute(3, "ListBase", "conditions", 16)]
[DNAFieldAttribute(3, "ListBase", "conditions", "ListBase", 16)]
public ListBase conditions;
[DNAFieldAttribute(4, "ListBase", "actions", 16)]
[DNAFieldAttribute(4, "ListBase", "actions", "ListBase", 16)]
public ListBase actions;
[DNAFieldAttribute(5, "char", "name[32]", 1)]
[DNAFieldAttribute(5, "char", "name[32]", "System.Char[]", 1)]
public char[] name = new System.Char[32];
[DNAFieldAttribute(6, "int", "id", 4)]
[DNAFieldAttribute(6, "int", "id", "int", 4)]
public int id;
[DNAFieldAttribute(7, "int", "flag", 4)]
[DNAFieldAttribute(7, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(8, "int", "ruleset_type", 4)]
[DNAFieldAttribute(8, "int", "ruleset_type", "int", 4)]
public int ruleset_type;
[DNAFieldAttribute(9, "float", "rule_fuzziness", 4)]
[DNAFieldAttribute(9, "float", "rule_fuzziness", "float", 4)]
public float rule_fuzziness;
[DNAFieldAttribute(10, "int", "signal_id", 4)]
[DNAFieldAttribute(10, "int", "signal_id", "int", 4)]
public int signal_id;
[DNAFieldAttribute(11, "int", "channels", 4)]
[DNAFieldAttribute(11, "int", "channels", "int", 4)]
public int channels;
[DNAFieldAttribute(12, "float", "volume", 4)]
[DNAFieldAttribute(12, "float", "volume", "float", 4)]
public float volume;
[DNAFieldAttribute(13, "float", "falloff", 4)]
[DNAFieldAttribute(13, "float", "falloff", "float", 4)]
public float falloff;
public BoidState() {
this.ptr_next = default;

View File

@@ -15,111 +15,111 @@ namespace BlendFile.DNA {
[DNAClassAttribute(54, "Bone")]
public class Bone {
[DNAFieldAttribute(0, "Bone", "*next", 472)]
[DNAFieldAttribute(0, "Bone", "*next", "Bone", 472)]
public Bone ptr_next;
[DNAFieldAttribute(1, "Bone", "*prev", 472)]
[DNAFieldAttribute(1, "Bone", "*prev", "Bone", 472)]
public Bone ptr_prev;
[DNAFieldAttribute(2, "IDProperty", "*prop", 136)]
[DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 136)]
public IDProperty ptr_prop;
[DNAFieldAttribute(3, "Bone", "*parent", 472)]
[DNAFieldAttribute(3, "Bone", "*parent", "Bone", 472)]
public Bone ptr_parent;
[DNAFieldAttribute(4, "ListBase", "childbase", 16)]
[DNAFieldAttribute(4, "ListBase", "childbase", "ListBase", 16)]
public ListBase childbase;
[DNAFieldAttribute(5, "char", "name[64]", 1)]
[DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(6, "float", "roll", 4)]
[DNAFieldAttribute(6, "float", "roll", "float", 4)]
public float roll;
[DNAFieldAttribute(7, "float", "head[3]", 4)]
[DNAFieldAttribute(7, "float", "head[3]", "System.Single[]", 4)]
public float[] head = new System.Single[3];
[DNAFieldAttribute(8, "float", "tail[3]", 4)]
[DNAFieldAttribute(8, "float", "tail[3]", "System.Single[]", 4)]
public float[] tail = new System.Single[3];
[DNAFieldAttribute(9, "float", "bone_mat[3][3]", 4)]
[DNAFieldAttribute(9, "float", "bone_mat[3][3]", "System.Single[,]", 4)]
public float[,] bone_mat = new System.Single[3,3];
[DNAFieldAttribute(10, "int", "flag", 4)]
[DNAFieldAttribute(10, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(11, "char", "_pad1[4]", 1)]
[DNAFieldAttribute(11, "char", "_pad1[4]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(12, "BoneColor", "color", 24)]
[DNAFieldAttribute(12, "BoneColor", "color", "BoneColor", 24)]
public BoneColor color;
[DNAFieldAttribute(13, "char", "inherit_scale_mode", 1)]
[DNAFieldAttribute(13, "char", "inherit_scale_mode", "char", 1)]
public char inherit_scale_mode;
[DNAFieldAttribute(14, "char", "_pad[3]", 1)]
[DNAFieldAttribute(14, "char", "_pad[3]", "System.Char[]", 1)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(15, "float", "arm_head[3]", 4)]
[DNAFieldAttribute(15, "float", "arm_head[3]", "System.Single[]", 4)]
public float[] arm_head = new System.Single[3];
[DNAFieldAttribute(16, "float", "arm_tail[3]", 4)]
[DNAFieldAttribute(16, "float", "arm_tail[3]", "System.Single[]", 4)]
public float[] arm_tail = new System.Single[3];
[DNAFieldAttribute(17, "float", "arm_mat[4][4]", 4)]
[DNAFieldAttribute(17, "float", "arm_mat[4][4]", "System.Single[,]", 4)]
public float[,] arm_mat = new System.Single[4,4];
[DNAFieldAttribute(18, "float", "arm_roll", 4)]
[DNAFieldAttribute(18, "float", "arm_roll", "float", 4)]
public float arm_roll;
[DNAFieldAttribute(19, "float", "dist", 4)]
[DNAFieldAttribute(19, "float", "dist", "float", 4)]
public float dist;
[DNAFieldAttribute(20, "float", "weight", 4)]
[DNAFieldAttribute(20, "float", "weight", "float", 4)]
public float weight;
[DNAFieldAttribute(21, "float", "xwidth", 4)]
[DNAFieldAttribute(21, "float", "xwidth", "float", 4)]
public float xwidth;
[DNAFieldAttribute(22, "float", "length", 4)]
[DNAFieldAttribute(22, "float", "length", "float", 4)]
public float length;
[DNAFieldAttribute(23, "float", "zwidth", 4)]
[DNAFieldAttribute(23, "float", "zwidth", "float", 4)]
public float zwidth;
[DNAFieldAttribute(24, "float", "rad_head", 4)]
[DNAFieldAttribute(24, "float", "rad_head", "float", 4)]
public float rad_head;
[DNAFieldAttribute(25, "float", "rad_tail", 4)]
[DNAFieldAttribute(25, "float", "rad_tail", "float", 4)]
public float rad_tail;
[DNAFieldAttribute(26, "float", "roll1", 4)]
[DNAFieldAttribute(26, "float", "roll1", "float", 4)]
public float roll1;
[DNAFieldAttribute(27, "float", "roll2", 4)]
[DNAFieldAttribute(27, "float", "roll2", "float", 4)]
public float roll2;
[DNAFieldAttribute(28, "float", "curveInX", 4)]
[DNAFieldAttribute(28, "float", "curveInX", "float", 4)]
public float curveInX;
[DNAFieldAttribute(29, "float", "curveInY", 4)]
[DNAFieldAttribute(29, "float", "curveInY", "float", 4)]
public float curveInY;
[DNAFieldAttribute(30, "float", "curveOutX", 4)]
[DNAFieldAttribute(30, "float", "curveOutX", "float", 4)]
public float curveOutX;
[DNAFieldAttribute(31, "float", "curveOutY", 4)]
[DNAFieldAttribute(31, "float", "curveOutY", "float", 4)]
public float curveOutY;
[DNAFieldAttribute(32, "float", "ease1", 4)]
[DNAFieldAttribute(32, "float", "ease1", "float", 4)]
public float ease1;
[DNAFieldAttribute(33, "float", "ease2", 4)]
[DNAFieldAttribute(33, "float", "ease2", "float", 4)]
public float ease2;
[DNAFieldAttribute(34, "float", "scaleIn", 4)]
[DNAFieldAttribute(34, "float", "scaleIn", "float", 4)]
public float scaleIn;
[DNAFieldAttribute(35, "float", "scale_in_y", 4)]
[DNAFieldAttribute(35, "float", "scale_in_y", "float", 4)]
public float scale_in_y;
[DNAFieldAttribute(36, "float", "scaleOut", 4)]
[DNAFieldAttribute(36, "float", "scaleOut", "float", 4)]
public float scaleOut;
[DNAFieldAttribute(37, "float", "scale_out_y", 4)]
[DNAFieldAttribute(37, "float", "scale_out_y", "float", 4)]
public float scale_out_y;
[DNAFieldAttribute(38, "float", "scale_in[3]", 4)]
[DNAFieldAttribute(38, "float", "scale_in[3]", "System.Single[]", 4)]
public float[] scale_in = new System.Single[3];
[DNAFieldAttribute(39, "float", "scale_out[3]", 4)]
[DNAFieldAttribute(39, "float", "scale_out[3]", "System.Single[]", 4)]
public float[] scale_out = new System.Single[3];
[DNAFieldAttribute(40, "float", "size[3]", 4)]
[DNAFieldAttribute(40, "float", "size[3]", "System.Single[]", 4)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(41, "int", "layer", 4)]
[DNAFieldAttribute(41, "int", "layer", "int", 4)]
public int layer;
[DNAFieldAttribute(42, "short", "segments", 2)]
[DNAFieldAttribute(42, "short", "segments", "short", 2)]
public short segments;
[DNAFieldAttribute(43, "char", "bbone_mapping_mode", 1)]
[DNAFieldAttribute(43, "char", "bbone_mapping_mode", "char", 1)]
public char bbone_mapping_mode;
[DNAFieldAttribute(44, "char", "_pad2[7]", 1)]
[DNAFieldAttribute(44, "char", "_pad2[7]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[7];
[DNAFieldAttribute(45, "char", "bbone_prev_type", 1)]
[DNAFieldAttribute(45, "char", "bbone_prev_type", "char", 1)]
public char bbone_prev_type;
[DNAFieldAttribute(46, "char", "bbone_next_type", 1)]
[DNAFieldAttribute(46, "char", "bbone_next_type", "char", 1)]
public char bbone_next_type;
[DNAFieldAttribute(47, "int", "bbone_flag", 4)]
[DNAFieldAttribute(47, "int", "bbone_flag", "int", 4)]
public int bbone_flag;
[DNAFieldAttribute(48, "short", "bbone_prev_flag", 2)]
[DNAFieldAttribute(48, "short", "bbone_prev_flag", "short", 2)]
public short bbone_prev_flag;
[DNAFieldAttribute(49, "short", "bbone_next_flag", 2)]
[DNAFieldAttribute(49, "short", "bbone_next_flag", "short", 2)]
public short bbone_next_flag;
[DNAFieldAttribute(50, "Bone", "*bbone_prev", 472)]
[DNAFieldAttribute(50, "Bone", "*bbone_prev", "Bone", 472)]
public Bone ptr_bbone_prev;
[DNAFieldAttribute(51, "Bone", "*bbone_next", 472)]
[DNAFieldAttribute(51, "Bone", "*bbone_next", "Bone", 472)]
public Bone ptr_bbone_next;
[DNAFieldAttribute(52, "Bone_Runtime", "runtime", 16)]
[DNAFieldAttribute(52, "Bone_Runtime", "runtime", "Bone_Runtime", 16)]
public Bone_Runtime runtime;
public Bone() {
this.ptr_next = default;

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(105, "BoneCollection")]
public class BoneCollection {
[DNAFieldAttribute(0, "BoneCollection", "*next", 120)]
[DNAFieldAttribute(0, "BoneCollection", "*next", "BoneCollection", 120)]
public BoneCollection ptr_next;
[DNAFieldAttribute(1, "BoneCollection", "*prev", 120)]
[DNAFieldAttribute(1, "BoneCollection", "*prev", "BoneCollection", 120)]
public BoneCollection ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "ListBase", "bones", 16)]
[DNAFieldAttribute(3, "ListBase", "bones", "ListBase", 16)]
public ListBase bones;
[DNAFieldAttribute(4, "uchar", "flags", 1)]
[DNAFieldAttribute(4, "uchar", "flags", "uchar", 1)]
public byte flags;
[DNAFieldAttribute(5, "uchar", "_pad0[7]", 1)]
[DNAFieldAttribute(5, "uchar", "_pad0[7]", "System.Byte[]", 1)]
public byte[] _pad0 = new System.Byte[7];
[DNAFieldAttribute(6, "int", "child_index", 4)]
[DNAFieldAttribute(6, "int", "child_index", "int", 4)]
public int child_index;
[DNAFieldAttribute(7, "int", "child_count", 4)]
[DNAFieldAttribute(7, "int", "child_count", "int", 4)]
public int child_count;
[DNAFieldAttribute(8, "IDProperty", "*prop", 136)]
[DNAFieldAttribute(8, "IDProperty", "*prop", "IDProperty", 136)]
public IDProperty ptr_prop;
public BoneCollection() {
this.ptr_next = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(108, "BoneCollectionMember")]
public class BoneCollectionMember {
[DNAFieldAttribute(0, "BoneCollectionMember", "*next", 24)]
[DNAFieldAttribute(0, "BoneCollectionMember", "*next", "BoneCollectionMember", 24)]
public BoneCollectionMember ptr_next;
[DNAFieldAttribute(1, "BoneCollectionMember", "*prev", 24)]
[DNAFieldAttribute(1, "BoneCollectionMember", "*prev", "BoneCollectionMember", 24)]
public BoneCollectionMember ptr_prev;
[DNAFieldAttribute(2, "Bone", "*bone", 472)]
[DNAFieldAttribute(2, "Bone", "*bone", "Bone", 472)]
public Bone ptr_bone;
public BoneCollectionMember() {
this.ptr_next = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(109, "BoneCollectionReference")]
public class BoneCollectionReference {
[DNAFieldAttribute(0, "BoneCollectionReference", "*next", 24)]
[DNAFieldAttribute(0, "BoneCollectionReference", "*next", "BoneCollectionReference", 24)]
public BoneCollectionReference ptr_next;
[DNAFieldAttribute(1, "BoneCollectionReference", "*prev", 24)]
[DNAFieldAttribute(1, "BoneCollectionReference", "*prev", "BoneCollectionReference", 24)]
public BoneCollectionReference ptr_prev;
[DNAFieldAttribute(2, "BoneCollection", "*bcoll", 120)]
[DNAFieldAttribute(2, "BoneCollection", "*bcoll", "BoneCollection", 120)]
public BoneCollection ptr_bcoll;
public BoneCollectionReference() {
this.ptr_next = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(57, "BoneColor")]
public struct BoneColor {
[DNAFieldAttribute(0, "int8_t", "palette_index", 1)]
[DNAFieldAttribute(0, "int8_t", "palette_index", "int8_t", 1)]
public sbyte palette_index;
[DNAFieldAttribute(1, "uchar", "_pad0[7]", 1)]
[DNAFieldAttribute(1, "uchar", "_pad0[7]", "System.Byte[]", 1)]
public byte[] _pad0 = new System.Byte[7];
[DNAFieldAttribute(2, "ThemeWireColor", "custom", 16)]
[DNAFieldAttribute(2, "ThemeWireColor", "custom", "ThemeWireColor", 16)]
public ThemeWireColor custom;
public BoneColor() {
this.palette_index = default;

View File

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(103, "Bone_Runtime")]
public struct Bone_Runtime {
[DNAFieldAttribute(0, "ListBase", "collections", 16)]
[DNAFieldAttribute(0, "ListBase", "collections", "ListBase", 16)]
public ListBase collections;
public Bone_Runtime() {
this.collections = default;

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(473, "BooleanModifierData")]
public class BooleanModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", 1160)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(2, "Collection", "*collection", 376)]
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 376)]
public Collection ptr_collection;
[DNAFieldAttribute(3, "float", "double_threshold", 4)]
[DNAFieldAttribute(3, "float", "double_threshold", "float", 4)]
public float double_threshold;
[DNAFieldAttribute(4, "char", "operation", 1)]
[DNAFieldAttribute(4, "char", "operation", "char", 1)]
public char operation;
[DNAFieldAttribute(5, "char", "solver", 1)]
[DNAFieldAttribute(5, "char", "solver", "char", 1)]
public char solver;
[DNAFieldAttribute(6, "char", "material_mode", 1)]
[DNAFieldAttribute(6, "char", "material_mode", "char", 1)]
public char material_mode;
[DNAFieldAttribute(7, "char", "flag", 1)]
[DNAFieldAttribute(7, "char", "flag", "char", 1)]
public char flag;
[DNAFieldAttribute(8, "char", "bm_flag", 1)]
[DNAFieldAttribute(8, "char", "bm_flag", "char", 1)]
public char bm_flag;
[DNAFieldAttribute(9, "char", "_pad[7]", 1)]
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 1)]
public char[] _pad = new System.Char[7];
public BooleanModifierData() {
this.modifier = default;

View File

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(442, "BoundBox")]
public struct BoundBox {
[DNAFieldAttribute(0, "float", "vec[8][3]", 4)]
[DNAFieldAttribute(0, "float", "vec[8][3]", "System.Single[,]", 4)]
public float[,] vec = new System.Single[8,3];
public BoundBox() {
this.vec = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(908, "BrightContrastModifierData")]
public struct BrightContrastModifierData {
[DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)]
[DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)]
public SequenceModifierData modifier;
[DNAFieldAttribute(1, "float", "bright", 4)]
[DNAFieldAttribute(1, "float", "bright", "float", 4)]
public float bright;
[DNAFieldAttribute(2, "float", "contrast", 4)]
[DNAFieldAttribute(2, "float", "contrast", "float", 4)]
public float contrast;
public BrightContrastModifierData() {
this.modifier = default;

View File

@@ -15,255 +15,255 @@ namespace BlendFile.DNA {
[DNAClassAttribute(131, "Brush")]
public class Brush {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "BrushClone", "clone", 24)]
[DNAFieldAttribute(1, "BrushClone", "clone", "BrushClone", 24)]
public BrushClone clone;
[DNAFieldAttribute(2, "CurveMapping", "*curve", 424)]
[DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 424)]
public CurveMapping ptr_curve;
[DNAFieldAttribute(3, "MTex", "mtex", 216)]
[DNAFieldAttribute(3, "MTex", "mtex", "MTex", 216)]
public MTex mtex;
[DNAFieldAttribute(4, "MTex", "mask_mtex", 216)]
[DNAFieldAttribute(4, "MTex", "mask_mtex", "MTex", 216)]
public MTex mask_mtex;
[DNAFieldAttribute(5, "Brush", "*toggle_brush", 2216)]
[DNAFieldAttribute(5, "Brush", "*toggle_brush", "Brush", 2216)]
public Brush ptr_toggle_brush;
[DNAFieldAttribute(6, "ImBuf", "*icon_imbuf", 0)]
[DNAFieldAttribute(6, "ImBuf", "*icon_imbuf", "ImBuf", 0)]
public ImBuf ptr_icon_imbuf;
[DNAFieldAttribute(7, "PreviewImage", "*preview", 48)]
[DNAFieldAttribute(7, "PreviewImage", "*preview", "PreviewImage", 48)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(8, "ColorBand", "*gradient", 776)]
[DNAFieldAttribute(8, "ColorBand", "*gradient", "ColorBand", 776)]
public ColorBand ptr_gradient;
[DNAFieldAttribute(9, "PaintCurve", "*paint_curve", 224)]
[DNAFieldAttribute(9, "PaintCurve", "*paint_curve", "PaintCurve", 224)]
public PaintCurve ptr_paint_curve;
[DNAFieldAttribute(10, "char", "icon_filepath[1024]", 1)]
[DNAFieldAttribute(10, "char", "icon_filepath[1024]", "System.Char[]", 1)]
public char[] icon_filepath = new System.Char[1024];
[DNAFieldAttribute(11, "float", "normal_weight", 4)]
[DNAFieldAttribute(11, "float", "normal_weight", "float", 4)]
public float normal_weight;
[DNAFieldAttribute(12, "float", "rake_factor", 4)]
[DNAFieldAttribute(12, "float", "rake_factor", "float", 4)]
public float rake_factor;
[DNAFieldAttribute(13, "short", "blend", 2)]
[DNAFieldAttribute(13, "short", "blend", "short", 2)]
public short blend;
[DNAFieldAttribute(14, "short", "ob_mode", 2)]
[DNAFieldAttribute(14, "short", "ob_mode", "short", 2)]
public short ob_mode;
[DNAFieldAttribute(15, "float", "weight", 4)]
[DNAFieldAttribute(15, "float", "weight", "float", 4)]
public float weight;
[DNAFieldAttribute(16, "int", "size", 4)]
[DNAFieldAttribute(16, "int", "size", "int", 4)]
public int size;
[DNAFieldAttribute(17, "int", "flag", 4)]
[DNAFieldAttribute(17, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(18, "int", "flag2", 4)]
[DNAFieldAttribute(18, "int", "flag2", "int", 4)]
public int flag2;
[DNAFieldAttribute(19, "int", "sampling_flag", 4)]
[DNAFieldAttribute(19, "int", "sampling_flag", "int", 4)]
public int sampling_flag;
[DNAFieldAttribute(20, "int", "input_samples", 4)]
[DNAFieldAttribute(20, "int", "input_samples", "int", 4)]
public int input_samples;
[DNAFieldAttribute(21, "int", "mask_pressure", 4)]
[DNAFieldAttribute(21, "int", "mask_pressure", "int", 4)]
public int mask_pressure;
[DNAFieldAttribute(22, "float", "jitter", 4)]
[DNAFieldAttribute(22, "float", "jitter", "float", 4)]
public float jitter;
[DNAFieldAttribute(23, "int", "jitter_absolute", 4)]
[DNAFieldAttribute(23, "int", "jitter_absolute", "int", 4)]
public int jitter_absolute;
[DNAFieldAttribute(24, "int", "overlay_flags", 4)]
[DNAFieldAttribute(24, "int", "overlay_flags", "int", 4)]
public int overlay_flags;
[DNAFieldAttribute(25, "int", "spacing", 4)]
[DNAFieldAttribute(25, "int", "spacing", "int", 4)]
public int spacing;
[DNAFieldAttribute(26, "int", "smooth_stroke_radius", 4)]
[DNAFieldAttribute(26, "int", "smooth_stroke_radius", "int", 4)]
public int smooth_stroke_radius;
[DNAFieldAttribute(27, "float", "smooth_stroke_factor", 4)]
[DNAFieldAttribute(27, "float", "smooth_stroke_factor", "float", 4)]
public float smooth_stroke_factor;
[DNAFieldAttribute(28, "float", "rate", 4)]
[DNAFieldAttribute(28, "float", "rate", "float", 4)]
public float rate;
[DNAFieldAttribute(29, "float", "rgb[3]", 4)]
[DNAFieldAttribute(29, "float", "rgb[3]", "System.Single[]", 4)]
public float[] rgb = new System.Single[3];
[DNAFieldAttribute(30, "float", "alpha", 4)]
[DNAFieldAttribute(30, "float", "alpha", "float", 4)]
public float alpha;
[DNAFieldAttribute(31, "float", "hardness", 4)]
[DNAFieldAttribute(31, "float", "hardness", "float", 4)]
public float hardness;
[DNAFieldAttribute(32, "float", "flow", 4)]
[DNAFieldAttribute(32, "float", "flow", "float", 4)]
public float flow;
[DNAFieldAttribute(33, "float", "wet_mix", 4)]
[DNAFieldAttribute(33, "float", "wet_mix", "float", 4)]
public float wet_mix;
[DNAFieldAttribute(34, "float", "wet_persistence", 4)]
[DNAFieldAttribute(34, "float", "wet_persistence", "float", 4)]
public float wet_persistence;
[DNAFieldAttribute(35, "float", "density", 4)]
[DNAFieldAttribute(35, "float", "density", "float", 4)]
public float density;
[DNAFieldAttribute(36, "int", "paint_flags", 4)]
[DNAFieldAttribute(36, "int", "paint_flags", "int", 4)]
public int paint_flags;
[DNAFieldAttribute(37, "float", "tip_roundness", 4)]
[DNAFieldAttribute(37, "float", "tip_roundness", "float", 4)]
public float tip_roundness;
[DNAFieldAttribute(38, "float", "tip_scale_x", 4)]
[DNAFieldAttribute(38, "float", "tip_scale_x", "float", 4)]
public float tip_scale_x;
[DNAFieldAttribute(39, "float", "secondary_rgb[3]", 4)]
[DNAFieldAttribute(39, "float", "secondary_rgb[3]", "System.Single[]", 4)]
public float[] secondary_rgb = new System.Single[3];
[DNAFieldAttribute(40, "float", "dash_ratio", 4)]
[DNAFieldAttribute(40, "float", "dash_ratio", "float", 4)]
public float dash_ratio;
[DNAFieldAttribute(41, "int", "dash_samples", 4)]
[DNAFieldAttribute(41, "int", "dash_samples", "int", 4)]
public int dash_samples;
[DNAFieldAttribute(42, "int", "sculpt_plane", 4)]
[DNAFieldAttribute(42, "int", "sculpt_plane", "int", 4)]
public int sculpt_plane;
[DNAFieldAttribute(43, "float", "plane_offset", 4)]
[DNAFieldAttribute(43, "float", "plane_offset", "float", 4)]
public float plane_offset;
[DNAFieldAttribute(44, "int", "gradient_spacing", 4)]
[DNAFieldAttribute(44, "int", "gradient_spacing", "int", 4)]
public int gradient_spacing;
[DNAFieldAttribute(45, "char", "gradient_stroke_mode", 1)]
[DNAFieldAttribute(45, "char", "gradient_stroke_mode", "char", 1)]
public char gradient_stroke_mode;
[DNAFieldAttribute(46, "char", "gradient_fill_mode", 1)]
[DNAFieldAttribute(46, "char", "gradient_fill_mode", "char", 1)]
public char gradient_fill_mode;
[DNAFieldAttribute(47, "char", "has_unsaved_changes", 1)]
[DNAFieldAttribute(47, "char", "has_unsaved_changes", "char", 1)]
public char has_unsaved_changes;
[DNAFieldAttribute(48, "char", "falloff_shape", 1)]
[DNAFieldAttribute(48, "char", "falloff_shape", "char", 1)]
public char falloff_shape;
[DNAFieldAttribute(49, "float", "falloff_angle", 4)]
[DNAFieldAttribute(49, "float", "falloff_angle", "float", 4)]
public float falloff_angle;
[DNAFieldAttribute(50, "char", "sculpt_tool", 1)]
[DNAFieldAttribute(50, "char", "sculpt_tool", "char", 1)]
public char sculpt_tool;
[DNAFieldAttribute(51, "char", "vertexpaint_tool", 1)]
[DNAFieldAttribute(51, "char", "vertexpaint_tool", "char", 1)]
public char vertexpaint_tool;
[DNAFieldAttribute(52, "char", "weightpaint_tool", 1)]
[DNAFieldAttribute(52, "char", "weightpaint_tool", "char", 1)]
public char weightpaint_tool;
[DNAFieldAttribute(53, "char", "imagepaint_tool", 1)]
[DNAFieldAttribute(53, "char", "imagepaint_tool", "char", 1)]
public char imagepaint_tool;
[DNAFieldAttribute(54, "char", "mask_tool", 1)]
[DNAFieldAttribute(54, "char", "mask_tool", "char", 1)]
public char mask_tool;
[DNAFieldAttribute(55, "char", "gpencil_tool", 1)]
[DNAFieldAttribute(55, "char", "gpencil_tool", "char", 1)]
public char gpencil_tool;
[DNAFieldAttribute(56, "char", "gpencil_vertex_tool", 1)]
[DNAFieldAttribute(56, "char", "gpencil_vertex_tool", "char", 1)]
public char gpencil_vertex_tool;
[DNAFieldAttribute(57, "char", "gpencil_sculpt_tool", 1)]
[DNAFieldAttribute(57, "char", "gpencil_sculpt_tool", "char", 1)]
public char gpencil_sculpt_tool;
[DNAFieldAttribute(58, "char", "gpencil_weight_tool", 1)]
[DNAFieldAttribute(58, "char", "gpencil_weight_tool", "char", 1)]
public char gpencil_weight_tool;
[DNAFieldAttribute(59, "char", "curves_sculpt_tool", 1)]
[DNAFieldAttribute(59, "char", "curves_sculpt_tool", "char", 1)]
public char curves_sculpt_tool;
[DNAFieldAttribute(60, "char", "_pad1[6]", 1)]
[DNAFieldAttribute(60, "char", "_pad1[6]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[6];
[DNAFieldAttribute(61, "float", "autosmooth_factor", 4)]
[DNAFieldAttribute(61, "float", "autosmooth_factor", "float", 4)]
public float autosmooth_factor;
[DNAFieldAttribute(62, "float", "tilt_strength_factor", 4)]
[DNAFieldAttribute(62, "float", "tilt_strength_factor", "float", 4)]
public float tilt_strength_factor;
[DNAFieldAttribute(63, "float", "topology_rake_factor", 4)]
[DNAFieldAttribute(63, "float", "topology_rake_factor", "float", 4)]
public float topology_rake_factor;
[DNAFieldAttribute(64, "float", "crease_pinch_factor", 4)]
[DNAFieldAttribute(64, "float", "crease_pinch_factor", "float", 4)]
public float crease_pinch_factor;
[DNAFieldAttribute(65, "float", "normal_radius_factor", 4)]
[DNAFieldAttribute(65, "float", "normal_radius_factor", "float", 4)]
public float normal_radius_factor;
[DNAFieldAttribute(66, "float", "area_radius_factor", 4)]
[DNAFieldAttribute(66, "float", "area_radius_factor", "float", 4)]
public float area_radius_factor;
[DNAFieldAttribute(67, "float", "wet_paint_radius_factor", 4)]
[DNAFieldAttribute(67, "float", "wet_paint_radius_factor", "float", 4)]
public float wet_paint_radius_factor;
[DNAFieldAttribute(68, "float", "plane_trim", 4)]
[DNAFieldAttribute(68, "float", "plane_trim", "float", 4)]
public float plane_trim;
[DNAFieldAttribute(69, "float", "height", 4)]
[DNAFieldAttribute(69, "float", "height", "float", 4)]
public float height;
[DNAFieldAttribute(70, "float", "texture_sample_bias", 4)]
[DNAFieldAttribute(70, "float", "texture_sample_bias", "float", 4)]
public float texture_sample_bias;
[DNAFieldAttribute(71, "int", "curve_preset", 4)]
[DNAFieldAttribute(71, "int", "curve_preset", "int", 4)]
public int curve_preset;
[DNAFieldAttribute(72, "float", "disconnected_distance_max", 4)]
[DNAFieldAttribute(72, "float", "disconnected_distance_max", "float", 4)]
public float disconnected_distance_max;
[DNAFieldAttribute(73, "int", "deform_target", 4)]
[DNAFieldAttribute(73, "int", "deform_target", "int", 4)]
public int deform_target;
[DNAFieldAttribute(74, "int", "automasking_flags", 4)]
[DNAFieldAttribute(74, "int", "automasking_flags", "int", 4)]
public int automasking_flags;
[DNAFieldAttribute(75, "int", "automasking_boundary_edges_propagation_steps", 4)]
[DNAFieldAttribute(75, "int", "automasking_boundary_edges_propagation_steps", "int", 4)]
public int automasking_boundary_edges_propagation_steps;
[DNAFieldAttribute(76, "float", "automasking_start_normal_limit", 4)]
[DNAFieldAttribute(76, "float", "automasking_start_normal_limit", "float", 4)]
public float automasking_start_normal_limit;
[DNAFieldAttribute(77, "float", "automasking_start_normal_falloff", 4)]
[DNAFieldAttribute(77, "float", "automasking_start_normal_falloff", "float", 4)]
public float automasking_start_normal_falloff;
[DNAFieldAttribute(78, "float", "automasking_view_normal_limit", 4)]
[DNAFieldAttribute(78, "float", "automasking_view_normal_limit", "float", 4)]
public float automasking_view_normal_limit;
[DNAFieldAttribute(79, "float", "automasking_view_normal_falloff", 4)]
[DNAFieldAttribute(79, "float", "automasking_view_normal_falloff", "float", 4)]
public float automasking_view_normal_falloff;
[DNAFieldAttribute(80, "int", "elastic_deform_type", 4)]
[DNAFieldAttribute(80, "int", "elastic_deform_type", "int", 4)]
public int elastic_deform_type;
[DNAFieldAttribute(81, "float", "elastic_deform_volume_preservation", 4)]
[DNAFieldAttribute(81, "float", "elastic_deform_volume_preservation", "float", 4)]
public float elastic_deform_volume_preservation;
[DNAFieldAttribute(82, "int", "snake_hook_deform_type", 4)]
[DNAFieldAttribute(82, "int", "snake_hook_deform_type", "int", 4)]
public int snake_hook_deform_type;
[DNAFieldAttribute(83, "int", "pose_deform_type", 4)]
[DNAFieldAttribute(83, "int", "pose_deform_type", "int", 4)]
public int pose_deform_type;
[DNAFieldAttribute(84, "float", "pose_offset", 4)]
[DNAFieldAttribute(84, "float", "pose_offset", "float", 4)]
public float pose_offset;
[DNAFieldAttribute(85, "int", "pose_smooth_iterations", 4)]
[DNAFieldAttribute(85, "int", "pose_smooth_iterations", "int", 4)]
public int pose_smooth_iterations;
[DNAFieldAttribute(86, "int", "pose_ik_segments", 4)]
[DNAFieldAttribute(86, "int", "pose_ik_segments", "int", 4)]
public int pose_ik_segments;
[DNAFieldAttribute(87, "int", "pose_origin_type", 4)]
[DNAFieldAttribute(87, "int", "pose_origin_type", "int", 4)]
public int pose_origin_type;
[DNAFieldAttribute(88, "int", "boundary_deform_type", 4)]
[DNAFieldAttribute(88, "int", "boundary_deform_type", "int", 4)]
public int boundary_deform_type;
[DNAFieldAttribute(89, "int", "boundary_falloff_type", 4)]
[DNAFieldAttribute(89, "int", "boundary_falloff_type", "int", 4)]
public int boundary_falloff_type;
[DNAFieldAttribute(90, "float", "boundary_offset", 4)]
[DNAFieldAttribute(90, "float", "boundary_offset", "float", 4)]
public float boundary_offset;
[DNAFieldAttribute(91, "int", "cloth_deform_type", 4)]
[DNAFieldAttribute(91, "int", "cloth_deform_type", "int", 4)]
public int cloth_deform_type;
[DNAFieldAttribute(92, "int", "cloth_force_falloff_type", 4)]
[DNAFieldAttribute(92, "int", "cloth_force_falloff_type", "int", 4)]
public int cloth_force_falloff_type;
[DNAFieldAttribute(93, "int", "cloth_simulation_area_type", 4)]
[DNAFieldAttribute(93, "int", "cloth_simulation_area_type", "int", 4)]
public int cloth_simulation_area_type;
[DNAFieldAttribute(94, "float", "cloth_mass", 4)]
[DNAFieldAttribute(94, "float", "cloth_mass", "float", 4)]
public float cloth_mass;
[DNAFieldAttribute(95, "float", "cloth_damping", 4)]
[DNAFieldAttribute(95, "float", "cloth_damping", "float", 4)]
public float cloth_damping;
[DNAFieldAttribute(96, "float", "cloth_sim_limit", 4)]
[DNAFieldAttribute(96, "float", "cloth_sim_limit", "float", 4)]
public float cloth_sim_limit;
[DNAFieldAttribute(97, "float", "cloth_sim_falloff", 4)]
[DNAFieldAttribute(97, "float", "cloth_sim_falloff", "float", 4)]
public float cloth_sim_falloff;
[DNAFieldAttribute(98, "float", "cloth_constraint_softbody_strength", 4)]
[DNAFieldAttribute(98, "float", "cloth_constraint_softbody_strength", "float", 4)]
public float cloth_constraint_softbody_strength;
[DNAFieldAttribute(99, "int", "smooth_deform_type", 4)]
[DNAFieldAttribute(99, "int", "smooth_deform_type", "int", 4)]
public int smooth_deform_type;
[DNAFieldAttribute(100, "float", "surface_smooth_shape_preservation", 4)]
[DNAFieldAttribute(100, "float", "surface_smooth_shape_preservation", "float", 4)]
public float surface_smooth_shape_preservation;
[DNAFieldAttribute(101, "float", "surface_smooth_current_vertex", 4)]
[DNAFieldAttribute(101, "float", "surface_smooth_current_vertex", "float", 4)]
public float surface_smooth_current_vertex;
[DNAFieldAttribute(102, "int", "surface_smooth_iterations", 4)]
[DNAFieldAttribute(102, "int", "surface_smooth_iterations", "int", 4)]
public int surface_smooth_iterations;
[DNAFieldAttribute(103, "float", "multiplane_scrape_angle", 4)]
[DNAFieldAttribute(103, "float", "multiplane_scrape_angle", "float", 4)]
public float multiplane_scrape_angle;
[DNAFieldAttribute(104, "int", "smear_deform_type", 4)]
[DNAFieldAttribute(104, "int", "smear_deform_type", "int", 4)]
public int smear_deform_type;
[DNAFieldAttribute(105, "int", "slide_deform_type", 4)]
[DNAFieldAttribute(105, "int", "slide_deform_type", "int", 4)]
public int slide_deform_type;
[DNAFieldAttribute(106, "int", "texture_overlay_alpha", 4)]
[DNAFieldAttribute(106, "int", "texture_overlay_alpha", "int", 4)]
public int texture_overlay_alpha;
[DNAFieldAttribute(107, "int", "mask_overlay_alpha", 4)]
[DNAFieldAttribute(107, "int", "mask_overlay_alpha", "int", 4)]
public int mask_overlay_alpha;
[DNAFieldAttribute(108, "int", "cursor_overlay_alpha", 4)]
[DNAFieldAttribute(108, "int", "cursor_overlay_alpha", "int", 4)]
public int cursor_overlay_alpha;
[DNAFieldAttribute(109, "float", "unprojected_radius", 4)]
[DNAFieldAttribute(109, "float", "unprojected_radius", "float", 4)]
public float unprojected_radius;
[DNAFieldAttribute(110, "float", "sharp_threshold", 4)]
[DNAFieldAttribute(110, "float", "sharp_threshold", "float", 4)]
public float sharp_threshold;
[DNAFieldAttribute(111, "int", "blur_kernel_radius", 4)]
[DNAFieldAttribute(111, "int", "blur_kernel_radius", "int", 4)]
public int blur_kernel_radius;
[DNAFieldAttribute(112, "int", "blur_mode", 4)]
[DNAFieldAttribute(112, "int", "blur_mode", "int", 4)]
public int blur_mode;
[DNAFieldAttribute(113, "float", "fill_threshold", 4)]
[DNAFieldAttribute(113, "float", "fill_threshold", "float", 4)]
public float fill_threshold;
[DNAFieldAttribute(114, "float", "add_col[4]", 4)]
[DNAFieldAttribute(114, "float", "add_col[4]", "System.Single[]", 4)]
public float[] add_col = new System.Single[4];
[DNAFieldAttribute(115, "float", "sub_col[4]", 4)]
[DNAFieldAttribute(115, "float", "sub_col[4]", "System.Single[]", 4)]
public float[] sub_col = new System.Single[4];
[DNAFieldAttribute(116, "float", "stencil_pos[2]", 4)]
[DNAFieldAttribute(116, "float", "stencil_pos[2]", "System.Single[]", 4)]
public float[] stencil_pos = new System.Single[2];
[DNAFieldAttribute(117, "float", "stencil_dimension[2]", 4)]
[DNAFieldAttribute(117, "float", "stencil_dimension[2]", "System.Single[]", 4)]
public float[] stencil_dimension = new System.Single[2];
[DNAFieldAttribute(118, "float", "mask_stencil_pos[2]", 4)]
[DNAFieldAttribute(118, "float", "mask_stencil_pos[2]", "System.Single[]", 4)]
public float[] mask_stencil_pos = new System.Single[2];
[DNAFieldAttribute(119, "float", "mask_stencil_dimension[2]", 4)]
[DNAFieldAttribute(119, "float", "mask_stencil_dimension[2]", "System.Single[]", 4)]
public float[] mask_stencil_dimension = new System.Single[2];
[DNAFieldAttribute(120, "BrushGpencilSettings", "*gpencil_settings", 248)]
[DNAFieldAttribute(120, "BrushGpencilSettings", "*gpencil_settings", "BrushGpencilSettings", 248)]
public BrushGpencilSettings ptr_gpencil_settings;
[DNAFieldAttribute(121, "BrushCurvesSculptSettings", "*curves_sculpt_settings", 48)]
[DNAFieldAttribute(121, "BrushCurvesSculptSettings", "*curves_sculpt_settings", "BrushCurvesSculptSettings", 48)]
public BrushCurvesSculptSettings ptr_curves_sculpt_settings;
[DNAFieldAttribute(122, "int", "automasking_cavity_blur_steps", 4)]
[DNAFieldAttribute(122, "int", "automasking_cavity_blur_steps", "int", 4)]
public int automasking_cavity_blur_steps;
[DNAFieldAttribute(123, "float", "automasking_cavity_factor", 4)]
[DNAFieldAttribute(123, "float", "automasking_cavity_factor", "float", 4)]
public float automasking_cavity_factor;
[DNAFieldAttribute(124, "CurveMapping", "*automasking_cavity_curve", 424)]
[DNAFieldAttribute(124, "CurveMapping", "*automasking_cavity_curve", "CurveMapping", 424)]
public CurveMapping ptr_automasking_cavity_curve;
public Brush() {
this.id = default;

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(125, "BrushClone")]
public class BrushClone {
[DNAFieldAttribute(0, "Image", "*image", 1600)]
[DNAFieldAttribute(0, "Image", "*image", "Image", 1600)]
public Image ptr_image;
[DNAFieldAttribute(1, "float", "offset[2]", 4)]
[DNAFieldAttribute(1, "float", "offset[2]", "System.Single[]", 4)]
public float[] offset = new System.Single[2];
[DNAFieldAttribute(2, "float", "alpha", 4)]
[DNAFieldAttribute(2, "float", "alpha", "float", 4)]
public float alpha;
[DNAFieldAttribute(3, "char", "_pad[4]", 1)]
[DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public BrushClone() {
this.ptr_image = default;

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(130, "BrushCurvesSculptSettings")]
public class BrushCurvesSculptSettings {
[DNAFieldAttribute(0, "int", "add_amount", 4)]
[DNAFieldAttribute(0, "int", "add_amount", "int", 4)]
public int add_amount;
[DNAFieldAttribute(1, "int", "points_per_curve", 4)]
[DNAFieldAttribute(1, "int", "points_per_curve", "int", 4)]
public int points_per_curve;
[DNAFieldAttribute(2, "int", "flag", 4)]
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(3, "float", "minimum_length", 4)]
[DNAFieldAttribute(3, "float", "minimum_length", "float", 4)]
public float minimum_length;
[DNAFieldAttribute(4, "float", "curve_length", 4)]
[DNAFieldAttribute(4, "float", "curve_length", "float", 4)]
public float curve_length;
[DNAFieldAttribute(5, "float", "minimum_distance", 4)]
[DNAFieldAttribute(5, "float", "minimum_distance", "float", 4)]
public float minimum_distance;
[DNAFieldAttribute(6, "float", "curve_radius", 4)]
[DNAFieldAttribute(6, "float", "curve_radius", "float", 4)]
public float curve_radius;
[DNAFieldAttribute(7, "int", "density_add_attempts", 4)]
[DNAFieldAttribute(7, "int", "density_add_attempts", "int", 4)]
public int density_add_attempts;
[DNAFieldAttribute(8, "uchar", "density_mode", 1)]
[DNAFieldAttribute(8, "uchar", "density_mode", "uchar", 1)]
public byte density_mode;
[DNAFieldAttribute(9, "char", "_pad[7]", 1)]
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 1)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(10, "CurveMapping", "*curve_parameter_falloff", 424)]
[DNAFieldAttribute(10, "CurveMapping", "*curve_parameter_falloff", "CurveMapping", 424)]
public CurveMapping ptr_curve_parameter_falloff;
public BrushCurvesSculptSettings() {
this.add_amount = default;

View File

@@ -15,115 +15,115 @@ namespace BlendFile.DNA {
[DNAClassAttribute(127, "BrushGpencilSettings")]
public class BrushGpencilSettings {
[DNAFieldAttribute(0, "float", "draw_smoothfac", 4)]
[DNAFieldAttribute(0, "float", "draw_smoothfac", "float", 4)]
public float draw_smoothfac;
[DNAFieldAttribute(1, "float", "fill_factor", 4)]
[DNAFieldAttribute(1, "float", "fill_factor", "float", 4)]
public float fill_factor;
[DNAFieldAttribute(2, "float", "draw_strength", 4)]
[DNAFieldAttribute(2, "float", "draw_strength", "float", 4)]
public float draw_strength;
[DNAFieldAttribute(3, "float", "draw_jitter", 4)]
[DNAFieldAttribute(3, "float", "draw_jitter", "float", 4)]
public float draw_jitter;
[DNAFieldAttribute(4, "float", "draw_angle", 4)]
[DNAFieldAttribute(4, "float", "draw_angle", "float", 4)]
public float draw_angle;
[DNAFieldAttribute(5, "float", "draw_angle_factor", 4)]
[DNAFieldAttribute(5, "float", "draw_angle_factor", "float", 4)]
public float draw_angle_factor;
[DNAFieldAttribute(6, "float", "draw_random_press", 4)]
[DNAFieldAttribute(6, "float", "draw_random_press", "float", 4)]
public float draw_random_press;
[DNAFieldAttribute(7, "float", "draw_random_strength", 4)]
[DNAFieldAttribute(7, "float", "draw_random_strength", "float", 4)]
public float draw_random_strength;
[DNAFieldAttribute(8, "short", "draw_smoothlvl", 2)]
[DNAFieldAttribute(8, "short", "draw_smoothlvl", "short", 2)]
public short draw_smoothlvl;
[DNAFieldAttribute(9, "short", "draw_subdivide", 2)]
[DNAFieldAttribute(9, "short", "draw_subdivide", "short", 2)]
public short draw_subdivide;
[DNAFieldAttribute(10, "short", "fill_layer_mode", 2)]
[DNAFieldAttribute(10, "short", "fill_layer_mode", "short", 2)]
public short fill_layer_mode;
[DNAFieldAttribute(11, "short", "fill_direction", 2)]
[DNAFieldAttribute(11, "short", "fill_direction", "short", 2)]
public short fill_direction;
[DNAFieldAttribute(12, "float", "fill_threshold", 4)]
[DNAFieldAttribute(12, "float", "fill_threshold", "float", 4)]
public float fill_threshold;
[DNAFieldAttribute(13, "char", "_pad2[2]", 1)]
[DNAFieldAttribute(13, "char", "_pad2[2]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(14, "int8_t", "caps_type", 1)]
[DNAFieldAttribute(14, "int8_t", "caps_type", "int8_t", 1)]
public sbyte caps_type;
[DNAFieldAttribute(15, "char", "_pad[1]", 1)]
[DNAFieldAttribute(15, "char", "_pad[1]", "System.Char[]", 1)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(16, "int", "flag2", 4)]
[DNAFieldAttribute(16, "int", "flag2", "int", 4)]
public int flag2;
[DNAFieldAttribute(17, "int", "fill_simplylvl", 4)]
[DNAFieldAttribute(17, "int", "fill_simplylvl", "int", 4)]
public int fill_simplylvl;
[DNAFieldAttribute(18, "int", "fill_draw_mode", 4)]
[DNAFieldAttribute(18, "int", "fill_draw_mode", "int", 4)]
public int fill_draw_mode;
[DNAFieldAttribute(19, "int", "fill_extend_mode", 4)]
[DNAFieldAttribute(19, "int", "fill_extend_mode", "int", 4)]
public int fill_extend_mode;
[DNAFieldAttribute(20, "int", "input_samples", 4)]
[DNAFieldAttribute(20, "int", "input_samples", "int", 4)]
public int input_samples;
[DNAFieldAttribute(21, "float", "uv_random", 4)]
[DNAFieldAttribute(21, "float", "uv_random", "float", 4)]
public float uv_random;
[DNAFieldAttribute(22, "int", "brush_type", 4)]
[DNAFieldAttribute(22, "int", "brush_type", "int", 4)]
public int brush_type;
[DNAFieldAttribute(23, "int", "eraser_mode", 4)]
[DNAFieldAttribute(23, "int", "eraser_mode", "int", 4)]
public int eraser_mode;
[DNAFieldAttribute(24, "float", "active_smooth", 4)]
[DNAFieldAttribute(24, "float", "active_smooth", "float", 4)]
public float active_smooth;
[DNAFieldAttribute(25, "float", "era_strength_f", 4)]
[DNAFieldAttribute(25, "float", "era_strength_f", "float", 4)]
public float era_strength_f;
[DNAFieldAttribute(26, "float", "era_thickness_f", 4)]
[DNAFieldAttribute(26, "float", "era_thickness_f", "float", 4)]
public float era_thickness_f;
[DNAFieldAttribute(27, "int", "flag", 4)]
[DNAFieldAttribute(27, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(28, "float", "gradient_f", 4)]
[DNAFieldAttribute(28, "float", "gradient_f", "float", 4)]
public float gradient_f;
[DNAFieldAttribute(29, "float", "gradient_s[2]", 4)]
[DNAFieldAttribute(29, "float", "gradient_s[2]", "System.Single[]", 4)]
public float[] gradient_s = new System.Single[2];
[DNAFieldAttribute(30, "float", "simplify_f", 4)]
[DNAFieldAttribute(30, "float", "simplify_f", "float", 4)]
public float simplify_f;
[DNAFieldAttribute(31, "float", "vertex_factor", 4)]
[DNAFieldAttribute(31, "float", "vertex_factor", "float", 4)]
public float vertex_factor;
[DNAFieldAttribute(32, "int", "vertex_mode", 4)]
[DNAFieldAttribute(32, "int", "vertex_mode", "int", 4)]
public int vertex_mode;
[DNAFieldAttribute(33, "int", "sculpt_flag", 4)]
[DNAFieldAttribute(33, "int", "sculpt_flag", "int", 4)]
public int sculpt_flag;
[DNAFieldAttribute(34, "int", "sculpt_mode_flag", 4)]
[DNAFieldAttribute(34, "int", "sculpt_mode_flag", "int", 4)]
public int sculpt_mode_flag;
[DNAFieldAttribute(35, "short", "preset_type", 2)]
[DNAFieldAttribute(35, "short", "preset_type", "short", 2)]
public short preset_type;
[DNAFieldAttribute(36, "short", "brush_draw_mode", 2)]
[DNAFieldAttribute(36, "short", "brush_draw_mode", "short", 2)]
public short brush_draw_mode;
[DNAFieldAttribute(37, "float", "random_hue", 4)]
[DNAFieldAttribute(37, "float", "random_hue", "float", 4)]
public float random_hue;
[DNAFieldAttribute(38, "float", "random_saturation", 4)]
[DNAFieldAttribute(38, "float", "random_saturation", "float", 4)]
public float random_saturation;
[DNAFieldAttribute(39, "float", "random_value", 4)]
[DNAFieldAttribute(39, "float", "random_value", "float", 4)]
public float random_value;
[DNAFieldAttribute(40, "float", "fill_extend_fac", 4)]
[DNAFieldAttribute(40, "float", "fill_extend_fac", "float", 4)]
public float fill_extend_fac;
[DNAFieldAttribute(41, "int", "dilate_pixels", 4)]
[DNAFieldAttribute(41, "int", "dilate_pixels", "int", 4)]
public int dilate_pixels;
[DNAFieldAttribute(42, "CurveMapping", "*curve_sensitivity", 424)]
[DNAFieldAttribute(42, "CurveMapping", "*curve_sensitivity", "CurveMapping", 424)]
public CurveMapping ptr_curve_sensitivity;
[DNAFieldAttribute(43, "CurveMapping", "*curve_strength", 424)]
[DNAFieldAttribute(43, "CurveMapping", "*curve_strength", "CurveMapping", 424)]
public CurveMapping ptr_curve_strength;
[DNAFieldAttribute(44, "CurveMapping", "*curve_jitter", 424)]
[DNAFieldAttribute(44, "CurveMapping", "*curve_jitter", "CurveMapping", 424)]
public CurveMapping ptr_curve_jitter;
[DNAFieldAttribute(45, "CurveMapping", "*curve_rand_pressure", 424)]
[DNAFieldAttribute(45, "CurveMapping", "*curve_rand_pressure", "CurveMapping", 424)]
public CurveMapping ptr_curve_rand_pressure;
[DNAFieldAttribute(46, "CurveMapping", "*curve_rand_strength", 424)]
[DNAFieldAttribute(46, "CurveMapping", "*curve_rand_strength", "CurveMapping", 424)]
public CurveMapping ptr_curve_rand_strength;
[DNAFieldAttribute(47, "CurveMapping", "*curve_rand_uv", 424)]
[DNAFieldAttribute(47, "CurveMapping", "*curve_rand_uv", "CurveMapping", 424)]
public CurveMapping ptr_curve_rand_uv;
[DNAFieldAttribute(48, "CurveMapping", "*curve_rand_hue", 424)]
[DNAFieldAttribute(48, "CurveMapping", "*curve_rand_hue", "CurveMapping", 424)]
public CurveMapping ptr_curve_rand_hue;
[DNAFieldAttribute(49, "CurveMapping", "*curve_rand_saturation", 424)]
[DNAFieldAttribute(49, "CurveMapping", "*curve_rand_saturation", "CurveMapping", 424)]
public CurveMapping ptr_curve_rand_saturation;
[DNAFieldAttribute(50, "CurveMapping", "*curve_rand_value", 424)]
[DNAFieldAttribute(50, "CurveMapping", "*curve_rand_value", "CurveMapping", 424)]
public CurveMapping ptr_curve_rand_value;
[DNAFieldAttribute(51, "float", "outline_fac", 4)]
[DNAFieldAttribute(51, "float", "outline_fac", "float", 4)]
public float outline_fac;
[DNAFieldAttribute(52, "float", "simplify_px", 4)]
[DNAFieldAttribute(52, "float", "simplify_px", "float", 4)]
public float simplify_px;
[DNAFieldAttribute(53, "Material", "*material", 392)]
[DNAFieldAttribute(53, "Material", "*material", "Material", 392)]
public Material ptr_material;
[DNAFieldAttribute(54, "Material", "*material_alt", 392)]
[DNAFieldAttribute(54, "Material", "*material_alt", "Material", 392)]
public Material ptr_material_alt;
public BrushGpencilSettings() {
this.draw_smoothfac = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(235, "BuildEff")]
public class BuildEff {
[DNAFieldAttribute(0, "BuildEff", "*next", 32)]
[DNAFieldAttribute(0, "BuildEff", "*next", "BuildEff", 32)]
public BuildEff ptr_next;
[DNAFieldAttribute(1, "BuildEff", "*prev", 32)]
[DNAFieldAttribute(1, "BuildEff", "*prev", "BuildEff", 32)]
public BuildEff ptr_prev;
[DNAFieldAttribute(2, "short", "type", 2)]
[DNAFieldAttribute(2, "short", "type", "short", 2)]
public short type;
[DNAFieldAttribute(3, "short", "flag", 2)]
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(4, "short", "buttype", 2)]
[DNAFieldAttribute(4, "short", "buttype", "short", 2)]
public short buttype;
[DNAFieldAttribute(5, "char", "_pad0[2]", 1)]
[DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[2];
[DNAFieldAttribute(6, "float", "len", 4)]
[DNAFieldAttribute(6, "float", "len", "float", 4)]
public float len;
[DNAFieldAttribute(7, "float", "sfra", 4)]
[DNAFieldAttribute(7, "float", "sfra", "float", 4)]
public float sfra;
public BuildEff() {
this.ptr_next = default;

View File

@@ -15,53 +15,53 @@ namespace BlendFile.DNA {
[DNAClassAttribute(285, "BuildGpencilModifierData")]
public class BuildGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Material", "*material", 392)]
[DNAFieldAttribute(1, "Material", "*material", "Material", 392)]
public Material ptr_material;
[DNAFieldAttribute(2, "char", "layername[64]", 1)]
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 1)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(3, "int", "pass_index", 4)]
[DNAFieldAttribute(3, "int", "pass_index", "int", 4)]
public int pass_index;
[DNAFieldAttribute(4, "char", "materialname[64]", 1)]
[DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 1)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(5, "int", "layer_pass", 4)]
[DNAFieldAttribute(5, "int", "layer_pass", "int", 4)]
public int layer_pass;
[DNAFieldAttribute(6, "float", "start_frame", 4)]
[DNAFieldAttribute(6, "float", "start_frame", "float", 4)]
public float start_frame;
[DNAFieldAttribute(7, "float", "end_frame", 4)]
[DNAFieldAttribute(7, "float", "end_frame", "float", 4)]
public float end_frame;
[DNAFieldAttribute(8, "float", "start_delay", 4)]
[DNAFieldAttribute(8, "float", "start_delay", "float", 4)]
public float start_delay;
[DNAFieldAttribute(9, "float", "length", 4)]
[DNAFieldAttribute(9, "float", "length", "float", 4)]
public float length;
[DNAFieldAttribute(10, "short", "flag", 2)]
[DNAFieldAttribute(10, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(11, "short", "mode", 2)]
[DNAFieldAttribute(11, "short", "mode", "short", 2)]
public short mode;
[DNAFieldAttribute(12, "short", "transition", 2)]
[DNAFieldAttribute(12, "short", "transition", "short", 2)]
public short transition;
[DNAFieldAttribute(13, "short", "time_alignment", 2)]
[DNAFieldAttribute(13, "short", "time_alignment", "short", 2)]
public short time_alignment;
[DNAFieldAttribute(14, "float", "speed_fac", 4)]
[DNAFieldAttribute(14, "float", "speed_fac", "float", 4)]
public float speed_fac;
[DNAFieldAttribute(15, "float", "speed_maxgap", 4)]
[DNAFieldAttribute(15, "float", "speed_maxgap", "float", 4)]
public float speed_maxgap;
[DNAFieldAttribute(16, "short", "time_mode", 2)]
[DNAFieldAttribute(16, "short", "time_mode", "short", 2)]
public short time_mode;
[DNAFieldAttribute(17, "char", "_pad[6]", 1)]
[DNAFieldAttribute(17, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(18, "Object", "*object", 1160)]
[DNAFieldAttribute(18, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(19, "float", "percentage_fac", 4)]
[DNAFieldAttribute(19, "float", "percentage_fac", "float", 4)]
public float percentage_fac;
[DNAFieldAttribute(20, "float", "fade_fac", 4)]
[DNAFieldAttribute(20, "float", "fade_fac", "float", 4)]
public float fade_fac;
[DNAFieldAttribute(21, "char", "target_vgname[64]", 1)]
[DNAFieldAttribute(21, "char", "target_vgname[64]", "System.Char[]", 1)]
public char[] target_vgname = new System.Char[64];
[DNAFieldAttribute(22, "float", "fade_opacity_strength", 4)]
[DNAFieldAttribute(22, "float", "fade_opacity_strength", "float", 4)]
public float fade_opacity_strength;
[DNAFieldAttribute(23, "float", "fade_thickness_strength", 4)]
[DNAFieldAttribute(23, "float", "fade_thickness_strength", "float", 4)]
public float fade_thickness_strength;
public BuildGpencilModifierData() {
this.modifier = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(449, "BuildModifierData")]
public struct BuildModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "float", "start", 4)]
[DNAFieldAttribute(1, "float", "start", "float", 4)]
public float start;
[DNAFieldAttribute(2, "float", "length", 4)]
[DNAFieldAttribute(2, "float", "length", "float", 4)]
public float length;
[DNAFieldAttribute(3, "short", "flag", 2)]
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(4, "short", "randomize", 2)]
[DNAFieldAttribute(4, "short", "randomize", "short", 2)]
public short randomize;
[DNAFieldAttribute(5, "int", "seed", 4)]
[DNAFieldAttribute(5, "int", "seed", "int", 4)]
public int seed;
public BuildModifierData() {
this.modifier = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(974, "CBData")]
public struct CBData {
[DNAFieldAttribute(0, "float", "r", 4)]
[DNAFieldAttribute(0, "float", "r", "float", 4)]
public float r;
[DNAFieldAttribute(1, "float", "g", 4)]
[DNAFieldAttribute(1, "float", "g", "float", 4)]
public float g;
[DNAFieldAttribute(2, "float", "b", 4)]
[DNAFieldAttribute(2, "float", "b", "float", 4)]
public float b;
[DNAFieldAttribute(3, "float", "a", 4)]
[DNAFieldAttribute(3, "float", "a", "float", 4)]
public float a;
[DNAFieldAttribute(4, "float", "pos", 4)]
[DNAFieldAttribute(4, "float", "pos", "float", 4)]
public float pos;
[DNAFieldAttribute(5, "int", "cur", 4)]
[DNAFieldAttribute(5, "int", "cur", "int", 4)]
public int cur;
public CBData() {
this.r = default;

View File

@@ -15,57 +15,57 @@ namespace BlendFile.DNA {
[DNAClassAttribute(142, "CacheFile")]
public class CacheFile {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ListBase", "object_paths", 16)]
[DNAFieldAttribute(2, "ListBase", "object_paths", "ListBase", 16)]
public ListBase object_paths;
[DNAFieldAttribute(3, "ListBase", "layers", 16)]
[DNAFieldAttribute(3, "ListBase", "layers", "ListBase", 16)]
public ListBase layers;
[DNAFieldAttribute(4, "char", "filepath[1024]", 1)]
[DNAFieldAttribute(4, "char", "filepath[1024]", "System.Char[]", 1)]
public char[] filepath = new System.Char[1024];
[DNAFieldAttribute(5, "char", "is_sequence", 1)]
[DNAFieldAttribute(5, "char", "is_sequence", "char", 1)]
public char is_sequence;
[DNAFieldAttribute(6, "char", "forward_axis", 1)]
[DNAFieldAttribute(6, "char", "forward_axis", "char", 1)]
public char forward_axis;
[DNAFieldAttribute(7, "char", "up_axis", 1)]
[DNAFieldAttribute(7, "char", "up_axis", "char", 1)]
public char up_axis;
[DNAFieldAttribute(8, "char", "override_frame", 1)]
[DNAFieldAttribute(8, "char", "override_frame", "char", 1)]
public char override_frame;
[DNAFieldAttribute(9, "float", "scale", 4)]
[DNAFieldAttribute(9, "float", "scale", "float", 4)]
public float scale;
[DNAFieldAttribute(10, "float", "frame", 4)]
[DNAFieldAttribute(10, "float", "frame", "float", 4)]
public float frame;
[DNAFieldAttribute(11, "float", "frame_offset", 4)]
[DNAFieldAttribute(11, "float", "frame_offset", "float", 4)]
public float frame_offset;
[DNAFieldAttribute(12, "char", "_pad[4]", 1)]
[DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(13, "short", "flag", 2)]
[DNAFieldAttribute(13, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(14, "char", "type", 1)]
[DNAFieldAttribute(14, "char", "type", "char", 1)]
public char type;
[DNAFieldAttribute(15, "char", "use_render_procedural", 1)]
[DNAFieldAttribute(15, "char", "use_render_procedural", "char", 1)]
public char use_render_procedural;
[DNAFieldAttribute(16, "char", "_pad1[3]", 1)]
[DNAFieldAttribute(16, "char", "_pad1[3]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[3];
[DNAFieldAttribute(17, "char", "use_prefetch", 1)]
[DNAFieldAttribute(17, "char", "use_prefetch", "char", 1)]
public char use_prefetch;
[DNAFieldAttribute(18, "int", "prefetch_cache_size", 4)]
[DNAFieldAttribute(18, "int", "prefetch_cache_size", "int", 4)]
public int prefetch_cache_size;
[DNAFieldAttribute(19, "int", "active_layer", 4)]
[DNAFieldAttribute(19, "int", "active_layer", "int", 4)]
public int active_layer;
[DNAFieldAttribute(20, "char", "_pad2[3]", 1)]
[DNAFieldAttribute(20, "char", "_pad2[3]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[3];
[DNAFieldAttribute(21, "char", "velocity_unit", 1)]
[DNAFieldAttribute(21, "char", "velocity_unit", "char", 1)]
public char velocity_unit;
[DNAFieldAttribute(22, "char", "velocity_name[64]", 1)]
[DNAFieldAttribute(22, "char", "velocity_name[64]", "System.Char[]", 1)]
public char[] velocity_name = new System.Char[64];
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", 0)]
[DNAFieldAttribute(23, "CacheArchiveHandle", "*handle", "CacheArchiveHandle", 0)]
public CacheArchiveHandle ptr_handle;
[DNAFieldAttribute(24, "char", "handle_filepath[1024]", 1)]
[DNAFieldAttribute(24, "char", "handle_filepath[1024]", "System.Char[]", 1)]
public char[] handle_filepath = new System.Char[1024];
[DNAFieldAttribute(25, "GSet", "*handle_readers", 0)]
[DNAFieldAttribute(25, "GSet", "*handle_readers", "GSet", 0)]
public GSet ptr_handle_readers;
public CacheFile() {
this.id = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(141, "CacheFileLayer")]
public class CacheFileLayer {
[DNAFieldAttribute(0, "CacheFileLayer", "*next", 1048)]
[DNAFieldAttribute(0, "CacheFileLayer", "*next", "CacheFileLayer", 1048)]
public CacheFileLayer ptr_next;
[DNAFieldAttribute(1, "CacheFileLayer", "*prev", 1048)]
[DNAFieldAttribute(1, "CacheFileLayer", "*prev", "CacheFileLayer", 1048)]
public CacheFileLayer ptr_prev;
[DNAFieldAttribute(2, "char", "filepath[1024]", 1)]
[DNAFieldAttribute(2, "char", "filepath[1024]", "System.Char[]", 1)]
public char[] filepath = new System.Char[1024];
[DNAFieldAttribute(3, "int", "flag", 4)]
[DNAFieldAttribute(3, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(4, "int", "_pad", 4)]
[DNAFieldAttribute(4, "int", "_pad", "int", 4)]
public int _pad;
public CacheFileLayer() {
this.ptr_next = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(140, "CacheObjectPath")]
public class CacheObjectPath {
[DNAFieldAttribute(0, "CacheObjectPath", "*next", 4112)]
[DNAFieldAttribute(0, "CacheObjectPath", "*next", "CacheObjectPath", 4112)]
public CacheObjectPath ptr_next;
[DNAFieldAttribute(1, "CacheObjectPath", "*prev", 4112)]
[DNAFieldAttribute(1, "CacheObjectPath", "*prev", "CacheObjectPath", 4112)]
public CacheObjectPath ptr_prev;
[DNAFieldAttribute(2, "char", "path[4096]", 1)]
[DNAFieldAttribute(2, "char", "path[4096]", "System.Char[]", 1)]
public char[] path = new System.Char[4096];
public CacheObjectPath() {
this.ptr_next = default;

View File

@@ -15,91 +15,91 @@ namespace BlendFile.DNA {
[DNAClassAttribute(152, "Camera")]
public class Camera {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "char", "type", 1)]
[DNAFieldAttribute(2, "char", "type", "char", 1)]
public char type;
[DNAFieldAttribute(3, "char", "dtx", 1)]
[DNAFieldAttribute(3, "char", "dtx", "char", 1)]
public char dtx;
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "float", "passepartalpha", 4)]
[DNAFieldAttribute(5, "float", "passepartalpha", "float", 4)]
public float passepartalpha;
[DNAFieldAttribute(6, "float", "clipsta", 4)]
[DNAFieldAttribute(6, "float", "clipsta", "float", 4)]
public float clipsta;
[DNAFieldAttribute(7, "float", "clipend", 4)]
[DNAFieldAttribute(7, "float", "clipend", "float", 4)]
public float clipend;
[DNAFieldAttribute(8, "float", "lens", 4)]
[DNAFieldAttribute(8, "float", "lens", "float", 4)]
public float lens;
[DNAFieldAttribute(9, "float", "ortho_scale", 4)]
[DNAFieldAttribute(9, "float", "ortho_scale", "float", 4)]
public float ortho_scale;
[DNAFieldAttribute(10, "float", "drawsize", 4)]
[DNAFieldAttribute(10, "float", "drawsize", "float", 4)]
public float drawsize;
[DNAFieldAttribute(11, "float", "sensor_x", 4)]
[DNAFieldAttribute(11, "float", "sensor_x", "float", 4)]
public float sensor_x;
[DNAFieldAttribute(12, "float", "sensor_y", 4)]
[DNAFieldAttribute(12, "float", "sensor_y", "float", 4)]
public float sensor_y;
[DNAFieldAttribute(13, "float", "shiftx", 4)]
[DNAFieldAttribute(13, "float", "shiftx", "float", 4)]
public float shiftx;
[DNAFieldAttribute(14, "float", "shifty", 4)]
[DNAFieldAttribute(14, "float", "shifty", "float", 4)]
public float shifty;
[DNAFieldAttribute(15, "float", "YF_dofdist", 4)]
[DNAFieldAttribute(15, "float", "YF_dofdist", "float", 4)]
public float YF_dofdist;
[DNAFieldAttribute(16, "char", "sensor_fit", 1)]
[DNAFieldAttribute(16, "char", "sensor_fit", "char", 1)]
public char sensor_fit;
[DNAFieldAttribute(17, "char", "panorama_type", 1)]
[DNAFieldAttribute(17, "char", "panorama_type", "char", 1)]
public char panorama_type;
[DNAFieldAttribute(18, "char", "_pad[2]", 1)]
[DNAFieldAttribute(18, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(19, "float", "fisheye_fov", 4)]
[DNAFieldAttribute(19, "float", "fisheye_fov", "float", 4)]
public float fisheye_fov;
[DNAFieldAttribute(20, "float", "fisheye_lens", 4)]
[DNAFieldAttribute(20, "float", "fisheye_lens", "float", 4)]
public float fisheye_lens;
[DNAFieldAttribute(21, "float", "latitude_min", 4)]
[DNAFieldAttribute(21, "float", "latitude_min", "float", 4)]
public float latitude_min;
[DNAFieldAttribute(22, "float", "latitude_max", 4)]
[DNAFieldAttribute(22, "float", "latitude_max", "float", 4)]
public float latitude_max;
[DNAFieldAttribute(23, "float", "longitude_min", 4)]
[DNAFieldAttribute(23, "float", "longitude_min", "float", 4)]
public float longitude_min;
[DNAFieldAttribute(24, "float", "longitude_max", 4)]
[DNAFieldAttribute(24, "float", "longitude_max", "float", 4)]
public float longitude_max;
[DNAFieldAttribute(25, "float", "fisheye_polynomial_k0", 4)]
[DNAFieldAttribute(25, "float", "fisheye_polynomial_k0", "float", 4)]
public float fisheye_polynomial_k0;
[DNAFieldAttribute(26, "float", "fisheye_polynomial_k1", 4)]
[DNAFieldAttribute(26, "float", "fisheye_polynomial_k1", "float", 4)]
public float fisheye_polynomial_k1;
[DNAFieldAttribute(27, "float", "fisheye_polynomial_k2", 4)]
[DNAFieldAttribute(27, "float", "fisheye_polynomial_k2", "float", 4)]
public float fisheye_polynomial_k2;
[DNAFieldAttribute(28, "float", "fisheye_polynomial_k3", 4)]
[DNAFieldAttribute(28, "float", "fisheye_polynomial_k3", "float", 4)]
public float fisheye_polynomial_k3;
[DNAFieldAttribute(29, "float", "fisheye_polynomial_k4", 4)]
[DNAFieldAttribute(29, "float", "fisheye_polynomial_k4", "float", 4)]
public float fisheye_polynomial_k4;
[DNAFieldAttribute(30, "float", "central_cylindrical_range_u_min", 4)]
[DNAFieldAttribute(30, "float", "central_cylindrical_range_u_min", "float", 4)]
public float central_cylindrical_range_u_min;
[DNAFieldAttribute(31, "float", "central_cylindrical_range_u_max", 4)]
[DNAFieldAttribute(31, "float", "central_cylindrical_range_u_max", "float", 4)]
public float central_cylindrical_range_u_max;
[DNAFieldAttribute(32, "float", "central_cylindrical_range_v_min", 4)]
[DNAFieldAttribute(32, "float", "central_cylindrical_range_v_min", "float", 4)]
public float central_cylindrical_range_v_min;
[DNAFieldAttribute(33, "float", "central_cylindrical_range_v_max", 4)]
[DNAFieldAttribute(33, "float", "central_cylindrical_range_v_max", "float", 4)]
public float central_cylindrical_range_v_max;
[DNAFieldAttribute(34, "float", "central_cylindrical_radius", 4)]
[DNAFieldAttribute(34, "float", "central_cylindrical_radius", "float", 4)]
public float central_cylindrical_radius;
[DNAFieldAttribute(35, "float", "_pad2", 4)]
[DNAFieldAttribute(35, "float", "_pad2", "float", 4)]
public float _pad2;
[DNAFieldAttribute(36, "Ipo", "*ipo", 248)]
[DNAFieldAttribute(36, "Ipo", "*ipo", "Ipo", 248)]
public Ipo ptr_ipo;
[DNAFieldAttribute(37, "Object", "*dof_ob", 1160)]
[DNAFieldAttribute(37, "Object", "*dof_ob", "Object", 1160)]
public Object ptr_dof_ob;
[DNAFieldAttribute(38, "GPUDOFSettings", "gpu_dof", 32)]
[DNAFieldAttribute(38, "GPUDOFSettings", "gpu_dof", "GPUDOFSettings", 32)]
public GPUDOFSettings gpu_dof;
[DNAFieldAttribute(39, "CameraDOFSettings", "dof", 96)]
[DNAFieldAttribute(39, "CameraDOFSettings", "dof", "CameraDOFSettings", 96)]
public CameraDOFSettings dof;
[DNAFieldAttribute(40, "ListBase", "bg_images", 16)]
[DNAFieldAttribute(40, "ListBase", "bg_images", "ListBase", 16)]
public ListBase bg_images;
[DNAFieldAttribute(41, "CameraStereoSettings", "stereo", 24)]
[DNAFieldAttribute(41, "CameraStereoSettings", "stereo", "CameraStereoSettings", 24)]
public CameraStereoSettings stereo;
[DNAFieldAttribute(42, "Camera_Runtime", "runtime", 216)]
[DNAFieldAttribute(42, "Camera_Runtime", "runtime", "Camera_Runtime", 216)]
public Camera_Runtime runtime;
public Camera() {
this.id = default;

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(146, "CameraBGImage")]
public class CameraBGImage {
[DNAFieldAttribute(0, "CameraBGImage", "*next", 104)]
[DNAFieldAttribute(0, "CameraBGImage", "*next", "CameraBGImage", 104)]
public CameraBGImage ptr_next;
[DNAFieldAttribute(1, "CameraBGImage", "*prev", 104)]
[DNAFieldAttribute(1, "CameraBGImage", "*prev", "CameraBGImage", 104)]
public CameraBGImage ptr_prev;
[DNAFieldAttribute(2, "Image", "*ima", 1600)]
[DNAFieldAttribute(2, "Image", "*ima", "Image", 1600)]
public Image ptr_ima;
[DNAFieldAttribute(3, "ImageUser", "iuser", 40)]
[DNAFieldAttribute(3, "ImageUser", "iuser", "ImageUser", 40)]
public ImageUser iuser;
[DNAFieldAttribute(4, "MovieClip", "*clip", 2568)]
[DNAFieldAttribute(4, "MovieClip", "*clip", "MovieClip", 2568)]
public MovieClip ptr_clip;
[DNAFieldAttribute(5, "MovieClipUser", "cuser", 8)]
[DNAFieldAttribute(5, "MovieClipUser", "cuser", "MovieClipUser", 8)]
public MovieClipUser cuser;
[DNAFieldAttribute(6, "float", "offset[2]", 4)]
[DNAFieldAttribute(6, "float", "offset[2]", "System.Single[]", 4)]
public float[] offset = new System.Single[2];
[DNAFieldAttribute(7, "float", "scale", 4)]
[DNAFieldAttribute(7, "float", "scale", "float", 4)]
public float scale;
[DNAFieldAttribute(8, "float", "rotation", 4)]
[DNAFieldAttribute(8, "float", "rotation", "float", 4)]
public float rotation;
[DNAFieldAttribute(9, "float", "alpha", 4)]
[DNAFieldAttribute(9, "float", "alpha", "float", 4)]
public float alpha;
[DNAFieldAttribute(10, "short", "flag", 2)]
[DNAFieldAttribute(10, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(11, "short", "source", 2)]
[DNAFieldAttribute(11, "short", "source", "short", 2)]
public short source;
public CameraBGImage() {
this.ptr_next = default;

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(150, "CameraDOFSettings")]
public class CameraDOFSettings {
[DNAFieldAttribute(0, "Object", "*focus_object", 1160)]
[DNAFieldAttribute(0, "Object", "*focus_object", "Object", 1160)]
public Object ptr_focus_object;
[DNAFieldAttribute(1, "char", "focus_subtarget[64]", 1)]
[DNAFieldAttribute(1, "char", "focus_subtarget[64]", "System.Char[]", 1)]
public char[] focus_subtarget = new System.Char[64];
[DNAFieldAttribute(2, "float", "focus_distance", 4)]
[DNAFieldAttribute(2, "float", "focus_distance", "float", 4)]
public float focus_distance;
[DNAFieldAttribute(3, "float", "aperture_fstop", 4)]
[DNAFieldAttribute(3, "float", "aperture_fstop", "float", 4)]
public float aperture_fstop;
[DNAFieldAttribute(4, "float", "aperture_rotation", 4)]
[DNAFieldAttribute(4, "float", "aperture_rotation", "float", 4)]
public float aperture_rotation;
[DNAFieldAttribute(5, "float", "aperture_ratio", 4)]
[DNAFieldAttribute(5, "float", "aperture_ratio", "float", 4)]
public float aperture_ratio;
[DNAFieldAttribute(6, "int", "aperture_blades", 4)]
[DNAFieldAttribute(6, "int", "aperture_blades", "int", 4)]
public int aperture_blades;
[DNAFieldAttribute(7, "short", "flag", 2)]
[DNAFieldAttribute(7, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(8, "char", "_pad[2]", 1)]
[DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
public CameraDOFSettings() {
this.ptr_focus_object = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(145, "CameraStereoSettings")]
public struct CameraStereoSettings {
[DNAFieldAttribute(0, "float", "interocular_distance", 4)]
[DNAFieldAttribute(0, "float", "interocular_distance", "float", 4)]
public float interocular_distance;
[DNAFieldAttribute(1, "float", "convergence_distance", 4)]
[DNAFieldAttribute(1, "float", "convergence_distance", "float", 4)]
public float convergence_distance;
[DNAFieldAttribute(2, "short", "convergence_mode", 2)]
[DNAFieldAttribute(2, "short", "convergence_mode", "short", 2)]
public short convergence_mode;
[DNAFieldAttribute(3, "short", "pivot", 2)]
[DNAFieldAttribute(3, "short", "pivot", "short", 2)]
public short pivot;
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "char", "_pad[2]", 1)]
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(6, "float", "pole_merge_angle_from", 4)]
[DNAFieldAttribute(6, "float", "pole_merge_angle_from", "float", 4)]
public float pole_merge_angle_from;
[DNAFieldAttribute(7, "float", "pole_merge_angle_to", 4)]
[DNAFieldAttribute(7, "float", "pole_merge_angle_to", "float", 4)]
public float pole_merge_angle_to;
public CameraStereoSettings() {
this.interocular_distance = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(151, "Camera_Runtime")]
public struct Camera_Runtime {
[DNAFieldAttribute(0, "float", "drw_corners[2][4][2]", 4)]
[DNAFieldAttribute(0, "float", "drw_corners[2][4][2]", "System.Single[,,]", 4)]
public float[,,] drw_corners = new System.Single[2,4,2];
[DNAFieldAttribute(1, "float", "drw_tria[2][2]", 4)]
[DNAFieldAttribute(1, "float", "drw_tria[2][2]", "System.Single[,]", 4)]
public float[,] drw_tria = new System.Single[2,2];
[DNAFieldAttribute(2, "float", "drw_depth[2]", 4)]
[DNAFieldAttribute(2, "float", "drw_depth[2]", "System.Single[]", 4)]
public float[] drw_depth = new System.Single[2];
[DNAFieldAttribute(3, "float", "drw_focusmat[4][4]", 4)]
[DNAFieldAttribute(3, "float", "drw_focusmat[4][4]", "System.Single[,]", 4)]
public float[,] drw_focusmat = new System.Single[4,4];
[DNAFieldAttribute(4, "float", "drw_normalmat[4][4]", 4)]
[DNAFieldAttribute(4, "float", "drw_normalmat[4][4]", "System.Single[,]", 4)]
public float[,] drw_normalmat = new System.Single[4,4];
public Camera_Runtime() {
this.drw_corners = default;

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(459, "CastModifierData")]
public class CastModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", 1160)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(2, "float", "fac", 4)]
[DNAFieldAttribute(2, "float", "fac", "float", 4)]
public float fac;
[DNAFieldAttribute(3, "float", "radius", 4)]
[DNAFieldAttribute(3, "float", "radius", "float", 4)]
public float radius;
[DNAFieldAttribute(4, "float", "size", 4)]
[DNAFieldAttribute(4, "float", "size", "float", 4)]
public float size;
[DNAFieldAttribute(5, "char", "defgrp_name[64]", 1)]
[DNAFieldAttribute(5, "char", "defgrp_name[64]", "System.Char[]", 1)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(6, "short", "flag", 2)]
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(7, "short", "type", 2)]
[DNAFieldAttribute(7, "short", "type", "short", 2)]
public short type;
[DNAFieldAttribute(8, "void", "*_pad1", 0)]
[DNAFieldAttribute(8, "void", "*_pad1", "void", 0)]
public object ptr__pad1;
public CastModifierData() {
this.modifier = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(92, "ChannelDriver")]
public class ChannelDriver {
[DNAFieldAttribute(0, "ListBase", "variables", 16)]
[DNAFieldAttribute(0, "ListBase", "variables", "ListBase", 16)]
public ListBase variables;
[DNAFieldAttribute(1, "char", "expression[256]", 1)]
[DNAFieldAttribute(1, "char", "expression[256]", "System.Char[]", 1)]
public char[] expression = new System.Char[256];
[DNAFieldAttribute(2, "void", "*expr_comp", 0)]
[DNAFieldAttribute(2, "void", "*expr_comp", "void", 0)]
public object ptr_expr_comp;
[DNAFieldAttribute(3, "ExprPyLike_Parsed", "*expr_simple", 0)]
[DNAFieldAttribute(3, "ExprPyLike_Parsed", "*expr_simple", "ExprPyLike_Parsed", 0)]
public ExprPyLike_Parsed ptr_expr_simple;
[DNAFieldAttribute(4, "float", "curval", 4)]
[DNAFieldAttribute(4, "float", "curval", "float", 4)]
public float curval;
[DNAFieldAttribute(5, "float", "influence", 4)]
[DNAFieldAttribute(5, "float", "influence", "float", 4)]
public float influence;
[DNAFieldAttribute(6, "int", "type", 4)]
[DNAFieldAttribute(6, "int", "type", "int", 4)]
public int type;
[DNAFieldAttribute(7, "int", "flag", 4)]
[DNAFieldAttribute(7, "int", "flag", "int", 4)]
public int flag;
public ChannelDriver() {
this.variables = default;

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(208, "CharInfo")]
public struct CharInfo {
[DNAFieldAttribute(0, "float", "kern", 4)]
[DNAFieldAttribute(0, "float", "kern", "float", 4)]
public float kern;
[DNAFieldAttribute(1, "short", "mat_nr", 2)]
[DNAFieldAttribute(1, "short", "mat_nr", "short", 2)]
public short mat_nr;
[DNAFieldAttribute(2, "char", "flag", 1)]
[DNAFieldAttribute(2, "char", "flag", "char", 1)]
public char flag;
[DNAFieldAttribute(3, "char", "_pad[1]", 1)]
[DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1)]
public char[] _pad = new System.Char[1];
public CharInfo() {
this.kern = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(780, "ChildParticle")]
public struct ChildParticle {
[DNAFieldAttribute(0, "int", "num", 4)]
[DNAFieldAttribute(0, "int", "num", "int", 4)]
public int num;
[DNAFieldAttribute(1, "int", "parent", 4)]
[DNAFieldAttribute(1, "int", "parent", "int", 4)]
public int parent;
[DNAFieldAttribute(2, "int", "pa[4]", 4)]
[DNAFieldAttribute(2, "int", "pa[4]", "System.Int32[]", 4)]
public int[] pa = new System.Int32[4];
[DNAFieldAttribute(3, "float", "w[4]", 4)]
[DNAFieldAttribute(3, "float", "w[4]", "System.Single[]", 4)]
public float[] w = new System.Single[4];
[DNAFieldAttribute(4, "float", "fuv[4]", 4)]
[DNAFieldAttribute(4, "float", "fuv[4]", "System.Single[]", 4)]
public float[] fuv = new System.Single[4];
[DNAFieldAttribute(5, "float", "foffset", 4)]
[DNAFieldAttribute(5, "float", "foffset", "float", 4)]
public float foffset;
[DNAFieldAttribute(6, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
public ChildParticle() {
this.num = default;

View File

@@ -15,41 +15,41 @@ namespace BlendFile.DNA {
[DNAClassAttribute(157, "ClothCollSettings")]
public class ClothCollSettings {
[DNAFieldAttribute(0, "LinkNode", "*collision_list", 0)]
[DNAFieldAttribute(0, "LinkNode", "*collision_list", "LinkNode", 0)]
public LinkNode ptr_collision_list;
[DNAFieldAttribute(1, "float", "epsilon", 4)]
[DNAFieldAttribute(1, "float", "epsilon", "float", 4)]
public float epsilon;
[DNAFieldAttribute(2, "float", "self_friction", 4)]
[DNAFieldAttribute(2, "float", "self_friction", "float", 4)]
public float self_friction;
[DNAFieldAttribute(3, "float", "friction", 4)]
[DNAFieldAttribute(3, "float", "friction", "float", 4)]
public float friction;
[DNAFieldAttribute(4, "float", "damping", 4)]
[DNAFieldAttribute(4, "float", "damping", "float", 4)]
public float damping;
[DNAFieldAttribute(5, "float", "selfepsilon", 4)]
[DNAFieldAttribute(5, "float", "selfepsilon", "float", 4)]
public float selfepsilon;
[DNAFieldAttribute(6, "float", "repel_force", 4)]
[DNAFieldAttribute(6, "float", "repel_force", "float", 4)]
public float repel_force;
[DNAFieldAttribute(7, "float", "distance_repel", 4)]
[DNAFieldAttribute(7, "float", "distance_repel", "float", 4)]
public float distance_repel;
[DNAFieldAttribute(8, "int", "flags", 4)]
[DNAFieldAttribute(8, "int", "flags", "int", 4)]
public int flags;
[DNAFieldAttribute(9, "short", "self_loop_count", 2)]
[DNAFieldAttribute(9, "short", "self_loop_count", "short", 2)]
public short self_loop_count;
[DNAFieldAttribute(10, "short", "loop_count", 2)]
[DNAFieldAttribute(10, "short", "loop_count", "short", 2)]
public short loop_count;
[DNAFieldAttribute(11, "char", "_pad[4]", 1)]
[DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(12, "Collection", "*group", 376)]
[DNAFieldAttribute(12, "Collection", "*group", "Collection", 376)]
public Collection ptr_group;
[DNAFieldAttribute(13, "short", "vgroup_selfcol", 2)]
[DNAFieldAttribute(13, "short", "vgroup_selfcol", "short", 2)]
public short vgroup_selfcol;
[DNAFieldAttribute(14, "short", "vgroup_objcol", 2)]
[DNAFieldAttribute(14, "short", "vgroup_objcol", "short", 2)]
public short vgroup_objcol;
[DNAFieldAttribute(15, "char", "_pad2[4]", 1)]
[DNAFieldAttribute(15, "char", "_pad2[4]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[4];
[DNAFieldAttribute(16, "float", "clamp", 4)]
[DNAFieldAttribute(16, "float", "clamp", "float", 4)]
public float clamp;
[DNAFieldAttribute(17, "float", "self_clamp", 4)]
[DNAFieldAttribute(17, "float", "self_clamp", "float", 4)]
public float self_clamp;
public ClothCollSettings() {
this.ptr_collision_list = default;

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(464, "ClothModifierData")]
public class ClothModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Cloth", "*clothObject", 0)]
[DNAFieldAttribute(1, "Cloth", "*clothObject", "Cloth", 0)]
public Cloth ptr_clothObject;
[DNAFieldAttribute(2, "ClothSimSettings", "*sim_parms", 272)]
[DNAFieldAttribute(2, "ClothSimSettings", "*sim_parms", "ClothSimSettings", 272)]
public ClothSimSettings ptr_sim_parms;
[DNAFieldAttribute(3, "ClothCollSettings", "*coll_parms", 72)]
[DNAFieldAttribute(3, "ClothCollSettings", "*coll_parms", "ClothCollSettings", 72)]
public ClothCollSettings ptr_coll_parms;
[DNAFieldAttribute(4, "PointCache", "*point_cache", 1392)]
[DNAFieldAttribute(4, "PointCache", "*point_cache", "PointCache", 1392)]
public PointCache ptr_point_cache;
[DNAFieldAttribute(5, "ListBase", "ptcaches", 16)]
[DNAFieldAttribute(5, "ListBase", "ptcaches", "ListBase", 16)]
public ListBase ptcaches;
[DNAFieldAttribute(6, "ClothHairData", "*hairdata", 0)]
[DNAFieldAttribute(6, "ClothHairData", "*hairdata", "ClothHairData", 0)]
public ClothHairData ptr_hairdata;
[DNAFieldAttribute(7, "float", "hair_grid_min[3]", 4)]
[DNAFieldAttribute(7, "float", "hair_grid_min[3]", "System.Single[]", 4)]
public float[] hair_grid_min = new System.Single[3];
[DNAFieldAttribute(8, "float", "hair_grid_max[3]", 4)]
[DNAFieldAttribute(8, "float", "hair_grid_max[3]", "System.Single[]", 4)]
public float[] hair_grid_max = new System.Single[3];
[DNAFieldAttribute(9, "int", "hair_grid_res[3]", 4)]
[DNAFieldAttribute(9, "int", "hair_grid_res[3]", "System.Int32[]", 4)]
public int[] hair_grid_res = new System.Int32[3];
[DNAFieldAttribute(10, "float", "hair_grid_cellsize", 4)]
[DNAFieldAttribute(10, "float", "hair_grid_cellsize", "float", 4)]
public float hair_grid_cellsize;
[DNAFieldAttribute(11, "ClothSolverResult", "*solver_result", 0)]
[DNAFieldAttribute(11, "ClothSolverResult", "*solver_result", "ClothSolverResult", 0)]
public ClothSolverResult ptr_solver_result;
public ClothModifierData() {
this.modifier = default;

View File

@@ -15,145 +15,145 @@ namespace BlendFile.DNA {
[DNAClassAttribute(154, "ClothSimSettings")]
public class ClothSimSettings {
[DNAFieldAttribute(0, "LinkNode", "*cache", 0)]
[DNAFieldAttribute(0, "LinkNode", "*cache", "LinkNode", 0)]
public LinkNode ptr_cache;
[DNAFieldAttribute(1, "float", "mingoal", 4)]
[DNAFieldAttribute(1, "float", "mingoal", "float", 4)]
public float mingoal;
[DNAFieldAttribute(2, "float", "Cdis", 4)]
[DNAFieldAttribute(2, "float", "Cdis", "float", 4)]
public float Cdis;
[DNAFieldAttribute(3, "float", "Cvi", 4)]
[DNAFieldAttribute(3, "float", "Cvi", "float", 4)]
public float Cvi;
[DNAFieldAttribute(4, "float", "gravity[3]", 4)]
[DNAFieldAttribute(4, "float", "gravity[3]", "System.Single[]", 4)]
public float[] gravity = new System.Single[3];
[DNAFieldAttribute(5, "float", "dt", 4)]
[DNAFieldAttribute(5, "float", "dt", "float", 4)]
public float dt;
[DNAFieldAttribute(6, "float", "mass", 4)]
[DNAFieldAttribute(6, "float", "mass", "float", 4)]
public float mass;
[DNAFieldAttribute(7, "float", "structural", 4)]
[DNAFieldAttribute(7, "float", "structural", "float", 4)]
public float structural;
[DNAFieldAttribute(8, "float", "shear", 4)]
[DNAFieldAttribute(8, "float", "shear", "float", 4)]
public float shear;
[DNAFieldAttribute(9, "float", "bending", 4)]
[DNAFieldAttribute(9, "float", "bending", "float", 4)]
public float bending;
[DNAFieldAttribute(10, "float", "max_bend", 4)]
[DNAFieldAttribute(10, "float", "max_bend", "float", 4)]
public float max_bend;
[DNAFieldAttribute(11, "float", "max_struct", 4)]
[DNAFieldAttribute(11, "float", "max_struct", "float", 4)]
public float max_struct;
[DNAFieldAttribute(12, "float", "max_shear", 4)]
[DNAFieldAttribute(12, "float", "max_shear", "float", 4)]
public float max_shear;
[DNAFieldAttribute(13, "float", "max_sewing", 4)]
[DNAFieldAttribute(13, "float", "max_sewing", "float", 4)]
public float max_sewing;
[DNAFieldAttribute(14, "float", "avg_spring_len", 4)]
[DNAFieldAttribute(14, "float", "avg_spring_len", "float", 4)]
public float avg_spring_len;
[DNAFieldAttribute(15, "float", "timescale", 4)]
[DNAFieldAttribute(15, "float", "timescale", "float", 4)]
public float timescale;
[DNAFieldAttribute(16, "float", "time_scale", 4)]
[DNAFieldAttribute(16, "float", "time_scale", "float", 4)]
public float time_scale;
[DNAFieldAttribute(17, "float", "maxgoal", 4)]
[DNAFieldAttribute(17, "float", "maxgoal", "float", 4)]
public float maxgoal;
[DNAFieldAttribute(18, "float", "eff_force_scale", 4)]
[DNAFieldAttribute(18, "float", "eff_force_scale", "float", 4)]
public float eff_force_scale;
[DNAFieldAttribute(19, "float", "eff_wind_scale", 4)]
[DNAFieldAttribute(19, "float", "eff_wind_scale", "float", 4)]
public float eff_wind_scale;
[DNAFieldAttribute(20, "float", "sim_time_old", 4)]
[DNAFieldAttribute(20, "float", "sim_time_old", "float", 4)]
public float sim_time_old;
[DNAFieldAttribute(21, "float", "defgoal", 4)]
[DNAFieldAttribute(21, "float", "defgoal", "float", 4)]
public float defgoal;
[DNAFieldAttribute(22, "float", "goalspring", 4)]
[DNAFieldAttribute(22, "float", "goalspring", "float", 4)]
public float goalspring;
[DNAFieldAttribute(23, "float", "goalfrict", 4)]
[DNAFieldAttribute(23, "float", "goalfrict", "float", 4)]
public float goalfrict;
[DNAFieldAttribute(24, "float", "velocity_smooth", 4)]
[DNAFieldAttribute(24, "float", "velocity_smooth", "float", 4)]
public float velocity_smooth;
[DNAFieldAttribute(25, "float", "density_target", 4)]
[DNAFieldAttribute(25, "float", "density_target", "float", 4)]
public float density_target;
[DNAFieldAttribute(26, "float", "density_strength", 4)]
[DNAFieldAttribute(26, "float", "density_strength", "float", 4)]
public float density_strength;
[DNAFieldAttribute(27, "float", "collider_friction", 4)]
[DNAFieldAttribute(27, "float", "collider_friction", "float", 4)]
public float collider_friction;
[DNAFieldAttribute(28, "float", "vel_damping", 4)]
[DNAFieldAttribute(28, "float", "vel_damping", "float", 4)]
public float vel_damping;
[DNAFieldAttribute(29, "float", "shrink_min", 4)]
[DNAFieldAttribute(29, "float", "shrink_min", "float", 4)]
public float shrink_min;
[DNAFieldAttribute(30, "float", "shrink_max", 4)]
[DNAFieldAttribute(30, "float", "shrink_max", "float", 4)]
public float shrink_max;
[DNAFieldAttribute(31, "float", "uniform_pressure_force", 4)]
[DNAFieldAttribute(31, "float", "uniform_pressure_force", "float", 4)]
public float uniform_pressure_force;
[DNAFieldAttribute(32, "float", "target_volume", 4)]
[DNAFieldAttribute(32, "float", "target_volume", "float", 4)]
public float target_volume;
[DNAFieldAttribute(33, "float", "pressure_factor", 4)]
[DNAFieldAttribute(33, "float", "pressure_factor", "float", 4)]
public float pressure_factor;
[DNAFieldAttribute(34, "float", "fluid_density", 4)]
[DNAFieldAttribute(34, "float", "fluid_density", "float", 4)]
public float fluid_density;
[DNAFieldAttribute(35, "short", "vgroup_pressure", 2)]
[DNAFieldAttribute(35, "short", "vgroup_pressure", "short", 2)]
public short vgroup_pressure;
[DNAFieldAttribute(36, "char", "_pad7[6]", 1)]
[DNAFieldAttribute(36, "char", "_pad7[6]", "System.Char[]", 1)]
public char[] _pad7 = new System.Char[6];
[DNAFieldAttribute(37, "float", "bending_damping", 4)]
[DNAFieldAttribute(37, "float", "bending_damping", "float", 4)]
public float bending_damping;
[DNAFieldAttribute(38, "float", "voxel_cell_size", 4)]
[DNAFieldAttribute(38, "float", "voxel_cell_size", "float", 4)]
public float voxel_cell_size;
[DNAFieldAttribute(39, "int", "stepsPerFrame", 4)]
[DNAFieldAttribute(39, "int", "stepsPerFrame", "int", 4)]
public int stepsPerFrame;
[DNAFieldAttribute(40, "int", "flags", 4)]
[DNAFieldAttribute(40, "int", "flags", "int", 4)]
public int flags;
[DNAFieldAttribute(41, "int", "preroll", 4)]
[DNAFieldAttribute(41, "int", "preroll", "int", 4)]
public int preroll;
[DNAFieldAttribute(42, "int", "maxspringlen", 4)]
[DNAFieldAttribute(42, "int", "maxspringlen", "int", 4)]
public int maxspringlen;
[DNAFieldAttribute(43, "short", "solver_type", 2)]
[DNAFieldAttribute(43, "short", "solver_type", "short", 2)]
public short solver_type;
[DNAFieldAttribute(44, "short", "vgroup_bend", 2)]
[DNAFieldAttribute(44, "short", "vgroup_bend", "short", 2)]
public short vgroup_bend;
[DNAFieldAttribute(45, "short", "vgroup_mass", 2)]
[DNAFieldAttribute(45, "short", "vgroup_mass", "short", 2)]
public short vgroup_mass;
[DNAFieldAttribute(46, "short", "vgroup_struct", 2)]
[DNAFieldAttribute(46, "short", "vgroup_struct", "short", 2)]
public short vgroup_struct;
[DNAFieldAttribute(47, "short", "vgroup_shrink", 2)]
[DNAFieldAttribute(47, "short", "vgroup_shrink", "short", 2)]
public short vgroup_shrink;
[DNAFieldAttribute(48, "short", "shapekey_rest", 2)]
[DNAFieldAttribute(48, "short", "shapekey_rest", "short", 2)]
public short shapekey_rest;
[DNAFieldAttribute(49, "short", "presets", 2)]
[DNAFieldAttribute(49, "short", "presets", "short", 2)]
public short presets;
[DNAFieldAttribute(50, "short", "reset", 2)]
[DNAFieldAttribute(50, "short", "reset", "short", 2)]
public short reset;
[DNAFieldAttribute(51, "EffectorWeights", "*effector_weights", 72)]
[DNAFieldAttribute(51, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)]
public EffectorWeights ptr_effector_weights;
[DNAFieldAttribute(52, "short", "bending_model", 2)]
[DNAFieldAttribute(52, "short", "bending_model", "short", 2)]
public short bending_model;
[DNAFieldAttribute(53, "short", "vgroup_shear", 2)]
[DNAFieldAttribute(53, "short", "vgroup_shear", "short", 2)]
public short vgroup_shear;
[DNAFieldAttribute(54, "float", "tension", 4)]
[DNAFieldAttribute(54, "float", "tension", "float", 4)]
public float tension;
[DNAFieldAttribute(55, "float", "compression", 4)]
[DNAFieldAttribute(55, "float", "compression", "float", 4)]
public float compression;
[DNAFieldAttribute(56, "float", "max_tension", 4)]
[DNAFieldAttribute(56, "float", "max_tension", "float", 4)]
public float max_tension;
[DNAFieldAttribute(57, "float", "max_compression", 4)]
[DNAFieldAttribute(57, "float", "max_compression", "float", 4)]
public float max_compression;
[DNAFieldAttribute(58, "float", "tension_damp", 4)]
[DNAFieldAttribute(58, "float", "tension_damp", "float", 4)]
public float tension_damp;
[DNAFieldAttribute(59, "float", "compression_damp", 4)]
[DNAFieldAttribute(59, "float", "compression_damp", "float", 4)]
public float compression_damp;
[DNAFieldAttribute(60, "float", "shear_damp", 4)]
[DNAFieldAttribute(60, "float", "shear_damp", "float", 4)]
public float shear_damp;
[DNAFieldAttribute(61, "float", "internal_spring_max_length", 4)]
[DNAFieldAttribute(61, "float", "internal_spring_max_length", "float", 4)]
public float internal_spring_max_length;
[DNAFieldAttribute(62, "float", "internal_spring_max_diversion", 4)]
[DNAFieldAttribute(62, "float", "internal_spring_max_diversion", "float", 4)]
public float internal_spring_max_diversion;
[DNAFieldAttribute(63, "short", "vgroup_intern", 2)]
[DNAFieldAttribute(63, "short", "vgroup_intern", "short", 2)]
public short vgroup_intern;
[DNAFieldAttribute(64, "char", "_pad1[2]", 1)]
[DNAFieldAttribute(64, "char", "_pad1[2]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(65, "float", "internal_tension", 4)]
[DNAFieldAttribute(65, "float", "internal_tension", "float", 4)]
public float internal_tension;
[DNAFieldAttribute(66, "float", "internal_compression", 4)]
[DNAFieldAttribute(66, "float", "internal_compression", "float", 4)]
public float internal_compression;
[DNAFieldAttribute(67, "float", "max_internal_tension", 4)]
[DNAFieldAttribute(67, "float", "max_internal_tension", "float", 4)]
public float max_internal_tension;
[DNAFieldAttribute(68, "float", "max_internal_compression", 4)]
[DNAFieldAttribute(68, "float", "max_internal_compression", "float", 4)]
public float max_internal_compression;
[DNAFieldAttribute(69, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(69, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
public ClothSimSettings() {
this.ptr_cache = default;

View File

@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
[DNAClassAttribute(70, "Collection")]
public class Collection {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "ID", "*owner_id", 208)]
[DNAFieldAttribute(1, "ID", "*owner_id", "ID", 208)]
public ID ptr_owner_id;
[DNAFieldAttribute(2, "ListBase", "gobject", 16)]
[DNAFieldAttribute(2, "ListBase", "gobject", "ListBase", 16)]
public ListBase gobject;
[DNAFieldAttribute(3, "ListBase", "children", 16)]
[DNAFieldAttribute(3, "ListBase", "children", "ListBase", 16)]
public ListBase children;
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
[DNAFieldAttribute(5, "int", "active_exporter_index", 4)]
[DNAFieldAttribute(5, "int", "active_exporter_index", "int", 4)]
public int active_exporter_index;
[DNAFieldAttribute(6, "ListBase", "exporters", 16)]
[DNAFieldAttribute(6, "ListBase", "exporters", "ListBase", 16)]
public ListBase exporters;
[DNAFieldAttribute(7, "PreviewImage", "*preview", 48)]
[DNAFieldAttribute(7, "PreviewImage", "*preview", "PreviewImage", 48)]
public PreviewImage ptr_preview;
[DNAFieldAttribute(8, "int", "layer", 4)]
[DNAFieldAttribute(8, "int", "layer", "int", 4)]
public int layer;
[DNAFieldAttribute(9, "float", "dupli_ofs[3]", 4)]
[DNAFieldAttribute(9, "float", "dupli_ofs[3]", "System.Single[]", 4)]
public float[] dupli_ofs = new System.Single[3];
[DNAFieldAttribute(10, "uchar", "flag", 1)]
[DNAFieldAttribute(10, "uchar", "flag", "uchar", 1)]
public byte flag;
[DNAFieldAttribute(11, "int8_t", "color_tag", 1)]
[DNAFieldAttribute(11, "int8_t", "color_tag", "int8_t", 1)]
public sbyte color_tag;
[DNAFieldAttribute(12, "char", "_pad1[2]", 1)]
[DNAFieldAttribute(12, "char", "_pad1[2]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(13, "uchar", "lineart_usage", 1)]
[DNAFieldAttribute(13, "uchar", "lineart_usage", "uchar", 1)]
public byte lineart_usage;
[DNAFieldAttribute(14, "uchar", "lineart_flags", 1)]
[DNAFieldAttribute(14, "uchar", "lineart_flags", "uchar", 1)]
public byte lineart_flags;
[DNAFieldAttribute(15, "uchar", "lineart_intersection_mask", 1)]
[DNAFieldAttribute(15, "uchar", "lineart_intersection_mask", "uchar", 1)]
public byte lineart_intersection_mask;
[DNAFieldAttribute(16, "uchar", "lineart_intersection_priority", 1)]
[DNAFieldAttribute(16, "uchar", "lineart_intersection_priority", "uchar", 1)]
public byte lineart_intersection_priority;
[DNAFieldAttribute(17, "ViewLayer", "*view_layer", 336)]
[DNAFieldAttribute(17, "ViewLayer", "*view_layer", "ViewLayer", 336)]
public ViewLayer ptr_view_layer;
[DNAFieldAttribute(18, "Collection_Runtime", "runtime", 64)]
[DNAFieldAttribute(18, "Collection_Runtime", "runtime", "Collection_Runtime", 64)]
public Collection_Runtime runtime;
public Collection() {
this.id = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(160, "CollectionChild")]
public class CollectionChild {
[DNAFieldAttribute(0, "CollectionChild", "*next", 32)]
[DNAFieldAttribute(0, "CollectionChild", "*next", "CollectionChild", 32)]
public CollectionChild ptr_next;
[DNAFieldAttribute(1, "CollectionChild", "*prev", 32)]
[DNAFieldAttribute(1, "CollectionChild", "*prev", "CollectionChild", 32)]
public CollectionChild ptr_prev;
[DNAFieldAttribute(2, "Collection", "*collection", 376)]
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 376)]
public Collection ptr_collection;
[DNAFieldAttribute(3, "CollectionLightLinking", "light_linking", 4)]
[DNAFieldAttribute(3, "CollectionLightLinking", "light_linking", "CollectionLightLinking", 4)]
public CollectionLightLinking light_linking;
[DNAFieldAttribute(4, "int", "_pad", 4)]
[DNAFieldAttribute(4, "int", "_pad", "int", 4)]
public int _pad;
public CollectionChild() {
this.ptr_next = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(161, "CollectionExport")]
public class CollectionExport {
[DNAFieldAttribute(0, "CollectionExport", "*next", 160)]
[DNAFieldAttribute(0, "CollectionExport", "*next", "CollectionExport", 160)]
public CollectionExport ptr_next;
[DNAFieldAttribute(1, "CollectionExport", "*prev", 160)]
[DNAFieldAttribute(1, "CollectionExport", "*prev", "CollectionExport", 160)]
public CollectionExport ptr_prev;
[DNAFieldAttribute(2, "char", "fh_idname[64]", 1)]
[DNAFieldAttribute(2, "char", "fh_idname[64]", "System.Char[]", 1)]
public char[] fh_idname = new System.Char[64];
[DNAFieldAttribute(3, "char", "name[64]", 1)]
[DNAFieldAttribute(3, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "IDProperty", "*export_properties", 136)]
[DNAFieldAttribute(4, "IDProperty", "*export_properties", "IDProperty", 136)]
public IDProperty ptr_export_properties;
[DNAFieldAttribute(5, "int", "flag", 4)]
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(6, "int", "_pad0", 4)]
[DNAFieldAttribute(6, "int", "_pad0", "int", 4)]
public int _pad0;
public CollectionExport() {
this.ptr_next = default;

View File

@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
[DNAClassAttribute(158, "CollectionLightLinking")]
public struct CollectionLightLinking {
[DNAFieldAttribute(0, "uchar", "link_state", 1)]
[DNAFieldAttribute(0, "uchar", "link_state", "uchar", 1)]
public byte link_state;
[DNAFieldAttribute(1, "uchar", "_pad[3]", 1)]
[DNAFieldAttribute(1, "uchar", "_pad[3]", "System.Byte[]", 1)]
public byte[] _pad = new System.Byte[3];
public CollectionLightLinking() {
this.link_state = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(159, "CollectionObject")]
public class CollectionObject {
[DNAFieldAttribute(0, "CollectionObject", "*next", 32)]
[DNAFieldAttribute(0, "CollectionObject", "*next", "CollectionObject", 32)]
public CollectionObject ptr_next;
[DNAFieldAttribute(1, "CollectionObject", "*prev", 32)]
[DNAFieldAttribute(1, "CollectionObject", "*prev", "CollectionObject", 32)]
public CollectionObject ptr_prev;
[DNAFieldAttribute(2, "Object", "*ob", 1160)]
[DNAFieldAttribute(2, "Object", "*ob", "Object", 1160)]
public Object ptr_ob;
[DNAFieldAttribute(3, "CollectionLightLinking", "light_linking", 4)]
[DNAFieldAttribute(3, "CollectionLightLinking", "light_linking", "CollectionLightLinking", 4)]
public CollectionLightLinking light_linking;
[DNAFieldAttribute(4, "int", "_pad", 4)]
[DNAFieldAttribute(4, "int", "_pad", "int", 4)]
public int _pad;
public CollectionObject() {
this.ptr_next = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(162, "Collection_Runtime")]
public class Collection_Runtime {
[DNAFieldAttribute(0, "ListBase", "object_cache", 16)]
[DNAFieldAttribute(0, "ListBase", "object_cache", "ListBase", 16)]
public ListBase object_cache;
[DNAFieldAttribute(1, "ListBase", "object_cache_instanced", 16)]
[DNAFieldAttribute(1, "ListBase", "object_cache_instanced", "ListBase", 16)]
public ListBase object_cache_instanced;
[DNAFieldAttribute(2, "ListBase", "parents", 16)]
[DNAFieldAttribute(2, "ListBase", "parents", "ListBase", 16)]
public ListBase parents;
[DNAFieldAttribute(3, "GHash", "*gobject_hash", 0)]
[DNAFieldAttribute(3, "GHash", "*gobject_hash", "GHash", 0)]
public GHash ptr_gobject_hash;
[DNAFieldAttribute(4, "uchar", "tag", 1)]
[DNAFieldAttribute(4, "uchar", "tag", "uchar", 1)]
public byte tag;
[DNAFieldAttribute(5, "char", "_pad0[7]", 1)]
[DNAFieldAttribute(5, "char", "_pad0[7]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[7];
public Collection_Runtime() {
this.object_cache = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(468, "CollisionModifierData")]
public class CollisionModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(8, "int", "mvert_num", 4)]
[DNAFieldAttribute(8, "int", "mvert_num", "int", 4)]
public int mvert_num;
[DNAFieldAttribute(9, "int", "tri_num", 4)]
[DNAFieldAttribute(9, "int", "tri_num", "int", 4)]
public int tri_num;
[DNAFieldAttribute(10, "float", "time_x", 4)]
[DNAFieldAttribute(10, "float", "time_x", "float", 4)]
public float time_x;
[DNAFieldAttribute(11, "float", "time_xnew", 4)]
[DNAFieldAttribute(11, "float", "time_xnew", "float", 4)]
public float time_xnew;
[DNAFieldAttribute(12, "char", "is_static", 1)]
[DNAFieldAttribute(12, "char", "is_static", "char", 1)]
public char is_static;
[DNAFieldAttribute(13, "char", "_pad[7]", 1)]
[DNAFieldAttribute(13, "char", "_pad[7]", "System.Char[]", 1)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(14, "BVHTree", "*bvhtree", 0)]
[DNAFieldAttribute(14, "BVHTree", "*bvhtree", "BVHTree", 0)]
public BVHTree ptr_bvhtree;
public CollisionModifierData() {
this.modifier = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(905, "ColorBalanceModifierData")]
public struct ColorBalanceModifierData {
[DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)]
[DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)]
public SequenceModifierData modifier;
[DNAFieldAttribute(1, "StripColorBalance", "color_balance", 84)]
[DNAFieldAttribute(1, "StripColorBalance", "color_balance", "StripColorBalance", 84)]
public StripColorBalance color_balance;
[DNAFieldAttribute(2, "float", "color_multiply", 4)]
[DNAFieldAttribute(2, "float", "color_multiply", "float", 4)]
public float color_multiply;
public ColorBalanceModifierData() {
this.modifier = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(134, "ColorBand")]
public struct ColorBand {
[DNAFieldAttribute(0, "short", "tot", 2)]
[DNAFieldAttribute(0, "short", "tot", "short", 2)]
public short tot;
[DNAFieldAttribute(1, "short", "cur", 2)]
[DNAFieldAttribute(1, "short", "cur", "short", 2)]
public short cur;
[DNAFieldAttribute(2, "char", "ipotype", 1)]
[DNAFieldAttribute(2, "char", "ipotype", "char", 1)]
public char ipotype;
[DNAFieldAttribute(3, "char", "ipotype_hue", 1)]
[DNAFieldAttribute(3, "char", "ipotype_hue", "char", 1)]
public char ipotype_hue;
[DNAFieldAttribute(4, "char", "color_mode", 1)]
[DNAFieldAttribute(4, "char", "color_mode", "char", 1)]
public char color_mode;
[DNAFieldAttribute(5, "char", "_pad[1]", 1)]
[DNAFieldAttribute(5, "char", "_pad[1]", "System.Char[]", 1)]
public char[] _pad = new System.Char[1];
[DNAFieldAttribute(6, "CBData", "data[32]", 24)]
[DNAFieldAttribute(6, "CBData", "data[32]", "CBData[]", 24)]
public CBData[] data = new CBData[32];
public ColorBand() {
this.tot = default;

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(602, "ColorCorrectionData")]
public struct ColorCorrectionData {
[DNAFieldAttribute(0, "float", "saturation", 4)]
[DNAFieldAttribute(0, "float", "saturation", "float", 4)]
public float saturation;
[DNAFieldAttribute(1, "float", "contrast", 4)]
[DNAFieldAttribute(1, "float", "contrast", "float", 4)]
public float contrast;
[DNAFieldAttribute(2, "float", "gamma", 4)]
[DNAFieldAttribute(2, "float", "gamma", "float", 4)]
public float gamma;
[DNAFieldAttribute(3, "float", "gain", 4)]
[DNAFieldAttribute(3, "float", "gain", "float", 4)]
public float gain;
[DNAFieldAttribute(4, "float", "lift", 4)]
[DNAFieldAttribute(4, "float", "lift", "float", 4)]
public float lift;
[DNAFieldAttribute(5, "char", "_pad[4]", 1)]
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public ColorCorrectionData() {
this.saturation = default;

View File

@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
[DNAClassAttribute(281, "ColorGpencilModifierData")]
public class ColorGpencilModifierData {
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)]
[DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)]
public GpencilModifierData modifier;
[DNAFieldAttribute(1, "Material", "*material", 392)]
[DNAFieldAttribute(1, "Material", "*material", "Material", 392)]
public Material ptr_material;
[DNAFieldAttribute(2, "char", "layername[64]", 1)]
[DNAFieldAttribute(2, "char", "layername[64]", "System.Char[]", 1)]
public char[] layername = new System.Char[64];
[DNAFieldAttribute(3, "char", "materialname[64]", 1)]
[DNAFieldAttribute(3, "char", "materialname[64]", "System.Char[]", 1)]
public char[] materialname = new System.Char[64];
[DNAFieldAttribute(4, "int", "pass_index", 4)]
[DNAFieldAttribute(4, "int", "pass_index", "int", 4)]
public int pass_index;
[DNAFieldAttribute(5, "int", "flag", 4)]
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(6, "float", "hsv[3]", 4)]
[DNAFieldAttribute(6, "float", "hsv[3]", "System.Single[]", 4)]
public float[] hsv = new System.Single[3];
[DNAFieldAttribute(7, "char", "modify_color", 1)]
[DNAFieldAttribute(7, "char", "modify_color", "char", 1)]
public char modify_color;
[DNAFieldAttribute(8, "char", "_pad[3]", 1)]
[DNAFieldAttribute(8, "char", "_pad[3]", "System.Char[]", 1)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(9, "int", "layer_pass", 4)]
[DNAFieldAttribute(9, "int", "layer_pass", "int", 4)]
public int layer_pass;
[DNAFieldAttribute(10, "char", "_pad1[4]", 1)]
[DNAFieldAttribute(10, "char", "_pad1[4]", "System.Char[]", 1)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(11, "CurveMapping", "*curve_intensity", 424)]
[DNAFieldAttribute(11, "CurveMapping", "*curve_intensity", "CurveMapping", 424)]
public CurveMapping ptr_curve_intensity;
public ColorGpencilModifierData() {
this.modifier = default;

View File

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(170, "ColorManagedColorspaceSettings")]
public struct ColorManagedColorspaceSettings {
[DNAFieldAttribute(0, "char", "name[64]", 1)]
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
public ColorManagedColorspaceSettings() {
this.name = default;

View File

@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
[DNAClassAttribute(169, "ColorManagedDisplaySettings")]
public struct ColorManagedDisplaySettings {
[DNAFieldAttribute(0, "char", "display_device[64]", 1)]
[DNAFieldAttribute(0, "char", "display_device[64]", "System.Char[]", 1)]
public char[] display_device = new System.Char[64];
public ColorManagedDisplaySettings() {
this.display_device = default;

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(168, "ColorManagedViewSettings")]
public class ColorManagedViewSettings {
[DNAFieldAttribute(0, "int", "flag", 4)]
[DNAFieldAttribute(0, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(1, "char", "_pad[4]", 1)]
[DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(2, "char", "look[64]", 1)]
[DNAFieldAttribute(2, "char", "look[64]", "System.Char[]", 1)]
public char[] look = new System.Char[64];
[DNAFieldAttribute(3, "char", "view_transform[64]", 1)]
[DNAFieldAttribute(3, "char", "view_transform[64]", "System.Char[]", 1)]
public char[] view_transform = new System.Char[64];
[DNAFieldAttribute(4, "float", "exposure", 4)]
[DNAFieldAttribute(4, "float", "exposure", "float", 4)]
public float exposure;
[DNAFieldAttribute(5, "float", "gamma", 4)]
[DNAFieldAttribute(5, "float", "gamma", "float", 4)]
public float gamma;
[DNAFieldAttribute(6, "float", "temperature", 4)]
[DNAFieldAttribute(6, "float", "temperature", "float", 4)]
public float temperature;
[DNAFieldAttribute(7, "float", "tint", 4)]
[DNAFieldAttribute(7, "float", "tint", "float", 4)]
public float tint;
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", 424)]
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", "CurveMapping", 424)]
public CurveMapping ptr_curve_mapping;
[DNAFieldAttribute(9, "void", "*_pad2", 0)]
[DNAFieldAttribute(9, "void", "*_pad2", "void", 0)]
public object ptr__pad2;
public ColorManagedViewSettings() {
this.flag = default;

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(636, "ColorMapping")]
public struct ColorMapping {
[DNAFieldAttribute(0, "ColorBand", "coba", 776)]
[DNAFieldAttribute(0, "ColorBand", "coba", "ColorBand", 776)]
public ColorBand coba;
[DNAFieldAttribute(1, "float", "bright", 4)]
[DNAFieldAttribute(1, "float", "bright", "float", 4)]
public float bright;
[DNAFieldAttribute(2, "float", "contrast", 4)]
[DNAFieldAttribute(2, "float", "contrast", "float", 4)]
public float contrast;
[DNAFieldAttribute(3, "float", "saturation", 4)]
[DNAFieldAttribute(3, "float", "saturation", "float", 4)]
public float saturation;
[DNAFieldAttribute(4, "int", "flag", 4)]
[DNAFieldAttribute(4, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(5, "float", "blend_color[3]", 4)]
[DNAFieldAttribute(5, "float", "blend_color[3]", "System.Single[]", 4)]
public float[] blend_color = new System.Single[3];
[DNAFieldAttribute(6, "float", "blend_factor", 4)]
[DNAFieldAttribute(6, "float", "blend_factor", "float", 4)]
public float blend_factor;
[DNAFieldAttribute(7, "int", "blend_type", 4)]
[DNAFieldAttribute(7, "int", "blend_type", "int", 4)]
public int blend_type;
[DNAFieldAttribute(8, "char", "_pad[4]", 1)]
[DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public ColorMapping() {
this.coba = default;

View File

@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
[DNAClassAttribute(903, "ColorMixVars")]
public struct ColorMixVars {
[DNAFieldAttribute(0, "int", "blend_effect", 4)]
[DNAFieldAttribute(0, "int", "blend_effect", "int", 4)]
public int blend_effect;
[DNAFieldAttribute(1, "float", "factor", 4)]
[DNAFieldAttribute(1, "float", "factor", "float", 4)]
public float factor;
public ColorMixVars() {
this.blend_effect = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(918, "ColorizeShaderFxData")]
public struct ColorizeShaderFxData {
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)]
[DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)]
public ShaderFxData shaderfx;
[DNAFieldAttribute(1, "int", "mode", 4)]
[DNAFieldAttribute(1, "int", "mode", "int", 4)]
public int mode;
[DNAFieldAttribute(2, "float", "low_color[4]", 4)]
[DNAFieldAttribute(2, "float", "low_color[4]", "System.Single[]", 4)]
public float[] low_color = new System.Single[4];
[DNAFieldAttribute(3, "float", "high_color[4]", 4)]
[DNAFieldAttribute(3, "float", "high_color[4]", "System.Single[]", 4)]
public float[] high_color = new System.Single[4];
[DNAFieldAttribute(4, "float", "factor", 4)]
[DNAFieldAttribute(4, "float", "factor", "float", 4)]
public float factor;
[DNAFieldAttribute(5, "int", "flag", 4)]
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(6, "char", "_pad[4]", 1)]
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(7, "ShaderFxData_Runtime", "runtime", 40)]
[DNAFieldAttribute(7, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)]
public ShaderFxData_Runtime runtime;
public ColorizeShaderFxData() {
this.shaderfx = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(959, "ConsoleLine")]
public class ConsoleLine {
[DNAFieldAttribute(0, "ConsoleLine", "*next", 40)]
[DNAFieldAttribute(0, "ConsoleLine", "*next", "ConsoleLine", 40)]
public ConsoleLine ptr_next;
[DNAFieldAttribute(1, "ConsoleLine", "*prev", 40)]
[DNAFieldAttribute(1, "ConsoleLine", "*prev", "ConsoleLine", 40)]
public ConsoleLine ptr_prev;
[DNAFieldAttribute(2, "int", "len_alloc", 4)]
[DNAFieldAttribute(2, "int", "len_alloc", "int", 4)]
public int len_alloc;
[DNAFieldAttribute(3, "int", "len", 4)]
[DNAFieldAttribute(3, "int", "len", "int", 4)]
public int len;
[DNAFieldAttribute(4, "char", "*line", 1)]
[DNAFieldAttribute(4, "char", "*line", "char", 1)]
public char ptr_line;
[DNAFieldAttribute(5, "int", "cursor", 4)]
[DNAFieldAttribute(5, "int", "cursor", "int", 4)]
public int cursor;
[DNAFieldAttribute(6, "int", "type", 4)]
[DNAFieldAttribute(6, "int", "type", "int", 4)]
public int type;
public ConsoleLine() {
this.ptr_next = default;

View File

@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(500, "CorrectiveSmoothDeltaCache")]
public class CorrectiveSmoothDeltaCache {
[DNAFieldAttribute(1, "int", "deltas_num", 4)]
[DNAFieldAttribute(1, "int", "deltas_num", "int", 4)]
public int deltas_num;
[DNAFieldAttribute(2, "float", "lambda", 4)]
[DNAFieldAttribute(2, "float", "lambda", "float", 4)]
public float lambda;
[DNAFieldAttribute(3, "float", "scale", 4)]
[DNAFieldAttribute(3, "float", "scale", "float", 4)]
public float scale;
[DNAFieldAttribute(4, "short", "repeat", 2)]
[DNAFieldAttribute(4, "short", "repeat", "short", 2)]
public short repeat;
[DNAFieldAttribute(5, "short", "flag", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(6, "char", "smooth_type", 1)]
[DNAFieldAttribute(6, "char", "smooth_type", "char", 1)]
public char smooth_type;
[DNAFieldAttribute(7, "char", "rest_source", 1)]
[DNAFieldAttribute(7, "char", "rest_source", "char", 1)]
public char rest_source;
[DNAFieldAttribute(8, "char", "_pad[6]", 1)]
[DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public CorrectiveSmoothDeltaCache() {
this.deltas_num = default;

View File

@@ -15,27 +15,27 @@ namespace BlendFile.DNA {
[DNAClassAttribute(501, "CorrectiveSmoothModifierData")]
public class CorrectiveSmoothModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(2, "int", "bind_coords_num", 4)]
[DNAFieldAttribute(2, "int", "bind_coords_num", "int", 4)]
public int bind_coords_num;
[DNAFieldAttribute(3, "float", "lambda", 4)]
[DNAFieldAttribute(3, "float", "lambda", "float", 4)]
public float lambda;
[DNAFieldAttribute(4, "float", "scale", 4)]
[DNAFieldAttribute(4, "float", "scale", "float", 4)]
public float scale;
[DNAFieldAttribute(5, "short", "repeat", 2)]
[DNAFieldAttribute(5, "short", "repeat", "short", 2)]
public short repeat;
[DNAFieldAttribute(6, "short", "flag", 2)]
[DNAFieldAttribute(6, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(7, "char", "smooth_type", 1)]
[DNAFieldAttribute(7, "char", "smooth_type", "char", 1)]
public char smooth_type;
[DNAFieldAttribute(8, "char", "rest_source", 1)]
[DNAFieldAttribute(8, "char", "rest_source", "char", 1)]
public char rest_source;
[DNAFieldAttribute(9, "char", "_pad[6]", 1)]
[DNAFieldAttribute(9, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
[DNAFieldAttribute(10, "char", "defgrp_name[64]", 1)]
[DNAFieldAttribute(10, "char", "defgrp_name[64]", "System.Char[]", 1)]
public char[] defgrp_name = new System.Char[64];
[DNAFieldAttribute(11, "CorrectiveSmoothDeltaCache", "delta_cache", 32)]
[DNAFieldAttribute(11, "CorrectiveSmoothDeltaCache", "delta_cache", "CorrectiveSmoothDeltaCache", 32)]
public CorrectiveSmoothDeltaCache delta_cache;
public CorrectiveSmoothModifierData() {
this.modifier = default;

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(669, "CryptomatteEntry")]
public class CryptomatteEntry {
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", 88)]
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", "CryptomatteEntry", 88)]
public CryptomatteEntry ptr_next;
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", 88)]
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", "CryptomatteEntry", 88)]
public CryptomatteEntry ptr_prev;
[DNAFieldAttribute(2, "float", "encoded_hash", 4)]
[DNAFieldAttribute(2, "float", "encoded_hash", "float", 4)]
public float encoded_hash;
[DNAFieldAttribute(3, "char", "name[64]", 1)]
[DNAFieldAttribute(3, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(4, "char", "_pad[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
public CryptomatteEntry() {
this.ptr_next = default;

View File

@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
[DNAClassAttribute(670, "CryptomatteLayer")]
public class CryptomatteLayer {
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", 88)]
[DNAFieldAttribute(0, "CryptomatteEntry", "*next", "CryptomatteEntry", 88)]
public CryptomatteEntry ptr_next;
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", 88)]
[DNAFieldAttribute(1, "CryptomatteEntry", "*prev", "CryptomatteEntry", 88)]
public CryptomatteEntry ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
public CryptomatteLayer() {
this.ptr_next = default;

View File

@@ -15,159 +15,159 @@ namespace BlendFile.DNA {
[DNAClassAttribute(210, "Curve")]
public class Curve {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "ListBase", "nurb", 16)]
[DNAFieldAttribute(2, "ListBase", "nurb", "ListBase", 16)]
public ListBase nurb;
[DNAFieldAttribute(3, "EditNurb", "*editnurb", 0)]
[DNAFieldAttribute(3, "EditNurb", "*editnurb", "EditNurb", 0)]
public EditNurb ptr_editnurb;
[DNAFieldAttribute(4, "Object", "*bevobj", 1160)]
[DNAFieldAttribute(4, "Object", "*bevobj", "Object", 1160)]
public Object ptr_bevobj;
[DNAFieldAttribute(5, "Object", "*taperobj", 1160)]
[DNAFieldAttribute(5, "Object", "*taperobj", "Object", 1160)]
public Object ptr_taperobj;
[DNAFieldAttribute(6, "Object", "*textoncurve", 1160)]
[DNAFieldAttribute(6, "Object", "*textoncurve", "Object", 1160)]
public Object ptr_textoncurve;
[DNAFieldAttribute(7, "Ipo", "*ipo", 248)]
[DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 248)]
public Ipo ptr_ipo;
[DNAFieldAttribute(8, "Key", "*key", 312)]
[DNAFieldAttribute(8, "Key", "*key", "Key", 312)]
public Key ptr_key;
[DNAFieldAttribute(9, "Material", "**mat", 392)]
[DNAFieldAttribute(9, "Material", "**mat", "Material", 392)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(10, "CurveProfile", "*bevel_profile", 72)]
[DNAFieldAttribute(10, "CurveProfile", "*bevel_profile", "CurveProfile", 72)]
public CurveProfile ptr_bevel_profile;
[DNAFieldAttribute(11, "float", "loc[3]", 4)]
[DNAFieldAttribute(11, "float", "loc[3]", "System.Single[]", 4)]
public float[] loc = new System.Single[3];
[DNAFieldAttribute(12, "float", "size[3]", 4)]
[DNAFieldAttribute(12, "float", "size[3]", "System.Single[]", 4)]
public float[] size = new System.Single[3];
[DNAFieldAttribute(13, "short", "type", 2)]
[DNAFieldAttribute(13, "short", "type", "short", 2)]
public short type;
[DNAFieldAttribute(14, "char", "texflag", 1)]
[DNAFieldAttribute(14, "char", "texflag", "char", 1)]
public char texflag;
[DNAFieldAttribute(15, "char", "_pad0[7]", 1)]
[DNAFieldAttribute(15, "char", "_pad0[7]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[7];
[DNAFieldAttribute(16, "short", "twist_mode", 2)]
[DNAFieldAttribute(16, "short", "twist_mode", "short", 2)]
public short twist_mode;
[DNAFieldAttribute(17, "float", "twist_smooth", 4)]
[DNAFieldAttribute(17, "float", "twist_smooth", "float", 4)]
public float twist_smooth;
[DNAFieldAttribute(18, "float", "smallcaps_scale", 4)]
[DNAFieldAttribute(18, "float", "smallcaps_scale", "float", 4)]
public float smallcaps_scale;
[DNAFieldAttribute(19, "int", "pathlen", 4)]
[DNAFieldAttribute(19, "int", "pathlen", "int", 4)]
public int pathlen;
[DNAFieldAttribute(20, "short", "bevresol", 2)]
[DNAFieldAttribute(20, "short", "bevresol", "short", 2)]
public short bevresol;
[DNAFieldAttribute(21, "short", "totcol", 2)]
[DNAFieldAttribute(21, "short", "totcol", "short", 2)]
public short totcol;
[DNAFieldAttribute(22, "int", "flag", 4)]
[DNAFieldAttribute(22, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(23, "float", "width", 4)]
[DNAFieldAttribute(23, "float", "width", "float", 4)]
public float width;
[DNAFieldAttribute(24, "float", "ext1", 4)]
[DNAFieldAttribute(24, "float", "ext1", "float", 4)]
public float ext1;
[DNAFieldAttribute(25, "float", "ext2", 4)]
[DNAFieldAttribute(25, "float", "ext2", "float", 4)]
public float ext2;
[DNAFieldAttribute(26, "short", "resolu", 2)]
[DNAFieldAttribute(26, "short", "resolu", "short", 2)]
public short resolu;
[DNAFieldAttribute(27, "short", "resolv", 2)]
[DNAFieldAttribute(27, "short", "resolv", "short", 2)]
public short resolv;
[DNAFieldAttribute(28, "short", "resolu_ren", 2)]
[DNAFieldAttribute(28, "short", "resolu_ren", "short", 2)]
public short resolu_ren;
[DNAFieldAttribute(29, "short", "resolv_ren", 2)]
[DNAFieldAttribute(29, "short", "resolv_ren", "short", 2)]
public short resolv_ren;
[DNAFieldAttribute(30, "int", "actnu", 4)]
[DNAFieldAttribute(30, "int", "actnu", "int", 4)]
public int actnu;
[DNAFieldAttribute(31, "int", "actvert", 4)]
[DNAFieldAttribute(31, "int", "actvert", "int", 4)]
public int actvert;
[DNAFieldAttribute(32, "char", "overflow", 1)]
[DNAFieldAttribute(32, "char", "overflow", "char", 1)]
public char overflow;
[DNAFieldAttribute(33, "char", "spacemode", 1)]
[DNAFieldAttribute(33, "char", "spacemode", "char", 1)]
public char spacemode;
[DNAFieldAttribute(34, "char", "align_y", 1)]
[DNAFieldAttribute(34, "char", "align_y", "char", 1)]
public char align_y;
[DNAFieldAttribute(35, "char", "bevel_mode", 1)]
[DNAFieldAttribute(35, "char", "bevel_mode", "char", 1)]
public char bevel_mode;
[DNAFieldAttribute(36, "char", "taper_radius_mode", 1)]
[DNAFieldAttribute(36, "char", "taper_radius_mode", "char", 1)]
public char taper_radius_mode;
[DNAFieldAttribute(37, "char", "_pad", 1)]
[DNAFieldAttribute(37, "char", "_pad", "char", 1)]
public char _pad;
[DNAFieldAttribute(38, "short", "lines", 2)]
[DNAFieldAttribute(38, "short", "lines", "short", 2)]
public short lines;
[DNAFieldAttribute(39, "float", "spacing", 4)]
[DNAFieldAttribute(39, "float", "spacing", "float", 4)]
public float spacing;
[DNAFieldAttribute(40, "float", "linedist", 4)]
[DNAFieldAttribute(40, "float", "linedist", "float", 4)]
public float linedist;
[DNAFieldAttribute(41, "float", "shear", 4)]
[DNAFieldAttribute(41, "float", "shear", "float", 4)]
public float shear;
[DNAFieldAttribute(42, "float", "fsize", 4)]
[DNAFieldAttribute(42, "float", "fsize", "float", 4)]
public float fsize;
[DNAFieldAttribute(43, "float", "wordspace", 4)]
[DNAFieldAttribute(43, "float", "wordspace", "float", 4)]
public float wordspace;
[DNAFieldAttribute(44, "float", "ulpos", 4)]
[DNAFieldAttribute(44, "float", "ulpos", "float", 4)]
public float ulpos;
[DNAFieldAttribute(45, "float", "ulheight", 4)]
[DNAFieldAttribute(45, "float", "ulheight", "float", 4)]
public float ulheight;
[DNAFieldAttribute(46, "float", "xof", 4)]
[DNAFieldAttribute(46, "float", "xof", "float", 4)]
public float xof;
[DNAFieldAttribute(47, "float", "yof", 4)]
[DNAFieldAttribute(47, "float", "yof", "float", 4)]
public float yof;
[DNAFieldAttribute(48, "float", "linewidth", 4)]
[DNAFieldAttribute(48, "float", "linewidth", "float", 4)]
public float linewidth;
[DNAFieldAttribute(49, "int", "pos", 4)]
[DNAFieldAttribute(49, "int", "pos", "int", 4)]
public int pos;
[DNAFieldAttribute(50, "int", "selstart", 4)]
[DNAFieldAttribute(50, "int", "selstart", "int", 4)]
public int selstart;
[DNAFieldAttribute(51, "int", "selend", 4)]
[DNAFieldAttribute(51, "int", "selend", "int", 4)]
public int selend;
[DNAFieldAttribute(52, "int", "len_wchar", 4)]
[DNAFieldAttribute(52, "int", "len_wchar", "int", 4)]
public int len_wchar;
[DNAFieldAttribute(53, "int", "len", 4)]
[DNAFieldAttribute(53, "int", "len", "int", 4)]
public int len;
[DNAFieldAttribute(54, "char", "*str", 1)]
[DNAFieldAttribute(54, "char", "*str", "char", 1)]
public char ptr_str;
[DNAFieldAttribute(55, "EditFont", "*editfont", 0)]
[DNAFieldAttribute(55, "EditFont", "*editfont", "EditFont", 0)]
public EditFont ptr_editfont;
[DNAFieldAttribute(56, "char", "family[64]", 1)]
[DNAFieldAttribute(56, "char", "family[64]", "System.Char[]", 1)]
public char[] family = new System.Char[64];
[DNAFieldAttribute(57, "VFont", "*vfont", 1256)]
[DNAFieldAttribute(57, "VFont", "*vfont", "VFont", 1256)]
public VFont ptr_vfont;
[DNAFieldAttribute(58, "VFont", "*vfontb", 1256)]
[DNAFieldAttribute(58, "VFont", "*vfontb", "VFont", 1256)]
public VFont ptr_vfontb;
[DNAFieldAttribute(59, "VFont", "*vfonti", 1256)]
[DNAFieldAttribute(59, "VFont", "*vfonti", "VFont", 1256)]
public VFont ptr_vfonti;
[DNAFieldAttribute(60, "VFont", "*vfontbi", 1256)]
[DNAFieldAttribute(60, "VFont", "*vfontbi", "VFont", 1256)]
public VFont ptr_vfontbi;
[DNAFieldAttribute(61, "TextBox", "*tb", 16)]
[DNAFieldAttribute(61, "TextBox", "*tb", "TextBox", 16)]
public TextBox ptr_tb;
[DNAFieldAttribute(62, "int", "totbox", 4)]
[DNAFieldAttribute(62, "int", "totbox", "int", 4)]
public int totbox;
[DNAFieldAttribute(63, "int", "actbox", 4)]
[DNAFieldAttribute(63, "int", "actbox", "int", 4)]
public int actbox;
[DNAFieldAttribute(64, "CharInfo", "*strinfo", 8)]
[DNAFieldAttribute(64, "CharInfo", "*strinfo", "CharInfo", 8)]
public CharInfo ptr_strinfo;
[DNAFieldAttribute(65, "CharInfo", "curinfo", 8)]
[DNAFieldAttribute(65, "CharInfo", "curinfo", "CharInfo", 8)]
public CharInfo curinfo;
[DNAFieldAttribute(66, "float", "ctime", 4)]
[DNAFieldAttribute(66, "float", "ctime", "float", 4)]
public float ctime;
[DNAFieldAttribute(67, "float", "bevfac1", 4)]
[DNAFieldAttribute(67, "float", "bevfac1", "float", 4)]
public float bevfac1;
[DNAFieldAttribute(68, "float", "bevfac2", 4)]
[DNAFieldAttribute(68, "float", "bevfac2", "float", 4)]
public float bevfac2;
[DNAFieldAttribute(69, "char", "bevfac1_mapping", 1)]
[DNAFieldAttribute(69, "char", "bevfac1_mapping", "char", 1)]
public char bevfac1_mapping;
[DNAFieldAttribute(70, "char", "bevfac2_mapping", 1)]
[DNAFieldAttribute(70, "char", "bevfac2_mapping", "char", 1)]
public char bevfac2_mapping;
[DNAFieldAttribute(71, "char", "_pad2[6]", 1)]
[DNAFieldAttribute(71, "char", "_pad2[6]", "System.Char[]", 1)]
public char[] _pad2 = new System.Char[6];
[DNAFieldAttribute(72, "float", "fsize_realtime", 4)]
[DNAFieldAttribute(72, "float", "fsize_realtime", "float", 4)]
public float fsize_realtime;
[DNAFieldAttribute(73, "Curves", "*curve_eval", 808)]
[DNAFieldAttribute(73, "Curves", "*curve_eval", "Curves", 808)]
public Curves ptr_curve_eval;
[DNAFieldAttribute(74, "char", "edit_data_from_original", 1)]
[DNAFieldAttribute(74, "char", "edit_data_from_original", "char", 1)]
public char edit_data_from_original;
[DNAFieldAttribute(75, "char", "_pad3[7]", 1)]
[DNAFieldAttribute(75, "char", "_pad3[7]", "System.Char[]", 1)]
public char[] _pad3 = new System.Char[7];
[DNAFieldAttribute(76, "void", "*batch_cache", 0)]
[DNAFieldAttribute(76, "void", "*batch_cache", "void", 0)]
public object ptr_batch_cache;
public Curve() {
this.id = default;

View File

@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
[DNAClassAttribute(165, "CurveMap")]
public class CurveMap {
[DNAFieldAttribute(0, "short", "totpoint", 2)]
[DNAFieldAttribute(0, "short", "totpoint", "short", 2)]
public short totpoint;
[DNAFieldAttribute(1, "short", "flag", 2)]
[DNAFieldAttribute(1, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(2, "float", "range", 4)]
[DNAFieldAttribute(2, "float", "range", "float", 4)]
public float range;
[DNAFieldAttribute(3, "float", "mintable", 4)]
[DNAFieldAttribute(3, "float", "mintable", "float", 4)]
public float mintable;
[DNAFieldAttribute(4, "float", "maxtable", 4)]
[DNAFieldAttribute(4, "float", "maxtable", "float", 4)]
public float maxtable;
[DNAFieldAttribute(5, "float", "ext_in[2]", 4)]
[DNAFieldAttribute(5, "float", "ext_in[2]", "System.Single[]", 4)]
public float[] ext_in = new System.Single[2];
[DNAFieldAttribute(6, "float", "ext_out[2]", 4)]
[DNAFieldAttribute(6, "float", "ext_out[2]", "System.Single[]", 4)]
public float[] ext_out = new System.Single[2];
[DNAFieldAttribute(7, "CurveMapPoint", "*curve", 12)]
[DNAFieldAttribute(7, "CurveMapPoint", "*curve", "CurveMapPoint", 12)]
public CurveMapPoint ptr_curve;
[DNAFieldAttribute(8, "CurveMapPoint", "*table", 12)]
[DNAFieldAttribute(8, "CurveMapPoint", "*table", "CurveMapPoint", 12)]
public CurveMapPoint ptr_table;
[DNAFieldAttribute(9, "CurveMapPoint", "*premultable", 12)]
[DNAFieldAttribute(9, "CurveMapPoint", "*premultable", "CurveMapPoint", 12)]
public CurveMapPoint ptr_premultable;
[DNAFieldAttribute(10, "float", "premul_ext_in[2]", 4)]
[DNAFieldAttribute(10, "float", "premul_ext_in[2]", "System.Single[]", 4)]
public float[] premul_ext_in = new System.Single[2];
[DNAFieldAttribute(11, "float", "premul_ext_out[2]", 4)]
[DNAFieldAttribute(11, "float", "premul_ext_out[2]", "System.Single[]", 4)]
public float[] premul_ext_out = new System.Single[2];
[DNAFieldAttribute(12, "short", "default_handle_type", 2)]
[DNAFieldAttribute(12, "short", "default_handle_type", "short", 2)]
public short default_handle_type;
[DNAFieldAttribute(13, "char", "_pad[6]", 1)]
[DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public CurveMap() {
this.totpoint = default;

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(164, "CurveMapPoint")]
public struct CurveMapPoint {
[DNAFieldAttribute(0, "float", "x", 4)]
[DNAFieldAttribute(0, "float", "x", "float", 4)]
public float x;
[DNAFieldAttribute(1, "float", "y", 4)]
[DNAFieldAttribute(1, "float", "y", "float", 4)]
public float y;
[DNAFieldAttribute(2, "short", "flag", 2)]
[DNAFieldAttribute(2, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(3, "short", "shorty", 2)]
[DNAFieldAttribute(3, "short", "shorty", "short", 2)]
public short shorty;
public CurveMapPoint() {
this.x = default;

View File

@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(128, "CurveMapping")]
public struct CurveMapping {
[DNAFieldAttribute(0, "int", "flag", 4)]
[DNAFieldAttribute(0, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(1, "int", "cur", 4)]
[DNAFieldAttribute(1, "int", "cur", "int", 4)]
public int cur;
[DNAFieldAttribute(2, "int", "preset", 4)]
[DNAFieldAttribute(2, "int", "preset", "int", 4)]
public int preset;
[DNAFieldAttribute(3, "int", "changed_timestamp", 4)]
[DNAFieldAttribute(3, "int", "changed_timestamp", "int", 4)]
public int changed_timestamp;
[DNAFieldAttribute(4, "rctf", "curr", 16)]
[DNAFieldAttribute(4, "rctf", "curr", "rctf", 16)]
public rctf curr;
[DNAFieldAttribute(5, "rctf", "clipr", 16)]
[DNAFieldAttribute(5, "rctf", "clipr", "rctf", 16)]
public rctf clipr;
[DNAFieldAttribute(6, "CurveMap", "cm[4]", 80)]
[DNAFieldAttribute(6, "CurveMap", "cm[4]", "CurveMap[]", 80)]
public CurveMap[] cm = new CurveMap[4];
[DNAFieldAttribute(7, "float", "black[3]", 4)]
[DNAFieldAttribute(7, "float", "black[3]", "System.Single[]", 4)]
public float[] black = new System.Single[3];
[DNAFieldAttribute(8, "float", "white[3]", 4)]
[DNAFieldAttribute(8, "float", "white[3]", "System.Single[]", 4)]
public float[] white = new System.Single[3];
[DNAFieldAttribute(9, "float", "bwmul[3]", 4)]
[DNAFieldAttribute(9, "float", "bwmul[3]", "System.Single[]", 4)]
public float[] bwmul = new System.Single[3];
[DNAFieldAttribute(10, "float", "sample[3]", 4)]
[DNAFieldAttribute(10, "float", "sample[3]", "System.Single[]", 4)]
public float[] sample = new System.Single[3];
[DNAFieldAttribute(11, "short", "tone", 2)]
[DNAFieldAttribute(11, "short", "tone", "short", 2)]
public short tone;
[DNAFieldAttribute(12, "char", "_pad[6]", 1)]
[DNAFieldAttribute(12, "char", "_pad[6]", "System.Char[]", 1)]
public char[] _pad = new System.Char[6];
public CurveMapping() {
this.flag = default;

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(448, "CurveModifierData")]
public class CurveModifierData {
[DNAFieldAttribute(0, "ModifierData", "modifier", 120)]
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)]
public ModifierData modifier;
[DNAFieldAttribute(1, "Object", "*object", 1160)]
[DNAFieldAttribute(1, "Object", "*object", "Object", 1160)]
public Object ptr_object;
[DNAFieldAttribute(2, "char", "name[64]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "short", "defaxis", 2)]
[DNAFieldAttribute(3, "short", "defaxis", "short", 2)]
public short defaxis;
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "char", "_pad[4]", 1)]
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(6, "void", "*_pad1", 0)]
[DNAFieldAttribute(6, "void", "*_pad1", "void", 0)]
public object ptr__pad1;
public CurveModifierData() {
this.modifier = default;

View File

@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(825, "CurvePaintSettings")]
public struct CurvePaintSettings {
[DNAFieldAttribute(0, "char", "curve_type", 1)]
[DNAFieldAttribute(0, "char", "curve_type", "char", 1)]
public char curve_type;
[DNAFieldAttribute(1, "char", "flag", 1)]
[DNAFieldAttribute(1, "char", "flag", "char", 1)]
public char flag;
[DNAFieldAttribute(2, "char", "depth_mode", 1)]
[DNAFieldAttribute(2, "char", "depth_mode", "char", 1)]
public char depth_mode;
[DNAFieldAttribute(3, "char", "surface_plane", 1)]
[DNAFieldAttribute(3, "char", "surface_plane", "char", 1)]
public char surface_plane;
[DNAFieldAttribute(4, "char", "fit_method", 1)]
[DNAFieldAttribute(4, "char", "fit_method", "char", 1)]
public char fit_method;
[DNAFieldAttribute(5, "char", "_pad", 1)]
[DNAFieldAttribute(5, "char", "_pad", "char", 1)]
public char _pad;
[DNAFieldAttribute(6, "short", "error_threshold", 2)]
[DNAFieldAttribute(6, "short", "error_threshold", "short", 2)]
public short error_threshold;
[DNAFieldAttribute(7, "float", "radius_min", 4)]
[DNAFieldAttribute(7, "float", "radius_min", "float", 4)]
public float radius_min;
[DNAFieldAttribute(8, "float", "radius_max", 4)]
[DNAFieldAttribute(8, "float", "radius_max", "float", 4)]
public float radius_max;
[DNAFieldAttribute(9, "float", "radius_taper_start", 4)]
[DNAFieldAttribute(9, "float", "radius_taper_start", "float", 4)]
public float radius_taper_start;
[DNAFieldAttribute(10, "float", "radius_taper_end", 4)]
[DNAFieldAttribute(10, "float", "radius_taper_end", "float", 4)]
public float radius_taper_end;
[DNAFieldAttribute(11, "float", "surface_offset", 4)]
[DNAFieldAttribute(11, "float", "surface_offset", "float", 4)]
public float surface_offset;
[DNAFieldAttribute(12, "float", "corner_angle", 4)]
[DNAFieldAttribute(12, "float", "corner_angle", "float", 4)]
public float corner_angle;
public CurvePaintSettings() {
this.curve_type = default;

View File

@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(213, "CurveProfile")]
public class CurveProfile {
[DNAFieldAttribute(0, "short", "path_len", 2)]
[DNAFieldAttribute(0, "short", "path_len", "short", 2)]
public short path_len;
[DNAFieldAttribute(1, "short", "segments_len", 2)]
[DNAFieldAttribute(1, "short", "segments_len", "short", 2)]
public short segments_len;
[DNAFieldAttribute(2, "int", "preset", 4)]
[DNAFieldAttribute(2, "int", "preset", "int", 4)]
public int preset;
[DNAFieldAttribute(3, "CurveProfilePoint", "*path", 40)]
[DNAFieldAttribute(3, "CurveProfilePoint", "*path", "CurveProfilePoint", 40)]
public CurveProfilePoint ptr_path;
[DNAFieldAttribute(4, "CurveProfilePoint", "*table", 40)]
[DNAFieldAttribute(4, "CurveProfilePoint", "*table", "CurveProfilePoint", 40)]
public CurveProfilePoint ptr_table;
[DNAFieldAttribute(5, "CurveProfilePoint", "*segments", 40)]
[DNAFieldAttribute(5, "CurveProfilePoint", "*segments", "CurveProfilePoint", 40)]
public CurveProfilePoint ptr_segments;
[DNAFieldAttribute(6, "int", "flag", 4)]
[DNAFieldAttribute(6, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(7, "int", "changed_timestamp", 4)]
[DNAFieldAttribute(7, "int", "changed_timestamp", "int", 4)]
public int changed_timestamp;
[DNAFieldAttribute(8, "rctf", "view_rect", 16)]
[DNAFieldAttribute(8, "rctf", "view_rect", "rctf", 16)]
public rctf view_rect;
[DNAFieldAttribute(9, "rctf", "clip_rect", 16)]
[DNAFieldAttribute(9, "rctf", "clip_rect", "rctf", 16)]
public rctf clip_rect;
public CurveProfile() {
this.path_len = default;

View File

@@ -15,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(217, "CurveProfilePoint")]
public class CurveProfilePoint {
[DNAFieldAttribute(0, "float", "x", 4)]
[DNAFieldAttribute(0, "float", "x", "float", 4)]
public float x;
[DNAFieldAttribute(1, "float", "y", 4)]
[DNAFieldAttribute(1, "float", "y", "float", 4)]
public float y;
[DNAFieldAttribute(2, "short", "flag", 2)]
[DNAFieldAttribute(2, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(3, "char", "h1", 1)]
[DNAFieldAttribute(3, "char", "h1", "char", 1)]
public char h1;
[DNAFieldAttribute(4, "char", "h2", 1)]
[DNAFieldAttribute(4, "char", "h2", "char", 1)]
public char h2;
[DNAFieldAttribute(5, "float", "h1_loc[2]", 4)]
[DNAFieldAttribute(5, "float", "h1_loc[2]", "System.Single[]", 4)]
public float[] h1_loc = new System.Single[2];
[DNAFieldAttribute(6, "float", "h2_loc[2]", 4)]
[DNAFieldAttribute(6, "float", "h2_loc[2]", "System.Single[]", 4)]
public float[] h2_loc = new System.Single[2];
[DNAFieldAttribute(7, "char", "_pad[4]", 1)]
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(8, "CurveProfile", "*profile", 72)]
[DNAFieldAttribute(8, "CurveProfile", "*profile", "CurveProfile", 72)]
public CurveProfile ptr_profile;
public CurveProfilePoint() {
this.x = default;

View File

@@ -15,31 +15,31 @@ namespace BlendFile.DNA {
[DNAClassAttribute(216, "Curves")]
public class Curves {
[DNAFieldAttribute(0, "ID", "id", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "CurvesGeometry", "geometry", 544)]
[DNAFieldAttribute(2, "CurvesGeometry", "geometry", "CurvesGeometry", 544)]
public CurvesGeometry geometry;
[DNAFieldAttribute(3, "int", "flag", 4)]
[DNAFieldAttribute(3, "int", "flag", "int", 4)]
public int flag;
[DNAFieldAttribute(4, "int", "attributes_active_index", 4)]
[DNAFieldAttribute(4, "int", "attributes_active_index", "int", 4)]
public int attributes_active_index;
[DNAFieldAttribute(5, "Material", "**mat", 392)]
[DNAFieldAttribute(5, "Material", "**mat", "Material", 392)]
public Material ptr_ptr_mat;
[DNAFieldAttribute(6, "short", "totcol", 2)]
[DNAFieldAttribute(6, "short", "totcol", "short", 2)]
public short totcol;
[DNAFieldAttribute(7, "char", "symmetry", 1)]
[DNAFieldAttribute(7, "char", "symmetry", "char", 1)]
public char symmetry;
[DNAFieldAttribute(8, "char", "selection_domain", 1)]
[DNAFieldAttribute(8, "char", "selection_domain", "char", 1)]
public char selection_domain;
[DNAFieldAttribute(9, "char", "_pad[4]", 1)]
[DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 1)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(10, "Object", "*surface", 1160)]
[DNAFieldAttribute(10, "Object", "*surface", "Object", 1160)]
public Object ptr_surface;
[DNAFieldAttribute(11, "char", "*surface_uv_map", 1)]
[DNAFieldAttribute(11, "char", "*surface_uv_map", "char", 1)]
public char ptr_surface_uv_map;
[DNAFieldAttribute(12, "void", "*batch_cache", 0)]
[DNAFieldAttribute(12, "void", "*batch_cache", "void", 0)]
public object ptr_batch_cache;
public Curves() {
this.id = default;

Some files were not shown because too many files have changed in this diff Show More