diff --git a/BlendFile/DNA/ARegion.cs b/BlendFile/DNA/ARegion.cs index 057cf44..c196cde 100644 --- a/BlendFile/DNA/ARegion.cs +++ b/BlendFile/DNA/ARegion.cs @@ -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; diff --git a/BlendFile/DNA/ARegion_Runtime.cs b/BlendFile/DNA/ARegion_Runtime.cs index 150d817..d276776 100644 --- a/BlendFile/DNA/ARegion_Runtime.cs +++ b/BlendFile/DNA/ARegion_Runtime.cs @@ -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; diff --git a/BlendFile/DNA/ActionChannelBag.cs b/BlendFile/DNA/ActionChannelBag.cs index 85435e7..f5da7d7 100644 --- a/BlendFile/DNA/ActionChannelBag.cs +++ b/BlendFile/DNA/ActionChannelBag.cs @@ -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; diff --git a/BlendFile/DNA/ActionLayer.cs b/BlendFile/DNA/ActionLayer.cs index f460077..3bba714 100644 --- a/BlendFile/DNA/ActionLayer.cs +++ b/BlendFile/DNA/ActionLayer.cs @@ -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; diff --git a/BlendFile/DNA/ActionSlot.cs b/BlendFile/DNA/ActionSlot.cs index 1579b07..6868b5a 100644 --- a/BlendFile/DNA/ActionSlot.cs +++ b/BlendFile/DNA/ActionSlot.cs @@ -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; diff --git a/BlendFile/DNA/ActionStrip.cs b/BlendFile/DNA/ActionStrip.cs index 77f9a69..25f01c4 100644 --- a/BlendFile/DNA/ActionStrip.cs +++ b/BlendFile/DNA/ActionStrip.cs @@ -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; diff --git a/BlendFile/DNA/ActionStripKeyframeData.cs b/BlendFile/DNA/ActionStripKeyframeData.cs index 97be366..25a1bd4 100644 --- a/BlendFile/DNA/ActionStripKeyframeData.cs +++ b/BlendFile/DNA/ActionStripKeyframeData.cs @@ -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; diff --git a/BlendFile/DNA/AnimData.cs b/BlendFile/DNA/AnimData.cs index bfe10ff..321c9ed 100644 --- a/BlendFile/DNA/AnimData.cs +++ b/BlendFile/DNA/AnimData.cs @@ -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; diff --git a/BlendFile/DNA/AnimOverride.cs b/BlendFile/DNA/AnimOverride.cs index f564712..de99d53 100644 --- a/BlendFile/DNA/AnimOverride.cs +++ b/BlendFile/DNA/AnimOverride.cs @@ -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; diff --git a/BlendFile/DNA/ArmatureGpencilModifierData.cs b/BlendFile/DNA/ArmatureGpencilModifierData.cs index 7e99260..5d6aaa5 100644 --- a/BlendFile/DNA/ArmatureGpencilModifierData.cs +++ b/BlendFile/DNA/ArmatureGpencilModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ArmatureModifierData.cs b/BlendFile/DNA/ArmatureModifierData.cs index 28642ae..d8ad072 100644 --- a/BlendFile/DNA/ArmatureModifierData.cs +++ b/BlendFile/DNA/ArmatureModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ArrayGpencilModifierData.cs b/BlendFile/DNA/ArrayGpencilModifierData.cs index 0fa5b6b..9beedfa 100644 --- a/BlendFile/DNA/ArrayGpencilModifierData.cs +++ b/BlendFile/DNA/ArrayGpencilModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ArrayModifierData.cs b/BlendFile/DNA/ArrayModifierData.cs index a691279..47f0d56 100644 --- a/BlendFile/DNA/ArrayModifierData.cs +++ b/BlendFile/DNA/ArrayModifierData.cs @@ -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; diff --git a/BlendFile/DNA/AssetCatalogPathLink.cs b/BlendFile/DNA/AssetCatalogPathLink.cs index ec9be7b..81cb770 100644 --- a/BlendFile/DNA/AssetCatalogPathLink.cs +++ b/BlendFile/DNA/AssetCatalogPathLink.cs @@ -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; diff --git a/BlendFile/DNA/AssetLibraryReference.cs b/BlendFile/DNA/AssetLibraryReference.cs index a0a4701..6feac55 100644 --- a/BlendFile/DNA/AssetLibraryReference.cs +++ b/BlendFile/DNA/AssetLibraryReference.cs @@ -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; diff --git a/BlendFile/DNA/AssetMetaData.cs b/BlendFile/DNA/AssetMetaData.cs index e1551a4..1c176c0 100644 --- a/BlendFile/DNA/AssetMetaData.cs +++ b/BlendFile/DNA/AssetMetaData.cs @@ -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; diff --git a/BlendFile/DNA/AssetShelf.cs b/BlendFile/DNA/AssetShelf.cs index 2e80d39..81f2109 100644 --- a/BlendFile/DNA/AssetShelf.cs +++ b/BlendFile/DNA/AssetShelf.cs @@ -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; diff --git a/BlendFile/DNA/AssetShelfSettings.cs b/BlendFile/DNA/AssetShelfSettings.cs index 60319a7..ca647ad 100644 --- a/BlendFile/DNA/AssetShelfSettings.cs +++ b/BlendFile/DNA/AssetShelfSettings.cs @@ -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; diff --git a/BlendFile/DNA/AssetTag.cs b/BlendFile/DNA/AssetTag.cs index 9a417cb..92aea0d 100644 --- a/BlendFile/DNA/AssetTag.cs +++ b/BlendFile/DNA/AssetTag.cs @@ -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; diff --git a/BlendFile/DNA/AssetWeakReference.cs b/BlendFile/DNA/AssetWeakReference.cs index cf20c49..aa634e4 100644 --- a/BlendFile/DNA/AssetWeakReference.cs +++ b/BlendFile/DNA/AssetWeakReference.cs @@ -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; diff --git a/BlendFile/DNA/AudioData.cs b/BlendFile/DNA/AudioData.cs index a8e12de..10a8766 100644 --- a/BlendFile/DNA/AudioData.cs +++ b/BlendFile/DNA/AudioData.cs @@ -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; diff --git a/BlendFile/DNA/BPoint.cs b/BlendFile/DNA/BPoint.cs index 4fca342..5bf7825 100644 --- a/BlendFile/DNA/BPoint.cs +++ b/BlendFile/DNA/BPoint.cs @@ -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; diff --git a/BlendFile/DNA/BakeData.cs b/BlendFile/DNA/BakeData.cs index bc9aecd..9358f9f 100644 --- a/BlendFile/DNA/BakeData.cs +++ b/BlendFile/DNA/BakeData.cs @@ -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; diff --git a/BlendFile/DNA/Base.cs b/BlendFile/DNA/Base.cs index 678ef17..c2bf755 100644 --- a/BlendFile/DNA/Base.cs +++ b/BlendFile/DNA/Base.cs @@ -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; diff --git a/BlendFile/DNA/BevelModifierData.cs b/BlendFile/DNA/BevelModifierData.cs index 306d924..31eb94b 100644 --- a/BlendFile/DNA/BevelModifierData.cs +++ b/BlendFile/DNA/BevelModifierData.cs @@ -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; diff --git a/BlendFile/DNA/BezTriple.cs b/BlendFile/DNA/BezTriple.cs index e2fc101..55e045d 100644 --- a/BlendFile/DNA/BezTriple.cs +++ b/BlendFile/DNA/BezTriple.cs @@ -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; diff --git a/BlendFile/DNA/BlurShaderFxData.cs b/BlendFile/DNA/BlurShaderFxData.cs index cebc500..7cbb1f0 100644 --- a/BlendFile/DNA/BlurShaderFxData.cs +++ b/BlendFile/DNA/BlurShaderFxData.cs @@ -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; diff --git a/BlendFile/DNA/BoidData.cs b/BlendFile/DNA/BoidData.cs index 84a07fa..0664ca3 100644 --- a/BlendFile/DNA/BoidData.cs +++ b/BlendFile/DNA/BoidData.cs @@ -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; diff --git a/BlendFile/DNA/BoidParticle.cs b/BlendFile/DNA/BoidParticle.cs index e865ca2..875176e 100644 --- a/BlendFile/DNA/BoidParticle.cs +++ b/BlendFile/DNA/BoidParticle.cs @@ -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; diff --git a/BlendFile/DNA/BoidRule.cs b/BlendFile/DNA/BoidRule.cs index 6d00458..ed8ef36 100644 --- a/BlendFile/DNA/BoidRule.cs +++ b/BlendFile/DNA/BoidRule.cs @@ -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; diff --git a/BlendFile/DNA/BoidRuleAverageSpeed.cs b/BlendFile/DNA/BoidRuleAverageSpeed.cs index 5a8536d..fffae43 100644 --- a/BlendFile/DNA/BoidRuleAverageSpeed.cs +++ b/BlendFile/DNA/BoidRuleAverageSpeed.cs @@ -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; diff --git a/BlendFile/DNA/BoidRuleAvoidCollision.cs b/BlendFile/DNA/BoidRuleAvoidCollision.cs index 807fab1..b0fdaac 100644 --- a/BlendFile/DNA/BoidRuleAvoidCollision.cs +++ b/BlendFile/DNA/BoidRuleAvoidCollision.cs @@ -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; diff --git a/BlendFile/DNA/BoidRuleFight.cs b/BlendFile/DNA/BoidRuleFight.cs index e708b17..d30fb43 100644 --- a/BlendFile/DNA/BoidRuleFight.cs +++ b/BlendFile/DNA/BoidRuleFight.cs @@ -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; diff --git a/BlendFile/DNA/BoidRuleFollowLeader.cs b/BlendFile/DNA/BoidRuleFollowLeader.cs index f27efc4..a12d9e5 100644 --- a/BlendFile/DNA/BoidRuleFollowLeader.cs +++ b/BlendFile/DNA/BoidRuleFollowLeader.cs @@ -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; diff --git a/BlendFile/DNA/BoidRuleGoalAvoid.cs b/BlendFile/DNA/BoidRuleGoalAvoid.cs index 1a8ca72..4a82e77 100644 --- a/BlendFile/DNA/BoidRuleGoalAvoid.cs +++ b/BlendFile/DNA/BoidRuleGoalAvoid.cs @@ -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; diff --git a/BlendFile/DNA/BoidSettings.cs b/BlendFile/DNA/BoidSettings.cs index 8c69176..79187c6 100644 --- a/BlendFile/DNA/BoidSettings.cs +++ b/BlendFile/DNA/BoidSettings.cs @@ -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; diff --git a/BlendFile/DNA/BoidState.cs b/BlendFile/DNA/BoidState.cs index 11df0a0..0d89c1c 100644 --- a/BlendFile/DNA/BoidState.cs +++ b/BlendFile/DNA/BoidState.cs @@ -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; diff --git a/BlendFile/DNA/Bone.cs b/BlendFile/DNA/Bone.cs index 9cf17a6..d89083a 100644 --- a/BlendFile/DNA/Bone.cs +++ b/BlendFile/DNA/Bone.cs @@ -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; diff --git a/BlendFile/DNA/BoneCollection.cs b/BlendFile/DNA/BoneCollection.cs index 41e071c..1d4d372 100644 --- a/BlendFile/DNA/BoneCollection.cs +++ b/BlendFile/DNA/BoneCollection.cs @@ -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; diff --git a/BlendFile/DNA/BoneCollectionMember.cs b/BlendFile/DNA/BoneCollectionMember.cs index 8b52f5e..867c106 100644 --- a/BlendFile/DNA/BoneCollectionMember.cs +++ b/BlendFile/DNA/BoneCollectionMember.cs @@ -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; diff --git a/BlendFile/DNA/BoneCollectionReference.cs b/BlendFile/DNA/BoneCollectionReference.cs index c08b12a..23c505e 100644 --- a/BlendFile/DNA/BoneCollectionReference.cs +++ b/BlendFile/DNA/BoneCollectionReference.cs @@ -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; diff --git a/BlendFile/DNA/BoneColor.cs b/BlendFile/DNA/BoneColor.cs index 8b6e956..0a860b1 100644 --- a/BlendFile/DNA/BoneColor.cs +++ b/BlendFile/DNA/BoneColor.cs @@ -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; diff --git a/BlendFile/DNA/Bone_Runtime.cs b/BlendFile/DNA/Bone_Runtime.cs index a5634d9..feaaad0 100644 --- a/BlendFile/DNA/Bone_Runtime.cs +++ b/BlendFile/DNA/Bone_Runtime.cs @@ -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; diff --git a/BlendFile/DNA/BooleanModifierData.cs b/BlendFile/DNA/BooleanModifierData.cs index 3ff8ead..2d7a6d5 100644 --- a/BlendFile/DNA/BooleanModifierData.cs +++ b/BlendFile/DNA/BooleanModifierData.cs @@ -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; diff --git a/BlendFile/DNA/BoundBox.cs b/BlendFile/DNA/BoundBox.cs index 25dd3cc..5a19f4c 100644 --- a/BlendFile/DNA/BoundBox.cs +++ b/BlendFile/DNA/BoundBox.cs @@ -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; diff --git a/BlendFile/DNA/BrightContrastModifierData.cs b/BlendFile/DNA/BrightContrastModifierData.cs index e211e5b..8237d15 100644 --- a/BlendFile/DNA/BrightContrastModifierData.cs +++ b/BlendFile/DNA/BrightContrastModifierData.cs @@ -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; diff --git a/BlendFile/DNA/Brush.cs b/BlendFile/DNA/Brush.cs index 9480ade..62c1f56 100644 --- a/BlendFile/DNA/Brush.cs +++ b/BlendFile/DNA/Brush.cs @@ -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; diff --git a/BlendFile/DNA/BrushClone.cs b/BlendFile/DNA/BrushClone.cs index 59b2f14..b0b700b 100644 --- a/BlendFile/DNA/BrushClone.cs +++ b/BlendFile/DNA/BrushClone.cs @@ -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; diff --git a/BlendFile/DNA/BrushCurvesSculptSettings.cs b/BlendFile/DNA/BrushCurvesSculptSettings.cs index 0c2ffff..488d28f 100644 --- a/BlendFile/DNA/BrushCurvesSculptSettings.cs +++ b/BlendFile/DNA/BrushCurvesSculptSettings.cs @@ -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; diff --git a/BlendFile/DNA/BrushGpencilSettings.cs b/BlendFile/DNA/BrushGpencilSettings.cs index b13f1d7..50ef3d5 100644 --- a/BlendFile/DNA/BrushGpencilSettings.cs +++ b/BlendFile/DNA/BrushGpencilSettings.cs @@ -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; diff --git a/BlendFile/DNA/BuildEff.cs b/BlendFile/DNA/BuildEff.cs index 24e5c28..5744ab5 100644 --- a/BlendFile/DNA/BuildEff.cs +++ b/BlendFile/DNA/BuildEff.cs @@ -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; diff --git a/BlendFile/DNA/BuildGpencilModifierData.cs b/BlendFile/DNA/BuildGpencilModifierData.cs index c806fe3..ff60bd3 100644 --- a/BlendFile/DNA/BuildGpencilModifierData.cs +++ b/BlendFile/DNA/BuildGpencilModifierData.cs @@ -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; diff --git a/BlendFile/DNA/BuildModifierData.cs b/BlendFile/DNA/BuildModifierData.cs index 6b75f95..034f8e6 100644 --- a/BlendFile/DNA/BuildModifierData.cs +++ b/BlendFile/DNA/BuildModifierData.cs @@ -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; diff --git a/BlendFile/DNA/CBData.cs b/BlendFile/DNA/CBData.cs index cde95ae..8c1e69d 100644 --- a/BlendFile/DNA/CBData.cs +++ b/BlendFile/DNA/CBData.cs @@ -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; diff --git a/BlendFile/DNA/CacheFile.cs b/BlendFile/DNA/CacheFile.cs index 5ce6ba9..06acf87 100644 --- a/BlendFile/DNA/CacheFile.cs +++ b/BlendFile/DNA/CacheFile.cs @@ -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; diff --git a/BlendFile/DNA/CacheFileLayer.cs b/BlendFile/DNA/CacheFileLayer.cs index 3fbd185..fa13b1d 100644 --- a/BlendFile/DNA/CacheFileLayer.cs +++ b/BlendFile/DNA/CacheFileLayer.cs @@ -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; diff --git a/BlendFile/DNA/CacheObjectPath.cs b/BlendFile/DNA/CacheObjectPath.cs index 54b4ddf..38d1505 100644 --- a/BlendFile/DNA/CacheObjectPath.cs +++ b/BlendFile/DNA/CacheObjectPath.cs @@ -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; diff --git a/BlendFile/DNA/Camera.cs b/BlendFile/DNA/Camera.cs index e9258ee..4b61e13 100644 --- a/BlendFile/DNA/Camera.cs +++ b/BlendFile/DNA/Camera.cs @@ -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; diff --git a/BlendFile/DNA/CameraBGImage.cs b/BlendFile/DNA/CameraBGImage.cs index 2164824..82c721b 100644 --- a/BlendFile/DNA/CameraBGImage.cs +++ b/BlendFile/DNA/CameraBGImage.cs @@ -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; diff --git a/BlendFile/DNA/CameraDOFSettings.cs b/BlendFile/DNA/CameraDOFSettings.cs index fa1560f..c22f654 100644 --- a/BlendFile/DNA/CameraDOFSettings.cs +++ b/BlendFile/DNA/CameraDOFSettings.cs @@ -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; diff --git a/BlendFile/DNA/CameraStereoSettings.cs b/BlendFile/DNA/CameraStereoSettings.cs index 2c1046b..0aa11a9 100644 --- a/BlendFile/DNA/CameraStereoSettings.cs +++ b/BlendFile/DNA/CameraStereoSettings.cs @@ -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; diff --git a/BlendFile/DNA/Camera_Runtime.cs b/BlendFile/DNA/Camera_Runtime.cs index 0e7110b..584793a 100644 --- a/BlendFile/DNA/Camera_Runtime.cs +++ b/BlendFile/DNA/Camera_Runtime.cs @@ -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; diff --git a/BlendFile/DNA/CastModifierData.cs b/BlendFile/DNA/CastModifierData.cs index 587159f..a6ef815 100644 --- a/BlendFile/DNA/CastModifierData.cs +++ b/BlendFile/DNA/CastModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ChannelDriver.cs b/BlendFile/DNA/ChannelDriver.cs index 93155e6..e78e89e 100644 --- a/BlendFile/DNA/ChannelDriver.cs +++ b/BlendFile/DNA/ChannelDriver.cs @@ -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; diff --git a/BlendFile/DNA/CharInfo.cs b/BlendFile/DNA/CharInfo.cs index 8469252..38eff25 100644 --- a/BlendFile/DNA/CharInfo.cs +++ b/BlendFile/DNA/CharInfo.cs @@ -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; diff --git a/BlendFile/DNA/ChildParticle.cs b/BlendFile/DNA/ChildParticle.cs index af007dc..4880eb1 100644 --- a/BlendFile/DNA/ChildParticle.cs +++ b/BlendFile/DNA/ChildParticle.cs @@ -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; diff --git a/BlendFile/DNA/ClothCollSettings.cs b/BlendFile/DNA/ClothCollSettings.cs index 5a31c18..fed8e86 100644 --- a/BlendFile/DNA/ClothCollSettings.cs +++ b/BlendFile/DNA/ClothCollSettings.cs @@ -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; diff --git a/BlendFile/DNA/ClothModifierData.cs b/BlendFile/DNA/ClothModifierData.cs index c1486a7..8f2da54 100644 --- a/BlendFile/DNA/ClothModifierData.cs +++ b/BlendFile/DNA/ClothModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ClothSimSettings.cs b/BlendFile/DNA/ClothSimSettings.cs index 7fa08a7..d7e005e 100644 --- a/BlendFile/DNA/ClothSimSettings.cs +++ b/BlendFile/DNA/ClothSimSettings.cs @@ -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; diff --git a/BlendFile/DNA/Collection.cs b/BlendFile/DNA/Collection.cs index be54f41..33f8039 100644 --- a/BlendFile/DNA/Collection.cs +++ b/BlendFile/DNA/Collection.cs @@ -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; diff --git a/BlendFile/DNA/CollectionChild.cs b/BlendFile/DNA/CollectionChild.cs index 2d9032a..dda1218 100644 --- a/BlendFile/DNA/CollectionChild.cs +++ b/BlendFile/DNA/CollectionChild.cs @@ -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; diff --git a/BlendFile/DNA/CollectionExport.cs b/BlendFile/DNA/CollectionExport.cs index 17b44a2..2168634 100644 --- a/BlendFile/DNA/CollectionExport.cs +++ b/BlendFile/DNA/CollectionExport.cs @@ -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; diff --git a/BlendFile/DNA/CollectionLightLinking.cs b/BlendFile/DNA/CollectionLightLinking.cs index 918e6fa..2dff94b 100644 --- a/BlendFile/DNA/CollectionLightLinking.cs +++ b/BlendFile/DNA/CollectionLightLinking.cs @@ -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; diff --git a/BlendFile/DNA/CollectionObject.cs b/BlendFile/DNA/CollectionObject.cs index 41dfbe2..32630be 100644 --- a/BlendFile/DNA/CollectionObject.cs +++ b/BlendFile/DNA/CollectionObject.cs @@ -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; diff --git a/BlendFile/DNA/Collection_Runtime.cs b/BlendFile/DNA/Collection_Runtime.cs index f3a652f..e239818 100644 --- a/BlendFile/DNA/Collection_Runtime.cs +++ b/BlendFile/DNA/Collection_Runtime.cs @@ -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; diff --git a/BlendFile/DNA/CollisionModifierData.cs b/BlendFile/DNA/CollisionModifierData.cs index 9d7373b..0f1f71d 100644 --- a/BlendFile/DNA/CollisionModifierData.cs +++ b/BlendFile/DNA/CollisionModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ColorBalanceModifierData.cs b/BlendFile/DNA/ColorBalanceModifierData.cs index 9452c32..a4e8310 100644 --- a/BlendFile/DNA/ColorBalanceModifierData.cs +++ b/BlendFile/DNA/ColorBalanceModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ColorBand.cs b/BlendFile/DNA/ColorBand.cs index 5f7ebd7..ca40a2f 100644 --- a/BlendFile/DNA/ColorBand.cs +++ b/BlendFile/DNA/ColorBand.cs @@ -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; diff --git a/BlendFile/DNA/ColorCorrectionData.cs b/BlendFile/DNA/ColorCorrectionData.cs index 5000bef..a40622a 100644 --- a/BlendFile/DNA/ColorCorrectionData.cs +++ b/BlendFile/DNA/ColorCorrectionData.cs @@ -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; diff --git a/BlendFile/DNA/ColorGpencilModifierData.cs b/BlendFile/DNA/ColorGpencilModifierData.cs index dfa1c92..462c26c 100644 --- a/BlendFile/DNA/ColorGpencilModifierData.cs +++ b/BlendFile/DNA/ColorGpencilModifierData.cs @@ -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; diff --git a/BlendFile/DNA/ColorManagedColorspaceSettings.cs b/BlendFile/DNA/ColorManagedColorspaceSettings.cs index b1d6090..8eea6a5 100644 --- a/BlendFile/DNA/ColorManagedColorspaceSettings.cs +++ b/BlendFile/DNA/ColorManagedColorspaceSettings.cs @@ -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; diff --git a/BlendFile/DNA/ColorManagedDisplaySettings.cs b/BlendFile/DNA/ColorManagedDisplaySettings.cs index 2489801..532fea4 100644 --- a/BlendFile/DNA/ColorManagedDisplaySettings.cs +++ b/BlendFile/DNA/ColorManagedDisplaySettings.cs @@ -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; diff --git a/BlendFile/DNA/ColorManagedViewSettings.cs b/BlendFile/DNA/ColorManagedViewSettings.cs index 8645942..7797612 100644 --- a/BlendFile/DNA/ColorManagedViewSettings.cs +++ b/BlendFile/DNA/ColorManagedViewSettings.cs @@ -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; diff --git a/BlendFile/DNA/ColorMapping.cs b/BlendFile/DNA/ColorMapping.cs index 6afe074..a6fc11d 100644 --- a/BlendFile/DNA/ColorMapping.cs +++ b/BlendFile/DNA/ColorMapping.cs @@ -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; diff --git a/BlendFile/DNA/ColorMixVars.cs b/BlendFile/DNA/ColorMixVars.cs index aff59b9..6ac6e4e 100644 --- a/BlendFile/DNA/ColorMixVars.cs +++ b/BlendFile/DNA/ColorMixVars.cs @@ -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; diff --git a/BlendFile/DNA/ColorizeShaderFxData.cs b/BlendFile/DNA/ColorizeShaderFxData.cs index c843cce..261c3bb 100644 --- a/BlendFile/DNA/ColorizeShaderFxData.cs +++ b/BlendFile/DNA/ColorizeShaderFxData.cs @@ -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; diff --git a/BlendFile/DNA/ConsoleLine.cs b/BlendFile/DNA/ConsoleLine.cs index 37685a0..3c07978 100644 --- a/BlendFile/DNA/ConsoleLine.cs +++ b/BlendFile/DNA/ConsoleLine.cs @@ -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; diff --git a/BlendFile/DNA/CorrectiveSmoothDeltaCache.cs b/BlendFile/DNA/CorrectiveSmoothDeltaCache.cs index 90fa90a..1d0ad75 100644 --- a/BlendFile/DNA/CorrectiveSmoothDeltaCache.cs +++ b/BlendFile/DNA/CorrectiveSmoothDeltaCache.cs @@ -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; diff --git a/BlendFile/DNA/CorrectiveSmoothModifierData.cs b/BlendFile/DNA/CorrectiveSmoothModifierData.cs index 0d45c02..7a14fb9 100644 --- a/BlendFile/DNA/CorrectiveSmoothModifierData.cs +++ b/BlendFile/DNA/CorrectiveSmoothModifierData.cs @@ -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; diff --git a/BlendFile/DNA/CryptomatteEntry.cs b/BlendFile/DNA/CryptomatteEntry.cs index 6789ae3..1538272 100644 --- a/BlendFile/DNA/CryptomatteEntry.cs +++ b/BlendFile/DNA/CryptomatteEntry.cs @@ -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; diff --git a/BlendFile/DNA/CryptomatteLayer.cs b/BlendFile/DNA/CryptomatteLayer.cs index 4741777..e1cc24c 100644 --- a/BlendFile/DNA/CryptomatteLayer.cs +++ b/BlendFile/DNA/CryptomatteLayer.cs @@ -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; diff --git a/BlendFile/DNA/Curve.cs b/BlendFile/DNA/Curve.cs index 773bd3f..2a44803 100644 --- a/BlendFile/DNA/Curve.cs +++ b/BlendFile/DNA/Curve.cs @@ -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; diff --git a/BlendFile/DNA/CurveMap.cs b/BlendFile/DNA/CurveMap.cs index 2823555..9edf813 100644 --- a/BlendFile/DNA/CurveMap.cs +++ b/BlendFile/DNA/CurveMap.cs @@ -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; diff --git a/BlendFile/DNA/CurveMapPoint.cs b/BlendFile/DNA/CurveMapPoint.cs index d860431..e478eee 100644 --- a/BlendFile/DNA/CurveMapPoint.cs +++ b/BlendFile/DNA/CurveMapPoint.cs @@ -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; diff --git a/BlendFile/DNA/CurveMapping.cs b/BlendFile/DNA/CurveMapping.cs index 5c534c5..e348ef5 100644 --- a/BlendFile/DNA/CurveMapping.cs +++ b/BlendFile/DNA/CurveMapping.cs @@ -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; diff --git a/BlendFile/DNA/CurveModifierData.cs b/BlendFile/DNA/CurveModifierData.cs index 2f61e66..049f78b 100644 --- a/BlendFile/DNA/CurveModifierData.cs +++ b/BlendFile/DNA/CurveModifierData.cs @@ -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; diff --git a/BlendFile/DNA/CurvePaintSettings.cs b/BlendFile/DNA/CurvePaintSettings.cs index 0ef8ec9..f513142 100644 --- a/BlendFile/DNA/CurvePaintSettings.cs +++ b/BlendFile/DNA/CurvePaintSettings.cs @@ -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; diff --git a/BlendFile/DNA/CurveProfile.cs b/BlendFile/DNA/CurveProfile.cs index 53d9099..93f4f1b 100644 --- a/BlendFile/DNA/CurveProfile.cs +++ b/BlendFile/DNA/CurveProfile.cs @@ -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; diff --git a/BlendFile/DNA/CurveProfilePoint.cs b/BlendFile/DNA/CurveProfilePoint.cs index b39bc0e..2960b2d 100644 --- a/BlendFile/DNA/CurveProfilePoint.cs +++ b/BlendFile/DNA/CurveProfilePoint.cs @@ -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; diff --git a/BlendFile/DNA/Curves.cs b/BlendFile/DNA/Curves.cs index 8ac0d6a..1a3b286 100644 --- a/BlendFile/DNA/Curves.cs +++ b/BlendFile/DNA/Curves.cs @@ -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; diff --git a/BlendFile/DNA/CurvesGeometry.cs b/BlendFile/DNA/CurvesGeometry.cs index 0bc0198..2d5d5e1 100644 --- a/BlendFile/DNA/CurvesGeometry.cs +++ b/BlendFile/DNA/CurvesGeometry.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(218, "CurvesGeometry")] public class CurvesGeometry { - [DNAFieldAttribute(0, "int", "*curve_offsets", 4)] + [DNAFieldAttribute(0, "int", "*curve_offsets", "int", 4)] public int ptr_curve_offsets; - [DNAFieldAttribute(1, "CustomData", "point_data", 248)] + [DNAFieldAttribute(1, "CustomData", "point_data", "CustomData", 248)] public CustomData point_data; - [DNAFieldAttribute(2, "CustomData", "curve_data", 248)] + [DNAFieldAttribute(2, "CustomData", "curve_data", "CustomData", 248)] public CustomData curve_data; - [DNAFieldAttribute(3, "int", "point_size", 4)] + [DNAFieldAttribute(3, "int", "point_size", "int", 4)] public int point_size; - [DNAFieldAttribute(4, "int", "curve_size", 4)] + [DNAFieldAttribute(4, "int", "curve_size", "int", 4)] public int curve_size; - [DNAFieldAttribute(5, "ListBase", "vertex_group_names", 16)] + [DNAFieldAttribute(5, "ListBase", "vertex_group_names", "ListBase", 16)] public ListBase vertex_group_names; - [DNAFieldAttribute(6, "int", "vertex_group_active_index", 4)] + [DNAFieldAttribute(6, "int", "vertex_group_active_index", "int", 4)] public int vertex_group_active_index; - [DNAFieldAttribute(7, "int", "attributes_active_index", 4)] + [DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4)] public int attributes_active_index; - [DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(8, "CurvesGeometryRuntimeHandle", "*runtime", "CurvesGeometryRuntimeHandle", 0)] public CurvesGeometryRuntimeHandle ptr_runtime; public CurvesGeometry() { this.ptr_curve_offsets = default; diff --git a/BlendFile/DNA/CurvesModifierData.cs b/BlendFile/DNA/CurvesModifierData.cs index d736ad5..4889d82 100644 --- a/BlendFile/DNA/CurvesModifierData.cs +++ b/BlendFile/DNA/CurvesModifierData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(906, "CurvesModifierData")] public struct CurvesModifierData { - [DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)] + [DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)] public SequenceModifierData modifier; - [DNAFieldAttribute(1, "CurveMapping", "curve_mapping", 424)] + [DNAFieldAttribute(1, "CurveMapping", "curve_mapping", "CurveMapping", 424)] public CurveMapping curve_mapping; public CurvesModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/CurvesSculpt.cs b/BlendFile/DNA/CurvesSculpt.cs index 4e7398b..761ea9e 100644 --- a/BlendFile/DNA/CurvesSculpt.cs +++ b/BlendFile/DNA/CurvesSculpt.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(813, "CurvesSculpt")] public struct CurvesSculpt { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; public CurvesSculpt() { this.paint = default; diff --git a/BlendFile/DNA/CustomData.cs b/BlendFile/DNA/CustomData.cs index 89c390b..a5d495f 100644 --- a/BlendFile/DNA/CustomData.cs +++ b/BlendFile/DNA/CustomData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(219, "CustomData")] public class CustomData { - [DNAFieldAttribute(0, "CustomDataLayer", "*layers", 120)] + [DNAFieldAttribute(0, "CustomDataLayer", "*layers", "CustomDataLayer", 120)] public CustomDataLayer ptr_layers; - [DNAFieldAttribute(1, "int", "typemap[53]", 4)] + [DNAFieldAttribute(1, "int", "typemap[53]", "System.Int32[]", 4)] public int[] typemap = new System.Int32[53]; - [DNAFieldAttribute(2, "int", "totlayer", 4)] + [DNAFieldAttribute(2, "int", "totlayer", "int", 4)] public int totlayer; - [DNAFieldAttribute(3, "int", "maxlayer", 4)] + [DNAFieldAttribute(3, "int", "maxlayer", "int", 4)] public int maxlayer; - [DNAFieldAttribute(4, "int", "totsize", 4)] + [DNAFieldAttribute(4, "int", "totsize", "int", 4)] public int totsize; - [DNAFieldAttribute(5, "BLI_mempool", "*pool", 0)] + [DNAFieldAttribute(5, "BLI_mempool", "*pool", "BLI_mempool", 0)] public BLI_mempool ptr_pool; - [DNAFieldAttribute(6, "CustomDataExternal", "*external", 1024)] + [DNAFieldAttribute(6, "CustomDataExternal", "*external", "CustomDataExternal", 1024)] public CustomDataExternal ptr_external; public CustomData() { this.ptr_layers = default; diff --git a/BlendFile/DNA/CustomDataExternal.cs b/BlendFile/DNA/CustomDataExternal.cs index ab5654c..af19b8e 100644 --- a/BlendFile/DNA/CustomDataExternal.cs +++ b/BlendFile/DNA/CustomDataExternal.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(223, "CustomDataExternal")] public struct CustomDataExternal { - [DNAFieldAttribute(0, "char", "filename[1024]", 1)] + [DNAFieldAttribute(0, "char", "filename[1024]", "System.Char[]", 1)] public char[] filename = new System.Char[1024]; public CustomDataExternal() { this.filename = default; diff --git a/BlendFile/DNA/CustomDataLayer.cs b/BlendFile/DNA/CustomDataLayer.cs index 5de6362..68bd468 100644 --- a/BlendFile/DNA/CustomDataLayer.cs +++ b/BlendFile/DNA/CustomDataLayer.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(221, "CustomDataLayer")] public class CustomDataLayer { - [DNAFieldAttribute(0, "int", "type", 4)] + [DNAFieldAttribute(0, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(1, "int", "offset", 4)] + [DNAFieldAttribute(1, "int", "offset", "int", 4)] public int offset; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "active", 4)] + [DNAFieldAttribute(3, "int", "active", "int", 4)] public int active; - [DNAFieldAttribute(4, "int", "active_rnd", 4)] + [DNAFieldAttribute(4, "int", "active_rnd", "int", 4)] public int active_rnd; - [DNAFieldAttribute(5, "int", "active_clone", 4)] + [DNAFieldAttribute(5, "int", "active_clone", "int", 4)] public int active_clone; - [DNAFieldAttribute(6, "int", "active_mask", 4)] + [DNAFieldAttribute(6, "int", "active_mask", "int", 4)] public int active_mask; - [DNAFieldAttribute(7, "int", "uid", 4)] + [DNAFieldAttribute(7, "int", "uid", "int", 4)] public int uid; - [DNAFieldAttribute(8, "char", "name[68]", 1)] + [DNAFieldAttribute(8, "char", "name[68]", "System.Char[]", 1)] public char[] name = new System.Char[68]; - [DNAFieldAttribute(9, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(10, "void", "*data", 0)] + [DNAFieldAttribute(10, "void", "*data", "void", 0)] public object ptr_data; - [DNAFieldAttribute(11, "ImplicitSharingInfoHandle", "*sharing_info", 0)] + [DNAFieldAttribute(11, "ImplicitSharingInfoHandle", "*sharing_info", "ImplicitSharingInfoHandle", 0)] public ImplicitSharingInfoHandle ptr_sharing_info; public CustomDataLayer() { this.type = default; diff --git a/BlendFile/DNA/CustomData_MeshMasks.cs b/BlendFile/DNA/CustomData_MeshMasks.cs index d1db8f7..f941681 100644 --- a/BlendFile/DNA/CustomData_MeshMasks.cs +++ b/BlendFile/DNA/CustomData_MeshMasks.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(225, "CustomData_MeshMasks")] public struct CustomData_MeshMasks { - [DNAFieldAttribute(0, "uint64_t", "vmask", 8)] + [DNAFieldAttribute(0, "uint64_t", "vmask", "uint64_t", 8)] public ulong vmask; - [DNAFieldAttribute(1, "uint64_t", "emask", 8)] + [DNAFieldAttribute(1, "uint64_t", "emask", "uint64_t", 8)] public ulong emask; - [DNAFieldAttribute(2, "uint64_t", "fmask", 8)] + [DNAFieldAttribute(2, "uint64_t", "fmask", "uint64_t", 8)] public ulong fmask; - [DNAFieldAttribute(3, "uint64_t", "pmask", 8)] + [DNAFieldAttribute(3, "uint64_t", "pmask", "uint64_t", 8)] public ulong pmask; - [DNAFieldAttribute(4, "uint64_t", "lmask", 8)] + [DNAFieldAttribute(4, "uint64_t", "lmask", "uint64_t", 8)] public ulong lmask; public CustomData_MeshMasks() { this.vmask = default; diff --git a/BlendFile/DNA/DashGpencilModifierData.cs b/BlendFile/DNA/DashGpencilModifierData.cs index 58264f1..cabd200 100644 --- a/BlendFile/DNA/DashGpencilModifierData.cs +++ b/BlendFile/DNA/DashGpencilModifierData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(290, "DashGpencilModifierData")] public class DashGpencilModifierData { - [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, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "int", "layer_pass", 4)] + [DNAFieldAttribute(5, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(6, "int", "dash_offset", 4)] + [DNAFieldAttribute(6, "int", "dash_offset", "int", 4)] public int dash_offset; - [DNAFieldAttribute(7, "DashGpencilModifierSegment", "*segments", 96)] + [DNAFieldAttribute(7, "DashGpencilModifierSegment", "*segments", "DashGpencilModifierSegment", 96)] public DashGpencilModifierSegment ptr_segments; - [DNAFieldAttribute(8, "int", "segments_len", 4)] + [DNAFieldAttribute(8, "int", "segments_len", "int", 4)] public int segments_len; - [DNAFieldAttribute(9, "int", "segment_active_index", 4)] + [DNAFieldAttribute(9, "int", "segment_active_index", "int", 4)] public int segment_active_index; public DashGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/DashGpencilModifierSegment.cs b/BlendFile/DNA/DashGpencilModifierSegment.cs index 6181cd3..705fb81 100644 --- a/BlendFile/DNA/DashGpencilModifierSegment.cs +++ b/BlendFile/DNA/DashGpencilModifierSegment.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(289, "DashGpencilModifierSegment")] public class DashGpencilModifierSegment { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(1, "DashGpencilModifierData", "*dmd", 208)] + [DNAFieldAttribute(1, "DashGpencilModifierData", "*dmd", "DashGpencilModifierData", 208)] public DashGpencilModifierData ptr_dmd; - [DNAFieldAttribute(2, "int", "dash", 4)] + [DNAFieldAttribute(2, "int", "dash", "int", 4)] public int dash; - [DNAFieldAttribute(3, "int", "gap", 4)] + [DNAFieldAttribute(3, "int", "gap", "int", 4)] public int gap; - [DNAFieldAttribute(4, "float", "radius", 4)] + [DNAFieldAttribute(4, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(5, "float", "opacity", 4)] + [DNAFieldAttribute(5, "float", "opacity", "float", 4)] public float opacity; - [DNAFieldAttribute(6, "int", "mat_nr", 4)] + [DNAFieldAttribute(6, "int", "mat_nr", "int", 4)] public int mat_nr; - [DNAFieldAttribute(7, "int", "flag", 4)] + [DNAFieldAttribute(7, "int", "flag", "int", 4)] public int flag; public DashGpencilModifierSegment() { this.name = default; diff --git a/BlendFile/DNA/DataTransferModifierData.cs b/BlendFile/DNA/DataTransferModifierData.cs index 3b4891f..b9a9534 100644 --- a/BlendFile/DNA/DataTransferModifierData.cs +++ b/BlendFile/DNA/DataTransferModifierData.cs @@ -15,41 +15,41 @@ namespace BlendFile.DNA { [DNAClassAttribute(507, "DataTransferModifierData")] public class DataTransferModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Object", "*ob_source", 1160)] + [DNAFieldAttribute(1, "Object", "*ob_source", "Object", 1160)] public Object ptr_ob_source; - [DNAFieldAttribute(2, "int", "data_types", 4)] + [DNAFieldAttribute(2, "int", "data_types", "int", 4)] public int data_types; - [DNAFieldAttribute(3, "int", "vmap_mode", 4)] + [DNAFieldAttribute(3, "int", "vmap_mode", "int", 4)] public int vmap_mode; - [DNAFieldAttribute(4, "int", "emap_mode", 4)] + [DNAFieldAttribute(4, "int", "emap_mode", "int", 4)] public int emap_mode; - [DNAFieldAttribute(5, "int", "lmap_mode", 4)] + [DNAFieldAttribute(5, "int", "lmap_mode", "int", 4)] public int lmap_mode; - [DNAFieldAttribute(6, "int", "pmap_mode", 4)] + [DNAFieldAttribute(6, "int", "pmap_mode", "int", 4)] public int pmap_mode; - [DNAFieldAttribute(7, "float", "map_max_distance", 4)] + [DNAFieldAttribute(7, "float", "map_max_distance", "float", 4)] public float map_max_distance; - [DNAFieldAttribute(8, "float", "map_ray_radius", 4)] + [DNAFieldAttribute(8, "float", "map_ray_radius", "float", 4)] public float map_ray_radius; - [DNAFieldAttribute(9, "float", "islands_precision", 4)] + [DNAFieldAttribute(9, "float", "islands_precision", "float", 4)] public float islands_precision; - [DNAFieldAttribute(10, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(11, "int", "layers_select_src[5]", 4)] + [DNAFieldAttribute(11, "int", "layers_select_src[5]", "System.Int32[]", 4)] public int[] layers_select_src = new System.Int32[5]; - [DNAFieldAttribute(12, "int", "layers_select_dst[5]", 4)] + [DNAFieldAttribute(12, "int", "layers_select_dst[5]", "System.Int32[]", 4)] public int[] layers_select_dst = new System.Int32[5]; - [DNAFieldAttribute(13, "int", "mix_mode", 4)] + [DNAFieldAttribute(13, "int", "mix_mode", "int", 4)] public int mix_mode; - [DNAFieldAttribute(14, "float", "mix_factor", 4)] + [DNAFieldAttribute(14, "float", "mix_factor", "float", 4)] public float mix_factor; - [DNAFieldAttribute(15, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(15, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(16, "int", "flags", 4)] + [DNAFieldAttribute(16, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(17, "void", "*_pad2", 0)] + [DNAFieldAttribute(17, "void", "*_pad2", "void", 0)] public object ptr__pad2; public DataTransferModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/DecimateModifierData.cs b/BlendFile/DNA/DecimateModifierData.cs index 233c41d..d42ab64 100644 --- a/BlendFile/DNA/DecimateModifierData.cs +++ b/BlendFile/DNA/DecimateModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(457, "DecimateModifierData")] public struct DecimateModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "float", "percent", 4)] + [DNAFieldAttribute(1, "float", "percent", "float", 4)] public float percent; - [DNAFieldAttribute(2, "short", "iter", 2)] + [DNAFieldAttribute(2, "short", "iter", "short", 2)] public short iter; - [DNAFieldAttribute(3, "char", "delimit", 1)] + [DNAFieldAttribute(3, "char", "delimit", "char", 1)] public char delimit; - [DNAFieldAttribute(4, "char", "symmetry_axis", 1)] + [DNAFieldAttribute(4, "char", "symmetry_axis", "char", 1)] public char symmetry_axis; - [DNAFieldAttribute(5, "float", "angle", 4)] + [DNAFieldAttribute(5, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(6, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(6, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(7, "float", "defgrp_factor", 4)] + [DNAFieldAttribute(7, "float", "defgrp_factor", "float", 4)] public float defgrp_factor; - [DNAFieldAttribute(8, "short", "flag", 2)] + [DNAFieldAttribute(8, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(9, "short", "mode", 2)] + [DNAFieldAttribute(9, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(10, "int", "face_count", 4)] + [DNAFieldAttribute(10, "int", "face_count", "int", 4)] public int face_count; public DecimateModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/DisplaceModifierData.cs b/BlendFile/DNA/DisplaceModifierData.cs index 6214e1f..02bd52e 100644 --- a/BlendFile/DNA/DisplaceModifierData.cs +++ b/BlendFile/DNA/DisplaceModifierData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(455, "DisplaceModifierData")] public class DisplaceModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Tex", "*texture", 488)] + [DNAFieldAttribute(1, "Tex", "*texture", "Tex", 488)] public Tex ptr_texture; - [DNAFieldAttribute(2, "Object", "*map_object", 1160)] + [DNAFieldAttribute(2, "Object", "*map_object", "Object", 1160)] public Object ptr_map_object; - [DNAFieldAttribute(3, "char", "map_bone[64]", 1)] + [DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 1)] public char[] map_bone = new System.Char[64]; - [DNAFieldAttribute(4, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(5, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(6, "int", "uvlayer_tmp", 4)] + [DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4)] public int uvlayer_tmp; - [DNAFieldAttribute(7, "int", "texmapping", 4)] + [DNAFieldAttribute(7, "int", "texmapping", "int", 4)] public int texmapping; - [DNAFieldAttribute(8, "float", "strength", 4)] + [DNAFieldAttribute(8, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(9, "int", "direction", 4)] + [DNAFieldAttribute(9, "int", "direction", "int", 4)] public int direction; - [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, "float", "midlevel", 4)] + [DNAFieldAttribute(11, "float", "midlevel", "float", 4)] public float midlevel; - [DNAFieldAttribute(12, "int", "space", 4)] + [DNAFieldAttribute(12, "int", "space", "int", 4)] public int space; - [DNAFieldAttribute(13, "short", "flag", 2)] + [DNAFieldAttribute(13, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(14, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(14, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; public DisplaceModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/DisplaySafeAreas.cs b/BlendFile/DNA/DisplaySafeAreas.cs index 8c45a66..217a063 100644 --- a/BlendFile/DNA/DisplaySafeAreas.cs +++ b/BlendFile/DNA/DisplaySafeAreas.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(831, "DisplaySafeAreas")] public struct DisplaySafeAreas { - [DNAFieldAttribute(0, "float", "title[2]", 4)] + [DNAFieldAttribute(0, "float", "title[2]", "System.Single[]", 4)] public float[] title = new System.Single[2]; - [DNAFieldAttribute(1, "float", "action[2]", 4)] + [DNAFieldAttribute(1, "float", "action[2]", "System.Single[]", 4)] public float[] action = new System.Single[2]; - [DNAFieldAttribute(2, "float", "title_center[2]", 4)] + [DNAFieldAttribute(2, "float", "title_center[2]", "System.Single[]", 4)] public float[] title_center = new System.Single[2]; - [DNAFieldAttribute(3, "float", "action_center[2]", 4)] + [DNAFieldAttribute(3, "float", "action_center[2]", "System.Single[]", 4)] public float[] action_center = new System.Single[2]; public DisplaySafeAreas() { this.title = default; diff --git a/BlendFile/DNA/DrawDataList.cs b/BlendFile/DNA/DrawDataList.cs index 8fc6385..cd116c2 100644 --- a/BlendFile/DNA/DrawDataList.cs +++ b/BlendFile/DNA/DrawDataList.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(14, "DrawDataList")] public class DrawDataList { - [DNAFieldAttribute(0, "DrawData", "*first", 0)] + [DNAFieldAttribute(0, "DrawData", "*first", "DrawData", 0)] public DrawData ptr_first; - [DNAFieldAttribute(1, "DrawData", "*last", 0)] + [DNAFieldAttribute(1, "DrawData", "*last", "DrawData", 0)] public DrawData ptr_last; public DrawDataList() { this.ptr_first = default; diff --git a/BlendFile/DNA/DriverTarget.cs b/BlendFile/DNA/DriverTarget.cs index 251edb5..fe61a85 100644 --- a/BlendFile/DNA/DriverTarget.cs +++ b/BlendFile/DNA/DriverTarget.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(90, "DriverTarget")] public class DriverTarget { - [DNAFieldAttribute(0, "ID", "*id", 208)] + [DNAFieldAttribute(0, "ID", "*id", "ID", 208)] public ID ptr_id; - [DNAFieldAttribute(1, "char", "*rna_path", 1)] + [DNAFieldAttribute(1, "char", "*rna_path", "char", 1)] public char ptr_rna_path; - [DNAFieldAttribute(2, "char", "pchan_name[64]", 1)] + [DNAFieldAttribute(2, "char", "pchan_name[64]", "System.Char[]", 1)] public char[] pchan_name = new System.Char[64]; - [DNAFieldAttribute(3, "short", "transChan", 2)] + [DNAFieldAttribute(3, "short", "transChan", "short", 2)] public short transChan; - [DNAFieldAttribute(4, "char", "rotation_mode", 1)] + [DNAFieldAttribute(4, "char", "rotation_mode", "char", 1)] public char rotation_mode; - [DNAFieldAttribute(5, "char", "_pad[5]", 1)] + [DNAFieldAttribute(5, "char", "_pad[5]", "System.Char[]", 1)] public char[] _pad = new System.Char[5]; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "options", 2)] + [DNAFieldAttribute(7, "short", "options", "short", 2)] public short options; - [DNAFieldAttribute(8, "int", "idtype", 4)] + [DNAFieldAttribute(8, "int", "idtype", "int", 4)] public int idtype; - [DNAFieldAttribute(9, "int", "context_property", 4)] + [DNAFieldAttribute(9, "int", "context_property", "int", 4)] public int context_property; - [DNAFieldAttribute(10, "float", "fallback_value", 4)] + [DNAFieldAttribute(10, "float", "fallback_value", "float", 4)] public float fallback_value; public DriverTarget() { this.ptr_id = default; diff --git a/BlendFile/DNA/DriverVar.cs b/BlendFile/DNA/DriverVar.cs index 0798927..65656b2 100644 --- a/BlendFile/DNA/DriverVar.cs +++ b/BlendFile/DNA/DriverVar.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(91, "DriverVar")] public class DriverVar { - [DNAFieldAttribute(0, "DriverVar", "*next", 920)] + [DNAFieldAttribute(0, "DriverVar", "*next", "DriverVar", 920)] public DriverVar ptr_next; - [DNAFieldAttribute(1, "DriverVar", "*prev", 920)] + [DNAFieldAttribute(1, "DriverVar", "*prev", "DriverVar", 920)] public DriverVar 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, "DriverTarget", "targets[8]", 104)] + [DNAFieldAttribute(3, "DriverTarget", "targets[8]", "DriverTarget[]", 104)] public DriverTarget[] targets = new DriverTarget[8]; - [DNAFieldAttribute(4, "char", "num_targets", 1)] + [DNAFieldAttribute(4, "char", "num_targets", "char", 1)] public char num_targets; - [DNAFieldAttribute(5, "char", "type", 1)] + [DNAFieldAttribute(5, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "float", "curval", 4)] + [DNAFieldAttribute(7, "float", "curval", "float", 4)] public float curval; public DriverVar() { this.ptr_next = default; diff --git a/BlendFile/DNA/DualQuat.cs b/BlendFile/DNA/DualQuat.cs index e3c4b83..1244bf4 100644 --- a/BlendFile/DNA/DualQuat.cs +++ b/BlendFile/DNA/DualQuat.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(51, "DualQuat")] public struct DualQuat { - [DNAFieldAttribute(0, "float", "quat[4]", 4)] + [DNAFieldAttribute(0, "float", "quat[4]", "System.Single[]", 4)] public float[] quat = new System.Single[4]; - [DNAFieldAttribute(1, "float", "trans[4]", 4)] + [DNAFieldAttribute(1, "float", "trans[4]", "System.Single[]", 4)] public float[] trans = new System.Single[4]; - [DNAFieldAttribute(2, "float", "scale[4][4]", 4)] + [DNAFieldAttribute(2, "float", "scale[4][4]", "System.Single[,]", 4)] public float[,] scale = new System.Single[4,4]; - [DNAFieldAttribute(3, "float", "scale_weight", 4)] + [DNAFieldAttribute(3, "float", "scale_weight", "float", 4)] public float scale_weight; public DualQuat() { this.quat = default; diff --git a/BlendFile/DNA/DynamicPaintBrushSettings.cs b/BlendFile/DNA/DynamicPaintBrushSettings.cs index d0c5c99..4fd99e3 100644 --- a/BlendFile/DNA/DynamicPaintBrushSettings.cs +++ b/BlendFile/DNA/DynamicPaintBrushSettings.cs @@ -15,49 +15,49 @@ namespace BlendFile.DNA { [DNAClassAttribute(232, "DynamicPaintBrushSettings")] public class DynamicPaintBrushSettings { - [DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", 144)] + [DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 144)] public DynamicPaintModifierData ptr_pmd; - [DNAFieldAttribute(1, "ParticleSystem", "*psys", 696)] + [DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 696)] public ParticleSystem ptr_psys; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "int", "collision", 4)] + [DNAFieldAttribute(3, "int", "collision", "int", 4)] public int collision; - [DNAFieldAttribute(4, "float", "r", 4)] + [DNAFieldAttribute(4, "float", "r", "float", 4)] public float r; - [DNAFieldAttribute(5, "float", "g", 4)] + [DNAFieldAttribute(5, "float", "g", "float", 4)] public float g; - [DNAFieldAttribute(6, "float", "b", 4)] + [DNAFieldAttribute(6, "float", "b", "float", 4)] public float b; - [DNAFieldAttribute(7, "float", "alpha", 4)] + [DNAFieldAttribute(7, "float", "alpha", "float", 4)] public float alpha; - [DNAFieldAttribute(8, "float", "wetness", 4)] + [DNAFieldAttribute(8, "float", "wetness", "float", 4)] public float wetness; - [DNAFieldAttribute(9, "float", "particle_radius", 4)] + [DNAFieldAttribute(9, "float", "particle_radius", "float", 4)] public float particle_radius; - [DNAFieldAttribute(10, "float", "particle_smooth", 4)] + [DNAFieldAttribute(10, "float", "particle_smooth", "float", 4)] public float particle_smooth; - [DNAFieldAttribute(11, "float", "paint_distance", 4)] + [DNAFieldAttribute(11, "float", "paint_distance", "float", 4)] public float paint_distance; - [DNAFieldAttribute(12, "ColorBand", "*paint_ramp", 776)] + [DNAFieldAttribute(12, "ColorBand", "*paint_ramp", "ColorBand", 776)] public ColorBand ptr_paint_ramp; - [DNAFieldAttribute(13, "ColorBand", "*vel_ramp", 776)] + [DNAFieldAttribute(13, "ColorBand", "*vel_ramp", "ColorBand", 776)] public ColorBand ptr_vel_ramp; - [DNAFieldAttribute(14, "short", "proximity_falloff", 2)] + [DNAFieldAttribute(14, "short", "proximity_falloff", "short", 2)] public short proximity_falloff; - [DNAFieldAttribute(15, "short", "wave_type", 2)] + [DNAFieldAttribute(15, "short", "wave_type", "short", 2)] public short wave_type; - [DNAFieldAttribute(16, "short", "ray_dir", 2)] + [DNAFieldAttribute(16, "short", "ray_dir", "short", 2)] public short ray_dir; - [DNAFieldAttribute(17, "char", "_pad[2]", 1)] + [DNAFieldAttribute(17, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(18, "float", "wave_factor", 4)] + [DNAFieldAttribute(18, "float", "wave_factor", "float", 4)] public float wave_factor; - [DNAFieldAttribute(19, "float", "wave_clamp", 4)] + [DNAFieldAttribute(19, "float", "wave_clamp", "float", 4)] public float wave_clamp; - [DNAFieldAttribute(20, "float", "max_velocity", 4)] + [DNAFieldAttribute(20, "float", "max_velocity", "float", 4)] public float max_velocity; - [DNAFieldAttribute(21, "float", "smudge_strength", 4)] + [DNAFieldAttribute(21, "float", "smudge_strength", "float", 4)] public float smudge_strength; public DynamicPaintBrushSettings() { this.ptr_pmd = default; diff --git a/BlendFile/DNA/DynamicPaintCanvasSettings.cs b/BlendFile/DNA/DynamicPaintCanvasSettings.cs index a079d61..7e8c084 100644 --- a/BlendFile/DNA/DynamicPaintCanvasSettings.cs +++ b/BlendFile/DNA/DynamicPaintCanvasSettings.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(227, "DynamicPaintCanvasSettings")] public class DynamicPaintCanvasSettings { - [DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", 144)] + [DNAFieldAttribute(0, "DynamicPaintModifierData", "*pmd", "DynamicPaintModifierData", 144)] public DynamicPaintModifierData ptr_pmd; - [DNAFieldAttribute(1, "ListBase", "surfaces", 16)] + [DNAFieldAttribute(1, "ListBase", "surfaces", "ListBase", 16)] public ListBase surfaces; - [DNAFieldAttribute(2, "short", "active_sur", 2)] + [DNAFieldAttribute(2, "short", "active_sur", "short", 2)] public short active_sur; - [DNAFieldAttribute(3, "short", "flags", 2)] + [DNAFieldAttribute(3, "short", "flags", "short", 2)] public short flags; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "char", "error[64]", 1)] + [DNAFieldAttribute(5, "char", "error[64]", "System.Char[]", 1)] public char[] error = new System.Char[64]; public DynamicPaintCanvasSettings() { this.ptr_pmd = default; diff --git a/BlendFile/DNA/DynamicPaintModifierData.cs b/BlendFile/DNA/DynamicPaintModifierData.cs index 80336de..2407684 100644 --- a/BlendFile/DNA/DynamicPaintModifierData.cs +++ b/BlendFile/DNA/DynamicPaintModifierData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(231, "DynamicPaintModifierData")] public class DynamicPaintModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "DynamicPaintCanvasSettings", "*canvas", 96)] + [DNAFieldAttribute(1, "DynamicPaintCanvasSettings", "*canvas", "DynamicPaintCanvasSettings", 96)] public DynamicPaintCanvasSettings ptr_canvas; - [DNAFieldAttribute(2, "DynamicPaintBrushSettings", "*brush", 96)] + [DNAFieldAttribute(2, "DynamicPaintBrushSettings", "*brush", "DynamicPaintBrushSettings", 96)] public DynamicPaintBrushSettings ptr_brush; - [DNAFieldAttribute(3, "int", "type", 4)] + [DNAFieldAttribute(3, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public DynamicPaintModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/DynamicPaintSurface.cs b/BlendFile/DNA/DynamicPaintSurface.cs index bd86638..a6cbe82 100644 --- a/BlendFile/DNA/DynamicPaintSurface.cs +++ b/BlendFile/DNA/DynamicPaintSurface.cs @@ -15,99 +15,99 @@ namespace BlendFile.DNA { [DNAClassAttribute(226, "DynamicPaintSurface")] public class DynamicPaintSurface { - [DNAFieldAttribute(0, "DynamicPaintSurface", "*next", 1568)] + [DNAFieldAttribute(0, "DynamicPaintSurface", "*next", "DynamicPaintSurface", 1568)] public DynamicPaintSurface ptr_next; - [DNAFieldAttribute(1, "DynamicPaintSurface", "*prev", 1568)] + [DNAFieldAttribute(1, "DynamicPaintSurface", "*prev", "DynamicPaintSurface", 1568)] public DynamicPaintSurface ptr_prev; - [DNAFieldAttribute(2, "DynamicPaintCanvasSettings", "*canvas", 96)] + [DNAFieldAttribute(2, "DynamicPaintCanvasSettings", "*canvas", "DynamicPaintCanvasSettings", 96)] public DynamicPaintCanvasSettings ptr_canvas; - [DNAFieldAttribute(3, "PaintSurfaceData", "*data", 0)] + [DNAFieldAttribute(3, "PaintSurfaceData", "*data", "PaintSurfaceData", 0)] public PaintSurfaceData ptr_data; - [DNAFieldAttribute(4, "Collection", "*brush_group", 376)] + [DNAFieldAttribute(4, "Collection", "*brush_group", "Collection", 376)] public Collection ptr_brush_group; - [DNAFieldAttribute(5, "EffectorWeights", "*effector_weights", 72)] + [DNAFieldAttribute(5, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)] public EffectorWeights ptr_effector_weights; - [DNAFieldAttribute(6, "PointCache", "*pointcache", 1392)] + [DNAFieldAttribute(6, "PointCache", "*pointcache", "PointCache", 1392)] public PointCache ptr_pointcache; - [DNAFieldAttribute(7, "ListBase", "ptcaches", 16)] + [DNAFieldAttribute(7, "ListBase", "ptcaches", "ListBase", 16)] public ListBase ptcaches; - [DNAFieldAttribute(8, "int", "current_frame", 4)] + [DNAFieldAttribute(8, "int", "current_frame", "int", 4)] public int current_frame; - [DNAFieldAttribute(9, "char", "name[64]", 1)] + [DNAFieldAttribute(9, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(10, "short", "format", 2)] + [DNAFieldAttribute(10, "short", "format", "short", 2)] public short format; - [DNAFieldAttribute(11, "short", "type", 2)] + [DNAFieldAttribute(11, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(12, "short", "disp_type", 2)] + [DNAFieldAttribute(12, "short", "disp_type", "short", 2)] public short disp_type; - [DNAFieldAttribute(13, "short", "image_fileformat", 2)] + [DNAFieldAttribute(13, "short", "image_fileformat", "short", 2)] public short image_fileformat; - [DNAFieldAttribute(14, "short", "effect_ui", 2)] + [DNAFieldAttribute(14, "short", "effect_ui", "short", 2)] public short effect_ui; - [DNAFieldAttribute(15, "short", "init_color_type", 2)] + [DNAFieldAttribute(15, "short", "init_color_type", "short", 2)] public short init_color_type; - [DNAFieldAttribute(16, "int", "flags", 4)] + [DNAFieldAttribute(16, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(17, "int", "effect", 4)] + [DNAFieldAttribute(17, "int", "effect", "int", 4)] public int effect; - [DNAFieldAttribute(18, "int", "image_resolution", 4)] + [DNAFieldAttribute(18, "int", "image_resolution", "int", 4)] public int image_resolution; - [DNAFieldAttribute(19, "int", "substeps", 4)] + [DNAFieldAttribute(19, "int", "substeps", "int", 4)] public int substeps; - [DNAFieldAttribute(20, "int", "start_frame", 4)] + [DNAFieldAttribute(20, "int", "start_frame", "int", 4)] public int start_frame; - [DNAFieldAttribute(21, "int", "end_frame", 4)] + [DNAFieldAttribute(21, "int", "end_frame", "int", 4)] public int end_frame; - [DNAFieldAttribute(22, "float", "init_color[4]", 4)] + [DNAFieldAttribute(22, "float", "init_color[4]", "System.Single[]", 4)] public float[] init_color = new System.Single[4]; - [DNAFieldAttribute(23, "Tex", "*init_texture", 488)] + [DNAFieldAttribute(23, "Tex", "*init_texture", "Tex", 488)] public Tex ptr_init_texture; - [DNAFieldAttribute(24, "char", "init_layername[68]", 1)] + [DNAFieldAttribute(24, "char", "init_layername[68]", "System.Char[]", 1)] public char[] init_layername = new System.Char[68]; - [DNAFieldAttribute(25, "int", "dry_speed", 4)] + [DNAFieldAttribute(25, "int", "dry_speed", "int", 4)] public int dry_speed; - [DNAFieldAttribute(26, "int", "diss_speed", 4)] + [DNAFieldAttribute(26, "int", "diss_speed", "int", 4)] public int diss_speed; - [DNAFieldAttribute(27, "float", "color_dry_threshold", 4)] + [DNAFieldAttribute(27, "float", "color_dry_threshold", "float", 4)] public float color_dry_threshold; - [DNAFieldAttribute(28, "float", "depth_clamp", 4)] + [DNAFieldAttribute(28, "float", "depth_clamp", "float", 4)] public float depth_clamp; - [DNAFieldAttribute(29, "float", "disp_factor", 4)] + [DNAFieldAttribute(29, "float", "disp_factor", "float", 4)] public float disp_factor; - [DNAFieldAttribute(30, "float", "spread_speed", 4)] + [DNAFieldAttribute(30, "float", "spread_speed", "float", 4)] public float spread_speed; - [DNAFieldAttribute(31, "float", "color_spread_speed", 4)] + [DNAFieldAttribute(31, "float", "color_spread_speed", "float", 4)] public float color_spread_speed; - [DNAFieldAttribute(32, "float", "shrink_speed", 4)] + [DNAFieldAttribute(32, "float", "shrink_speed", "float", 4)] public float shrink_speed; - [DNAFieldAttribute(33, "float", "drip_vel", 4)] + [DNAFieldAttribute(33, "float", "drip_vel", "float", 4)] public float drip_vel; - [DNAFieldAttribute(34, "float", "drip_acc", 4)] + [DNAFieldAttribute(34, "float", "drip_acc", "float", 4)] public float drip_acc; - [DNAFieldAttribute(35, "float", "influence_scale", 4)] + [DNAFieldAttribute(35, "float", "influence_scale", "float", 4)] public float influence_scale; - [DNAFieldAttribute(36, "float", "radius_scale", 4)] + [DNAFieldAttribute(36, "float", "radius_scale", "float", 4)] public float radius_scale; - [DNAFieldAttribute(37, "float", "wave_damping", 4)] + [DNAFieldAttribute(37, "float", "wave_damping", "float", 4)] public float wave_damping; - [DNAFieldAttribute(38, "float", "wave_speed", 4)] + [DNAFieldAttribute(38, "float", "wave_speed", "float", 4)] public float wave_speed; - [DNAFieldAttribute(39, "float", "wave_timescale", 4)] + [DNAFieldAttribute(39, "float", "wave_timescale", "float", 4)] public float wave_timescale; - [DNAFieldAttribute(40, "float", "wave_spring", 4)] + [DNAFieldAttribute(40, "float", "wave_spring", "float", 4)] public float wave_spring; - [DNAFieldAttribute(41, "float", "wave_smoothness", 4)] + [DNAFieldAttribute(41, "float", "wave_smoothness", "float", 4)] public float wave_smoothness; - [DNAFieldAttribute(42, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(42, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(43, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(43, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(44, "char", "image_output_path[1024]", 1)] + [DNAFieldAttribute(44, "char", "image_output_path[1024]", "System.Char[]", 1)] public char[] image_output_path = new System.Char[1024]; - [DNAFieldAttribute(45, "char", "output_name[68]", 1)] + [DNAFieldAttribute(45, "char", "output_name[68]", "System.Char[]", 1)] public char[] output_name = new System.Char[68]; - [DNAFieldAttribute(46, "char", "output_name2[68]", 1)] + [DNAFieldAttribute(46, "char", "output_name2[68]", "System.Char[]", 1)] public char[] output_name2 = new System.Char[68]; public DynamicPaintSurface() { this.ptr_next = default; diff --git a/BlendFile/DNA/EQCurveMappingData.cs b/BlendFile/DNA/EQCurveMappingData.cs index 81e0014..e3edad1 100644 --- a/BlendFile/DNA/EQCurveMappingData.cs +++ b/BlendFile/DNA/EQCurveMappingData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(912, "EQCurveMappingData")] public class EQCurveMappingData { - [DNAFieldAttribute(0, "EQCurveMappingData", "*next", 440)] + [DNAFieldAttribute(0, "EQCurveMappingData", "*next", "EQCurveMappingData", 440)] public EQCurveMappingData ptr_next; - [DNAFieldAttribute(1, "EQCurveMappingData", "*prev", 440)] + [DNAFieldAttribute(1, "EQCurveMappingData", "*prev", "EQCurveMappingData", 440)] public EQCurveMappingData ptr_prev; - [DNAFieldAttribute(2, "CurveMapping", "curve_mapping", 424)] + [DNAFieldAttribute(2, "CurveMapping", "curve_mapping", "CurveMapping", 424)] public CurveMapping curve_mapping; public EQCurveMappingData() { this.ptr_next = default; diff --git a/BlendFile/DNA/EdgeSplitModifierData.cs b/BlendFile/DNA/EdgeSplitModifierData.cs index 212a542..91990d1 100644 --- a/BlendFile/DNA/EdgeSplitModifierData.cs +++ b/BlendFile/DNA/EdgeSplitModifierData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(453, "EdgeSplitModifierData")] public struct EdgeSplitModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "float", "split_angle", 4)] + [DNAFieldAttribute(1, "float", "split_angle", "float", 4)] public float split_angle; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; public EdgeSplitModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/Editing.cs b/BlendFile/DNA/Editing.cs index abb5ce4..81257ae 100644 --- a/BlendFile/DNA/Editing.cs +++ b/BlendFile/DNA/Editing.cs @@ -15,51 +15,51 @@ namespace BlendFile.DNA { [DNAClassAttribute(840, "Editing")] public class Editing { - [DNAFieldAttribute(0, "ListBase", "*seqbasep", 16)] + [DNAFieldAttribute(0, "ListBase", "*seqbasep", "ListBase", 16)] public ListBase ptr_seqbasep; - [DNAFieldAttribute(1, "ListBase", "*displayed_channels", 16)] + [DNAFieldAttribute(1, "ListBase", "*displayed_channels", "ListBase", 16)] public ListBase ptr_displayed_channels; - [DNAFieldAttribute(2, "void", "*_pad0", 0)] + [DNAFieldAttribute(2, "void", "*_pad0", "void", 0)] public object ptr__pad0; - [DNAFieldAttribute(3, "ListBase", "seqbase", 16)] + [DNAFieldAttribute(3, "ListBase", "seqbase", "ListBase", 16)] public ListBase seqbase; - [DNAFieldAttribute(4, "ListBase", "metastack", 16)] + [DNAFieldAttribute(4, "ListBase", "metastack", "ListBase", 16)] public ListBase metastack; - [DNAFieldAttribute(5, "ListBase", "channels", 16)] + [DNAFieldAttribute(5, "ListBase", "channels", "ListBase", 16)] public ListBase channels; - [DNAFieldAttribute(6, "Sequence", "*act_seq", 464)] + [DNAFieldAttribute(6, "Sequence", "*act_seq", "Sequence", 464)] public Sequence ptr_act_seq; - [DNAFieldAttribute(7, "char", "act_imagedir[1024]", 1)] + [DNAFieldAttribute(7, "char", "act_imagedir[1024]", "System.Char[]", 1)] public char[] act_imagedir = new System.Char[1024]; - [DNAFieldAttribute(8, "char", "act_sounddir[1024]", 1)] + [DNAFieldAttribute(8, "char", "act_sounddir[1024]", "System.Char[]", 1)] public char[] act_sounddir = new System.Char[1024]; - [DNAFieldAttribute(9, "char", "proxy_dir[1024]", 1)] + [DNAFieldAttribute(9, "char", "proxy_dir[1024]", "System.Char[]", 1)] public char[] proxy_dir = new System.Char[1024]; - [DNAFieldAttribute(10, "int", "proxy_storage", 4)] + [DNAFieldAttribute(10, "int", "proxy_storage", "int", 4)] public int proxy_storage; - [DNAFieldAttribute(11, "int", "over_ofs", 4)] + [DNAFieldAttribute(11, "int", "over_ofs", "int", 4)] public int over_ofs; - [DNAFieldAttribute(12, "int", "over_cfra", 4)] + [DNAFieldAttribute(12, "int", "over_cfra", "int", 4)] public int over_cfra; - [DNAFieldAttribute(13, "int", "over_flag", 4)] + [DNAFieldAttribute(13, "int", "over_flag", "int", 4)] public int over_flag; - [DNAFieldAttribute(14, "rctf", "over_border", 16)] + [DNAFieldAttribute(14, "rctf", "over_border", "rctf", 16)] public rctf over_border; - [DNAFieldAttribute(15, "int", "show_missing_media_flag", 4)] + [DNAFieldAttribute(15, "int", "show_missing_media_flag", "int", 4)] public int show_missing_media_flag; - [DNAFieldAttribute(16, "int", "_pad1", 4)] + [DNAFieldAttribute(16, "int", "_pad1", "int", 4)] public int _pad1; - [DNAFieldAttribute(17, "SeqCache", "*cache", 0)] + [DNAFieldAttribute(17, "SeqCache", "*cache", "SeqCache", 0)] public SeqCache ptr_cache; - [DNAFieldAttribute(18, "float", "recycle_max_cost", 4)] + [DNAFieldAttribute(18, "float", "recycle_max_cost", "float", 4)] public float recycle_max_cost; - [DNAFieldAttribute(19, "int", "cache_flag", 4)] + [DNAFieldAttribute(19, "int", "cache_flag", "int", 4)] public int cache_flag; - [DNAFieldAttribute(20, "PrefetchJob", "*prefetch_job", 0)] + [DNAFieldAttribute(20, "PrefetchJob", "*prefetch_job", "PrefetchJob", 0)] public PrefetchJob ptr_prefetch_job; - [DNAFieldAttribute(21, "int64_t", "disk_cache_timestamp", 8)] + [DNAFieldAttribute(21, "int64_t", "disk_cache_timestamp", "int64_t", 8)] public long disk_cache_timestamp; - [DNAFieldAttribute(22, "EditingRuntime", "runtime", 32)] + [DNAFieldAttribute(22, "EditingRuntime", "runtime", "EditingRuntime", 32)] public EditingRuntime runtime; public Editing() { this.ptr_seqbasep = default; diff --git a/BlendFile/DNA/EditingRuntime.cs b/BlendFile/DNA/EditingRuntime.cs index f7fb25b..bba4832 100644 --- a/BlendFile/DNA/EditingRuntime.cs +++ b/BlendFile/DNA/EditingRuntime.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(890, "EditingRuntime")] public class EditingRuntime { - [DNAFieldAttribute(0, "SequenceLookup", "*sequence_lookup", 0)] + [DNAFieldAttribute(0, "SequenceLookup", "*sequence_lookup", "SequenceLookup", 0)] public SequenceLookup ptr_sequence_lookup; - [DNAFieldAttribute(1, "MediaPresence", "*media_presence", 0)] + [DNAFieldAttribute(1, "MediaPresence", "*media_presence", "MediaPresence", 0)] public MediaPresence ptr_media_presence; - [DNAFieldAttribute(2, "ThumbnailCache", "*thumbnail_cache", 0)] + [DNAFieldAttribute(2, "ThumbnailCache", "*thumbnail_cache", "ThumbnailCache", 0)] public ThumbnailCache ptr_thumbnail_cache; - [DNAFieldAttribute(3, "void", "*_pad", 0)] + [DNAFieldAttribute(3, "void", "*_pad", "void", 0)] public object ptr__pad; public EditingRuntime() { this.ptr_sequence_lookup = default; diff --git a/BlendFile/DNA/Effect.cs b/BlendFile/DNA/Effect.cs index 978328c..e032673 100644 --- a/BlendFile/DNA/Effect.cs +++ b/BlendFile/DNA/Effect.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(234, "Effect")] public class Effect { - [DNAFieldAttribute(0, "Effect", "*next", 24)] + [DNAFieldAttribute(0, "Effect", "*next", "Effect", 24)] public Effect ptr_next; - [DNAFieldAttribute(1, "Effect", "*prev", 24)] + [DNAFieldAttribute(1, "Effect", "*prev", "Effect", 24)] public Effect 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]; public Effect() { this.ptr_next = default; diff --git a/BlendFile/DNA/EffectorWeights.cs b/BlendFile/DNA/EffectorWeights.cs index ad9334f..3797fd6 100644 --- a/BlendFile/DNA/EffectorWeights.cs +++ b/BlendFile/DNA/EffectorWeights.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(156, "EffectorWeights")] public class EffectorWeights { - [DNAFieldAttribute(0, "Collection", "*group", 376)] + [DNAFieldAttribute(0, "Collection", "*group", "Collection", 376)] public Collection ptr_group; - [DNAFieldAttribute(1, "float", "weight[14]", 4)] + [DNAFieldAttribute(1, "float", "weight[14]", "System.Single[]", 4)] public float[] weight = new System.Single[14]; - [DNAFieldAttribute(2, "float", "global_gravity", 4)] + [DNAFieldAttribute(2, "float", "global_gravity", "float", 4)] public float global_gravity; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "char", "_pad[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public EffectorWeights() { this.ptr_group = default; diff --git a/BlendFile/DNA/EnvelopeGpencilModifierData.cs b/BlendFile/DNA/EnvelopeGpencilModifierData.cs index 064838e..4de596d 100644 --- a/BlendFile/DNA/EnvelopeGpencilModifierData.cs +++ b/BlendFile/DNA/EnvelopeGpencilModifierData.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(306, "EnvelopeGpencilModifierData")] public class EnvelopeGpencilModifierData { - [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", "vgname[64]", 1)] + [DNAFieldAttribute(3, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = 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, "int", "mode", 4)] + [DNAFieldAttribute(6, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(7, "int", "mat_nr", 4)] + [DNAFieldAttribute(7, "int", "mat_nr", "int", 4)] public int mat_nr; - [DNAFieldAttribute(8, "float", "thickness", 4)] + [DNAFieldAttribute(8, "float", "thickness", "float", 4)] public float thickness; - [DNAFieldAttribute(9, "float", "strength", 4)] + [DNAFieldAttribute(9, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(10, "int", "skip", 4)] + [DNAFieldAttribute(10, "int", "skip", "int", 4)] public int skip; - [DNAFieldAttribute(11, "int", "layer_pass", 4)] + [DNAFieldAttribute(11, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(12, "int", "spread", 4)] + [DNAFieldAttribute(12, "int", "spread", "int", 4)] public int spread; - [DNAFieldAttribute(13, "char", "_pad[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public EnvelopeGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ExplodeModifierData.cs b/BlendFile/DNA/ExplodeModifierData.cs index adb6f29..9537088 100644 --- a/BlendFile/DNA/ExplodeModifierData.cs +++ b/BlendFile/DNA/ExplodeModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(479, "ExplodeModifierData")] public class ExplodeModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "int", "*facepa", 4)] + [DNAFieldAttribute(1, "int", "*facepa", "int", 4)] public int ptr_facepa; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "short", "vgroup", 2)] + [DNAFieldAttribute(3, "short", "vgroup", "short", 2)] public short vgroup; - [DNAFieldAttribute(4, "float", "protect", 4)] + [DNAFieldAttribute(4, "float", "protect", "float", 4)] public float protect; - [DNAFieldAttribute(5, "char", "uvname[68]", 1)] + [DNAFieldAttribute(5, "char", "uvname[68]", "System.Char[]", 1)] public char[] uvname = new System.Char[68]; - [DNAFieldAttribute(6, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(7, "void", "*_pad2", 0)] + [DNAFieldAttribute(7, "void", "*_pad2", "void", 0)] public object ptr__pad2; public ExplodeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/FCM_EnvelopeData.cs b/BlendFile/DNA/FCM_EnvelopeData.cs index 7036ba7..2a5d1d5 100644 --- a/BlendFile/DNA/FCM_EnvelopeData.cs +++ b/BlendFile/DNA/FCM_EnvelopeData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(83, "FCM_EnvelopeData")] public struct FCM_EnvelopeData { - [DNAFieldAttribute(0, "float", "min", 4)] + [DNAFieldAttribute(0, "float", "min", "float", 4)] public float min; - [DNAFieldAttribute(1, "float", "max", 4)] + [DNAFieldAttribute(1, "float", "max", "float", 4)] public float max; - [DNAFieldAttribute(2, "float", "time", 4)] + [DNAFieldAttribute(2, "float", "time", "float", 4)] public float time; - [DNAFieldAttribute(3, "short", "f1", 2)] + [DNAFieldAttribute(3, "short", "f1", "short", 2)] public short f1; - [DNAFieldAttribute(4, "short", "f2", 2)] + [DNAFieldAttribute(4, "short", "f2", "short", 2)] public short f2; public FCM_EnvelopeData() { this.min = default; diff --git a/BlendFile/DNA/FCurve.cs b/BlendFile/DNA/FCurve.cs index 2bc0cb6..48bea50 100644 --- a/BlendFile/DNA/FCurve.cs +++ b/BlendFile/DNA/FCurve.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(79, "FCurve")] public class FCurve { - [DNAFieldAttribute(0, "FCurve", "*next", 120)] + [DNAFieldAttribute(0, "FCurve", "*next", "FCurve", 120)] public FCurve ptr_next; - [DNAFieldAttribute(1, "FCurve", "*prev", 120)] + [DNAFieldAttribute(1, "FCurve", "*prev", "FCurve", 120)] public FCurve ptr_prev; - [DNAFieldAttribute(2, "bActionGroup", "*grp", 136)] + [DNAFieldAttribute(2, "bActionGroup", "*grp", "bActionGroup", 136)] public bActionGroup ptr_grp; - [DNAFieldAttribute(3, "ChannelDriver", "*driver", 304)] + [DNAFieldAttribute(3, "ChannelDriver", "*driver", "ChannelDriver", 304)] public ChannelDriver ptr_driver; - [DNAFieldAttribute(4, "ListBase", "modifiers", 16)] + [DNAFieldAttribute(4, "ListBase", "modifiers", "ListBase", 16)] public ListBase modifiers; - [DNAFieldAttribute(5, "BezTriple", "*bezt", 72)] + [DNAFieldAttribute(5, "BezTriple", "*bezt", "BezTriple", 72)] public BezTriple ptr_bezt; - [DNAFieldAttribute(6, "FPoint", "*fpt", 16)] + [DNAFieldAttribute(6, "FPoint", "*fpt", "FPoint", 16)] public FPoint ptr_fpt; - [DNAFieldAttribute(7, "int", "totvert", 4)] + [DNAFieldAttribute(7, "int", "totvert", "int", 4)] public int totvert; - [DNAFieldAttribute(8, "int", "active_keyframe_index", 4)] + [DNAFieldAttribute(8, "int", "active_keyframe_index", "int", 4)] public int active_keyframe_index; - [DNAFieldAttribute(9, "float", "curval", 4)] + [DNAFieldAttribute(9, "float", "curval", "float", 4)] public float curval; - [DNAFieldAttribute(10, "short", "flag", 2)] + [DNAFieldAttribute(10, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(11, "short", "extend", 2)] + [DNAFieldAttribute(11, "short", "extend", "short", 2)] public short extend; - [DNAFieldAttribute(12, "char", "auto_smoothing", 1)] + [DNAFieldAttribute(12, "char", "auto_smoothing", "char", 1)] public char auto_smoothing; - [DNAFieldAttribute(13, "char", "_pad[3]", 1)] + [DNAFieldAttribute(13, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(14, "int", "array_index", 4)] + [DNAFieldAttribute(14, "int", "array_index", "int", 4)] public int array_index; - [DNAFieldAttribute(15, "char", "*rna_path", 1)] + [DNAFieldAttribute(15, "char", "*rna_path", "char", 1)] public char ptr_rna_path; - [DNAFieldAttribute(16, "int", "color_mode", 4)] + [DNAFieldAttribute(16, "int", "color_mode", "int", 4)] public int color_mode; - [DNAFieldAttribute(17, "float", "color[3]", 4)] + [DNAFieldAttribute(17, "float", "color[3]", "System.Single[]", 4)] public float[] color = new System.Single[3]; - [DNAFieldAttribute(18, "float", "prev_norm_factor", 4)] + [DNAFieldAttribute(18, "float", "prev_norm_factor", "float", 4)] public float prev_norm_factor; - [DNAFieldAttribute(19, "float", "prev_offset", 4)] + [DNAFieldAttribute(19, "float", "prev_offset", "float", 4)] public float prev_offset; public FCurve() { this.ptr_next = default; diff --git a/BlendFile/DNA/FFMpegCodecData.cs b/BlendFile/DNA/FFMpegCodecData.cs index 00675e8..ba444d4 100644 --- a/BlendFile/DNA/FFMpegCodecData.cs +++ b/BlendFile/DNA/FFMpegCodecData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(797, "FFMpegCodecData")] public class FFMpegCodecData { - [DNAFieldAttribute(0, "int", "type", 4)] + [DNAFieldAttribute(0, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(1, "int", "codec", 4)] + [DNAFieldAttribute(1, "int", "codec", "int", 4)] public int codec; - [DNAFieldAttribute(2, "int", "audio_codec", 4)] + [DNAFieldAttribute(2, "int", "audio_codec", "int", 4)] public int audio_codec; - [DNAFieldAttribute(3, "int", "video_bitrate", 4)] + [DNAFieldAttribute(3, "int", "video_bitrate", "int", 4)] public int video_bitrate; - [DNAFieldAttribute(4, "int", "audio_bitrate", 4)] + [DNAFieldAttribute(4, "int", "audio_bitrate", "int", 4)] public int audio_bitrate; - [DNAFieldAttribute(5, "int", "audio_mixrate", 4)] + [DNAFieldAttribute(5, "int", "audio_mixrate", "int", 4)] public int audio_mixrate; - [DNAFieldAttribute(6, "int", "audio_channels", 4)] + [DNAFieldAttribute(6, "int", "audio_channels", "int", 4)] public int audio_channels; - [DNAFieldAttribute(7, "float", "audio_volume", 4)] + [DNAFieldAttribute(7, "float", "audio_volume", "float", 4)] public float audio_volume; - [DNAFieldAttribute(8, "int", "gop_size", 4)] + [DNAFieldAttribute(8, "int", "gop_size", "int", 4)] public int gop_size; - [DNAFieldAttribute(9, "int", "max_b_frames", 4)] + [DNAFieldAttribute(9, "int", "max_b_frames", "int", 4)] public int max_b_frames; - [DNAFieldAttribute(10, "int", "flags", 4)] + [DNAFieldAttribute(10, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(11, "int", "constant_rate_factor", 4)] + [DNAFieldAttribute(11, "int", "constant_rate_factor", "int", 4)] public int constant_rate_factor; - [DNAFieldAttribute(12, "int", "ffmpeg_preset", 4)] + [DNAFieldAttribute(12, "int", "ffmpeg_preset", "int", 4)] public int ffmpeg_preset; - [DNAFieldAttribute(13, "int", "rc_min_rate", 4)] + [DNAFieldAttribute(13, "int", "rc_min_rate", "int", 4)] public int rc_min_rate; - [DNAFieldAttribute(14, "int", "rc_max_rate", 4)] + [DNAFieldAttribute(14, "int", "rc_max_rate", "int", 4)] public int rc_max_rate; - [DNAFieldAttribute(15, "int", "rc_buffer_size", 4)] + [DNAFieldAttribute(15, "int", "rc_buffer_size", "int", 4)] public int rc_buffer_size; - [DNAFieldAttribute(16, "int", "mux_packet_size", 4)] + [DNAFieldAttribute(16, "int", "mux_packet_size", "int", 4)] public int mux_packet_size; - [DNAFieldAttribute(17, "int", "mux_rate", 4)] + [DNAFieldAttribute(17, "int", "mux_rate", "int", 4)] public int mux_rate; - [DNAFieldAttribute(18, "void", "*_pad1", 0)] + [DNAFieldAttribute(18, "void", "*_pad1", "void", 0)] public object ptr__pad1; public FFMpegCodecData() { this.type = default; diff --git a/BlendFile/DNA/FMod_Cycles.cs b/BlendFile/DNA/FMod_Cycles.cs index 9d0ec32..f503f0e 100644 --- a/BlendFile/DNA/FMod_Cycles.cs +++ b/BlendFile/DNA/FMod_Cycles.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(85, "FMod_Cycles")] public struct FMod_Cycles { - [DNAFieldAttribute(0, "short", "before_mode", 2)] + [DNAFieldAttribute(0, "short", "before_mode", "short", 2)] public short before_mode; - [DNAFieldAttribute(1, "short", "after_mode", 2)] + [DNAFieldAttribute(1, "short", "after_mode", "short", 2)] public short after_mode; - [DNAFieldAttribute(2, "short", "before_cycles", 2)] + [DNAFieldAttribute(2, "short", "before_cycles", "short", 2)] public short before_cycles; - [DNAFieldAttribute(3, "short", "after_cycles", 2)] + [DNAFieldAttribute(3, "short", "after_cycles", "short", 2)] public short after_cycles; public FMod_Cycles() { this.before_mode = default; diff --git a/BlendFile/DNA/FMod_Envelope.cs b/BlendFile/DNA/FMod_Envelope.cs index 1be14d1..a208dc1 100644 --- a/BlendFile/DNA/FMod_Envelope.cs +++ b/BlendFile/DNA/FMod_Envelope.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(84, "FMod_Envelope")] public class FMod_Envelope { - [DNAFieldAttribute(0, "FCM_EnvelopeData", "*data", 16)] + [DNAFieldAttribute(0, "FCM_EnvelopeData", "*data", "FCM_EnvelopeData", 16)] public FCM_EnvelopeData ptr_data; - [DNAFieldAttribute(1, "int", "totvert", 4)] + [DNAFieldAttribute(1, "int", "totvert", "int", 4)] public int totvert; - [DNAFieldAttribute(2, "float", "midval", 4)] + [DNAFieldAttribute(2, "float", "midval", "float", 4)] public float midval; - [DNAFieldAttribute(3, "float", "min", 4)] + [DNAFieldAttribute(3, "float", "min", "float", 4)] public float min; - [DNAFieldAttribute(4, "float", "max", 4)] + [DNAFieldAttribute(4, "float", "max", "float", 4)] public float max; public FMod_Envelope() { this.ptr_data = default; diff --git a/BlendFile/DNA/FMod_FunctionGenerator.cs b/BlendFile/DNA/FMod_FunctionGenerator.cs index e54fece..6818e50 100644 --- a/BlendFile/DNA/FMod_FunctionGenerator.cs +++ b/BlendFile/DNA/FMod_FunctionGenerator.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(82, "FMod_FunctionGenerator")] public struct FMod_FunctionGenerator { - [DNAFieldAttribute(0, "float", "amplitude", 4)] + [DNAFieldAttribute(0, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(1, "float", "phase_multiplier", 4)] + [DNAFieldAttribute(1, "float", "phase_multiplier", "float", 4)] public float phase_multiplier; - [DNAFieldAttribute(2, "float", "phase_offset", 4)] + [DNAFieldAttribute(2, "float", "phase_offset", "float", 4)] public float phase_offset; - [DNAFieldAttribute(3, "float", "value_offset", 4)] + [DNAFieldAttribute(3, "float", "value_offset", "float", 4)] public float value_offset; - [DNAFieldAttribute(4, "int", "type", 4)] + [DNAFieldAttribute(4, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; public FMod_FunctionGenerator() { this.amplitude = default; diff --git a/BlendFile/DNA/FMod_Generator.cs b/BlendFile/DNA/FMod_Generator.cs index 4f52a9b..d9b61cf 100644 --- a/BlendFile/DNA/FMod_Generator.cs +++ b/BlendFile/DNA/FMod_Generator.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(81, "FMod_Generator")] public class FMod_Generator { - [DNAFieldAttribute(0, "float", "*coefficients", 4)] + [DNAFieldAttribute(0, "float", "*coefficients", "float", 4)] public float ptr_coefficients; - [DNAFieldAttribute(1, "int", "arraysize", 4)] + [DNAFieldAttribute(1, "int", "arraysize", "int", 4)] public int arraysize; - [DNAFieldAttribute(2, "int", "poly_order", 4)] + [DNAFieldAttribute(2, "int", "poly_order", "int", 4)] public int poly_order; - [DNAFieldAttribute(3, "int", "mode", 4)] + [DNAFieldAttribute(3, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; public FMod_Generator() { this.ptr_coefficients = default; diff --git a/BlendFile/DNA/FMod_Limits.cs b/BlendFile/DNA/FMod_Limits.cs index 036dcb4..c8e42b8 100644 --- a/BlendFile/DNA/FMod_Limits.cs +++ b/BlendFile/DNA/FMod_Limits.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(86, "FMod_Limits")] public struct FMod_Limits { - [DNAFieldAttribute(0, "rctf", "rect", 16)] + [DNAFieldAttribute(0, "rctf", "rect", "rctf", 16)] public rctf rect; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public FMod_Limits() { this.rect = default; diff --git a/BlendFile/DNA/FMod_Noise.cs b/BlendFile/DNA/FMod_Noise.cs index 772e63a..1dc5de1 100644 --- a/BlendFile/DNA/FMod_Noise.cs +++ b/BlendFile/DNA/FMod_Noise.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(88, "FMod_Noise")] public struct FMod_Noise { - [DNAFieldAttribute(0, "float", "size", 4)] + [DNAFieldAttribute(0, "float", "size", "float", 4)] public float size; - [DNAFieldAttribute(1, "float", "strength", 4)] + [DNAFieldAttribute(1, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(2, "float", "phase", 4)] + [DNAFieldAttribute(2, "float", "phase", "float", 4)] public float phase; - [DNAFieldAttribute(3, "float", "offset", 4)] + [DNAFieldAttribute(3, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(4, "short", "depth", 2)] + [DNAFieldAttribute(4, "short", "depth", "short", 2)] public short depth; - [DNAFieldAttribute(5, "short", "modification", 2)] + [DNAFieldAttribute(5, "short", "modification", "short", 2)] public short modification; public FMod_Noise() { this.size = default; diff --git a/BlendFile/DNA/FMod_Stepped.cs b/BlendFile/DNA/FMod_Stepped.cs index 0b8c11d..928e787 100644 --- a/BlendFile/DNA/FMod_Stepped.cs +++ b/BlendFile/DNA/FMod_Stepped.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(89, "FMod_Stepped")] public struct FMod_Stepped { - [DNAFieldAttribute(0, "float", "step_size", 4)] + [DNAFieldAttribute(0, "float", "step_size", "float", 4)] public float step_size; - [DNAFieldAttribute(1, "float", "offset", 4)] + [DNAFieldAttribute(1, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(2, "float", "start_frame", 4)] + [DNAFieldAttribute(2, "float", "start_frame", "float", 4)] public float start_frame; - [DNAFieldAttribute(3, "float", "end_frame", 4)] + [DNAFieldAttribute(3, "float", "end_frame", "float", 4)] public float end_frame; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; public FMod_Stepped() { this.step_size = default; diff --git a/BlendFile/DNA/FModifier.cs b/BlendFile/DNA/FModifier.cs index ca79a01..fc34015 100644 --- a/BlendFile/DNA/FModifier.cs +++ b/BlendFile/DNA/FModifier.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(80, "FModifier")] public class FModifier { - [DNAFieldAttribute(0, "FModifier", "*next", 128)] + [DNAFieldAttribute(0, "FModifier", "*next", "FModifier", 128)] public FModifier ptr_next; - [DNAFieldAttribute(1, "FModifier", "*prev", 128)] + [DNAFieldAttribute(1, "FModifier", "*prev", "FModifier", 128)] public FModifier ptr_prev; - [DNAFieldAttribute(2, "FCurve", "*curve", 120)] + [DNAFieldAttribute(2, "FCurve", "*curve", "FCurve", 120)] public FCurve ptr_curve; - [DNAFieldAttribute(3, "void", "*data", 0)] + [DNAFieldAttribute(3, "void", "*data", "void", 0)] public object ptr_data; - [DNAFieldAttribute(4, "char", "name[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "short", "type", 2)] + [DNAFieldAttribute(5, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "ui_expand_flag", 2)] + [DNAFieldAttribute(7, "short", "ui_expand_flag", "short", 2)] public short ui_expand_flag; - [DNAFieldAttribute(8, "char", "_pad[6]", 1)] + [DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(9, "float", "influence", 4)] + [DNAFieldAttribute(9, "float", "influence", "float", 4)] public float influence; - [DNAFieldAttribute(10, "float", "sfra", 4)] + [DNAFieldAttribute(10, "float", "sfra", "float", 4)] public float sfra; - [DNAFieldAttribute(11, "float", "efra", 4)] + [DNAFieldAttribute(11, "float", "efra", "float", 4)] public float efra; - [DNAFieldAttribute(12, "float", "blendin", 4)] + [DNAFieldAttribute(12, "float", "blendin", "float", 4)] public float blendin; - [DNAFieldAttribute(13, "float", "blendout", 4)] + [DNAFieldAttribute(13, "float", "blendout", "float", 4)] public float blendout; public FModifier() { this.ptr_next = default; diff --git a/BlendFile/DNA/FPoint.cs b/BlendFile/DNA/FPoint.cs index ebee3e7..adca558 100644 --- a/BlendFile/DNA/FPoint.cs +++ b/BlendFile/DNA/FPoint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(94, "FPoint")] public struct FPoint { - [DNAFieldAttribute(0, "float", "vec[2]", 4)] + [DNAFieldAttribute(0, "float", "vec[2]", "System.Single[]", 4)] public float[] vec = new System.Single[2]; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public FPoint() { this.vec = default; diff --git a/BlendFile/DNA/FileAssetSelectParams.cs b/BlendFile/DNA/FileAssetSelectParams.cs index d21d0e9..d206af8 100644 --- a/BlendFile/DNA/FileAssetSelectParams.cs +++ b/BlendFile/DNA/FileAssetSelectParams.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(941, "FileAssetSelectParams")] public struct FileAssetSelectParams { - [DNAFieldAttribute(0, "FileSelectParams", "base_params", 2088)] + [DNAFieldAttribute(0, "FileSelectParams", "base_params", "FileSelectParams", 2088)] public FileSelectParams base_params; - [DNAFieldAttribute(1, "AssetLibraryReference", "asset_library_ref", 8)] + [DNAFieldAttribute(1, "AssetLibraryReference", "asset_library_ref", "AssetLibraryReference", 8)] public AssetLibraryReference asset_library_ref; - [DNAFieldAttribute(2, "short", "asset_catalog_visibility", 2)] + [DNAFieldAttribute(2, "short", "asset_catalog_visibility", "short", 2)] public short asset_catalog_visibility; - [DNAFieldAttribute(3, "char", "_pad[6]", 1)] + [DNAFieldAttribute(3, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(4, "bUUID", "catalog_id", 16)] + [DNAFieldAttribute(4, "bUUID", "catalog_id", "bUUID", 16)] public bUUID catalog_id; - [DNAFieldAttribute(5, "short", "import_type", 2)] + [DNAFieldAttribute(5, "short", "import_type", "short", 2)] public short import_type; - [DNAFieldAttribute(6, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(6, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; public FileAssetSelectParams() { this.base_params = default; diff --git a/BlendFile/DNA/FileFolderHistory.cs b/BlendFile/DNA/FileFolderHistory.cs index 927fcd8..c29d518 100644 --- a/BlendFile/DNA/FileFolderHistory.cs +++ b/BlendFile/DNA/FileFolderHistory.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(942, "FileFolderHistory")] public class FileFolderHistory { - [DNAFieldAttribute(0, "FileFolderLists", "*next", 0)] + [DNAFieldAttribute(0, "FileFolderLists", "*next", "FileFolderLists", 0)] public FileFolderLists ptr_next; - [DNAFieldAttribute(1, "FileFolderLists", "*prev", 0)] + [DNAFieldAttribute(1, "FileFolderLists", "*prev", "FileFolderLists", 0)] public FileFolderLists ptr_prev; - [DNAFieldAttribute(2, "char", "browse_mode", 1)] + [DNAFieldAttribute(2, "char", "browse_mode", "char", 1)] public char browse_mode; - [DNAFieldAttribute(3, "char", "_pad[7]", 1)] + [DNAFieldAttribute(3, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(4, "ListBase", "folders_prev", 16)] + [DNAFieldAttribute(4, "ListBase", "folders_prev", "ListBase", 16)] public ListBase folders_prev; - [DNAFieldAttribute(5, "ListBase", "folders_next", 16)] + [DNAFieldAttribute(5, "ListBase", "folders_next", "ListBase", 16)] public ListBase folders_next; public FileFolderHistory() { this.ptr_next = default; diff --git a/BlendFile/DNA/FileGlobal.cs b/BlendFile/DNA/FileGlobal.cs index eb017d8..ef85a94 100644 --- a/BlendFile/DNA/FileGlobal.cs +++ b/BlendFile/DNA/FileGlobal.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(239, "FileGlobal")] public class FileGlobal { - [DNAFieldAttribute(0, "char", "subvstr[4]", 1)] + [DNAFieldAttribute(0, "char", "subvstr[4]", "System.Char[]", 1)] public char[] subvstr = new System.Char[4]; - [DNAFieldAttribute(1, "short", "subversion", 2)] + [DNAFieldAttribute(1, "short", "subversion", "short", 2)] public short subversion; - [DNAFieldAttribute(2, "short", "minversion", 2)] + [DNAFieldAttribute(2, "short", "minversion", "short", 2)] public short minversion; - [DNAFieldAttribute(3, "short", "minsubversion", 2)] + [DNAFieldAttribute(3, "short", "minsubversion", "short", 2)] public short minsubversion; - [DNAFieldAttribute(4, "char", "_pad[6]", 1)] + [DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(5, "bScreen", "*curscreen", 336)] + [DNAFieldAttribute(5, "bScreen", "*curscreen", "bScreen", 336)] public bScreen ptr_curscreen; - [DNAFieldAttribute(6, "Scene", "*curscene", 6744)] + [DNAFieldAttribute(6, "Scene", "*curscene", "Scene", 6744)] public Scene ptr_curscene; - [DNAFieldAttribute(7, "ViewLayer", "*cur_view_layer", 336)] + [DNAFieldAttribute(7, "ViewLayer", "*cur_view_layer", "ViewLayer", 336)] public ViewLayer ptr_cur_view_layer; - [DNAFieldAttribute(8, "void", "*_pad1", 0)] + [DNAFieldAttribute(8, "void", "*_pad1", "void", 0)] public object ptr__pad1; - [DNAFieldAttribute(9, "int", "fileflags", 4)] + [DNAFieldAttribute(9, "int", "fileflags", "int", 4)] public int fileflags; - [DNAFieldAttribute(10, "int", "globalf", 4)] + [DNAFieldAttribute(10, "int", "globalf", "int", 4)] public int globalf; - [DNAFieldAttribute(11, "uint64_t", "build_commit_timestamp", 8)] + [DNAFieldAttribute(11, "uint64_t", "build_commit_timestamp", "uint64_t", 8)] public ulong build_commit_timestamp; - [DNAFieldAttribute(12, "char", "build_hash[16]", 1)] + [DNAFieldAttribute(12, "char", "build_hash[16]", "System.Char[]", 1)] public char[] build_hash = new System.Char[16]; - [DNAFieldAttribute(13, "char", "filename[1024]", 1)] + [DNAFieldAttribute(13, "char", "filename[1024]", "System.Char[]", 1)] public char[] filename = new System.Char[1024]; public FileGlobal() { this.subvstr = default; diff --git a/BlendFile/DNA/FileHandler.cs b/BlendFile/DNA/FileHandler.cs index 4a21c03..e6bb5c3 100644 --- a/BlendFile/DNA/FileHandler.cs +++ b/BlendFile/DNA/FileHandler.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(874, "FileHandler")] public class FileHandler { - [DNAFieldAttribute(0, "FileHandlerTypeHandle", "*type", 0)] + [DNAFieldAttribute(0, "FileHandlerTypeHandle", "*type", "FileHandlerTypeHandle", 0)] public FileHandlerTypeHandle ptr_type; public FileHandler() { this.ptr_type = default; diff --git a/BlendFile/DNA/FileSelectParams.cs b/BlendFile/DNA/FileSelectParams.cs index a751bb5..c9099ed 100644 --- a/BlendFile/DNA/FileSelectParams.cs +++ b/BlendFile/DNA/FileSelectParams.cs @@ -15,57 +15,57 @@ namespace BlendFile.DNA { [DNAClassAttribute(940, "FileSelectParams")] public class FileSelectParams { - [DNAFieldAttribute(0, "char", "title[96]", 1)] + [DNAFieldAttribute(0, "char", "title[96]", "System.Char[]", 1)] public char[] title = new System.Char[96]; - [DNAFieldAttribute(1, "char", "dir[1090]", 1)] + [DNAFieldAttribute(1, "char", "dir[1090]", "System.Char[]", 1)] public char[] dir = new System.Char[1090]; - [DNAFieldAttribute(2, "char", "file[256]", 1)] + [DNAFieldAttribute(2, "char", "file[256]", "System.Char[]", 1)] public char[] file = new System.Char[256]; - [DNAFieldAttribute(3, "char", "renamefile[256]", 1)] + [DNAFieldAttribute(3, "char", "renamefile[256]", "System.Char[]", 1)] public char[] renamefile = new System.Char[256]; - [DNAFieldAttribute(4, "short", "rename_flag", 2)] + [DNAFieldAttribute(4, "short", "rename_flag", "short", 2)] public short rename_flag; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(6, "ID", "*rename_id", 208)] + [DNAFieldAttribute(6, "ID", "*rename_id", "ID", 208)] public ID ptr_rename_id; - [DNAFieldAttribute(7, "void", "*_pad3", 0)] + [DNAFieldAttribute(7, "void", "*_pad3", "void", 0)] public object ptr__pad3; - [DNAFieldAttribute(8, "char", "filter_glob[256]", 1)] + [DNAFieldAttribute(8, "char", "filter_glob[256]", "System.Char[]", 1)] public char[] filter_glob = new System.Char[256]; - [DNAFieldAttribute(9, "char", "filter_search[64]", 1)] + [DNAFieldAttribute(9, "char", "filter_search[64]", "System.Char[]", 1)] public char[] filter_search = new System.Char[64]; - [DNAFieldAttribute(10, "uint64_t", "filter_id", 8)] + [DNAFieldAttribute(10, "uint64_t", "filter_id", "uint64_t", 8)] public ulong filter_id; - [DNAFieldAttribute(11, "int", "active_file", 4)] + [DNAFieldAttribute(11, "int", "active_file", "int", 4)] public int active_file; - [DNAFieldAttribute(12, "int", "highlight_file", 4)] + [DNAFieldAttribute(12, "int", "highlight_file", "int", 4)] public int highlight_file; - [DNAFieldAttribute(13, "int", "sel_first", 4)] + [DNAFieldAttribute(13, "int", "sel_first", "int", 4)] public int sel_first; - [DNAFieldAttribute(14, "int", "sel_last", 4)] + [DNAFieldAttribute(14, "int", "sel_last", "int", 4)] public int sel_last; - [DNAFieldAttribute(15, "short", "thumbnail_size", 2)] + [DNAFieldAttribute(15, "short", "thumbnail_size", "short", 2)] public short thumbnail_size; - [DNAFieldAttribute(16, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(16, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(17, "short", "type", 2)] + [DNAFieldAttribute(17, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(18, "short", "flag", 2)] + [DNAFieldAttribute(18, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(19, "short", "sort", 2)] + [DNAFieldAttribute(19, "short", "sort", "short", 2)] public short sort; - [DNAFieldAttribute(20, "short", "display", 2)] + [DNAFieldAttribute(20, "short", "display", "short", 2)] public short display; - [DNAFieldAttribute(21, "char", "details_flags", 1)] + [DNAFieldAttribute(21, "char", "details_flags", "char", 1)] public char details_flags; - [DNAFieldAttribute(22, "char", "_pad2[3]", 1)] + [DNAFieldAttribute(22, "char", "_pad2[3]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[3]; - [DNAFieldAttribute(23, "int", "filter", 4)] + [DNAFieldAttribute(23, "int", "filter", "int", 4)] public int filter; - [DNAFieldAttribute(24, "short", "recursion_level", 2)] + [DNAFieldAttribute(24, "short", "recursion_level", "short", 2)] public short recursion_level; - [DNAFieldAttribute(25, "char", "_pad4[2]", 1)] + [DNAFieldAttribute(25, "char", "_pad4[2]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[2]; public FileSelectParams() { this.title = default; diff --git a/BlendFile/DNA/FlipShaderFxData.cs b/BlendFile/DNA/FlipShaderFxData.cs index a6fc9ab..5d16c30 100644 --- a/BlendFile/DNA/FlipShaderFxData.cs +++ b/BlendFile/DNA/FlipShaderFxData.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(919, "FlipShaderFxData")] public struct FlipShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)] public ShaderFxData shaderfx; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "flipmode", 4)] + [DNAFieldAttribute(2, "int", "flipmode", "int", 4)] public int flipmode; - [DNAFieldAttribute(3, "ShaderFxData_Runtime", "runtime", 40)] + [DNAFieldAttribute(3, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)] public ShaderFxData_Runtime runtime; public FlipShaderFxData() { this.shaderfx = default; diff --git a/BlendFile/DNA/FluidDomainSettings.cs b/BlendFile/DNA/FluidDomainSettings.cs index df1a73a..c4b925c 100644 --- a/BlendFile/DNA/FluidDomainSettings.cs +++ b/BlendFile/DNA/FluidDomainSettings.cs @@ -15,375 +15,375 @@ namespace BlendFile.DNA { [DNAClassAttribute(242, "FluidDomainSettings")] public class FluidDomainSettings { - [DNAFieldAttribute(0, "FluidModifierData", "*fmd", 160)] + [DNAFieldAttribute(0, "FluidModifierData", "*fmd", "FluidModifierData", 160)] public FluidModifierData ptr_fmd; - [DNAFieldAttribute(1, "MANTA", "*fluid", 0)] + [DNAFieldAttribute(1, "MANTA", "*fluid", "MANTA", 0)] public MANTA ptr_fluid; - [DNAFieldAttribute(2, "MANTA", "*fluid_old", 0)] + [DNAFieldAttribute(2, "MANTA", "*fluid_old", "MANTA", 0)] public MANTA ptr_fluid_old; - [DNAFieldAttribute(3, "void", "*fluid_mutex", 0)] + [DNAFieldAttribute(3, "void", "*fluid_mutex", "void", 0)] public object ptr_fluid_mutex; - [DNAFieldAttribute(4, "Collection", "*fluid_group", 376)] + [DNAFieldAttribute(4, "Collection", "*fluid_group", "Collection", 376)] public Collection ptr_fluid_group; - [DNAFieldAttribute(5, "Collection", "*force_group", 376)] + [DNAFieldAttribute(5, "Collection", "*force_group", "Collection", 376)] public Collection ptr_force_group; - [DNAFieldAttribute(6, "Collection", "*effector_group", 376)] + [DNAFieldAttribute(6, "Collection", "*effector_group", "Collection", 376)] public Collection ptr_effector_group; - [DNAFieldAttribute(7, "GPUTexture", "*tex_density", 0)] + [DNAFieldAttribute(7, "GPUTexture", "*tex_density", "GPUTexture", 0)] public GPUTexture ptr_tex_density; - [DNAFieldAttribute(8, "GPUTexture", "*tex_color", 0)] + [DNAFieldAttribute(8, "GPUTexture", "*tex_color", "GPUTexture", 0)] public GPUTexture ptr_tex_color; - [DNAFieldAttribute(9, "GPUTexture", "*tex_wt", 0)] + [DNAFieldAttribute(9, "GPUTexture", "*tex_wt", "GPUTexture", 0)] public GPUTexture ptr_tex_wt; - [DNAFieldAttribute(10, "GPUTexture", "*tex_shadow", 0)] + [DNAFieldAttribute(10, "GPUTexture", "*tex_shadow", "GPUTexture", 0)] public GPUTexture ptr_tex_shadow; - [DNAFieldAttribute(11, "GPUTexture", "*tex_flame", 0)] + [DNAFieldAttribute(11, "GPUTexture", "*tex_flame", "GPUTexture", 0)] public GPUTexture ptr_tex_flame; - [DNAFieldAttribute(12, "GPUTexture", "*tex_flame_coba", 0)] + [DNAFieldAttribute(12, "GPUTexture", "*tex_flame_coba", "GPUTexture", 0)] public GPUTexture ptr_tex_flame_coba; - [DNAFieldAttribute(13, "GPUTexture", "*tex_coba", 0)] + [DNAFieldAttribute(13, "GPUTexture", "*tex_coba", "GPUTexture", 0)] public GPUTexture ptr_tex_coba; - [DNAFieldAttribute(14, "GPUTexture", "*tex_field", 0)] + [DNAFieldAttribute(14, "GPUTexture", "*tex_field", "GPUTexture", 0)] public GPUTexture ptr_tex_field; - [DNAFieldAttribute(15, "GPUTexture", "*tex_velocity_x", 0)] + [DNAFieldAttribute(15, "GPUTexture", "*tex_velocity_x", "GPUTexture", 0)] public GPUTexture ptr_tex_velocity_x; - [DNAFieldAttribute(16, "GPUTexture", "*tex_velocity_y", 0)] + [DNAFieldAttribute(16, "GPUTexture", "*tex_velocity_y", "GPUTexture", 0)] public GPUTexture ptr_tex_velocity_y; - [DNAFieldAttribute(17, "GPUTexture", "*tex_velocity_z", 0)] + [DNAFieldAttribute(17, "GPUTexture", "*tex_velocity_z", "GPUTexture", 0)] public GPUTexture ptr_tex_velocity_z; - [DNAFieldAttribute(18, "GPUTexture", "*tex_flags", 0)] + [DNAFieldAttribute(18, "GPUTexture", "*tex_flags", "GPUTexture", 0)] public GPUTexture ptr_tex_flags; - [DNAFieldAttribute(19, "GPUTexture", "*tex_range_field", 0)] + [DNAFieldAttribute(19, "GPUTexture", "*tex_range_field", "GPUTexture", 0)] public GPUTexture ptr_tex_range_field; - [DNAFieldAttribute(20, "Object", "*guiding_parent", 1160)] + [DNAFieldAttribute(20, "Object", "*guiding_parent", "Object", 1160)] public Object ptr_guiding_parent; - [DNAFieldAttribute(21, "EffectorWeights", "*effector_weights", 72)] + [DNAFieldAttribute(21, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)] public EffectorWeights ptr_effector_weights; - [DNAFieldAttribute(22, "float", "p0[3]", 4)] + [DNAFieldAttribute(22, "float", "p0[3]", "System.Single[]", 4)] public float[] p0 = new System.Single[3]; - [DNAFieldAttribute(23, "float", "p1[3]", 4)] + [DNAFieldAttribute(23, "float", "p1[3]", "System.Single[]", 4)] public float[] p1 = new System.Single[3]; - [DNAFieldAttribute(24, "float", "dp0[3]", 4)] + [DNAFieldAttribute(24, "float", "dp0[3]", "System.Single[]", 4)] public float[] dp0 = new System.Single[3]; - [DNAFieldAttribute(25, "float", "cell_size[3]", 4)] + [DNAFieldAttribute(25, "float", "cell_size[3]", "System.Single[]", 4)] public float[] cell_size = new System.Single[3]; - [DNAFieldAttribute(26, "float", "global_size[3]", 4)] + [DNAFieldAttribute(26, "float", "global_size[3]", "System.Single[]", 4)] public float[] global_size = new System.Single[3]; - [DNAFieldAttribute(27, "float", "prev_loc[3]", 4)] + [DNAFieldAttribute(27, "float", "prev_loc[3]", "System.Single[]", 4)] public float[] prev_loc = new System.Single[3]; - [DNAFieldAttribute(28, "int", "shift[3]", 4)] + [DNAFieldAttribute(28, "int", "shift[3]", "System.Int32[]", 4)] public int[] shift = new System.Int32[3]; - [DNAFieldAttribute(29, "float", "shift_f[3]", 4)] + [DNAFieldAttribute(29, "float", "shift_f[3]", "System.Single[]", 4)] public float[] shift_f = new System.Single[3]; - [DNAFieldAttribute(30, "float", "obj_shift_f[3]", 4)] + [DNAFieldAttribute(30, "float", "obj_shift_f[3]", "System.Single[]", 4)] public float[] obj_shift_f = new System.Single[3]; - [DNAFieldAttribute(31, "float", "imat[4][4]", 4)] + [DNAFieldAttribute(31, "float", "imat[4][4]", "System.Single[,]", 4)] public float[,] imat = new System.Single[4,4]; - [DNAFieldAttribute(32, "float", "obmat[4][4]", 4)] + [DNAFieldAttribute(32, "float", "obmat[4][4]", "System.Single[,]", 4)] public float[,] obmat = new System.Single[4,4]; - [DNAFieldAttribute(33, "float", "fluidmat[4][4]", 4)] + [DNAFieldAttribute(33, "float", "fluidmat[4][4]", "System.Single[,]", 4)] public float[,] fluidmat = new System.Single[4,4]; - [DNAFieldAttribute(34, "float", "fluidmat_wt[4][4]", 4)] + [DNAFieldAttribute(34, "float", "fluidmat_wt[4][4]", "System.Single[,]", 4)] public float[,] fluidmat_wt = new System.Single[4,4]; - [DNAFieldAttribute(35, "int", "base_res[3]", 4)] + [DNAFieldAttribute(35, "int", "base_res[3]", "System.Int32[]", 4)] public int[] base_res = new System.Int32[3]; - [DNAFieldAttribute(36, "int", "res_min[3]", 4)] + [DNAFieldAttribute(36, "int", "res_min[3]", "System.Int32[]", 4)] public int[] res_min = new System.Int32[3]; - [DNAFieldAttribute(37, "int", "res_max[3]", 4)] + [DNAFieldAttribute(37, "int", "res_max[3]", "System.Int32[]", 4)] public int[] res_max = new System.Int32[3]; - [DNAFieldAttribute(38, "int", "res[3]", 4)] + [DNAFieldAttribute(38, "int", "res[3]", "System.Int32[]", 4)] public int[] res = new System.Int32[3]; - [DNAFieldAttribute(39, "int", "total_cells", 4)] + [DNAFieldAttribute(39, "int", "total_cells", "int", 4)] public int total_cells; - [DNAFieldAttribute(40, "float", "dx", 4)] + [DNAFieldAttribute(40, "float", "dx", "float", 4)] public float dx; - [DNAFieldAttribute(41, "float", "scale", 4)] + [DNAFieldAttribute(41, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(42, "int", "boundary_width", 4)] + [DNAFieldAttribute(42, "int", "boundary_width", "int", 4)] public int boundary_width; - [DNAFieldAttribute(43, "float", "gravity_final[3]", 4)] + [DNAFieldAttribute(43, "float", "gravity_final[3]", "System.Single[]", 4)] public float[] gravity_final = new System.Single[3]; - [DNAFieldAttribute(44, "int", "adapt_margin", 4)] + [DNAFieldAttribute(44, "int", "adapt_margin", "int", 4)] public int adapt_margin; - [DNAFieldAttribute(45, "int", "adapt_res", 4)] + [DNAFieldAttribute(45, "int", "adapt_res", "int", 4)] public int adapt_res; - [DNAFieldAttribute(46, "float", "adapt_threshold", 4)] + [DNAFieldAttribute(46, "float", "adapt_threshold", "float", 4)] public float adapt_threshold; - [DNAFieldAttribute(47, "int", "maxres", 4)] + [DNAFieldAttribute(47, "int", "maxres", "int", 4)] public int maxres; - [DNAFieldAttribute(48, "int", "solver_res", 4)] + [DNAFieldAttribute(48, "int", "solver_res", "int", 4)] public int solver_res; - [DNAFieldAttribute(49, "int", "border_collisions", 4)] + [DNAFieldAttribute(49, "int", "border_collisions", "int", 4)] public int border_collisions; - [DNAFieldAttribute(50, "int", "flags", 4)] + [DNAFieldAttribute(50, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(51, "float", "gravity[3]", 4)] + [DNAFieldAttribute(51, "float", "gravity[3]", "System.Single[]", 4)] public float[] gravity = new System.Single[3]; - [DNAFieldAttribute(52, "int", "active_fields", 4)] + [DNAFieldAttribute(52, "int", "active_fields", "int", 4)] public int active_fields; - [DNAFieldAttribute(53, "short", "type", 2)] + [DNAFieldAttribute(53, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(54, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(54, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; - [DNAFieldAttribute(55, "float", "alpha", 4)] + [DNAFieldAttribute(55, "float", "alpha", "float", 4)] public float alpha; - [DNAFieldAttribute(56, "float", "beta", 4)] + [DNAFieldAttribute(56, "float", "beta", "float", 4)] public float beta; - [DNAFieldAttribute(57, "int", "diss_speed", 4)] + [DNAFieldAttribute(57, "int", "diss_speed", "int", 4)] public int diss_speed; - [DNAFieldAttribute(58, "float", "vorticity", 4)] + [DNAFieldAttribute(58, "float", "vorticity", "float", 4)] public float vorticity; - [DNAFieldAttribute(59, "float", "active_color[3]", 4)] + [DNAFieldAttribute(59, "float", "active_color[3]", "System.Single[]", 4)] public float[] active_color = new System.Single[3]; - [DNAFieldAttribute(60, "int", "highres_sampling", 4)] + [DNAFieldAttribute(60, "int", "highres_sampling", "int", 4)] public int highres_sampling; - [DNAFieldAttribute(61, "float", "burning_rate", 4)] + [DNAFieldAttribute(61, "float", "burning_rate", "float", 4)] public float burning_rate; - [DNAFieldAttribute(62, "float", "flame_smoke", 4)] + [DNAFieldAttribute(62, "float", "flame_smoke", "float", 4)] public float flame_smoke; - [DNAFieldAttribute(63, "float", "flame_vorticity", 4)] + [DNAFieldAttribute(63, "float", "flame_vorticity", "float", 4)] public float flame_vorticity; - [DNAFieldAttribute(64, "float", "flame_ignition", 4)] + [DNAFieldAttribute(64, "float", "flame_ignition", "float", 4)] public float flame_ignition; - [DNAFieldAttribute(65, "float", "flame_max_temp", 4)] + [DNAFieldAttribute(65, "float", "flame_max_temp", "float", 4)] public float flame_max_temp; - [DNAFieldAttribute(66, "float", "flame_smoke_color[3]", 4)] + [DNAFieldAttribute(66, "float", "flame_smoke_color[3]", "System.Single[]", 4)] public float[] flame_smoke_color = new System.Single[3]; - [DNAFieldAttribute(67, "float", "noise_strength", 4)] + [DNAFieldAttribute(67, "float", "noise_strength", "float", 4)] public float noise_strength; - [DNAFieldAttribute(68, "float", "noise_pos_scale", 4)] + [DNAFieldAttribute(68, "float", "noise_pos_scale", "float", 4)] public float noise_pos_scale; - [DNAFieldAttribute(69, "float", "noise_time_anim", 4)] + [DNAFieldAttribute(69, "float", "noise_time_anim", "float", 4)] public float noise_time_anim; - [DNAFieldAttribute(70, "int", "res_noise[3]", 4)] + [DNAFieldAttribute(70, "int", "res_noise[3]", "System.Int32[]", 4)] public int[] res_noise = new System.Int32[3]; - [DNAFieldAttribute(71, "int", "noise_scale", 4)] + [DNAFieldAttribute(71, "int", "noise_scale", "int", 4)] public int noise_scale; - [DNAFieldAttribute(72, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(72, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(73, "float", "particle_randomness", 4)] + [DNAFieldAttribute(73, "float", "particle_randomness", "float", 4)] public float particle_randomness; - [DNAFieldAttribute(74, "int", "particle_number", 4)] + [DNAFieldAttribute(74, "int", "particle_number", "int", 4)] public int particle_number; - [DNAFieldAttribute(75, "int", "particle_minimum", 4)] + [DNAFieldAttribute(75, "int", "particle_minimum", "int", 4)] public int particle_minimum; - [DNAFieldAttribute(76, "int", "particle_maximum", 4)] + [DNAFieldAttribute(76, "int", "particle_maximum", "int", 4)] public int particle_maximum; - [DNAFieldAttribute(77, "float", "particle_radius", 4)] + [DNAFieldAttribute(77, "float", "particle_radius", "float", 4)] public float particle_radius; - [DNAFieldAttribute(78, "float", "particle_band_width", 4)] + [DNAFieldAttribute(78, "float", "particle_band_width", "float", 4)] public float particle_band_width; - [DNAFieldAttribute(79, "float", "fractions_threshold", 4)] + [DNAFieldAttribute(79, "float", "fractions_threshold", "float", 4)] public float fractions_threshold; - [DNAFieldAttribute(80, "float", "fractions_distance", 4)] + [DNAFieldAttribute(80, "float", "fractions_distance", "float", 4)] public float fractions_distance; - [DNAFieldAttribute(81, "float", "flip_ratio", 4)] + [DNAFieldAttribute(81, "float", "flip_ratio", "float", 4)] public float flip_ratio; - [DNAFieldAttribute(82, "int", "sys_particle_maximum", 4)] + [DNAFieldAttribute(82, "int", "sys_particle_maximum", "int", 4)] public int sys_particle_maximum; - [DNAFieldAttribute(83, "short", "simulation_method", 2)] + [DNAFieldAttribute(83, "short", "simulation_method", "short", 2)] public short simulation_method; - [DNAFieldAttribute(84, "char", "_pad4[6]", 1)] + [DNAFieldAttribute(84, "char", "_pad4[6]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[6]; - [DNAFieldAttribute(85, "float", "viscosity_value", 4)] + [DNAFieldAttribute(85, "float", "viscosity_value", "float", 4)] public float viscosity_value; - [DNAFieldAttribute(86, "char", "_pad5[4]", 1)] + [DNAFieldAttribute(86, "char", "_pad5[4]", "System.Char[]", 1)] public char[] _pad5 = new System.Char[4]; - [DNAFieldAttribute(87, "float", "surface_tension", 4)] + [DNAFieldAttribute(87, "float", "surface_tension", "float", 4)] public float surface_tension; - [DNAFieldAttribute(88, "float", "viscosity_base", 4)] + [DNAFieldAttribute(88, "float", "viscosity_base", "float", 4)] public float viscosity_base; - [DNAFieldAttribute(89, "int", "viscosity_exponent", 4)] + [DNAFieldAttribute(89, "int", "viscosity_exponent", "int", 4)] public int viscosity_exponent; - [DNAFieldAttribute(90, "float", "mesh_concave_upper", 4)] + [DNAFieldAttribute(90, "float", "mesh_concave_upper", "float", 4)] public float mesh_concave_upper; - [DNAFieldAttribute(91, "float", "mesh_concave_lower", 4)] + [DNAFieldAttribute(91, "float", "mesh_concave_lower", "float", 4)] public float mesh_concave_lower; - [DNAFieldAttribute(92, "float", "mesh_particle_radius", 4)] + [DNAFieldAttribute(92, "float", "mesh_particle_radius", "float", 4)] public float mesh_particle_radius; - [DNAFieldAttribute(93, "int", "mesh_smoothen_pos", 4)] + [DNAFieldAttribute(93, "int", "mesh_smoothen_pos", "int", 4)] public int mesh_smoothen_pos; - [DNAFieldAttribute(94, "int", "mesh_smoothen_neg", 4)] + [DNAFieldAttribute(94, "int", "mesh_smoothen_neg", "int", 4)] public int mesh_smoothen_neg; - [DNAFieldAttribute(95, "int", "mesh_scale", 4)] + [DNAFieldAttribute(95, "int", "mesh_scale", "int", 4)] public int mesh_scale; - [DNAFieldAttribute(96, "short", "mesh_generator", 2)] + [DNAFieldAttribute(96, "short", "mesh_generator", "short", 2)] public short mesh_generator; - [DNAFieldAttribute(97, "char", "_pad6[2]", 1)] + [DNAFieldAttribute(97, "char", "_pad6[2]", "System.Char[]", 1)] public char[] _pad6 = new System.Char[2]; - [DNAFieldAttribute(98, "int", "particle_type", 4)] + [DNAFieldAttribute(98, "int", "particle_type", "int", 4)] public int particle_type; - [DNAFieldAttribute(99, "int", "particle_scale", 4)] + [DNAFieldAttribute(99, "int", "particle_scale", "int", 4)] public int particle_scale; - [DNAFieldAttribute(100, "float", "sndparticle_tau_min_wc", 4)] + [DNAFieldAttribute(100, "float", "sndparticle_tau_min_wc", "float", 4)] public float sndparticle_tau_min_wc; - [DNAFieldAttribute(101, "float", "sndparticle_tau_max_wc", 4)] + [DNAFieldAttribute(101, "float", "sndparticle_tau_max_wc", "float", 4)] public float sndparticle_tau_max_wc; - [DNAFieldAttribute(102, "float", "sndparticle_tau_min_ta", 4)] + [DNAFieldAttribute(102, "float", "sndparticle_tau_min_ta", "float", 4)] public float sndparticle_tau_min_ta; - [DNAFieldAttribute(103, "float", "sndparticle_tau_max_ta", 4)] + [DNAFieldAttribute(103, "float", "sndparticle_tau_max_ta", "float", 4)] public float sndparticle_tau_max_ta; - [DNAFieldAttribute(104, "float", "sndparticle_tau_min_k", 4)] + [DNAFieldAttribute(104, "float", "sndparticle_tau_min_k", "float", 4)] public float sndparticle_tau_min_k; - [DNAFieldAttribute(105, "float", "sndparticle_tau_max_k", 4)] + [DNAFieldAttribute(105, "float", "sndparticle_tau_max_k", "float", 4)] public float sndparticle_tau_max_k; - [DNAFieldAttribute(106, "int", "sndparticle_k_wc", 4)] + [DNAFieldAttribute(106, "int", "sndparticle_k_wc", "int", 4)] public int sndparticle_k_wc; - [DNAFieldAttribute(107, "int", "sndparticle_k_ta", 4)] + [DNAFieldAttribute(107, "int", "sndparticle_k_ta", "int", 4)] public int sndparticle_k_ta; - [DNAFieldAttribute(108, "float", "sndparticle_k_b", 4)] + [DNAFieldAttribute(108, "float", "sndparticle_k_b", "float", 4)] public float sndparticle_k_b; - [DNAFieldAttribute(109, "float", "sndparticle_k_d", 4)] + [DNAFieldAttribute(109, "float", "sndparticle_k_d", "float", 4)] public float sndparticle_k_d; - [DNAFieldAttribute(110, "float", "sndparticle_l_min", 4)] + [DNAFieldAttribute(110, "float", "sndparticle_l_min", "float", 4)] public float sndparticle_l_min; - [DNAFieldAttribute(111, "float", "sndparticle_l_max", 4)] + [DNAFieldAttribute(111, "float", "sndparticle_l_max", "float", 4)] public float sndparticle_l_max; - [DNAFieldAttribute(112, "int", "sndparticle_potential_radius", 4)] + [DNAFieldAttribute(112, "int", "sndparticle_potential_radius", "int", 4)] public int sndparticle_potential_radius; - [DNAFieldAttribute(113, "int", "sndparticle_update_radius", 4)] + [DNAFieldAttribute(113, "int", "sndparticle_update_radius", "int", 4)] public int sndparticle_update_radius; - [DNAFieldAttribute(114, "char", "sndparticle_boundary", 1)] + [DNAFieldAttribute(114, "char", "sndparticle_boundary", "char", 1)] public char sndparticle_boundary; - [DNAFieldAttribute(115, "char", "sndparticle_combined_export", 1)] + [DNAFieldAttribute(115, "char", "sndparticle_combined_export", "char", 1)] public char sndparticle_combined_export; - [DNAFieldAttribute(116, "char", "_pad7[6]", 1)] + [DNAFieldAttribute(116, "char", "_pad7[6]", "System.Char[]", 1)] public char[] _pad7 = new System.Char[6]; - [DNAFieldAttribute(117, "float", "guiding_alpha", 4)] + [DNAFieldAttribute(117, "float", "guiding_alpha", "float", 4)] public float guiding_alpha; - [DNAFieldAttribute(118, "int", "guiding_beta", 4)] + [DNAFieldAttribute(118, "int", "guiding_beta", "int", 4)] public int guiding_beta; - [DNAFieldAttribute(119, "float", "guiding_vel_factor", 4)] + [DNAFieldAttribute(119, "float", "guiding_vel_factor", "float", 4)] public float guiding_vel_factor; - [DNAFieldAttribute(120, "int", "guide_res[3]", 4)] + [DNAFieldAttribute(120, "int", "guide_res[3]", "System.Int32[]", 4)] public int[] guide_res = new System.Int32[3]; - [DNAFieldAttribute(121, "short", "guiding_source", 2)] + [DNAFieldAttribute(121, "short", "guiding_source", "short", 2)] public short guiding_source; - [DNAFieldAttribute(122, "char", "_pad8[2]", 1)] + [DNAFieldAttribute(122, "char", "_pad8[2]", "System.Char[]", 1)] public char[] _pad8 = new System.Char[2]; - [DNAFieldAttribute(123, "int", "cache_frame_start", 4)] + [DNAFieldAttribute(123, "int", "cache_frame_start", "int", 4)] public int cache_frame_start; - [DNAFieldAttribute(124, "int", "cache_frame_end", 4)] + [DNAFieldAttribute(124, "int", "cache_frame_end", "int", 4)] public int cache_frame_end; - [DNAFieldAttribute(125, "int", "cache_frame_pause_data", 4)] + [DNAFieldAttribute(125, "int", "cache_frame_pause_data", "int", 4)] public int cache_frame_pause_data; - [DNAFieldAttribute(126, "int", "cache_frame_pause_noise", 4)] + [DNAFieldAttribute(126, "int", "cache_frame_pause_noise", "int", 4)] public int cache_frame_pause_noise; - [DNAFieldAttribute(127, "int", "cache_frame_pause_mesh", 4)] + [DNAFieldAttribute(127, "int", "cache_frame_pause_mesh", "int", 4)] public int cache_frame_pause_mesh; - [DNAFieldAttribute(128, "int", "cache_frame_pause_particles", 4)] + [DNAFieldAttribute(128, "int", "cache_frame_pause_particles", "int", 4)] public int cache_frame_pause_particles; - [DNAFieldAttribute(129, "int", "cache_frame_pause_guiding", 4)] + [DNAFieldAttribute(129, "int", "cache_frame_pause_guiding", "int", 4)] public int cache_frame_pause_guiding; - [DNAFieldAttribute(130, "int", "cache_frame_offset", 4)] + [DNAFieldAttribute(130, "int", "cache_frame_offset", "int", 4)] public int cache_frame_offset; - [DNAFieldAttribute(131, "int", "cache_flag", 4)] + [DNAFieldAttribute(131, "int", "cache_flag", "int", 4)] public int cache_flag; - [DNAFieldAttribute(132, "char", "cache_mesh_format", 1)] + [DNAFieldAttribute(132, "char", "cache_mesh_format", "char", 1)] public char cache_mesh_format; - [DNAFieldAttribute(133, "char", "cache_data_format", 1)] + [DNAFieldAttribute(133, "char", "cache_data_format", "char", 1)] public char cache_data_format; - [DNAFieldAttribute(134, "char", "cache_particle_format", 1)] + [DNAFieldAttribute(134, "char", "cache_particle_format", "char", 1)] public char cache_particle_format; - [DNAFieldAttribute(135, "char", "cache_noise_format", 1)] + [DNAFieldAttribute(135, "char", "cache_noise_format", "char", 1)] public char cache_noise_format; - [DNAFieldAttribute(136, "char", "cache_directory[1024]", 1)] + [DNAFieldAttribute(136, "char", "cache_directory[1024]", "System.Char[]", 1)] public char[] cache_directory = new System.Char[1024]; - [DNAFieldAttribute(137, "char", "error[64]", 1)] + [DNAFieldAttribute(137, "char", "error[64]", "System.Char[]", 1)] public char[] error = new System.Char[64]; - [DNAFieldAttribute(138, "short", "cache_type", 2)] + [DNAFieldAttribute(138, "short", "cache_type", "short", 2)] public short cache_type; - [DNAFieldAttribute(139, "char", "cache_id[4]", 1)] + [DNAFieldAttribute(139, "char", "cache_id[4]", "System.Char[]", 1)] public char[] cache_id = new System.Char[4]; - [DNAFieldAttribute(140, "char", "_pad9[2]", 1)] + [DNAFieldAttribute(140, "char", "_pad9[2]", "System.Char[]", 1)] public char[] _pad9 = new System.Char[2]; - [DNAFieldAttribute(141, "float", "dt", 4)] + [DNAFieldAttribute(141, "float", "dt", "float", 4)] public float dt; - [DNAFieldAttribute(142, "float", "time_total", 4)] + [DNAFieldAttribute(142, "float", "time_total", "float", 4)] public float time_total; - [DNAFieldAttribute(143, "float", "time_per_frame", 4)] + [DNAFieldAttribute(143, "float", "time_per_frame", "float", 4)] public float time_per_frame; - [DNAFieldAttribute(144, "float", "frame_length", 4)] + [DNAFieldAttribute(144, "float", "frame_length", "float", 4)] public float frame_length; - [DNAFieldAttribute(145, "float", "time_scale", 4)] + [DNAFieldAttribute(145, "float", "time_scale", "float", 4)] public float time_scale; - [DNAFieldAttribute(146, "float", "cfl_condition", 4)] + [DNAFieldAttribute(146, "float", "cfl_condition", "float", 4)] public float cfl_condition; - [DNAFieldAttribute(147, "int", "timesteps_minimum", 4)] + [DNAFieldAttribute(147, "int", "timesteps_minimum", "int", 4)] public int timesteps_minimum; - [DNAFieldAttribute(148, "int", "timesteps_maximum", 4)] + [DNAFieldAttribute(148, "int", "timesteps_maximum", "int", 4)] public int timesteps_maximum; - [DNAFieldAttribute(149, "float", "slice_per_voxel", 4)] + [DNAFieldAttribute(149, "float", "slice_per_voxel", "float", 4)] public float slice_per_voxel; - [DNAFieldAttribute(150, "float", "slice_depth", 4)] + [DNAFieldAttribute(150, "float", "slice_depth", "float", 4)] public float slice_depth; - [DNAFieldAttribute(151, "float", "display_thickness", 4)] + [DNAFieldAttribute(151, "float", "display_thickness", "float", 4)] public float display_thickness; - [DNAFieldAttribute(152, "float", "grid_scale", 4)] + [DNAFieldAttribute(152, "float", "grid_scale", "float", 4)] public float grid_scale; - [DNAFieldAttribute(153, "ColorBand", "*coba", 776)] + [DNAFieldAttribute(153, "ColorBand", "*coba", "ColorBand", 776)] public ColorBand ptr_coba; - [DNAFieldAttribute(154, "float", "vector_scale", 4)] + [DNAFieldAttribute(154, "float", "vector_scale", "float", 4)] public float vector_scale; - [DNAFieldAttribute(155, "float", "gridlines_lower_bound", 4)] + [DNAFieldAttribute(155, "float", "gridlines_lower_bound", "float", 4)] public float gridlines_lower_bound; - [DNAFieldAttribute(156, "float", "gridlines_upper_bound", 4)] + [DNAFieldAttribute(156, "float", "gridlines_upper_bound", "float", 4)] public float gridlines_upper_bound; - [DNAFieldAttribute(157, "float", "gridlines_range_color[4]", 4)] + [DNAFieldAttribute(157, "float", "gridlines_range_color[4]", "System.Single[]", 4)] public float[] gridlines_range_color = new System.Single[4]; - [DNAFieldAttribute(158, "char", "axis_slice_method", 1)] + [DNAFieldAttribute(158, "char", "axis_slice_method", "char", 1)] public char axis_slice_method; - [DNAFieldAttribute(159, "char", "slice_axis", 1)] + [DNAFieldAttribute(159, "char", "slice_axis", "char", 1)] public char slice_axis; - [DNAFieldAttribute(160, "char", "show_gridlines", 1)] + [DNAFieldAttribute(160, "char", "show_gridlines", "char", 1)] public char show_gridlines; - [DNAFieldAttribute(161, "char", "draw_velocity", 1)] + [DNAFieldAttribute(161, "char", "draw_velocity", "char", 1)] public char draw_velocity; - [DNAFieldAttribute(162, "char", "vector_draw_type", 1)] + [DNAFieldAttribute(162, "char", "vector_draw_type", "char", 1)] public char vector_draw_type; - [DNAFieldAttribute(163, "char", "vector_field", 1)] + [DNAFieldAttribute(163, "char", "vector_field", "char", 1)] public char vector_field; - [DNAFieldAttribute(164, "char", "vector_scale_with_magnitude", 1)] + [DNAFieldAttribute(164, "char", "vector_scale_with_magnitude", "char", 1)] public char vector_scale_with_magnitude; - [DNAFieldAttribute(165, "char", "vector_draw_mac_components", 1)] + [DNAFieldAttribute(165, "char", "vector_draw_mac_components", "char", 1)] public char vector_draw_mac_components; - [DNAFieldAttribute(166, "char", "use_coba", 1)] + [DNAFieldAttribute(166, "char", "use_coba", "char", 1)] public char use_coba; - [DNAFieldAttribute(167, "char", "coba_field", 1)] + [DNAFieldAttribute(167, "char", "coba_field", "char", 1)] public char coba_field; - [DNAFieldAttribute(168, "char", "interp_method", 1)] + [DNAFieldAttribute(168, "char", "interp_method", "char", 1)] public char interp_method; - [DNAFieldAttribute(169, "char", "gridlines_color_field", 1)] + [DNAFieldAttribute(169, "char", "gridlines_color_field", "char", 1)] public char gridlines_color_field; - [DNAFieldAttribute(170, "char", "gridlines_cell_filter", 1)] + [DNAFieldAttribute(170, "char", "gridlines_cell_filter", "char", 1)] public char gridlines_cell_filter; - [DNAFieldAttribute(171, "char", "_pad10[3]", 1)] + [DNAFieldAttribute(171, "char", "_pad10[3]", "System.Char[]", 1)] public char[] _pad10 = new System.Char[3]; - [DNAFieldAttribute(172, "float", "velocity_scale", 4)] + [DNAFieldAttribute(172, "float", "velocity_scale", "float", 4)] public float velocity_scale; - [DNAFieldAttribute(173, "int", "openvdb_compression", 4)] + [DNAFieldAttribute(173, "int", "openvdb_compression", "int", 4)] public int openvdb_compression; - [DNAFieldAttribute(174, "float", "clipping", 4)] + [DNAFieldAttribute(174, "float", "clipping", "float", 4)] public float clipping; - [DNAFieldAttribute(175, "char", "openvdb_data_depth", 1)] + [DNAFieldAttribute(175, "char", "openvdb_data_depth", "char", 1)] public char openvdb_data_depth; - [DNAFieldAttribute(176, "char", "_pad11[7]", 1)] + [DNAFieldAttribute(176, "char", "_pad11[7]", "System.Char[]", 1)] public char[] _pad11 = new System.Char[7]; - [DNAFieldAttribute(177, "int", "viewsettings", 4)] + [DNAFieldAttribute(177, "int", "viewsettings", "int", 4)] public int viewsettings; - [DNAFieldAttribute(178, "char", "_pad12[4]", 1)] + [DNAFieldAttribute(178, "char", "_pad12[4]", "System.Char[]", 1)] public char[] _pad12 = new System.Char[4]; - [DNAFieldAttribute(179, "PointCache", "*point_cache[2]", 1392)] + [DNAFieldAttribute(179, "PointCache", "*point_cache[2]", "PointCache[]", 1392)] public PointCache[] ptr_point_ca = new PointCache[2]; - [DNAFieldAttribute(180, "ListBase", "ptcaches[2]", 16)] + [DNAFieldAttribute(180, "ListBase", "ptcaches[2]", "ListBase[]", 16)] public ListBase[] ptcaches = new ListBase[2]; - [DNAFieldAttribute(181, "int", "cache_comp", 4)] + [DNAFieldAttribute(181, "int", "cache_comp", "int", 4)] public int cache_comp; - [DNAFieldAttribute(182, "int", "cache_high_comp", 4)] + [DNAFieldAttribute(182, "int", "cache_high_comp", "int", 4)] public int cache_high_comp; - [DNAFieldAttribute(183, "char", "cache_file_format", 1)] + [DNAFieldAttribute(183, "char", "cache_file_format", "char", 1)] public char cache_file_format; - [DNAFieldAttribute(184, "char", "_pad13[7]", 1)] + [DNAFieldAttribute(184, "char", "_pad13[7]", "System.Char[]", 1)] public char[] _pad13 = new System.Char[7]; public FluidDomainSettings() { this.ptr_fmd = default; diff --git a/BlendFile/DNA/FluidEffectorSettings.cs b/BlendFile/DNA/FluidEffectorSettings.cs index 22fb781..e8f5911 100644 --- a/BlendFile/DNA/FluidEffectorSettings.cs +++ b/BlendFile/DNA/FluidEffectorSettings.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(248, "FluidEffectorSettings")] public class FluidEffectorSettings { - [DNAFieldAttribute(0, "FluidModifierData", "*fmd", 160)] + [DNAFieldAttribute(0, "FluidModifierData", "*fmd", "FluidModifierData", 160)] public FluidModifierData ptr_fmd; - [DNAFieldAttribute(1, "Mesh", "*mesh", 1712)] + [DNAFieldAttribute(1, "Mesh", "*mesh", "Mesh", 1712)] public Mesh ptr_mesh; - [DNAFieldAttribute(2, "float", "*verts_old", 4)] + [DNAFieldAttribute(2, "float", "*verts_old", "float", 4)] public float ptr_verts_old; - [DNAFieldAttribute(3, "int", "numverts", 4)] + [DNAFieldAttribute(3, "int", "numverts", "int", 4)] public int numverts; - [DNAFieldAttribute(4, "float", "surface_distance", 4)] + [DNAFieldAttribute(4, "float", "surface_distance", "float", 4)] public float surface_distance; - [DNAFieldAttribute(5, "int", "flags", 4)] + [DNAFieldAttribute(5, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(6, "int", "subframes", 4)] + [DNAFieldAttribute(6, "int", "subframes", "int", 4)] public int subframes; - [DNAFieldAttribute(7, "short", "type", 2)] + [DNAFieldAttribute(7, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(8, "char", "_pad1[6]", 1)] + [DNAFieldAttribute(8, "char", "_pad1[6]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[6]; - [DNAFieldAttribute(9, "float", "vel_multi", 4)] + [DNAFieldAttribute(9, "float", "vel_multi", "float", 4)] public float vel_multi; - [DNAFieldAttribute(10, "short", "guiding_mode", 2)] + [DNAFieldAttribute(10, "short", "guiding_mode", "short", 2)] public short guiding_mode; - [DNAFieldAttribute(11, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(11, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; public FluidEffectorSettings() { this.ptr_fmd = default; diff --git a/BlendFile/DNA/FluidFlowSettings.cs b/BlendFile/DNA/FluidFlowSettings.cs index acc8f43..2f29bb7 100644 --- a/BlendFile/DNA/FluidFlowSettings.cs +++ b/BlendFile/DNA/FluidFlowSettings.cs @@ -15,67 +15,67 @@ namespace BlendFile.DNA { [DNAClassAttribute(246, "FluidFlowSettings")] public class FluidFlowSettings { - [DNAFieldAttribute(0, "FluidModifierData", "*fmd", 160)] + [DNAFieldAttribute(0, "FluidModifierData", "*fmd", "FluidModifierData", 160)] public FluidModifierData ptr_fmd; - [DNAFieldAttribute(1, "Mesh", "*mesh", 1712)] + [DNAFieldAttribute(1, "Mesh", "*mesh", "Mesh", 1712)] public Mesh ptr_mesh; - [DNAFieldAttribute(2, "ParticleSystem", "*psys", 696)] + [DNAFieldAttribute(2, "ParticleSystem", "*psys", "ParticleSystem", 696)] public ParticleSystem ptr_psys; - [DNAFieldAttribute(3, "Tex", "*noise_texture", 488)] + [DNAFieldAttribute(3, "Tex", "*noise_texture", "Tex", 488)] public Tex ptr_noise_texture; - [DNAFieldAttribute(4, "float", "*verts_old", 4)] + [DNAFieldAttribute(4, "float", "*verts_old", "float", 4)] public float ptr_verts_old; - [DNAFieldAttribute(5, "int", "numverts", 4)] + [DNAFieldAttribute(5, "int", "numverts", "int", 4)] public int numverts; - [DNAFieldAttribute(6, "float", "vel_multi", 4)] + [DNAFieldAttribute(6, "float", "vel_multi", "float", 4)] public float vel_multi; - [DNAFieldAttribute(7, "float", "vel_normal", 4)] + [DNAFieldAttribute(7, "float", "vel_normal", "float", 4)] public float vel_normal; - [DNAFieldAttribute(8, "float", "vel_random", 4)] + [DNAFieldAttribute(8, "float", "vel_random", "float", 4)] public float vel_random; - [DNAFieldAttribute(9, "float", "vel_coord[3]", 4)] + [DNAFieldAttribute(9, "float", "vel_coord[3]", "System.Single[]", 4)] public float[] vel_coord = new System.Single[3]; - [DNAFieldAttribute(10, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(11, "float", "density", 4)] + [DNAFieldAttribute(11, "float", "density", "float", 4)] public float density; - [DNAFieldAttribute(12, "float", "color[3]", 4)] + [DNAFieldAttribute(12, "float", "color[3]", "System.Single[]", 4)] public float[] color = new System.Single[3]; - [DNAFieldAttribute(13, "float", "fuel_amount", 4)] + [DNAFieldAttribute(13, "float", "fuel_amount", "float", 4)] public float fuel_amount; - [DNAFieldAttribute(14, "float", "temperature", 4)] + [DNAFieldAttribute(14, "float", "temperature", "float", 4)] public float temperature; - [DNAFieldAttribute(15, "float", "volume_density", 4)] + [DNAFieldAttribute(15, "float", "volume_density", "float", 4)] public float volume_density; - [DNAFieldAttribute(16, "float", "surface_distance", 4)] + [DNAFieldAttribute(16, "float", "surface_distance", "float", 4)] public float surface_distance; - [DNAFieldAttribute(17, "float", "particle_size", 4)] + [DNAFieldAttribute(17, "float", "particle_size", "float", 4)] public float particle_size; - [DNAFieldAttribute(18, "int", "subframes", 4)] + [DNAFieldAttribute(18, "int", "subframes", "int", 4)] public int subframes; - [DNAFieldAttribute(19, "float", "texture_size", 4)] + [DNAFieldAttribute(19, "float", "texture_size", "float", 4)] public float texture_size; - [DNAFieldAttribute(20, "float", "texture_offset", 4)] + [DNAFieldAttribute(20, "float", "texture_offset", "float", 4)] public float texture_offset; - [DNAFieldAttribute(21, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(21, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(22, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(22, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(23, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(23, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(24, "short", "vgroup_density", 2)] + [DNAFieldAttribute(24, "short", "vgroup_density", "short", 2)] public short vgroup_density; - [DNAFieldAttribute(25, "short", "type", 2)] + [DNAFieldAttribute(25, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(26, "short", "behavior", 2)] + [DNAFieldAttribute(26, "short", "behavior", "short", 2)] public short behavior; - [DNAFieldAttribute(27, "short", "source", 2)] + [DNAFieldAttribute(27, "short", "source", "short", 2)] public short source; - [DNAFieldAttribute(28, "short", "texture_type", 2)] + [DNAFieldAttribute(28, "short", "texture_type", "short", 2)] public short texture_type; - [DNAFieldAttribute(29, "short", "_pad4[3]", 2)] + [DNAFieldAttribute(29, "short", "_pad4[3]", "System.Int16[]", 2)] public short[] _pad4 = new System.Int16[3]; - [DNAFieldAttribute(30, "int", "flags", 4)] + [DNAFieldAttribute(30, "int", "flags", "int", 4)] public int flags; public FluidFlowSettings() { this.ptr_fmd = default; diff --git a/BlendFile/DNA/FluidModifierData.cs b/BlendFile/DNA/FluidModifierData.cs index fd74329..e750fa6 100644 --- a/BlendFile/DNA/FluidModifierData.cs +++ b/BlendFile/DNA/FluidModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(243, "FluidModifierData")] public class FluidModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "FluidDomainSettings", "*domain", 2288)] + [DNAFieldAttribute(1, "FluidDomainSettings", "*domain", "FluidDomainSettings", 2288)] public FluidDomainSettings ptr_domain; - [DNAFieldAttribute(2, "FluidFlowSettings", "*flow", 216)] + [DNAFieldAttribute(2, "FluidFlowSettings", "*flow", "FluidFlowSettings", 216)] public FluidFlowSettings ptr_flow; - [DNAFieldAttribute(3, "FluidEffectorSettings", "*effector", 56)] + [DNAFieldAttribute(3, "FluidEffectorSettings", "*effector", "FluidEffectorSettings", 56)] public FluidEffectorSettings ptr_effector; - [DNAFieldAttribute(4, "float", "time", 4)] + [DNAFieldAttribute(4, "float", "time", "float", 4)] public float time; - [DNAFieldAttribute(5, "int", "type", 4)] + [DNAFieldAttribute(5, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(6, "void", "*_pad1", 0)] + [DNAFieldAttribute(6, "void", "*_pad1", "void", 0)] public object ptr__pad1; public FluidModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/FluidVertexVelocity.cs b/BlendFile/DNA/FluidVertexVelocity.cs index 0fcb2aa..193e93e 100644 --- a/BlendFile/DNA/FluidVertexVelocity.cs +++ b/BlendFile/DNA/FluidVertexVelocity.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(756, "FluidVertexVelocity")] public struct FluidVertexVelocity { - [DNAFieldAttribute(0, "float", "vel[3]", 4)] + [DNAFieldAttribute(0, "float", "vel[3]", "System.Single[]", 4)] public float[] vel = new System.Single[3]; public FluidVertexVelocity() { this.vel = default; diff --git a/BlendFile/DNA/FluidsimModifierData.cs b/BlendFile/DNA/FluidsimModifierData.cs index bef896b..2c0353b 100644 --- a/BlendFile/DNA/FluidsimModifierData.cs +++ b/BlendFile/DNA/FluidsimModifierData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(481, "FluidsimModifierData")] public class FluidsimModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "FluidsimSettings", "*fss", 1240)] + [DNAFieldAttribute(1, "FluidsimSettings", "*fss", "FluidsimSettings", 1240)] public FluidsimSettings ptr_fss; - [DNAFieldAttribute(2, "void", "*_pad1", 0)] + [DNAFieldAttribute(2, "void", "*_pad1", "void", 0)] public object ptr__pad1; public FluidsimModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/FluidsimSettings.cs b/BlendFile/DNA/FluidsimSettings.cs index eae088f..53b1cfa 100644 --- a/BlendFile/DNA/FluidsimSettings.cs +++ b/BlendFile/DNA/FluidsimSettings.cs @@ -15,109 +15,109 @@ namespace BlendFile.DNA { [DNAClassAttribute(482, "FluidsimSettings")] public class FluidsimSettings { - [DNAFieldAttribute(0, "FluidsimModifierData", "*fmd", 136)] + [DNAFieldAttribute(0, "FluidsimModifierData", "*fmd", "FluidsimModifierData", 136)] public FluidsimModifierData ptr_fmd; - [DNAFieldAttribute(1, "int", "threads", 4)] + [DNAFieldAttribute(1, "int", "threads", "int", 4)] public int threads; - [DNAFieldAttribute(2, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(3, "short", "type", 2)] + [DNAFieldAttribute(3, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(4, "short", "show_advancedoptions", 2)] + [DNAFieldAttribute(4, "short", "show_advancedoptions", "short", 2)] public short show_advancedoptions; - [DNAFieldAttribute(5, "short", "resolutionxyz", 2)] + [DNAFieldAttribute(5, "short", "resolutionxyz", "short", 2)] public short resolutionxyz; - [DNAFieldAttribute(6, "short", "previewresxyz", 2)] + [DNAFieldAttribute(6, "short", "previewresxyz", "short", 2)] public short previewresxyz; - [DNAFieldAttribute(7, "float", "realsize", 4)] + [DNAFieldAttribute(7, "float", "realsize", "float", 4)] public float realsize; - [DNAFieldAttribute(8, "short", "guiDisplayMode", 2)] + [DNAFieldAttribute(8, "short", "guiDisplayMode", "short", 2)] public short guiDisplayMode; - [DNAFieldAttribute(9, "short", "renderDisplayMode", 2)] + [DNAFieldAttribute(9, "short", "renderDisplayMode", "short", 2)] public short renderDisplayMode; - [DNAFieldAttribute(10, "float", "viscosityValue", 4)] + [DNAFieldAttribute(10, "float", "viscosityValue", "float", 4)] public float viscosityValue; - [DNAFieldAttribute(11, "short", "viscosityMode", 2)] + [DNAFieldAttribute(11, "short", "viscosityMode", "short", 2)] public short viscosityMode; - [DNAFieldAttribute(12, "short", "viscosityExponent", 2)] + [DNAFieldAttribute(12, "short", "viscosityExponent", "short", 2)] public short viscosityExponent; - [DNAFieldAttribute(13, "float", "grav[3]", 4)] + [DNAFieldAttribute(13, "float", "grav[3]", "System.Single[]", 4)] public float[] grav = new System.Single[3]; - [DNAFieldAttribute(14, "float", "animStart", 4)] + [DNAFieldAttribute(14, "float", "animStart", "float", 4)] public float animStart; - [DNAFieldAttribute(15, "float", "animEnd", 4)] + [DNAFieldAttribute(15, "float", "animEnd", "float", 4)] public float animEnd; - [DNAFieldAttribute(16, "int", "bakeStart", 4)] + [DNAFieldAttribute(16, "int", "bakeStart", "int", 4)] public int bakeStart; - [DNAFieldAttribute(17, "int", "bakeEnd", 4)] + [DNAFieldAttribute(17, "int", "bakeEnd", "int", 4)] public int bakeEnd; - [DNAFieldAttribute(18, "int", "frameOffset", 4)] + [DNAFieldAttribute(18, "int", "frameOffset", "int", 4)] public int frameOffset; - [DNAFieldAttribute(19, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(19, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(20, "float", "gstar", 4)] + [DNAFieldAttribute(20, "float", "gstar", "float", 4)] public float gstar; - [DNAFieldAttribute(21, "int", "maxRefine", 4)] + [DNAFieldAttribute(21, "int", "maxRefine", "int", 4)] public int maxRefine; - [DNAFieldAttribute(22, "float", "iniVelx", 4)] + [DNAFieldAttribute(22, "float", "iniVelx", "float", 4)] public float iniVelx; - [DNAFieldAttribute(23, "float", "iniVely", 4)] + [DNAFieldAttribute(23, "float", "iniVely", "float", 4)] public float iniVely; - [DNAFieldAttribute(24, "float", "iniVelz", 4)] + [DNAFieldAttribute(24, "float", "iniVelz", "float", 4)] public float iniVelz; - [DNAFieldAttribute(25, "char", "surfdataPath[1024]", 1)] + [DNAFieldAttribute(25, "char", "surfdataPath[1024]", "System.Char[]", 1)] public char[] surfdataPath = new System.Char[1024]; - [DNAFieldAttribute(26, "float", "bbStart[3]", 4)] + [DNAFieldAttribute(26, "float", "bbStart[3]", "System.Single[]", 4)] public float[] bbStart = new System.Single[3]; - [DNAFieldAttribute(27, "float", "bbSize[3]", 4)] + [DNAFieldAttribute(27, "float", "bbSize[3]", "System.Single[]", 4)] public float[] bbSize = new System.Single[3]; - [DNAFieldAttribute(28, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(28, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(29, "short", "typeFlags", 2)] + [DNAFieldAttribute(29, "short", "typeFlags", "short", 2)] public short typeFlags; - [DNAFieldAttribute(30, "char", "domainNovecgen", 1)] + [DNAFieldAttribute(30, "char", "domainNovecgen", "char", 1)] public char domainNovecgen; - [DNAFieldAttribute(31, "char", "volumeInitType", 1)] + [DNAFieldAttribute(31, "char", "volumeInitType", "char", 1)] public char volumeInitType; - [DNAFieldAttribute(32, "float", "partSlipValue", 4)] + [DNAFieldAttribute(32, "float", "partSlipValue", "float", 4)] public float partSlipValue; - [DNAFieldAttribute(33, "int", "generateTracers", 4)] + [DNAFieldAttribute(33, "int", "generateTracers", "int", 4)] public int generateTracers; - [DNAFieldAttribute(34, "float", "generateParticles", 4)] + [DNAFieldAttribute(34, "float", "generateParticles", "float", 4)] public float generateParticles; - [DNAFieldAttribute(35, "float", "surfaceSmoothing", 4)] + [DNAFieldAttribute(35, "float", "surfaceSmoothing", "float", 4)] public float surfaceSmoothing; - [DNAFieldAttribute(36, "int", "surfaceSubdivs", 4)] + [DNAFieldAttribute(36, "int", "surfaceSubdivs", "int", 4)] public int surfaceSubdivs; - [DNAFieldAttribute(37, "int", "flag", 4)] + [DNAFieldAttribute(37, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(38, "float", "particleInfSize", 4)] + [DNAFieldAttribute(38, "float", "particleInfSize", "float", 4)] public float particleInfSize; - [DNAFieldAttribute(39, "float", "particleInfAlpha", 4)] + [DNAFieldAttribute(39, "float", "particleInfAlpha", "float", 4)] public float particleInfAlpha; - [DNAFieldAttribute(40, "float", "farFieldSize", 4)] + [DNAFieldAttribute(40, "float", "farFieldSize", "float", 4)] public float farFieldSize; - [DNAFieldAttribute(41, "FluidVertexVelocity", "*meshVelocities", 12)] + [DNAFieldAttribute(41, "FluidVertexVelocity", "*meshVelocities", "FluidVertexVelocity", 12)] public FluidVertexVelocity ptr_meshVelocities; - [DNAFieldAttribute(42, "int", "totvert", 4)] + [DNAFieldAttribute(42, "int", "totvert", "int", 4)] public int totvert; - [DNAFieldAttribute(43, "float", "cpsTimeStart", 4)] + [DNAFieldAttribute(43, "float", "cpsTimeStart", "float", 4)] public float cpsTimeStart; - [DNAFieldAttribute(44, "float", "cpsTimeEnd", 4)] + [DNAFieldAttribute(44, "float", "cpsTimeEnd", "float", 4)] public float cpsTimeEnd; - [DNAFieldAttribute(45, "float", "cpsQuality", 4)] + [DNAFieldAttribute(45, "float", "cpsQuality", "float", 4)] public float cpsQuality; - [DNAFieldAttribute(46, "float", "attractforceStrength", 4)] + [DNAFieldAttribute(46, "float", "attractforceStrength", "float", 4)] public float attractforceStrength; - [DNAFieldAttribute(47, "float", "attractforceRadius", 4)] + [DNAFieldAttribute(47, "float", "attractforceRadius", "float", 4)] public float attractforceRadius; - [DNAFieldAttribute(48, "float", "velocityforceStrength", 4)] + [DNAFieldAttribute(48, "float", "velocityforceStrength", "float", 4)] public float velocityforceStrength; - [DNAFieldAttribute(49, "float", "velocityforceRadius", 4)] + [DNAFieldAttribute(49, "float", "velocityforceRadius", "float", 4)] public float velocityforceRadius; - [DNAFieldAttribute(50, "int", "lastgoodframe", 4)] + [DNAFieldAttribute(50, "int", "lastgoodframe", "int", 4)] public int lastgoodframe; - [DNAFieldAttribute(51, "float", "animRate", 4)] + [DNAFieldAttribute(51, "float", "animRate", "float", 4)] public float animRate; public FluidsimSettings() { this.ptr_fmd = default; diff --git a/BlendFile/DNA/ForeachGeometryElementZoneViewerPathElem.cs b/BlendFile/DNA/ForeachGeometryElementZoneViewerPathElem.cs index 9317117..9edec33 100644 --- a/BlendFile/DNA/ForeachGeometryElementZoneViewerPathElem.cs +++ b/BlendFile/DNA/ForeachGeometryElementZoneViewerPathElem.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1036, "ForeachGeometryElementZoneViewerPathElem")] public struct ForeachGeometryElementZoneViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "base", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32)] public ViewerPathElem @base; - [DNAFieldAttribute(1, "int", "zone_output_node_id", 4)] + [DNAFieldAttribute(1, "int", "zone_output_node_id", "int", 4)] public int zone_output_node_id; - [DNAFieldAttribute(2, "int", "index", 4)] + [DNAFieldAttribute(2, "int", "index", "int", 4)] public int index; public ForeachGeometryElementZoneViewerPathElem() { this.@base = default; diff --git a/BlendFile/DNA/FreestyleConfig.cs b/BlendFile/DNA/FreestyleConfig.cs index 8cca1a9..4a4c193 100644 --- a/BlendFile/DNA/FreestyleConfig.cs +++ b/BlendFile/DNA/FreestyleConfig.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(252, "FreestyleConfig")] public struct FreestyleConfig { - [DNAFieldAttribute(0, "ListBase", "modules", 16)] + [DNAFieldAttribute(0, "ListBase", "modules", "ListBase", 16)] public ListBase modules; - [DNAFieldAttribute(1, "int", "mode", 4)] + [DNAFieldAttribute(1, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(2, "int", "raycasting_algorithm", 4)] + [DNAFieldAttribute(2, "int", "raycasting_algorithm", "int", 4)] public int raycasting_algorithm; - [DNAFieldAttribute(3, "int", "flags", 4)] + [DNAFieldAttribute(3, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(4, "float", "sphere_radius", 4)] + [DNAFieldAttribute(4, "float", "sphere_radius", "float", 4)] public float sphere_radius; - [DNAFieldAttribute(5, "float", "dkr_epsilon", 4)] + [DNAFieldAttribute(5, "float", "dkr_epsilon", "float", 4)] public float dkr_epsilon; - [DNAFieldAttribute(6, "float", "crease_angle", 4)] + [DNAFieldAttribute(6, "float", "crease_angle", "float", 4)] public float crease_angle; - [DNAFieldAttribute(7, "ListBase", "linesets", 16)] + [DNAFieldAttribute(7, "ListBase", "linesets", "ListBase", 16)] public ListBase linesets; public FreestyleConfig() { this.modules = default; diff --git a/BlendFile/DNA/FreestyleEdge.cs b/BlendFile/DNA/FreestyleEdge.cs index cac9893..a80330d 100644 --- a/BlendFile/DNA/FreestyleEdge.cs +++ b/BlendFile/DNA/FreestyleEdge.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(437, "FreestyleEdge")] public struct FreestyleEdge { - [DNAFieldAttribute(0, "char", "flag", 1)] + [DNAFieldAttribute(0, "char", "flag", "char", 1)] public char flag; public FreestyleEdge() { this.flag = default; diff --git a/BlendFile/DNA/FreestyleFace.cs b/BlendFile/DNA/FreestyleFace.cs index d678642..e9627ee 100644 --- a/BlendFile/DNA/FreestyleFace.cs +++ b/BlendFile/DNA/FreestyleFace.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(438, "FreestyleFace")] public struct FreestyleFace { - [DNAFieldAttribute(0, "char", "flag", 1)] + [DNAFieldAttribute(0, "char", "flag", "char", 1)] public char flag; public FreestyleFace() { this.flag = default; diff --git a/BlendFile/DNA/FreestyleLineSet.cs b/BlendFile/DNA/FreestyleLineSet.cs index 3c64cc9..15c77fc 100644 --- a/BlendFile/DNA/FreestyleLineSet.cs +++ b/BlendFile/DNA/FreestyleLineSet.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(249, "FreestyleLineSet")] public class FreestyleLineSet { - [DNAFieldAttribute(0, "FreestyleLineSet", "*next", 128)] + [DNAFieldAttribute(0, "FreestyleLineSet", "*next", "FreestyleLineSet", 128)] public FreestyleLineSet ptr_next; - [DNAFieldAttribute(1, "FreestyleLineSet", "*prev", 128)] + [DNAFieldAttribute(1, "FreestyleLineSet", "*prev", "FreestyleLineSet", 128)] public FreestyleLineSet 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, "int", "flags", 4)] + [DNAFieldAttribute(3, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(4, "int", "selection", 4)] + [DNAFieldAttribute(4, "int", "selection", "int", 4)] public int selection; - [DNAFieldAttribute(5, "short", "qi", 2)] + [DNAFieldAttribute(5, "short", "qi", "short", 2)] public short qi; - [DNAFieldAttribute(6, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(6, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(7, "int", "qi_start", 4)] + [DNAFieldAttribute(7, "int", "qi_start", "int", 4)] public int qi_start; - [DNAFieldAttribute(8, "int", "qi_end", 4)] + [DNAFieldAttribute(8, "int", "qi_end", "int", 4)] public int qi_end; - [DNAFieldAttribute(9, "int", "edge_types", 4)] + [DNAFieldAttribute(9, "int", "edge_types", "int", 4)] public int edge_types; - [DNAFieldAttribute(10, "int", "exclude_edge_types", 4)] + [DNAFieldAttribute(10, "int", "exclude_edge_types", "int", 4)] public int exclude_edge_types; - [DNAFieldAttribute(11, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(11, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(12, "Collection", "*group", 376)] + [DNAFieldAttribute(12, "Collection", "*group", "Collection", 376)] public Collection ptr_group; - [DNAFieldAttribute(13, "FreestyleLineStyle", "*linestyle", 552)] + [DNAFieldAttribute(13, "FreestyleLineStyle", "*linestyle", "FreestyleLineStyle", 552)] public FreestyleLineStyle ptr_linestyle; public FreestyleLineSet() { this.ptr_next = default; diff --git a/BlendFile/DNA/FreestyleLineStyle.cs b/BlendFile/DNA/FreestyleLineStyle.cs index 7328de2..1a088f1 100644 --- a/BlendFile/DNA/FreestyleLineStyle.cs +++ b/BlendFile/DNA/FreestyleLineStyle.cs @@ -15,95 +15,95 @@ namespace BlendFile.DNA { [DNAClassAttribute(250, "FreestyleLineStyle")] public class FreestyleLineStyle { - [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, "float", "r", 4)] + [DNAFieldAttribute(2, "float", "r", "float", 4)] public float r; - [DNAFieldAttribute(3, "float", "g", 4)] + [DNAFieldAttribute(3, "float", "g", "float", 4)] public float g; - [DNAFieldAttribute(4, "float", "b", 4)] + [DNAFieldAttribute(4, "float", "b", "float", 4)] public float b; - [DNAFieldAttribute(5, "float", "alpha", 4)] + [DNAFieldAttribute(5, "float", "alpha", "float", 4)] public float alpha; - [DNAFieldAttribute(6, "float", "thickness", 4)] + [DNAFieldAttribute(6, "float", "thickness", "float", 4)] public float thickness; - [DNAFieldAttribute(7, "int", "thickness_position", 4)] + [DNAFieldAttribute(7, "int", "thickness_position", "int", 4)] public int thickness_position; - [DNAFieldAttribute(8, "float", "thickness_ratio", 4)] + [DNAFieldAttribute(8, "float", "thickness_ratio", "float", 4)] public float thickness_ratio; - [DNAFieldAttribute(9, "int", "flag", 4)] + [DNAFieldAttribute(9, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(10, "int", "caps", 4)] + [DNAFieldAttribute(10, "int", "caps", "int", 4)] public int caps; - [DNAFieldAttribute(11, "int", "chaining", 4)] + [DNAFieldAttribute(11, "int", "chaining", "int", 4)] public int chaining; - [DNAFieldAttribute(12, "int", "rounds", 4)] + [DNAFieldAttribute(12, "int", "rounds", "int", 4)] public int rounds; - [DNAFieldAttribute(13, "float", "split_length", 4)] + [DNAFieldAttribute(13, "float", "split_length", "float", 4)] public float split_length; - [DNAFieldAttribute(14, "float", "min_angle", 4)] + [DNAFieldAttribute(14, "float", "min_angle", "float", 4)] public float min_angle; - [DNAFieldAttribute(15, "float", "max_angle", 4)] + [DNAFieldAttribute(15, "float", "max_angle", "float", 4)] public float max_angle; - [DNAFieldAttribute(16, "float", "min_length", 4)] + [DNAFieldAttribute(16, "float", "min_length", "float", 4)] public float min_length; - [DNAFieldAttribute(17, "float", "max_length", 4)] + [DNAFieldAttribute(17, "float", "max_length", "float", 4)] public float max_length; - [DNAFieldAttribute(18, "int", "chain_count", 4)] + [DNAFieldAttribute(18, "int", "chain_count", "int", 4)] public int chain_count; - [DNAFieldAttribute(19, "short", "split_dash1", 2)] + [DNAFieldAttribute(19, "short", "split_dash1", "short", 2)] public short split_dash1; - [DNAFieldAttribute(20, "short", "split_gap1", 2)] + [DNAFieldAttribute(20, "short", "split_gap1", "short", 2)] public short split_gap1; - [DNAFieldAttribute(21, "short", "split_dash2", 2)] + [DNAFieldAttribute(21, "short", "split_dash2", "short", 2)] public short split_dash2; - [DNAFieldAttribute(22, "short", "split_gap2", 2)] + [DNAFieldAttribute(22, "short", "split_gap2", "short", 2)] public short split_gap2; - [DNAFieldAttribute(23, "short", "split_dash3", 2)] + [DNAFieldAttribute(23, "short", "split_dash3", "short", 2)] public short split_dash3; - [DNAFieldAttribute(24, "short", "split_gap3", 2)] + [DNAFieldAttribute(24, "short", "split_gap3", "short", 2)] public short split_gap3; - [DNAFieldAttribute(25, "int", "sort_key", 4)] + [DNAFieldAttribute(25, "int", "sort_key", "int", 4)] public int sort_key; - [DNAFieldAttribute(26, "int", "integration_type", 4)] + [DNAFieldAttribute(26, "int", "integration_type", "int", 4)] public int integration_type; - [DNAFieldAttribute(27, "float", "texstep", 4)] + [DNAFieldAttribute(27, "float", "texstep", "float", 4)] public float texstep; - [DNAFieldAttribute(28, "short", "texact", 2)] + [DNAFieldAttribute(28, "short", "texact", "short", 2)] public short texact; - [DNAFieldAttribute(29, "short", "pr_texture", 2)] + [DNAFieldAttribute(29, "short", "pr_texture", "short", 2)] public short pr_texture; - [DNAFieldAttribute(30, "short", "use_nodes", 2)] + [DNAFieldAttribute(30, "short", "use_nodes", "short", 2)] public short use_nodes; - [DNAFieldAttribute(31, "char", "_pad[6]", 1)] + [DNAFieldAttribute(31, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(32, "short", "dash1", 2)] + [DNAFieldAttribute(32, "short", "dash1", "short", 2)] public short dash1; - [DNAFieldAttribute(33, "short", "gap1", 2)] + [DNAFieldAttribute(33, "short", "gap1", "short", 2)] public short gap1; - [DNAFieldAttribute(34, "short", "dash2", 2)] + [DNAFieldAttribute(34, "short", "dash2", "short", 2)] public short dash2; - [DNAFieldAttribute(35, "short", "gap2", 2)] + [DNAFieldAttribute(35, "short", "gap2", "short", 2)] public short gap2; - [DNAFieldAttribute(36, "short", "dash3", 2)] + [DNAFieldAttribute(36, "short", "dash3", "short", 2)] public short dash3; - [DNAFieldAttribute(37, "short", "gap3", 2)] + [DNAFieldAttribute(37, "short", "gap3", "short", 2)] public short gap3; - [DNAFieldAttribute(38, "int", "panel", 4)] + [DNAFieldAttribute(38, "int", "panel", "int", 4)] public int panel; - [DNAFieldAttribute(39, "MTex", "*mtex[18]", 216)] + [DNAFieldAttribute(39, "MTex", "*mtex[18]", "MTex[]", 216)] public MTex[] ptr_m = new MTex[18]; - [DNAFieldAttribute(40, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(40, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(41, "ListBase", "color_modifiers", 16)] + [DNAFieldAttribute(41, "ListBase", "color_modifiers", "ListBase", 16)] public ListBase color_modifiers; - [DNAFieldAttribute(42, "ListBase", "alpha_modifiers", 16)] + [DNAFieldAttribute(42, "ListBase", "alpha_modifiers", "ListBase", 16)] public ListBase alpha_modifiers; - [DNAFieldAttribute(43, "ListBase", "thickness_modifiers", 16)] + [DNAFieldAttribute(43, "ListBase", "thickness_modifiers", "ListBase", 16)] public ListBase thickness_modifiers; - [DNAFieldAttribute(44, "ListBase", "geometry_modifiers", 16)] + [DNAFieldAttribute(44, "ListBase", "geometry_modifiers", "ListBase", 16)] public ListBase geometry_modifiers; public FreestyleLineStyle() { this.id = default; diff --git a/BlendFile/DNA/FreestyleModuleConfig.cs b/BlendFile/DNA/FreestyleModuleConfig.cs index bc1e732..ea2925d 100644 --- a/BlendFile/DNA/FreestyleModuleConfig.cs +++ b/BlendFile/DNA/FreestyleModuleConfig.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(251, "FreestyleModuleConfig")] public class FreestyleModuleConfig { - [DNAFieldAttribute(0, "FreestyleModuleConfig", "*next", 32)] + [DNAFieldAttribute(0, "FreestyleModuleConfig", "*next", "FreestyleModuleConfig", 32)] public FreestyleModuleConfig ptr_next; - [DNAFieldAttribute(1, "FreestyleModuleConfig", "*prev", 32)] + [DNAFieldAttribute(1, "FreestyleModuleConfig", "*prev", "FreestyleModuleConfig", 32)] public FreestyleModuleConfig ptr_prev; - [DNAFieldAttribute(2, "Text", "*script", 280)] + [DNAFieldAttribute(2, "Text", "*script", "Text", 280)] public Text ptr_script; - [DNAFieldAttribute(3, "short", "is_displayed", 2)] + [DNAFieldAttribute(3, "short", "is_displayed", "short", 2)] public short is_displayed; - [DNAFieldAttribute(4, "char", "_pad[6]", 1)] + [DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public FreestyleModuleConfig() { this.ptr_next = default; diff --git a/BlendFile/DNA/GPUDOFSettings.cs b/BlendFile/DNA/GPUDOFSettings.cs index 8c10653..f508f0c 100644 --- a/BlendFile/DNA/GPUDOFSettings.cs +++ b/BlendFile/DNA/GPUDOFSettings.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(153, "GPUDOFSettings")] public struct GPUDOFSettings { - [DNAFieldAttribute(0, "float", "focus_distance", 4)] + [DNAFieldAttribute(0, "float", "focus_distance", "float", 4)] public float focus_distance; - [DNAFieldAttribute(1, "float", "fstop", 4)] + [DNAFieldAttribute(1, "float", "fstop", "float", 4)] public float fstop; - [DNAFieldAttribute(2, "float", "focal_length", 4)] + [DNAFieldAttribute(2, "float", "focal_length", "float", 4)] public float focal_length; - [DNAFieldAttribute(3, "float", "sensor", 4)] + [DNAFieldAttribute(3, "float", "sensor", "float", 4)] public float sensor; - [DNAFieldAttribute(4, "float", "rotation", 4)] + [DNAFieldAttribute(4, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(5, "float", "ratio", 4)] + [DNAFieldAttribute(5, "float", "ratio", "float", 4)] public float ratio; - [DNAFieldAttribute(6, "int", "num_blades", 4)] + [DNAFieldAttribute(6, "int", "num_blades", "int", 4)] public int num_blades; - [DNAFieldAttribute(7, "int", "high_quality", 4)] + [DNAFieldAttribute(7, "int", "high_quality", "int", 4)] public int high_quality; public GPUDOFSettings() { this.focus_distance = default; diff --git a/BlendFile/DNA/GP_Interpolate_Settings.cs b/BlendFile/DNA/GP_Interpolate_Settings.cs index 2fc6749..3649c5a 100644 --- a/BlendFile/DNA/GP_Interpolate_Settings.cs +++ b/BlendFile/DNA/GP_Interpolate_Settings.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(822, "GP_Interpolate_Settings")] public class GP_Interpolate_Settings { - [DNAFieldAttribute(0, "CurveMapping", "*custom_ipo", 424)] + [DNAFieldAttribute(0, "CurveMapping", "*custom_ipo", "CurveMapping", 424)] public CurveMapping ptr_custom_ipo; public GP_Interpolate_Settings() { this.ptr_custom_ipo = default; diff --git a/BlendFile/DNA/GP_Sculpt_Guide.cs b/BlendFile/DNA/GP_Sculpt_Guide.cs index 3481cf4..f7ae575 100644 --- a/BlendFile/DNA/GP_Sculpt_Guide.cs +++ b/BlendFile/DNA/GP_Sculpt_Guide.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(820, "GP_Sculpt_Guide")] public class GP_Sculpt_Guide { - [DNAFieldAttribute(0, "char", "use_guide", 1)] + [DNAFieldAttribute(0, "char", "use_guide", "char", 1)] public char use_guide; - [DNAFieldAttribute(1, "char", "use_snapping", 1)] + [DNAFieldAttribute(1, "char", "use_snapping", "char", 1)] public char use_snapping; - [DNAFieldAttribute(2, "char", "reference_point", 1)] + [DNAFieldAttribute(2, "char", "reference_point", "char", 1)] public char reference_point; - [DNAFieldAttribute(3, "char", "type", 1)] + [DNAFieldAttribute(3, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(4, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(5, "float", "angle", 4)] + [DNAFieldAttribute(5, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(6, "float", "angle_snap", 4)] + [DNAFieldAttribute(6, "float", "angle_snap", "float", 4)] public float angle_snap; - [DNAFieldAttribute(7, "float", "spacing", 4)] + [DNAFieldAttribute(7, "float", "spacing", "float", 4)] public float spacing; - [DNAFieldAttribute(8, "float", "location[3]", 4)] + [DNAFieldAttribute(8, "float", "location[3]", "System.Single[]", 4)] public float[] location = new System.Single[3]; - [DNAFieldAttribute(9, "Object", "*reference_object", 1160)] + [DNAFieldAttribute(9, "Object", "*reference_object", "Object", 1160)] public Object ptr_reference_object; public GP_Sculpt_Guide() { this.use_guide = default; diff --git a/BlendFile/DNA/GP_Sculpt_Settings.cs b/BlendFile/DNA/GP_Sculpt_Settings.cs index 16a7d17..d41ca7c 100644 --- a/BlendFile/DNA/GP_Sculpt_Settings.cs +++ b/BlendFile/DNA/GP_Sculpt_Settings.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(821, "GP_Sculpt_Settings")] public class GP_Sculpt_Settings { - [DNAFieldAttribute(0, "void", "*paintcursor", 0)] + [DNAFieldAttribute(0, "void", "*paintcursor", "void", 0)] public object ptr_paintcursor; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "lock_axis", 4)] + [DNAFieldAttribute(2, "int", "lock_axis", "int", 4)] public int lock_axis; - [DNAFieldAttribute(3, "float", "isect_threshold", 4)] + [DNAFieldAttribute(3, "float", "isect_threshold", "float", 4)] public float isect_threshold; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "CurveMapping", "*cur_falloff", 424)] + [DNAFieldAttribute(5, "CurveMapping", "*cur_falloff", "CurveMapping", 424)] public CurveMapping ptr_cur_falloff; - [DNAFieldAttribute(6, "CurveMapping", "*cur_primitive", 424)] + [DNAFieldAttribute(6, "CurveMapping", "*cur_primitive", "CurveMapping", 424)] public CurveMapping ptr_cur_primitive; - [DNAFieldAttribute(7, "GP_Sculpt_Guide", "guide", 40)] + [DNAFieldAttribute(7, "GP_Sculpt_Guide", "guide", "GP_Sculpt_Guide", 40)] public GP_Sculpt_Guide guide; public GP_Sculpt_Settings() { this.ptr_paintcursor = default; diff --git a/BlendFile/DNA/GaussianBlurVars.cs b/BlendFile/DNA/GaussianBlurVars.cs index bc1c2e3..bcfca2a 100644 --- a/BlendFile/DNA/GaussianBlurVars.cs +++ b/BlendFile/DNA/GaussianBlurVars.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(901, "GaussianBlurVars")] public struct GaussianBlurVars { - [DNAFieldAttribute(0, "float", "size_x", 4)] + [DNAFieldAttribute(0, "float", "size_x", "float", 4)] public float size_x; - [DNAFieldAttribute(1, "float", "size_y", 4)] + [DNAFieldAttribute(1, "float", "size_y", "float", 4)] public float size_y; public GaussianBlurVars() { this.size_x = default; diff --git a/BlendFile/DNA/GeometryNodeAssetTraits.cs b/BlendFile/DNA/GeometryNodeAssetTraits.cs index d38120d..b7cc64d 100644 --- a/BlendFile/DNA/GeometryNodeAssetTraits.cs +++ b/BlendFile/DNA/GeometryNodeAssetTraits.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(583, "GeometryNodeAssetTraits")] public struct GeometryNodeAssetTraits { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; public GeometryNodeAssetTraits() { this.flag = default; diff --git a/BlendFile/DNA/GlowShaderFxData.cs b/BlendFile/DNA/GlowShaderFxData.cs index 309fe93..bc6730f 100644 --- a/BlendFile/DNA/GlowShaderFxData.cs +++ b/BlendFile/DNA/GlowShaderFxData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(920, "GlowShaderFxData")] public struct GlowShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)] public ShaderFxData shaderfx; - [DNAFieldAttribute(1, "float", "glow_color[4]", 4)] + [DNAFieldAttribute(1, "float", "glow_color[4]", "System.Single[]", 4)] public float[] glow_color = new System.Single[4]; - [DNAFieldAttribute(2, "float", "select_color[3]", 4)] + [DNAFieldAttribute(2, "float", "select_color[3]", "System.Single[]", 4)] public float[] select_color = new System.Single[3]; - [DNAFieldAttribute(3, "float", "threshold", 4)] + [DNAFieldAttribute(3, "float", "threshold", "float", 4)] public float threshold; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "int", "mode", 4)] + [DNAFieldAttribute(5, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(6, "float", "blur[2]", 4)] + [DNAFieldAttribute(6, "float", "blur[2]", "System.Single[]", 4)] public float[] blur = new System.Single[2]; - [DNAFieldAttribute(7, "int", "samples", 4)] + [DNAFieldAttribute(7, "int", "samples", "int", 4)] public int samples; - [DNAFieldAttribute(8, "float", "rotation", 4)] + [DNAFieldAttribute(8, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(9, "int", "blend_mode", 4)] + [DNAFieldAttribute(9, "int", "blend_mode", "int", 4)] public int blend_mode; - [DNAFieldAttribute(10, "char", "_pad[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(11, "ShaderFxData_Runtime", "runtime", 40)] + [DNAFieldAttribute(11, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)] public ShaderFxData_Runtime runtime; public GlowShaderFxData() { this.shaderfx = default; diff --git a/BlendFile/DNA/GlowVars.cs b/BlendFile/DNA/GlowVars.cs index f37d6dd..7db9c40 100644 --- a/BlendFile/DNA/GlowVars.cs +++ b/BlendFile/DNA/GlowVars.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(897, "GlowVars")] public struct GlowVars { - [DNAFieldAttribute(0, "float", "fMini", 4)] + [DNAFieldAttribute(0, "float", "fMini", "float", 4)] public float fMini; - [DNAFieldAttribute(1, "float", "fClamp", 4)] + [DNAFieldAttribute(1, "float", "fClamp", "float", 4)] public float fClamp; - [DNAFieldAttribute(2, "float", "fBoost", 4)] + [DNAFieldAttribute(2, "float", "fBoost", "float", 4)] public float fBoost; - [DNAFieldAttribute(3, "float", "dDist", 4)] + [DNAFieldAttribute(3, "float", "dDist", "float", 4)] public float dDist; - [DNAFieldAttribute(4, "int", "dQuality", 4)] + [DNAFieldAttribute(4, "int", "dQuality", "int", 4)] public int dQuality; - [DNAFieldAttribute(5, "int", "bNoComp", 4)] + [DNAFieldAttribute(5, "int", "bNoComp", "int", 4)] public int bNoComp; public GlowVars() { this.fMini = default; diff --git a/BlendFile/DNA/GpPaint.cs b/BlendFile/DNA/GpPaint.cs index 30a9acd..0b28631 100644 --- a/BlendFile/DNA/GpPaint.cs +++ b/BlendFile/DNA/GpPaint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(815, "GpPaint")] public struct GpPaint { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "mode", 4)] + [DNAFieldAttribute(2, "int", "mode", "int", 4)] public int mode; public GpPaint() { this.paint = default; diff --git a/BlendFile/DNA/GpSculptPaint.cs b/BlendFile/DNA/GpSculptPaint.cs index bc5f111..f364345 100644 --- a/BlendFile/DNA/GpSculptPaint.cs +++ b/BlendFile/DNA/GpSculptPaint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(817, "GpSculptPaint")] public struct GpSculptPaint { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GpSculptPaint() { this.paint = default; diff --git a/BlendFile/DNA/GpVertexPaint.cs b/BlendFile/DNA/GpVertexPaint.cs index b6dd40c..b1948be 100644 --- a/BlendFile/DNA/GpVertexPaint.cs +++ b/BlendFile/DNA/GpVertexPaint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(816, "GpVertexPaint")] public struct GpVertexPaint { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GpVertexPaint() { this.paint = default; diff --git a/BlendFile/DNA/GpWeightPaint.cs b/BlendFile/DNA/GpWeightPaint.cs index b5450ed..a76780a 100644 --- a/BlendFile/DNA/GpWeightPaint.cs +++ b/BlendFile/DNA/GpWeightPaint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(818, "GpWeightPaint")] public struct GpWeightPaint { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GpWeightPaint() { this.paint = default; diff --git a/BlendFile/DNA/GpencilModifierData.cs b/BlendFile/DNA/GpencilModifierData.cs index afc8571..8142ef5 100644 --- a/BlendFile/DNA/GpencilModifierData.cs +++ b/BlendFile/DNA/GpencilModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(275, "GpencilModifierData")] public class GpencilModifierData { - [DNAFieldAttribute(0, "GpencilModifierData", "*next", 104)] + [DNAFieldAttribute(0, "GpencilModifierData", "*next", "GpencilModifierData", 104)] public GpencilModifierData ptr_next; - [DNAFieldAttribute(1, "GpencilModifierData", "*prev", 104)] + [DNAFieldAttribute(1, "GpencilModifierData", "*prev", "GpencilModifierData", 104)] public GpencilModifierData ptr_prev; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "int", "mode", 4)] + [DNAFieldAttribute(3, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(4, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "short", "ui_expand_flag", 2)] + [DNAFieldAttribute(6, "short", "ui_expand_flag", "short", 2)] public short ui_expand_flag; - [DNAFieldAttribute(7, "char", "name[64]", 1)] + [DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(8, "char", "*error", 1)] + [DNAFieldAttribute(8, "char", "*error", "char", 1)] public char ptr_error; public GpencilModifierData() { this.ptr_next = default; diff --git a/BlendFile/DNA/GreasePencil.cs b/BlendFile/DNA/GreasePencil.cs index 4040f61..a7e3b3c 100644 --- a/BlendFile/DNA/GreasePencil.cs +++ b/BlendFile/DNA/GreasePencil.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(311, "GreasePencil")] public class GreasePencil { - [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, "GreasePencilDrawingBase", "**drawing_array", 8)] + [DNAFieldAttribute(2, "GreasePencilDrawingBase", "**drawing_array", "GreasePencilDrawingBase", 8)] public GreasePencilDrawingBase ptr_ptr_drawing_array; - [DNAFieldAttribute(3, "int", "drawing_array_size", 4)] + [DNAFieldAttribute(3, "int", "drawing_array_size", "int", 4)] public int drawing_array_size; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", 72)] + [DNAFieldAttribute(5, "GreasePencilLayerTreeGroup", "*root_group_ptr", "GreasePencilLayerTreeGroup", 72)] public GreasePencilLayerTreeGroup ptr_root_group_ptr; - [DNAFieldAttribute(6, "CustomData", "layers_data", 248)] + [DNAFieldAttribute(6, "CustomData", "layers_data", "CustomData", 248)] public CustomData layers_data; - [DNAFieldAttribute(7, "int", "attributes_active_index", 4)] + [DNAFieldAttribute(7, "int", "attributes_active_index", "int", 4)] public int attributes_active_index; - [DNAFieldAttribute(8, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", 40)] + [DNAFieldAttribute(9, "GreasePencilLayerTreeNode", "*active_node", "GreasePencilLayerTreeNode", 40)] public GreasePencilLayerTreeNode ptr_active_node; - [DNAFieldAttribute(10, "Material", "**material_array", 392)] + [DNAFieldAttribute(10, "Material", "**material_array", "Material", 392)] public Material ptr_ptr_material_array; - [DNAFieldAttribute(11, "short", "material_array_size", 2)] + [DNAFieldAttribute(11, "short", "material_array_size", "short", 2)] public short material_array_size; - [DNAFieldAttribute(12, "char", "_pad3[2]", 1)] + [DNAFieldAttribute(12, "char", "_pad3[2]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[2]; - [DNAFieldAttribute(13, "int", "flag", 4)] + [DNAFieldAttribute(13, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(14, "ListBase", "vertex_group_names", 16)] + [DNAFieldAttribute(14, "ListBase", "vertex_group_names", "ListBase", 16)] public ListBase vertex_group_names; - [DNAFieldAttribute(15, "int", "vertex_group_active_index", 4)] + [DNAFieldAttribute(15, "int", "vertex_group_active_index", "int", 4)] public int vertex_group_active_index; - [DNAFieldAttribute(16, "char", "_pad4[4]", 1)] + [DNAFieldAttribute(16, "char", "_pad4[4]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[4]; - [DNAFieldAttribute(17, "GreasePencilOnionSkinningSettings", "onion_skinning_settings", 40)] + [DNAFieldAttribute(17, "GreasePencilOnionSkinningSettings", "onion_skinning_settings", "GreasePencilOnionSkinningSettings", 40)] public GreasePencilOnionSkinningSettings onion_skinning_settings; - [DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(18, "GreasePencilRuntimeHandle", "*runtime", "GreasePencilRuntimeHandle", 0)] public GreasePencilRuntimeHandle ptr_runtime; public GreasePencil() { this.id = default; diff --git a/BlendFile/DNA/GreasePencilArmatureModifierData.cs b/BlendFile/DNA/GreasePencilArmatureModifierData.cs index c527e01..47c0793 100644 --- a/BlendFile/DNA/GreasePencilArmatureModifierData.cs +++ b/BlendFile/DNA/GreasePencilArmatureModifierData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(545, "GreasePencilArmatureModifierData")] public class GreasePencilArmatureModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "Object", "*object", 1160)] + [DNAFieldAttribute(2, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(3, "short", "deformflag", 2)] + [DNAFieldAttribute(3, "short", "deformflag", "short", 2)] public short deformflag; - [DNAFieldAttribute(4, "char", "_pad[6]", 1)] + [DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public GreasePencilArmatureModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilArrayModifierData.cs b/BlendFile/DNA/GreasePencilArrayModifierData.cs index 3206d0a..3cd285d 100644 --- a/BlendFile/DNA/GreasePencilArrayModifierData.cs +++ b/BlendFile/DNA/GreasePencilArrayModifierData.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(541, "GreasePencilArrayModifierData")] public class GreasePencilArrayModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "Object", "*object", 1160)] + [DNAFieldAttribute(2, "Object", "*object", "Object", 1160)] public Object ptr_object; - [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", "mat_rpl", 4)] + [DNAFieldAttribute(12, "int", "mat_rpl", "int", 4)] public int mat_rpl; public GreasePencilArrayModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilBuildModifierData.cs b/BlendFile/DNA/GreasePencilBuildModifierData.cs index 329d46a..e0d83d7 100644 --- a/BlendFile/DNA/GreasePencilBuildModifierData.cs +++ b/BlendFile/DNA/GreasePencilBuildModifierData.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(551, "GreasePencilBuildModifierData")] public class GreasePencilBuildModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "float", "start_frame", 4)] + [DNAFieldAttribute(2, "float", "start_frame", "float", 4)] public float start_frame; - [DNAFieldAttribute(3, "float", "end_frame", 4)] + [DNAFieldAttribute(3, "float", "end_frame", "float", 4)] public float end_frame; - [DNAFieldAttribute(4, "float", "start_delay", 4)] + [DNAFieldAttribute(4, "float", "start_delay", "float", 4)] public float start_delay; - [DNAFieldAttribute(5, "float", "length", 4)] + [DNAFieldAttribute(5, "float", "length", "float", 4)] public float length; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "mode", 2)] + [DNAFieldAttribute(7, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(8, "short", "transition", 2)] + [DNAFieldAttribute(8, "short", "transition", "short", 2)] public short transition; - [DNAFieldAttribute(9, "short", "time_alignment", 2)] + [DNAFieldAttribute(9, "short", "time_alignment", "short", 2)] public short time_alignment; - [DNAFieldAttribute(10, "float", "speed_fac", 4)] + [DNAFieldAttribute(10, "float", "speed_fac", "float", 4)] public float speed_fac; - [DNAFieldAttribute(11, "float", "speed_maxgap", 4)] + [DNAFieldAttribute(11, "float", "speed_maxgap", "float", 4)] public float speed_maxgap; - [DNAFieldAttribute(12, "short", "time_mode", 2)] + [DNAFieldAttribute(12, "short", "time_mode", "short", 2)] public short time_mode; - [DNAFieldAttribute(13, "char", "_pad[6]", 1)] + [DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(14, "Object", "*object", 1160)] + [DNAFieldAttribute(14, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(15, "float", "percentage_fac", 4)] + [DNAFieldAttribute(15, "float", "percentage_fac", "float", 4)] public float percentage_fac; - [DNAFieldAttribute(16, "float", "fade_fac", 4)] + [DNAFieldAttribute(16, "float", "fade_fac", "float", 4)] public float fade_fac; - [DNAFieldAttribute(17, "char", "target_vgname[64]", 1)] + [DNAFieldAttribute(17, "char", "target_vgname[64]", "System.Char[]", 1)] public char[] target_vgname = new System.Char[64]; - [DNAFieldAttribute(18, "float", "fade_opacity_strength", 4)] + [DNAFieldAttribute(18, "float", "fade_opacity_strength", "float", 4)] public float fade_opacity_strength; - [DNAFieldAttribute(19, "float", "fade_thickness_strength", 4)] + [DNAFieldAttribute(19, "float", "fade_thickness_strength", "float", 4)] public float fade_thickness_strength; public GreasePencilBuildModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilColorModifierData.cs b/BlendFile/DNA/GreasePencilColorModifierData.cs index e0e9dab..0f9c544 100644 --- a/BlendFile/DNA/GreasePencilColorModifierData.cs +++ b/BlendFile/DNA/GreasePencilColorModifierData.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(528, "GreasePencilColorModifierData")] public class GreasePencilColorModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "char", "color_mode", 1)] + [DNAFieldAttribute(2, "char", "color_mode", "char", 1)] public char color_mode; - [DNAFieldAttribute(3, "char", "_pad1[3]", 1)] + [DNAFieldAttribute(3, "char", "_pad1[3]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[3]; - [DNAFieldAttribute(4, "float", "hsv[3]", 4)] + [DNAFieldAttribute(4, "float", "hsv[3]", "System.Single[]", 4)] public float[] hsv = new System.Single[3]; - [DNAFieldAttribute(5, "void", "*_pad2", 0)] + [DNAFieldAttribute(5, "void", "*_pad2", "void", 0)] public object ptr__pad2; public GreasePencilColorModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilDashModifierData.cs b/BlendFile/DNA/GreasePencilDashModifierData.cs index ab32f54..139ce3b 100644 --- a/BlendFile/DNA/GreasePencilDashModifierData.cs +++ b/BlendFile/DNA/GreasePencilDashModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(537, "GreasePencilDashModifierData")] public class GreasePencilDashModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "GreasePencilDashModifierSegment", "*segments_array", 88)] + [DNAFieldAttribute(2, "GreasePencilDashModifierSegment", "*segments_array", "GreasePencilDashModifierSegment", 88)] public GreasePencilDashModifierSegment ptr_segments_array; - [DNAFieldAttribute(3, "int", "segments_num", 4)] + [DNAFieldAttribute(3, "int", "segments_num", "int", 4)] public int segments_num; - [DNAFieldAttribute(4, "int", "segment_active_index", 4)] + [DNAFieldAttribute(4, "int", "segment_active_index", "int", 4)] public int segment_active_index; - [DNAFieldAttribute(5, "int", "dash_offset", 4)] + [DNAFieldAttribute(5, "int", "dash_offset", "int", 4)] public int dash_offset; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GreasePencilDashModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilDashModifierSegment.cs b/BlendFile/DNA/GreasePencilDashModifierSegment.cs index 8ec43d8..837fc7a 100644 --- a/BlendFile/DNA/GreasePencilDashModifierSegment.cs +++ b/BlendFile/DNA/GreasePencilDashModifierSegment.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(536, "GreasePencilDashModifierSegment")] public struct GreasePencilDashModifierSegment { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(1, "int", "dash", 4)] + [DNAFieldAttribute(1, "int", "dash", "int", 4)] public int dash; - [DNAFieldAttribute(2, "int", "gap", 4)] + [DNAFieldAttribute(2, "int", "gap", "int", 4)] public int gap; - [DNAFieldAttribute(3, "float", "radius", 4)] + [DNAFieldAttribute(3, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(4, "float", "opacity", 4)] + [DNAFieldAttribute(4, "float", "opacity", "float", 4)] public float opacity; - [DNAFieldAttribute(5, "int", "mat_nr", 4)] + [DNAFieldAttribute(5, "int", "mat_nr", "int", 4)] public int mat_nr; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; public GreasePencilDashModifierSegment() { this.name = default; diff --git a/BlendFile/DNA/GreasePencilDrawing.cs b/BlendFile/DNA/GreasePencilDrawing.cs index 4dbec9b..1890b14 100644 --- a/BlendFile/DNA/GreasePencilDrawing.cs +++ b/BlendFile/DNA/GreasePencilDrawing.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(308, "GreasePencilDrawing")] public class GreasePencilDrawing { - [DNAFieldAttribute(0, "GreasePencilDrawingBase", "base", 8)] + [DNAFieldAttribute(0, "GreasePencilDrawingBase", "base", "GreasePencilDrawingBase", 8)] public GreasePencilDrawingBase @base; - [DNAFieldAttribute(1, "CurvesGeometry", "geometry", 544)] + [DNAFieldAttribute(1, "CurvesGeometry", "geometry", "CurvesGeometry", 544)] public CurvesGeometry geometry; - [DNAFieldAttribute(2, "GreasePencilDrawingRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(2, "GreasePencilDrawingRuntimeHandle", "*runtime", "GreasePencilDrawingRuntimeHandle", 0)] public GreasePencilDrawingRuntimeHandle ptr_runtime; public GreasePencilDrawing() { this.@base = default; diff --git a/BlendFile/DNA/GreasePencilDrawingBase.cs b/BlendFile/DNA/GreasePencilDrawingBase.cs index 784808e..a0f8c42 100644 --- a/BlendFile/DNA/GreasePencilDrawingBase.cs +++ b/BlendFile/DNA/GreasePencilDrawingBase.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(307, "GreasePencilDrawingBase")] public struct GreasePencilDrawingBase { - [DNAFieldAttribute(0, "int8_t", "type", 1)] + [DNAFieldAttribute(0, "int8_t", "type", "int8_t", 1)] public sbyte type; - [DNAFieldAttribute(1, "char", "_pad[3]", 1)] + [DNAFieldAttribute(1, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; public GreasePencilDrawingBase() { this.type = default; diff --git a/BlendFile/DNA/GreasePencilDrawingReference.cs b/BlendFile/DNA/GreasePencilDrawingReference.cs index 8ed06df..bdc5048 100644 --- a/BlendFile/DNA/GreasePencilDrawingReference.cs +++ b/BlendFile/DNA/GreasePencilDrawingReference.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(310, "GreasePencilDrawingReference")] public class GreasePencilDrawingReference { - [DNAFieldAttribute(0, "GreasePencilDrawingBase", "base", 8)] + [DNAFieldAttribute(0, "GreasePencilDrawingBase", "base", "GreasePencilDrawingBase", 8)] public GreasePencilDrawingBase @base; - [DNAFieldAttribute(1, "GreasePencil", "*id_reference", 592)] + [DNAFieldAttribute(1, "GreasePencil", "*id_reference", "GreasePencil", 592)] public GreasePencil ptr_id_reference; public GreasePencilDrawingReference() { this.@base = default; diff --git a/BlendFile/DNA/GreasePencilEnvelopeModifierData.cs b/BlendFile/DNA/GreasePencilEnvelopeModifierData.cs index 8580e7e..1f7a98a 100644 --- a/BlendFile/DNA/GreasePencilEnvelopeModifierData.cs +++ b/BlendFile/DNA/GreasePencilEnvelopeModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(548, "GreasePencilEnvelopeModifierData")] public struct GreasePencilEnvelopeModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "mode", 4)] + [DNAFieldAttribute(2, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(3, "int", "mat_nr", 4)] + [DNAFieldAttribute(3, "int", "mat_nr", "int", 4)] public int mat_nr; - [DNAFieldAttribute(4, "float", "thickness", 4)] + [DNAFieldAttribute(4, "float", "thickness", "float", 4)] public float thickness; - [DNAFieldAttribute(5, "float", "strength", 4)] + [DNAFieldAttribute(5, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(6, "int", "skip", 4)] + [DNAFieldAttribute(6, "int", "skip", "int", 4)] public int skip; - [DNAFieldAttribute(7, "int", "spread", 4)] + [DNAFieldAttribute(7, "int", "spread", "int", 4)] public int spread; public GreasePencilEnvelopeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilFrame.cs b/BlendFile/DNA/GreasePencilFrame.cs index 98a1bd5..2beacf1 100644 --- a/BlendFile/DNA/GreasePencilFrame.cs +++ b/BlendFile/DNA/GreasePencilFrame.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(312, "GreasePencilFrame")] public struct GreasePencilFrame { - [DNAFieldAttribute(0, "int", "drawing_index", 4)] + [DNAFieldAttribute(0, "int", "drawing_index", "int", 4)] public int drawing_index; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int8_t", "type", 1)] + [DNAFieldAttribute(2, "int8_t", "type", "int8_t", 1)] public sbyte type; - [DNAFieldAttribute(3, "char", "_pad[3]", 1)] + [DNAFieldAttribute(3, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public GreasePencilFrame() { this.drawing_index = default; diff --git a/BlendFile/DNA/GreasePencilHookModifierData.cs b/BlendFile/DNA/GreasePencilHookModifierData.cs index 016d367..64df2fc 100644 --- a/BlendFile/DNA/GreasePencilHookModifierData.cs +++ b/BlendFile/DNA/GreasePencilHookModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(543, "GreasePencilHookModifierData")] public class GreasePencilHookModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "Object", "*object", 1160)] + [DNAFieldAttribute(2, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(3, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = 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]; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(6, "char", "falloff_type", 1)] + [DNAFieldAttribute(6, "char", "falloff_type", "char", 1)] public char falloff_type; - [DNAFieldAttribute(7, "char", "_pad1[3]", 1)] + [DNAFieldAttribute(7, "char", "_pad1[3]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[3]; - [DNAFieldAttribute(8, "float", "parentinv[4][4]", 4)] + [DNAFieldAttribute(8, "float", "parentinv[4][4]", "System.Single[,]", 4)] public float[,] parentinv = new System.Single[4,4]; - [DNAFieldAttribute(9, "float", "cent[3]", 4)] + [DNAFieldAttribute(9, "float", "cent[3]", "System.Single[]", 4)] public float[] cent = new System.Single[3]; - [DNAFieldAttribute(10, "float", "falloff", 4)] + [DNAFieldAttribute(10, "float", "falloff", "float", 4)] public float falloff; - [DNAFieldAttribute(11, "float", "force", 4)] + [DNAFieldAttribute(11, "float", "force", "float", 4)] public float force; public GreasePencilHookModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilLatticeModifierData.cs b/BlendFile/DNA/GreasePencilLatticeModifierData.cs index 5961fa6..42c9c17 100644 --- a/BlendFile/DNA/GreasePencilLatticeModifierData.cs +++ b/BlendFile/DNA/GreasePencilLatticeModifierData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(535, "GreasePencilLatticeModifierData")] public class GreasePencilLatticeModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "Object", "*object", 1160)] + [DNAFieldAttribute(2, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(3, "float", "strength", 4)] + [DNAFieldAttribute(3, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GreasePencilLatticeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilLayer.cs b/BlendFile/DNA/GreasePencilLayer.cs index 4dae09b..d4ca174 100644 --- a/BlendFile/DNA/GreasePencilLayer.cs +++ b/BlendFile/DNA/GreasePencilLayer.cs @@ -15,39 +15,39 @@ namespace BlendFile.DNA { [DNAClassAttribute(317, "GreasePencilLayer")] public class GreasePencilLayer { - [DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", 40)] + [DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", "GreasePencilLayerTreeNode", 40)] public GreasePencilLayerTreeNode @base; - [DNAFieldAttribute(1, "GreasePencilLayerFramesMapStorage", "frames_storage", 24)] + [DNAFieldAttribute(1, "GreasePencilLayerFramesMapStorage", "frames_storage", "GreasePencilLayerFramesMapStorage", 24)] public GreasePencilLayerFramesMapStorage frames_storage; - [DNAFieldAttribute(2, "int8_t", "blend_mode", 1)] + [DNAFieldAttribute(2, "int8_t", "blend_mode", "int8_t", 1)] public sbyte blend_mode; - [DNAFieldAttribute(3, "char", "_pad[3]", 1)] + [DNAFieldAttribute(3, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(4, "float", "opacity", 4)] + [DNAFieldAttribute(4, "float", "opacity", "float", 4)] public float opacity; - [DNAFieldAttribute(5, "ListBase", "masks", 16)] + [DNAFieldAttribute(5, "ListBase", "masks", "ListBase", 16)] public ListBase masks; - [DNAFieldAttribute(6, "int", "active_mask_index", 4)] + [DNAFieldAttribute(6, "int", "active_mask_index", "int", 4)] public int active_mask_index; - [DNAFieldAttribute(7, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(8, "Object", "*parent", 1160)] + [DNAFieldAttribute(8, "Object", "*parent", "Object", 1160)] public Object ptr_parent; - [DNAFieldAttribute(9, "char", "*parsubstr", 1)] + [DNAFieldAttribute(9, "char", "*parsubstr", "char", 1)] public char ptr_parsubstr; - [DNAFieldAttribute(10, "float", "parentinv[4][4]", 4)] + [DNAFieldAttribute(10, "float", "parentinv[4][4]", "System.Single[,]", 4)] public float[,] parentinv = new System.Single[4,4]; - [DNAFieldAttribute(11, "float", "translation[3]", 4)] + [DNAFieldAttribute(11, "float", "translation[3]", "System.Single[]", 4)] public float[] translation = new System.Single[3]; - [DNAFieldAttribute(12, "float", "rotation[3]", 4)] + [DNAFieldAttribute(12, "float", "rotation[3]", "System.Single[]", 4)] public float[] rotation = new System.Single[3]; - [DNAFieldAttribute(13, "float", "scale[3]", 4)] + [DNAFieldAttribute(13, "float", "scale[3]", "System.Single[]", 4)] public float[] scale = new System.Single[3]; - [DNAFieldAttribute(14, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(15, "char", "*viewlayername", 1)] + [DNAFieldAttribute(15, "char", "*viewlayername", "char", 1)] public char ptr_viewlayername; - [DNAFieldAttribute(16, "GreasePencilLayerRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(16, "GreasePencilLayerRuntimeHandle", "*runtime", "GreasePencilLayerRuntimeHandle", 0)] public GreasePencilLayerRuntimeHandle ptr_runtime; public GreasePencilLayer() { this.@base = default; diff --git a/BlendFile/DNA/GreasePencilLayerFramesMapStorage.cs b/BlendFile/DNA/GreasePencilLayerFramesMapStorage.cs index 88a425f..57ccf55 100644 --- a/BlendFile/DNA/GreasePencilLayerFramesMapStorage.cs +++ b/BlendFile/DNA/GreasePencilLayerFramesMapStorage.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(313, "GreasePencilLayerFramesMapStorage")] public class GreasePencilLayerFramesMapStorage { - [DNAFieldAttribute(0, "int", "*keys", 4)] + [DNAFieldAttribute(0, "int", "*keys", "int", 4)] public int ptr_keys; - [DNAFieldAttribute(1, "GreasePencilFrame", "*values", 12)] + [DNAFieldAttribute(1, "GreasePencilFrame", "*values", "GreasePencilFrame", 12)] public GreasePencilFrame ptr_values; - [DNAFieldAttribute(2, "int", "size", 4)] + [DNAFieldAttribute(2, "int", "size", "int", 4)] public int size; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; public GreasePencilLayerFramesMapStorage() { this.ptr_keys = default; diff --git a/BlendFile/DNA/GreasePencilLayerMask.cs b/BlendFile/DNA/GreasePencilLayerMask.cs index a9d642f..547e6c6 100644 --- a/BlendFile/DNA/GreasePencilLayerMask.cs +++ b/BlendFile/DNA/GreasePencilLayerMask.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(314, "GreasePencilLayerMask")] public class GreasePencilLayerMask { - [DNAFieldAttribute(0, "GreasePencilLayerMask", "*next", 32)] + [DNAFieldAttribute(0, "GreasePencilLayerMask", "*next", "GreasePencilLayerMask", 32)] public GreasePencilLayerMask ptr_next; - [DNAFieldAttribute(1, "GreasePencilLayerMask", "*prev", 32)] + [DNAFieldAttribute(1, "GreasePencilLayerMask", "*prev", "GreasePencilLayerMask", 32)] public GreasePencilLayerMask ptr_prev; - [DNAFieldAttribute(2, "char", "*layer_name", 1)] + [DNAFieldAttribute(2, "char", "*layer_name", "char", 1)] public char ptr_layer_name; - [DNAFieldAttribute(3, "ushort", "flag", 2)] + [DNAFieldAttribute(3, "ushort", "flag", "ushort", 2)] public ushort flag; - [DNAFieldAttribute(4, "char", "_pad[6]", 1)] + [DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public GreasePencilLayerMask() { this.ptr_next = default; diff --git a/BlendFile/DNA/GreasePencilLayerTreeGroup.cs b/BlendFile/DNA/GreasePencilLayerTreeGroup.cs index 2b82b72..983b0e1 100644 --- a/BlendFile/DNA/GreasePencilLayerTreeGroup.cs +++ b/BlendFile/DNA/GreasePencilLayerTreeGroup.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(316, "GreasePencilLayerTreeGroup")] public class GreasePencilLayerTreeGroup { - [DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", 40)] + [DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "base", "GreasePencilLayerTreeNode", 40)] public GreasePencilLayerTreeNode @base; - [DNAFieldAttribute(1, "ListBase", "children", 16)] + [DNAFieldAttribute(1, "ListBase", "children", "ListBase", 16)] public ListBase children; - [DNAFieldAttribute(2, "int8_t", "color_tag", 1)] + [DNAFieldAttribute(2, "int8_t", "color_tag", "int8_t", 1)] public sbyte color_tag; - [DNAFieldAttribute(3, "char", "_pad[7]", 1)] + [DNAFieldAttribute(3, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(4, "GreasePencilLayerGroupRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(4, "GreasePencilLayerGroupRuntimeHandle", "*runtime", "GreasePencilLayerGroupRuntimeHandle", 0)] public GreasePencilLayerGroupRuntimeHandle ptr_runtime; public GreasePencilLayerTreeGroup() { this.@base = default; diff --git a/BlendFile/DNA/GreasePencilLayerTreeNode.cs b/BlendFile/DNA/GreasePencilLayerTreeNode.cs index 9b92368..5805460 100644 --- a/BlendFile/DNA/GreasePencilLayerTreeNode.cs +++ b/BlendFile/DNA/GreasePencilLayerTreeNode.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(315, "GreasePencilLayerTreeNode")] public class GreasePencilLayerTreeNode { - [DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "*next", 40)] + [DNAFieldAttribute(0, "GreasePencilLayerTreeNode", "*next", "GreasePencilLayerTreeNode", 40)] public GreasePencilLayerTreeNode ptr_next; - [DNAFieldAttribute(1, "GreasePencilLayerTreeNode", "*prev", 40)] + [DNAFieldAttribute(1, "GreasePencilLayerTreeNode", "*prev", "GreasePencilLayerTreeNode", 40)] public GreasePencilLayerTreeNode ptr_prev; - [DNAFieldAttribute(2, "GreasePencilLayerTreeGroup", "*parent", 72)] + [DNAFieldAttribute(2, "GreasePencilLayerTreeGroup", "*parent", "GreasePencilLayerTreeGroup", 72)] public GreasePencilLayerTreeGroup ptr_parent; - [DNAFieldAttribute(3, "char", "*name", 1)] + [DNAFieldAttribute(3, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(4, "int8_t", "type", 1)] + [DNAFieldAttribute(4, "int8_t", "type", "int8_t", 1)] public sbyte type; - [DNAFieldAttribute(5, "uchar", "color[3]", 1)] + [DNAFieldAttribute(5, "uchar", "color[3]", "System.Byte[]", 1)] public byte[] color = new System.Byte[3]; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; public GreasePencilLayerTreeNode() { this.ptr_next = default; diff --git a/BlendFile/DNA/GreasePencilLengthModifierData.cs b/BlendFile/DNA/GreasePencilLengthModifierData.cs index d3d4cb7..8d4c295 100644 --- a/BlendFile/DNA/GreasePencilLengthModifierData.cs +++ b/BlendFile/DNA/GreasePencilLengthModifierData.cs @@ -15,39 +15,39 @@ namespace BlendFile.DNA { [DNAClassAttribute(539, "GreasePencilLengthModifierData")] public class GreasePencilLengthModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "float", "start_fac", 4)] + [DNAFieldAttribute(3, "float", "start_fac", "float", 4)] public float start_fac; - [DNAFieldAttribute(4, "float", "end_fac", 4)] + [DNAFieldAttribute(4, "float", "end_fac", "float", 4)] public float end_fac; - [DNAFieldAttribute(5, "float", "rand_start_fac", 4)] + [DNAFieldAttribute(5, "float", "rand_start_fac", "float", 4)] public float rand_start_fac; - [DNAFieldAttribute(6, "float", "rand_end_fac", 4)] + [DNAFieldAttribute(6, "float", "rand_end_fac", "float", 4)] public float rand_end_fac; - [DNAFieldAttribute(7, "float", "rand_offset", 4)] + [DNAFieldAttribute(7, "float", "rand_offset", "float", 4)] public float rand_offset; - [DNAFieldAttribute(8, "float", "overshoot_fac", 4)] + [DNAFieldAttribute(8, "float", "overshoot_fac", "float", 4)] public float overshoot_fac; - [DNAFieldAttribute(9, "int", "seed", 4)] + [DNAFieldAttribute(9, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(10, "int", "step", 4)] + [DNAFieldAttribute(10, "int", "step", "int", 4)] public int step; - [DNAFieldAttribute(11, "int", "mode", 4)] + [DNAFieldAttribute(11, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(12, "char", "_pad[4]", 1)] + [DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(13, "float", "point_density", 4)] + [DNAFieldAttribute(13, "float", "point_density", "float", 4)] public float point_density; - [DNAFieldAttribute(14, "float", "segment_influence", 4)] + [DNAFieldAttribute(14, "float", "segment_influence", "float", 4)] public float segment_influence; - [DNAFieldAttribute(15, "float", "max_angle", 4)] + [DNAFieldAttribute(15, "float", "max_angle", "float", 4)] public float max_angle; - [DNAFieldAttribute(16, "void", "*_pad1", 0)] + [DNAFieldAttribute(16, "void", "*_pad1", "void", 0)] public object ptr__pad1; public GreasePencilLengthModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilLineartModifierData.cs b/BlendFile/DNA/GreasePencilLineartModifierData.cs index 3aa4a19..221de57 100644 --- a/BlendFile/DNA/GreasePencilLineartModifierData.cs +++ b/BlendFile/DNA/GreasePencilLineartModifierData.cs @@ -15,93 +15,93 @@ namespace BlendFile.DNA { [DNAClassAttribute(544, "GreasePencilLineartModifierData")] public class GreasePencilLineartModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "ushort", "edge_types", 2)] + [DNAFieldAttribute(1, "ushort", "edge_types", "ushort", 2)] public ushort edge_types; - [DNAFieldAttribute(2, "char", "source_type", 1)] + [DNAFieldAttribute(2, "char", "source_type", "char", 1)] public char source_type; - [DNAFieldAttribute(3, "char", "use_multiple_levels", 1)] + [DNAFieldAttribute(3, "char", "use_multiple_levels", "char", 1)] public char use_multiple_levels; - [DNAFieldAttribute(4, "short", "level_start", 2)] + [DNAFieldAttribute(4, "short", "level_start", "short", 2)] public short level_start; - [DNAFieldAttribute(5, "short", "level_end", 2)] + [DNAFieldAttribute(5, "short", "level_end", "short", 2)] public short level_end; - [DNAFieldAttribute(6, "Object", "*source_camera", 1160)] + [DNAFieldAttribute(6, "Object", "*source_camera", "Object", 1160)] public Object ptr_source_camera; - [DNAFieldAttribute(7, "Object", "*light_contour_object", 1160)] + [DNAFieldAttribute(7, "Object", "*light_contour_object", "Object", 1160)] public Object ptr_light_contour_object; - [DNAFieldAttribute(8, "Object", "*source_object", 1160)] + [DNAFieldAttribute(8, "Object", "*source_object", "Object", 1160)] public Object ptr_source_object; - [DNAFieldAttribute(9, "Collection", "*source_collection", 376)] + [DNAFieldAttribute(9, "Collection", "*source_collection", "Collection", 376)] public Collection ptr_source_collection; - [DNAFieldAttribute(10, "Material", "*target_material", 392)] + [DNAFieldAttribute(10, "Material", "*target_material", "Material", 392)] public Material ptr_target_material; - [DNAFieldAttribute(11, "char", "target_layer[64]", 1)] + [DNAFieldAttribute(11, "char", "target_layer[64]", "System.Char[]", 1)] public char[] target_layer = new System.Char[64]; - [DNAFieldAttribute(12, "char", "source_vertex_group[64]", 1)] + [DNAFieldAttribute(12, "char", "source_vertex_group[64]", "System.Char[]", 1)] public char[] source_vertex_group = new System.Char[64]; - [DNAFieldAttribute(13, "char", "vgname[64]", 1)] + [DNAFieldAttribute(13, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(14, "float", "overscan", 4)] + [DNAFieldAttribute(14, "float", "overscan", "float", 4)] public float overscan; - [DNAFieldAttribute(15, "float", "shadow_camera_fov", 4)] + [DNAFieldAttribute(15, "float", "shadow_camera_fov", "float", 4)] public float shadow_camera_fov; - [DNAFieldAttribute(16, "float", "shadow_camera_size", 4)] + [DNAFieldAttribute(16, "float", "shadow_camera_size", "float", 4)] public float shadow_camera_size; - [DNAFieldAttribute(17, "float", "shadow_camera_near", 4)] + [DNAFieldAttribute(17, "float", "shadow_camera_near", "float", 4)] public float shadow_camera_near; - [DNAFieldAttribute(18, "float", "shadow_camera_far", 4)] + [DNAFieldAttribute(18, "float", "shadow_camera_far", "float", 4)] public float shadow_camera_far; - [DNAFieldAttribute(19, "float", "opacity", 4)] + [DNAFieldAttribute(19, "float", "opacity", "float", 4)] public float opacity; - [DNAFieldAttribute(20, "short", "thickness", 2)] + [DNAFieldAttribute(20, "short", "thickness", "short", 2)] public short thickness; - [DNAFieldAttribute(21, "char", "mask_switches", 1)] + [DNAFieldAttribute(21, "char", "mask_switches", "char", 1)] public char mask_switches; - [DNAFieldAttribute(22, "char", "material_mask_bits", 1)] + [DNAFieldAttribute(22, "char", "material_mask_bits", "char", 1)] public char material_mask_bits; - [DNAFieldAttribute(23, "char", "intersection_mask", 1)] + [DNAFieldAttribute(23, "char", "intersection_mask", "char", 1)] public char intersection_mask; - [DNAFieldAttribute(24, "char", "shadow_selection", 1)] + [DNAFieldAttribute(24, "char", "shadow_selection", "char", 1)] public char shadow_selection; - [DNAFieldAttribute(25, "char", "silhouette_selection", 1)] + [DNAFieldAttribute(25, "char", "silhouette_selection", "char", 1)] public char silhouette_selection; - [DNAFieldAttribute(26, "char", "_pad[1]", 1)] + [DNAFieldAttribute(26, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; - [DNAFieldAttribute(27, "float", "crease_threshold", 4)] + [DNAFieldAttribute(27, "float", "crease_threshold", "float", 4)] public float crease_threshold; - [DNAFieldAttribute(28, "float", "angle_splitting_threshold", 4)] + [DNAFieldAttribute(28, "float", "angle_splitting_threshold", "float", 4)] public float angle_splitting_threshold; - [DNAFieldAttribute(29, "float", "chain_smooth_tolerance", 4)] + [DNAFieldAttribute(29, "float", "chain_smooth_tolerance", "float", 4)] public float chain_smooth_tolerance; - [DNAFieldAttribute(30, "float", "chaining_image_threshold", 4)] + [DNAFieldAttribute(30, "float", "chaining_image_threshold", "float", 4)] public float chaining_image_threshold; - [DNAFieldAttribute(31, "int", "calculation_flags", 4)] + [DNAFieldAttribute(31, "int", "calculation_flags", "int", 4)] public int calculation_flags; - [DNAFieldAttribute(32, "int", "flags", 4)] + [DNAFieldAttribute(32, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(33, "float", "stroke_depth_offset", 4)] + [DNAFieldAttribute(33, "float", "stroke_depth_offset", "float", 4)] public float stroke_depth_offset; - [DNAFieldAttribute(34, "char", "level_start_override", 1)] + [DNAFieldAttribute(34, "char", "level_start_override", "char", 1)] public char level_start_override; - [DNAFieldAttribute(35, "char", "level_end_override", 1)] + [DNAFieldAttribute(35, "char", "level_end_override", "char", 1)] public char level_end_override; - [DNAFieldAttribute(36, "short", "edge_types_override", 2)] + [DNAFieldAttribute(36, "short", "edge_types_override", "short", 2)] public short edge_types_override; - [DNAFieldAttribute(37, "char", "shadow_selection_override", 1)] + [DNAFieldAttribute(37, "char", "shadow_selection_override", "char", 1)] public char shadow_selection_override; - [DNAFieldAttribute(38, "char", "shadow_use_silhouette_override", 1)] + [DNAFieldAttribute(38, "char", "shadow_use_silhouette_override", "char", 1)] public char shadow_use_silhouette_override; - [DNAFieldAttribute(39, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(39, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; - [DNAFieldAttribute(40, "LineartCache", "*shared_cache", 0)] + [DNAFieldAttribute(40, "LineartCache", "*shared_cache", "LineartCache", 0)] public LineartCache ptr_shared_cache; - [DNAFieldAttribute(41, "LineartCache", "*cache", 0)] + [DNAFieldAttribute(41, "LineartCache", "*cache", "LineartCache", 0)] public LineartCache ptr_cache; - [DNAFieldAttribute(42, "LineartData", "*la_data_ptr", 0)] + [DNAFieldAttribute(42, "LineartData", "*la_data_ptr", "LineartData", 0)] public LineartData ptr_la_data_ptr; - [DNAFieldAttribute(43, "void", "*runtime", 0)] + [DNAFieldAttribute(43, "void", "*runtime", "void", 0)] public object ptr_runtime; public GreasePencilLineartModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilMirrorModifierData.cs b/BlendFile/DNA/GreasePencilMirrorModifierData.cs index 491368b..81ff391 100644 --- a/BlendFile/DNA/GreasePencilMirrorModifierData.cs +++ b/BlendFile/DNA/GreasePencilMirrorModifierData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(533, "GreasePencilMirrorModifierData")] public class GreasePencilMirrorModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "Object", "*object", 1160)] + [DNAFieldAttribute(2, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GreasePencilMirrorModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilModifierInfluenceData.cs b/BlendFile/DNA/GreasePencilModifierInfluenceData.cs index c57e7d0..4a1ad21 100644 --- a/BlendFile/DNA/GreasePencilModifierInfluenceData.cs +++ b/BlendFile/DNA/GreasePencilModifierInfluenceData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(525, "GreasePencilModifierInfluenceData")] public class GreasePencilModifierInfluenceData { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(2, "char", "layer_name[64]", 1)] + [DNAFieldAttribute(2, "char", "layer_name[64]", "System.Char[]", 1)] public char[] layer_name = new System.Char[64]; - [DNAFieldAttribute(3, "Material", "*material", 392)] + [DNAFieldAttribute(3, "Material", "*material", "Material", 392)] public Material ptr_material; - [DNAFieldAttribute(4, "int", "layer_pass", 4)] + [DNAFieldAttribute(4, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(5, "int", "material_pass", 4)] + [DNAFieldAttribute(5, "int", "material_pass", "int", 4)] public int material_pass; - [DNAFieldAttribute(6, "char", "vertex_group_name[64]", 1)] + [DNAFieldAttribute(6, "char", "vertex_group_name[64]", "System.Char[]", 1)] public char[] vertex_group_name = new System.Char[64]; - [DNAFieldAttribute(7, "CurveMapping", "*custom_curve", 424)] + [DNAFieldAttribute(7, "CurveMapping", "*custom_curve", "CurveMapping", 424)] public CurveMapping ptr_custom_curve; - [DNAFieldAttribute(8, "void", "*_pad2", 0)] + [DNAFieldAttribute(8, "void", "*_pad2", "void", 0)] public object ptr__pad2; public GreasePencilModifierInfluenceData() { this.flag = default; diff --git a/BlendFile/DNA/GreasePencilMultiModifierData.cs b/BlendFile/DNA/GreasePencilMultiModifierData.cs index 37ad2c0..bdc8303 100644 --- a/BlendFile/DNA/GreasePencilMultiModifierData.cs +++ b/BlendFile/DNA/GreasePencilMultiModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(538, "GreasePencilMultiModifierData")] public class GreasePencilMultiModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "duplications", 4)] + [DNAFieldAttribute(3, "int", "duplications", "int", 4)] public int duplications; - [DNAFieldAttribute(4, "float", "distance", 4)] + [DNAFieldAttribute(4, "float", "distance", "float", 4)] public float distance; - [DNAFieldAttribute(5, "float", "offset", 4)] + [DNAFieldAttribute(5, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(6, "float", "fading_center", 4)] + [DNAFieldAttribute(6, "float", "fading_center", "float", 4)] public float fading_center; - [DNAFieldAttribute(7, "float", "fading_thickness", 4)] + [DNAFieldAttribute(7, "float", "fading_thickness", "float", 4)] public float fading_thickness; - [DNAFieldAttribute(8, "float", "fading_opacity", 4)] + [DNAFieldAttribute(8, "float", "fading_opacity", "float", 4)] public float fading_opacity; - [DNAFieldAttribute(9, "int", "_pad0", 4)] + [DNAFieldAttribute(9, "int", "_pad0", "int", 4)] public int _pad0; - [DNAFieldAttribute(10, "void", "*_pad", 0)] + [DNAFieldAttribute(10, "void", "*_pad", "void", 0)] public object ptr__pad; public GreasePencilMultiModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilNoiseModifierData.cs b/BlendFile/DNA/GreasePencilNoiseModifierData.cs index c0de159..1bf40b1 100644 --- a/BlendFile/DNA/GreasePencilNoiseModifierData.cs +++ b/BlendFile/DNA/GreasePencilNoiseModifierData.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(532, "GreasePencilNoiseModifierData")] public class GreasePencilNoiseModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "float", "factor", 4)] + [DNAFieldAttribute(3, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(4, "float", "factor_strength", 4)] + [DNAFieldAttribute(4, "float", "factor_strength", "float", 4)] public float factor_strength; - [DNAFieldAttribute(5, "float", "factor_thickness", 4)] + [DNAFieldAttribute(5, "float", "factor_thickness", "float", 4)] public float factor_thickness; - [DNAFieldAttribute(6, "float", "factor_uvs", 4)] + [DNAFieldAttribute(6, "float", "factor_uvs", "float", 4)] public float factor_uvs; - [DNAFieldAttribute(7, "float", "noise_scale", 4)] + [DNAFieldAttribute(7, "float", "noise_scale", "float", 4)] public float noise_scale; - [DNAFieldAttribute(8, "float", "noise_offset", 4)] + [DNAFieldAttribute(8, "float", "noise_offset", "float", 4)] public float noise_offset; - [DNAFieldAttribute(9, "short", "noise_mode", 2)] + [DNAFieldAttribute(9, "short", "noise_mode", "short", 2)] public short noise_mode; - [DNAFieldAttribute(10, "char", "_pad[2]", 1)] + [DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(11, "int", "step", 4)] + [DNAFieldAttribute(11, "int", "step", "int", 4)] public int step; - [DNAFieldAttribute(12, "int", "seed", 4)] + [DNAFieldAttribute(12, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(13, "void", "*_pad1", 0)] + [DNAFieldAttribute(13, "void", "*_pad1", "void", 0)] public object ptr__pad1; public GreasePencilNoiseModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilOffsetModifierData.cs b/BlendFile/DNA/GreasePencilOffsetModifierData.cs index 3650dbf..32db362 100644 --- a/BlendFile/DNA/GreasePencilOffsetModifierData.cs +++ b/BlendFile/DNA/GreasePencilOffsetModifierData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(531, "GreasePencilOffsetModifierData")] public class GreasePencilOffsetModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "offset_mode", 4)] + [DNAFieldAttribute(3, "int", "offset_mode", "int", 4)] public int offset_mode; - [DNAFieldAttribute(4, "float", "loc[3]", 4)] + [DNAFieldAttribute(4, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(5, "float", "rot[3]", 4)] + [DNAFieldAttribute(5, "float", "rot[3]", "System.Single[]", 4)] public float[] rot = 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", "stroke_loc[3]", 4)] + [DNAFieldAttribute(7, "float", "stroke_loc[3]", "System.Single[]", 4)] public float[] stroke_loc = new System.Single[3]; - [DNAFieldAttribute(8, "float", "stroke_rot[3]", 4)] + [DNAFieldAttribute(8, "float", "stroke_rot[3]", "System.Single[]", 4)] public float[] stroke_rot = new System.Single[3]; - [DNAFieldAttribute(9, "float", "stroke_scale[3]", 4)] + [DNAFieldAttribute(9, "float", "stroke_scale[3]", "System.Single[]", 4)] public float[] stroke_scale = new System.Single[3]; - [DNAFieldAttribute(10, "int", "seed", 4)] + [DNAFieldAttribute(10, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(11, "int", "stroke_step", 4)] + [DNAFieldAttribute(11, "int", "stroke_step", "int", 4)] public int stroke_step; - [DNAFieldAttribute(12, "int", "stroke_start_offset", 4)] + [DNAFieldAttribute(12, "int", "stroke_start_offset", "int", 4)] public int stroke_start_offset; - [DNAFieldAttribute(13, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(14, "void", "*_pad2", 0)] + [DNAFieldAttribute(14, "void", "*_pad2", "void", 0)] public object ptr__pad2; public GreasePencilOffsetModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilOnionSkinningSettings.cs b/BlendFile/DNA/GreasePencilOnionSkinningSettings.cs index a242d08..8e528fe 100644 --- a/BlendFile/DNA/GreasePencilOnionSkinningSettings.cs +++ b/BlendFile/DNA/GreasePencilOnionSkinningSettings.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(320, "GreasePencilOnionSkinningSettings")] public struct GreasePencilOnionSkinningSettings { - [DNAFieldAttribute(0, "float", "opacity", 4)] + [DNAFieldAttribute(0, "float", "opacity", "float", 4)] public float opacity; - [DNAFieldAttribute(1, "int8_t", "mode", 1)] + [DNAFieldAttribute(1, "int8_t", "mode", "int8_t", 1)] public sbyte mode; - [DNAFieldAttribute(2, "uchar", "flag", 1)] + [DNAFieldAttribute(2, "uchar", "flag", "uchar", 1)] public byte flag; - [DNAFieldAttribute(3, "uchar", "filter", 1)] + [DNAFieldAttribute(3, "uchar", "filter", "uchar", 1)] public byte filter; - [DNAFieldAttribute(4, "char", "_pad[1]", 1)] + [DNAFieldAttribute(4, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; - [DNAFieldAttribute(5, "short", "num_frames_before", 2)] + [DNAFieldAttribute(5, "short", "num_frames_before", "short", 2)] public short num_frames_before; - [DNAFieldAttribute(6, "short", "num_frames_after", 2)] + [DNAFieldAttribute(6, "short", "num_frames_after", "short", 2)] public short num_frames_after; - [DNAFieldAttribute(7, "float", "color_before[3]", 4)] + [DNAFieldAttribute(7, "float", "color_before[3]", "System.Single[]", 4)] public float[] color_before = new System.Single[3]; - [DNAFieldAttribute(8, "float", "color_after[3]", 4)] + [DNAFieldAttribute(8, "float", "color_after[3]", "System.Single[]", 4)] public float[] color_after = new System.Single[3]; - [DNAFieldAttribute(9, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; public GreasePencilOnionSkinningSettings() { this.opacity = default; diff --git a/BlendFile/DNA/GreasePencilOpacityModifierData.cs b/BlendFile/DNA/GreasePencilOpacityModifierData.cs index bcec25c..4e27aa8 100644 --- a/BlendFile/DNA/GreasePencilOpacityModifierData.cs +++ b/BlendFile/DNA/GreasePencilOpacityModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(526, "GreasePencilOpacityModifierData")] public class GreasePencilOpacityModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "char", "color_mode", 1)] + [DNAFieldAttribute(3, "char", "color_mode", "char", 1)] public char color_mode; - [DNAFieldAttribute(4, "char", "_pad1[3]", 1)] + [DNAFieldAttribute(4, "char", "_pad1[3]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[3]; - [DNAFieldAttribute(5, "float", "color_factor", 4)] + [DNAFieldAttribute(5, "float", "color_factor", "float", 4)] public float color_factor; - [DNAFieldAttribute(6, "float", "hardness_factor", 4)] + [DNAFieldAttribute(6, "float", "hardness_factor", "float", 4)] public float hardness_factor; - [DNAFieldAttribute(7, "void", "*_pad2", 0)] + [DNAFieldAttribute(7, "void", "*_pad2", "void", 0)] public object ptr__pad2; public GreasePencilOpacityModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilOutlineModifierData.cs b/BlendFile/DNA/GreasePencilOutlineModifierData.cs index 182f126..c682034 100644 --- a/BlendFile/DNA/GreasePencilOutlineModifierData.cs +++ b/BlendFile/DNA/GreasePencilOutlineModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(549, "GreasePencilOutlineModifierData")] public class GreasePencilOutlineModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "Object", "*object", 1160)] + [DNAFieldAttribute(2, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "int", "thickness", 4)] + [DNAFieldAttribute(4, "int", "thickness", "int", 4)] public int thickness; - [DNAFieldAttribute(5, "float", "sample_length", 4)] + [DNAFieldAttribute(5, "float", "sample_length", "float", 4)] public float sample_length; - [DNAFieldAttribute(6, "int", "subdiv", 4)] + [DNAFieldAttribute(6, "int", "subdiv", "int", 4)] public int subdiv; - [DNAFieldAttribute(7, "Material", "*outline_material", 392)] + [DNAFieldAttribute(7, "Material", "*outline_material", "Material", 392)] public Material ptr_outline_material; public GreasePencilOutlineModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilShrinkwrapModifierData.cs b/BlendFile/DNA/GreasePencilShrinkwrapModifierData.cs index 8d7d904..44a837c 100644 --- a/BlendFile/DNA/GreasePencilShrinkwrapModifierData.cs +++ b/BlendFile/DNA/GreasePencilShrinkwrapModifierData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(550, "GreasePencilShrinkwrapModifierData")] public class GreasePencilShrinkwrapModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "Object", "*target", 1160)] + [DNAFieldAttribute(2, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(3, "Object", "*aux_target", 1160)] + [DNAFieldAttribute(3, "Object", "*aux_target", "Object", 1160)] public Object ptr_aux_target; - [DNAFieldAttribute(4, "float", "keep_dist", 4)] + [DNAFieldAttribute(4, "float", "keep_dist", "float", 4)] public float keep_dist; - [DNAFieldAttribute(5, "short", "shrink_type", 2)] + [DNAFieldAttribute(5, "short", "shrink_type", "short", 2)] public short shrink_type; - [DNAFieldAttribute(6, "char", "shrink_opts", 1)] + [DNAFieldAttribute(6, "char", "shrink_opts", "char", 1)] public char shrink_opts; - [DNAFieldAttribute(7, "char", "shrink_mode", 1)] + [DNAFieldAttribute(7, "char", "shrink_mode", "char", 1)] public char shrink_mode; - [DNAFieldAttribute(8, "float", "proj_limit", 4)] + [DNAFieldAttribute(8, "float", "proj_limit", "float", 4)] public float proj_limit; - [DNAFieldAttribute(9, "char", "proj_axis", 1)] + [DNAFieldAttribute(9, "char", "proj_axis", "char", 1)] public char proj_axis; - [DNAFieldAttribute(10, "char", "subsurf_levels", 1)] + [DNAFieldAttribute(10, "char", "subsurf_levels", "char", 1)] public char subsurf_levels; - [DNAFieldAttribute(11, "char", "_pad[2]", 1)] + [DNAFieldAttribute(11, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(12, "float", "smooth_factor", 4)] + [DNAFieldAttribute(12, "float", "smooth_factor", "float", 4)] public float smooth_factor; - [DNAFieldAttribute(13, "int", "smooth_step", 4)] + [DNAFieldAttribute(13, "int", "smooth_step", "int", 4)] public int smooth_step; - [DNAFieldAttribute(14, "ShrinkwrapTreeData", "*cache_data", 0)] + [DNAFieldAttribute(14, "ShrinkwrapTreeData", "*cache_data", "ShrinkwrapTreeData", 0)] public ShrinkwrapTreeData ptr_cache_data; public GreasePencilShrinkwrapModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilSimplifyModifierData.cs b/BlendFile/DNA/GreasePencilSimplifyModifierData.cs index a7afe3b..769b6fb 100644 --- a/BlendFile/DNA/GreasePencilSimplifyModifierData.cs +++ b/BlendFile/DNA/GreasePencilSimplifyModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(552, "GreasePencilSimplifyModifierData")] public struct GreasePencilSimplifyModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "short", "mode", 2)] + [DNAFieldAttribute(2, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(4, "short", "step", 2)] + [DNAFieldAttribute(4, "short", "step", "short", 2)] public short step; - [DNAFieldAttribute(5, "float", "factor", 4)] + [DNAFieldAttribute(5, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(6, "float", "length", 4)] + [DNAFieldAttribute(6, "float", "length", "float", 4)] public float length; - [DNAFieldAttribute(7, "float", "sharp_threshold", 4)] + [DNAFieldAttribute(7, "float", "sharp_threshold", "float", 4)] public float sharp_threshold; - [DNAFieldAttribute(8, "float", "distance", 4)] + [DNAFieldAttribute(8, "float", "distance", "float", 4)] public float distance; public GreasePencilSimplifyModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilSmoothModifierData.cs b/BlendFile/DNA/GreasePencilSmoothModifierData.cs index 32867ca..4158e82 100644 --- a/BlendFile/DNA/GreasePencilSmoothModifierData.cs +++ b/BlendFile/DNA/GreasePencilSmoothModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(530, "GreasePencilSmoothModifierData")] public class GreasePencilSmoothModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "float", "factor", 4)] + [DNAFieldAttribute(3, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(4, "int", "step", 4)] + [DNAFieldAttribute(4, "int", "step", "int", 4)] public int step; - [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 GreasePencilSmoothModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilSubdivModifierData.cs b/BlendFile/DNA/GreasePencilSubdivModifierData.cs index 883abeb..9122b2f 100644 --- a/BlendFile/DNA/GreasePencilSubdivModifierData.cs +++ b/BlendFile/DNA/GreasePencilSubdivModifierData.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(527, "GreasePencilSubdivModifierData")] public class GreasePencilSubdivModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "int", "level", 4)] + [DNAFieldAttribute(3, "int", "level", "int", 4)] public int level; - [DNAFieldAttribute(4, "char", "_pad[8]", 1)] + [DNAFieldAttribute(4, "char", "_pad[8]", "System.Char[]", 1)] public char[] _pad = new System.Char[8]; - [DNAFieldAttribute(5, "void", "*_pad1", 0)] + [DNAFieldAttribute(5, "void", "*_pad1", "void", 0)] public object ptr__pad1; public GreasePencilSubdivModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilTextureModifierData.cs b/BlendFile/DNA/GreasePencilTextureModifierData.cs index 98c61ca..515cd3a 100644 --- a/BlendFile/DNA/GreasePencilTextureModifierData.cs +++ b/BlendFile/DNA/GreasePencilTextureModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(553, "GreasePencilTextureModifierData")] public struct GreasePencilTextureModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "float", "uv_offset", 4)] + [DNAFieldAttribute(2, "float", "uv_offset", "float", 4)] public float uv_offset; - [DNAFieldAttribute(3, "float", "uv_scale", 4)] + [DNAFieldAttribute(3, "float", "uv_scale", "float", 4)] public float uv_scale; - [DNAFieldAttribute(4, "float", "fill_rotation", 4)] + [DNAFieldAttribute(4, "float", "fill_rotation", "float", 4)] public float fill_rotation; - [DNAFieldAttribute(5, "float", "fill_offset[2]", 4)] + [DNAFieldAttribute(5, "float", "fill_offset[2]", "System.Single[]", 4)] public float[] fill_offset = new System.Single[2]; - [DNAFieldAttribute(6, "float", "fill_scale", 4)] + [DNAFieldAttribute(6, "float", "fill_scale", "float", 4)] public float fill_scale; - [DNAFieldAttribute(7, "int", "layer_pass", 4)] + [DNAFieldAttribute(7, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(8, "short", "fit_method", 2)] + [DNAFieldAttribute(8, "short", "fit_method", "short", 2)] public short fit_method; - [DNAFieldAttribute(9, "short", "mode", 2)] + [DNAFieldAttribute(9, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(10, "float", "alignment_rotation", 4)] + [DNAFieldAttribute(10, "float", "alignment_rotation", "float", 4)] public float alignment_rotation; - [DNAFieldAttribute(11, "char", "_pad[4]", 1)] + [DNAFieldAttribute(11, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GreasePencilTextureModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilThickModifierData.cs b/BlendFile/DNA/GreasePencilThickModifierData.cs index a12f7d4..2eb8543 100644 --- a/BlendFile/DNA/GreasePencilThickModifierData.cs +++ b/BlendFile/DNA/GreasePencilThickModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(534, "GreasePencilThickModifierData")] public class GreasePencilThickModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "float", "thickness_fac", 4)] + [DNAFieldAttribute(3, "float", "thickness_fac", "float", 4)] public float thickness_fac; - [DNAFieldAttribute(4, "float", "thickness", 4)] + [DNAFieldAttribute(4, "float", "thickness", "float", 4)] public float thickness; - [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 GreasePencilThickModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilTimeModifierData.cs b/BlendFile/DNA/GreasePencilTimeModifierData.cs index 3ff4019..86c96a2 100644 --- a/BlendFile/DNA/GreasePencilTimeModifierData.cs +++ b/BlendFile/DNA/GreasePencilTimeModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(547, "GreasePencilTimeModifierData")] public class GreasePencilTimeModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "offset", 4)] + [DNAFieldAttribute(3, "int", "offset", "int", 4)] public int offset; - [DNAFieldAttribute(4, "float", "frame_scale", 4)] + [DNAFieldAttribute(4, "float", "frame_scale", "float", 4)] public float frame_scale; - [DNAFieldAttribute(5, "int", "mode", 4)] + [DNAFieldAttribute(5, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(6, "int", "sfra", 4)] + [DNAFieldAttribute(6, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(7, "int", "efra", 4)] + [DNAFieldAttribute(7, "int", "efra", "int", 4)] public int efra; - [DNAFieldAttribute(8, "GreasePencilTimeModifierSegment", "*segments_array", 80)] + [DNAFieldAttribute(8, "GreasePencilTimeModifierSegment", "*segments_array", "GreasePencilTimeModifierSegment", 80)] public GreasePencilTimeModifierSegment ptr_segments_array; - [DNAFieldAttribute(9, "int", "segments_num", 4)] + [DNAFieldAttribute(9, "int", "segments_num", "int", 4)] public int segments_num; - [DNAFieldAttribute(10, "int", "segment_active_index", 4)] + [DNAFieldAttribute(10, "int", "segment_active_index", "int", 4)] public int segment_active_index; public GreasePencilTimeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilTimeModifierSegment.cs b/BlendFile/DNA/GreasePencilTimeModifierSegment.cs index 2568691..2238dbb 100644 --- a/BlendFile/DNA/GreasePencilTimeModifierSegment.cs +++ b/BlendFile/DNA/GreasePencilTimeModifierSegment.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(546, "GreasePencilTimeModifierSegment")] public struct GreasePencilTimeModifierSegment { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(1, "int", "segment_start", 4)] + [DNAFieldAttribute(1, "int", "segment_start", "int", 4)] public int segment_start; - [DNAFieldAttribute(2, "int", "segment_end", 4)] + [DNAFieldAttribute(2, "int", "segment_end", "int", 4)] public int segment_end; - [DNAFieldAttribute(3, "int", "segment_mode", 4)] + [DNAFieldAttribute(3, "int", "segment_mode", "int", 4)] public int segment_mode; - [DNAFieldAttribute(4, "int", "segment_repeat", 4)] + [DNAFieldAttribute(4, "int", "segment_repeat", "int", 4)] public int segment_repeat; public GreasePencilTimeModifierSegment() { this.name = default; diff --git a/BlendFile/DNA/GreasePencilTintModifierData.cs b/BlendFile/DNA/GreasePencilTintModifierData.cs index 5b0db3d..1d739cd 100644 --- a/BlendFile/DNA/GreasePencilTintModifierData.cs +++ b/BlendFile/DNA/GreasePencilTintModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(529, "GreasePencilTintModifierData")] public class GreasePencilTintModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "char", "color_mode", 1)] + [DNAFieldAttribute(3, "char", "color_mode", "char", 1)] public char color_mode; - [DNAFieldAttribute(4, "char", "tint_mode", 1)] + [DNAFieldAttribute(4, "char", "tint_mode", "char", 1)] public char tint_mode; - [DNAFieldAttribute(5, "float", "factor", 4)] + [DNAFieldAttribute(5, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(6, "float", "radius", 4)] + [DNAFieldAttribute(6, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(7, "float", "color[3]", 4)] + [DNAFieldAttribute(7, "float", "color[3]", "System.Single[]", 4)] public float[] color = new System.Single[3]; - [DNAFieldAttribute(8, "Object", "*object", 1160)] + [DNAFieldAttribute(8, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(9, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(9, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; - [DNAFieldAttribute(10, "void", "*_pad", 0)] + [DNAFieldAttribute(10, "void", "*_pad", "void", 0)] public object ptr__pad; public GreasePencilTintModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilWeightAngleModifierData.cs b/BlendFile/DNA/GreasePencilWeightAngleModifierData.cs index f0646c3..dd5419c 100644 --- a/BlendFile/DNA/GreasePencilWeightAngleModifierData.cs +++ b/BlendFile/DNA/GreasePencilWeightAngleModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(540, "GreasePencilWeightAngleModifierData")] public class GreasePencilWeightAngleModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "float", "min_weight", 4)] + [DNAFieldAttribute(3, "float", "min_weight", "float", 4)] public float min_weight; - [DNAFieldAttribute(4, "short", "axis", 2)] + [DNAFieldAttribute(4, "short", "axis", "short", 2)] public short axis; - [DNAFieldAttribute(5, "short", "space", 2)] + [DNAFieldAttribute(5, "short", "space", "short", 2)] public short space; - [DNAFieldAttribute(6, "float", "angle", 4)] + [DNAFieldAttribute(6, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(7, "char", "target_vgname[64]", 1)] + [DNAFieldAttribute(7, "char", "target_vgname[64]", "System.Char[]", 1)] public char[] target_vgname = new System.Char[64]; - [DNAFieldAttribute(8, "void", "*_pad", 0)] + [DNAFieldAttribute(8, "void", "*_pad", "void", 0)] public object ptr__pad; public GreasePencilWeightAngleModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GreasePencilWeightProximityModifierData.cs b/BlendFile/DNA/GreasePencilWeightProximityModifierData.cs index 7bdb3e8..af8dd1c 100644 --- a/BlendFile/DNA/GreasePencilWeightProximityModifierData.cs +++ b/BlendFile/DNA/GreasePencilWeightProximityModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(542, "GreasePencilWeightProximityModifierData")] public class GreasePencilWeightProximityModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", 168)] + [DNAFieldAttribute(1, "GreasePencilModifierInfluenceData", "influence", "GreasePencilModifierInfluenceData", 168)] public GreasePencilModifierInfluenceData influence; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "char", "target_vgname[64]", 1)] + [DNAFieldAttribute(3, "char", "target_vgname[64]", "System.Char[]", 1)] public char[] target_vgname = new System.Char[64]; - [DNAFieldAttribute(4, "float", "min_weight", 4)] + [DNAFieldAttribute(4, "float", "min_weight", "float", 4)] public float min_weight; - [DNAFieldAttribute(5, "float", "dist_start", 4)] + [DNAFieldAttribute(5, "float", "dist_start", "float", 4)] public float dist_start; - [DNAFieldAttribute(6, "float", "dist_end", 4)] + [DNAFieldAttribute(6, "float", "dist_end", "float", 4)] public float dist_end; - [DNAFieldAttribute(7, "Object", "*object", 1160)] + [DNAFieldAttribute(7, "Object", "*object", "Object", 1160)] public Object ptr_object; public GreasePencilWeightProximityModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/GridPaintMask.cs b/BlendFile/DNA/GridPaintMask.cs index 38d0a03..5c17f40 100644 --- a/BlendFile/DNA/GridPaintMask.cs +++ b/BlendFile/DNA/GridPaintMask.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(436, "GridPaintMask")] public class GridPaintMask { - [DNAFieldAttribute(0, "float", "*data", 4)] + [DNAFieldAttribute(0, "float", "*data", "float", 4)] public float ptr_data; - [DNAFieldAttribute(1, "int", "level", 4)] + [DNAFieldAttribute(1, "int", "level", "int", 4)] public int level; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public GridPaintMask() { this.ptr_data = default; diff --git a/BlendFile/DNA/GroupNodeViewerPathElem.cs b/BlendFile/DNA/GroupNodeViewerPathElem.cs index 8c04c4d..a669c90 100644 --- a/BlendFile/DNA/GroupNodeViewerPathElem.cs +++ b/BlendFile/DNA/GroupNodeViewerPathElem.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1033, "GroupNodeViewerPathElem")] public struct GroupNodeViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "base", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32)] public ViewerPathElem @base; - [DNAFieldAttribute(1, "int", "node_id", 4)] + [DNAFieldAttribute(1, "int", "node_id", "int", 4)] public int node_id; - [DNAFieldAttribute(2, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public GroupNodeViewerPathElem() { this.@base = default; diff --git a/BlendFile/DNA/HairKey.cs b/BlendFile/DNA/HairKey.cs index b9add57..19e10f2 100644 --- a/BlendFile/DNA/HairKey.cs +++ b/BlendFile/DNA/HairKey.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(776, "HairKey")] public struct HairKey { - [DNAFieldAttribute(0, "float", "co[3]", 4)] + [DNAFieldAttribute(0, "float", "co[3]", "System.Single[]", 4)] public float[] co = new System.Single[3]; - [DNAFieldAttribute(1, "float", "time", 4)] + [DNAFieldAttribute(1, "float", "time", "float", 4)] public float time; - [DNAFieldAttribute(2, "float", "weight", 4)] + [DNAFieldAttribute(2, "float", "weight", "float", 4)] public float weight; - [DNAFieldAttribute(3, "short", "editflag", 2)] + [DNAFieldAttribute(3, "short", "editflag", "short", 2)] public short editflag; - [DNAFieldAttribute(4, "char", "_pad[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(5, "float", "world_co[3]", 4)] + [DNAFieldAttribute(5, "float", "world_co[3]", "System.Single[]", 4)] public float[] world_co = new System.Single[3]; public HairKey() { this.co = default; diff --git a/BlendFile/DNA/Histogram.cs b/BlendFile/DNA/Histogram.cs index 1cd0173..5baee09 100644 --- a/BlendFile/DNA/Histogram.cs +++ b/BlendFile/DNA/Histogram.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(166, "Histogram")] public struct Histogram { - [DNAFieldAttribute(0, "int", "channels", 4)] + [DNAFieldAttribute(0, "int", "channels", "int", 4)] public int channels; - [DNAFieldAttribute(1, "int", "x_resolution", 4)] + [DNAFieldAttribute(1, "int", "x_resolution", "int", 4)] public int x_resolution; - [DNAFieldAttribute(2, "float", "data_luma[256]", 4)] + [DNAFieldAttribute(2, "float", "data_luma[256]", "System.Single[]", 4)] public float[] data_luma = new System.Single[256]; - [DNAFieldAttribute(3, "float", "data_r[256]", 4)] + [DNAFieldAttribute(3, "float", "data_r[256]", "System.Single[]", 4)] public float[] data_r = new System.Single[256]; - [DNAFieldAttribute(4, "float", "data_g[256]", 4)] + [DNAFieldAttribute(4, "float", "data_g[256]", "System.Single[]", 4)] public float[] data_g = new System.Single[256]; - [DNAFieldAttribute(5, "float", "data_b[256]", 4)] + [DNAFieldAttribute(5, "float", "data_b[256]", "System.Single[]", 4)] public float[] data_b = new System.Single[256]; - [DNAFieldAttribute(6, "float", "data_a[256]", 4)] + [DNAFieldAttribute(6, "float", "data_a[256]", "System.Single[]", 4)] public float[] data_a = new System.Single[256]; - [DNAFieldAttribute(7, "float", "xmax", 4)] + [DNAFieldAttribute(7, "float", "xmax", "float", 4)] public float xmax; - [DNAFieldAttribute(8, "float", "ymax", 4)] + [DNAFieldAttribute(8, "float", "ymax", "float", 4)] public float ymax; - [DNAFieldAttribute(9, "short", "mode", 2)] + [DNAFieldAttribute(9, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(10, "short", "flag", 2)] + [DNAFieldAttribute(10, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(11, "int", "height", 4)] + [DNAFieldAttribute(11, "int", "height", "int", 4)] public int height; - [DNAFieldAttribute(12, "float", "co[2][2]", 4)] + [DNAFieldAttribute(12, "float", "co[2][2]", "System.Single[,]", 4)] public float[,] co = new System.Single[2,2]; public Histogram() { this.channels = default; diff --git a/BlendFile/DNA/HookGpencilModifierData.cs b/BlendFile/DNA/HookGpencilModifierData.cs index 9e75c91..34be525 100644 --- a/BlendFile/DNA/HookGpencilModifierData.cs +++ b/BlendFile/DNA/HookGpencilModifierData.cs @@ -15,41 +15,41 @@ namespace BlendFile.DNA { [DNAClassAttribute(292, "HookGpencilModifierData")] public class HookGpencilModifierData { - [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, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(4, "char", "layername[64]", 1)] + [DNAFieldAttribute(4, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = new System.Char[64]; - [DNAFieldAttribute(5, "char", "materialname[64]", 1)] + [DNAFieldAttribute(5, "char", "materialname[64]", "System.Char[]", 1)] public char[] materialname = new System.Char[64]; - [DNAFieldAttribute(6, "char", "vgname[64]", 1)] + [DNAFieldAttribute(6, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(7, "int", "pass_index", 4)] + [DNAFieldAttribute(7, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(8, "int", "layer_pass", 4)] + [DNAFieldAttribute(8, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(9, "char", "_pad[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(10, "int", "flag", 4)] + [DNAFieldAttribute(10, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(11, "char", "falloff_type", 1)] + [DNAFieldAttribute(11, "char", "falloff_type", "char", 1)] public char falloff_type; - [DNAFieldAttribute(12, "char", "_pad1[3]", 1)] + [DNAFieldAttribute(12, "char", "_pad1[3]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[3]; - [DNAFieldAttribute(13, "float", "parentinv[4][4]", 4)] + [DNAFieldAttribute(13, "float", "parentinv[4][4]", "System.Single[,]", 4)] public float[,] parentinv = new System.Single[4,4]; - [DNAFieldAttribute(14, "float", "cent[3]", 4)] + [DNAFieldAttribute(14, "float", "cent[3]", "System.Single[]", 4)] public float[] cent = new System.Single[3]; - [DNAFieldAttribute(15, "float", "falloff", 4)] + [DNAFieldAttribute(15, "float", "falloff", "float", 4)] public float falloff; - [DNAFieldAttribute(16, "float", "force", 4)] + [DNAFieldAttribute(16, "float", "force", "float", 4)] public float force; - [DNAFieldAttribute(17, "CurveMapping", "*curfalloff", 424)] + [DNAFieldAttribute(17, "CurveMapping", "*curfalloff", "CurveMapping", 424)] public CurveMapping ptr_curfalloff; public HookGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/HookModifierData.cs b/BlendFile/DNA/HookModifierData.cs index e33f00c..adb17cd 100644 --- a/BlendFile/DNA/HookModifierData.cs +++ b/BlendFile/DNA/HookModifierData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(462, "HookModifierData")] public class HookModifierData { - [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", "subtarget[64]", 1)] + [DNAFieldAttribute(2, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(3, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "falloff_type", 1)] + [DNAFieldAttribute(4, "char", "falloff_type", "char", 1)] public char falloff_type; - [DNAFieldAttribute(5, "char", "_pad[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(6, "float", "parentinv[4][4]", 4)] + [DNAFieldAttribute(6, "float", "parentinv[4][4]", "System.Single[,]", 4)] public float[,] parentinv = new System.Single[4,4]; - [DNAFieldAttribute(7, "float", "cent[3]", 4)] + [DNAFieldAttribute(7, "float", "cent[3]", "System.Single[]", 4)] public float[] cent = new System.Single[3]; - [DNAFieldAttribute(8, "float", "falloff", 4)] + [DNAFieldAttribute(8, "float", "falloff", "float", 4)] public float falloff; - [DNAFieldAttribute(9, "CurveMapping", "*curfalloff", 424)] + [DNAFieldAttribute(9, "CurveMapping", "*curfalloff", "CurveMapping", 424)] public CurveMapping ptr_curfalloff; - [DNAFieldAttribute(10, "int", "*indexar", 4)] + [DNAFieldAttribute(10, "int", "*indexar", "int", 4)] public int ptr_indexar; - [DNAFieldAttribute(11, "int", "totindex", 4)] + [DNAFieldAttribute(11, "int", "totindex", "int", 4)] public int totindex; - [DNAFieldAttribute(12, "float", "force", 4)] + [DNAFieldAttribute(12, "float", "force", "float", 4)] public float force; - [DNAFieldAttribute(13, "char", "name[64]", 1)] + [DNAFieldAttribute(13, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(14, "void", "*_pad1", 0)] + [DNAFieldAttribute(14, "void", "*_pad1", "void", 0)] public object ptr__pad1; public HookModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/HueCorrectModifierData.cs b/BlendFile/DNA/HueCorrectModifierData.cs index 58677a9..ded8676 100644 --- a/BlendFile/DNA/HueCorrectModifierData.cs +++ b/BlendFile/DNA/HueCorrectModifierData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(907, "HueCorrectModifierData")] public struct HueCorrectModifierData { - [DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)] + [DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)] public SequenceModifierData modifier; - [DNAFieldAttribute(1, "CurveMapping", "curve_mapping", 424)] + [DNAFieldAttribute(1, "CurveMapping", "curve_mapping", "CurveMapping", 424)] public CurveMapping curve_mapping; public HueCorrectModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ID.cs b/BlendFile/DNA/ID.cs index ab961c0..0614edb 100644 --- a/BlendFile/DNA/ID.cs +++ b/BlendFile/DNA/ID.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(27, "ID")] public class ID { - [DNAFieldAttribute(0, "void", "*next", 0)] + [DNAFieldAttribute(0, "void", "*next", "void", 0)] public object ptr_next; - [DNAFieldAttribute(1, "void", "*prev", 0)] + [DNAFieldAttribute(1, "void", "*prev", "void", 0)] public object ptr_prev; - [DNAFieldAttribute(2, "ID", "*newid", 208)] + [DNAFieldAttribute(2, "ID", "*newid", "ID", 208)] public ID ptr_newid; - [DNAFieldAttribute(3, "Library", "*lib", 2304)] + [DNAFieldAttribute(3, "Library", "*lib", "Library", 2304)] public Library ptr_lib; - [DNAFieldAttribute(4, "AssetMetaData", "*asset_data", 152)] + [DNAFieldAttribute(4, "AssetMetaData", "*asset_data", "AssetMetaData", 152)] public AssetMetaData ptr_asset_data; - [DNAFieldAttribute(5, "char", "name[66]", 1)] + [DNAFieldAttribute(5, "char", "name[66]", "System.Char[]", 1)] public char[] name = new System.Char[66]; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "int", "tag", 4)] + [DNAFieldAttribute(7, "int", "tag", "int", 4)] public int tag; - [DNAFieldAttribute(8, "int", "us", 4)] + [DNAFieldAttribute(8, "int", "us", "int", 4)] public int us; - [DNAFieldAttribute(9, "int", "icon_id", 4)] + [DNAFieldAttribute(9, "int", "icon_id", "int", 4)] public int icon_id; - [DNAFieldAttribute(10, "int", "recalc", 4)] + [DNAFieldAttribute(10, "int", "recalc", "int", 4)] public int recalc; - [DNAFieldAttribute(11, "int", "recalc_up_to_undo_push", 4)] + [DNAFieldAttribute(11, "int", "recalc_up_to_undo_push", "int", 4)] public int recalc_up_to_undo_push; - [DNAFieldAttribute(12, "int", "recalc_after_undo_push", 4)] + [DNAFieldAttribute(12, "int", "recalc_after_undo_push", "int", 4)] public int recalc_after_undo_push; - [DNAFieldAttribute(13, "int", "session_uid", 4)] + [DNAFieldAttribute(13, "int", "session_uid", "int", 4)] public int session_uid; - [DNAFieldAttribute(14, "IDProperty", "*properties", 136)] + [DNAFieldAttribute(14, "IDProperty", "*properties", "IDProperty", 136)] public IDProperty ptr_properties; - [DNAFieldAttribute(15, "IDOverrideLibrary", "*override_library", 56)] + [DNAFieldAttribute(15, "IDOverrideLibrary", "*override_library", "IDOverrideLibrary", 56)] public IDOverrideLibrary ptr_override_library; - [DNAFieldAttribute(16, "ID", "*orig_id", 208)] + [DNAFieldAttribute(16, "ID", "*orig_id", "ID", 208)] public ID ptr_orig_id; - [DNAFieldAttribute(17, "void", "*py_instance", 0)] + [DNAFieldAttribute(17, "void", "*py_instance", "void", 0)] public object ptr_py_instance; - [DNAFieldAttribute(18, "LibraryWeakReference", "*library_weak_reference", 1092)] + [DNAFieldAttribute(18, "LibraryWeakReference", "*library_weak_reference", "LibraryWeakReference", 1092)] public LibraryWeakReference ptr_library_weak_reference; - [DNAFieldAttribute(19, "ID_Runtime", "runtime", 32)] + [DNAFieldAttribute(19, "ID_Runtime", "runtime", "ID_Runtime", 32)] public ID_Runtime runtime; public ID() { this.ptr_next = default; diff --git a/BlendFile/DNA/IDOverrideLibrary.cs b/BlendFile/DNA/IDOverrideLibrary.cs index f00903e..407c183 100644 --- a/BlendFile/DNA/IDOverrideLibrary.cs +++ b/BlendFile/DNA/IDOverrideLibrary.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(29, "IDOverrideLibrary")] public class IDOverrideLibrary { - [DNAFieldAttribute(0, "ID", "*reference", 208)] + [DNAFieldAttribute(0, "ID", "*reference", "ID", 208)] public ID ptr_reference; - [DNAFieldAttribute(1, "ListBase", "properties", 16)] + [DNAFieldAttribute(1, "ListBase", "properties", "ListBase", 16)] public ListBase properties; - [DNAFieldAttribute(2, "ID", "*hierarchy_root", 208)] + [DNAFieldAttribute(2, "ID", "*hierarchy_root", "ID", 208)] public ID ptr_hierarchy_root; - [DNAFieldAttribute(3, "ID", "*storage", 208)] + [DNAFieldAttribute(3, "ID", "*storage", "ID", 208)] public ID ptr_storage; - [DNAFieldAttribute(4, "IDOverrideLibraryRuntime", "*runtime", 0)] + [DNAFieldAttribute(4, "IDOverrideLibraryRuntime", "*runtime", "IDOverrideLibraryRuntime", 0)] public IDOverrideLibraryRuntime ptr_runtime; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(6, "char", "_pad_1[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad_1[4]", "System.Char[]", 1)] public char[] _pad_1 = new System.Char[4]; public IDOverrideLibrary() { this.ptr_reference = default; diff --git a/BlendFile/DNA/IDOverrideLibraryProperty.cs b/BlendFile/DNA/IDOverrideLibraryProperty.cs index 918ab42..2c118ca 100644 --- a/BlendFile/DNA/IDOverrideLibraryProperty.cs +++ b/BlendFile/DNA/IDOverrideLibraryProperty.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(28, "IDOverrideLibraryProperty")] public class IDOverrideLibraryProperty { - [DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", 48)] + [DNAFieldAttribute(0, "IDOverrideLibraryProperty", "*next", "IDOverrideLibraryProperty", 48)] public IDOverrideLibraryProperty ptr_next; - [DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", 48)] + [DNAFieldAttribute(1, "IDOverrideLibraryProperty", "*prev", "IDOverrideLibraryProperty", 48)] public IDOverrideLibraryProperty ptr_prev; - [DNAFieldAttribute(2, "char", "*rna_path", 1)] + [DNAFieldAttribute(2, "char", "*rna_path", "char", 1)] public char ptr_rna_path; - [DNAFieldAttribute(3, "ListBase", "operations", 16)] + [DNAFieldAttribute(3, "ListBase", "operations", "ListBase", 16)] public ListBase operations; - [DNAFieldAttribute(4, "short", "tag", 2)] + [DNAFieldAttribute(4, "short", "tag", "short", 2)] public short tag; - [DNAFieldAttribute(5, "char", "_pad[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(6, "int", "rna_prop_type", 4)] + [DNAFieldAttribute(6, "int", "rna_prop_type", "int", 4)] public int rna_prop_type; public IDOverrideLibraryProperty() { this.ptr_next = default; diff --git a/BlendFile/DNA/IDOverrideLibraryPropertyOperation.cs b/BlendFile/DNA/IDOverrideLibraryPropertyOperation.cs index a757726..cfdd486 100644 --- a/BlendFile/DNA/IDOverrideLibraryPropertyOperation.cs +++ b/BlendFile/DNA/IDOverrideLibraryPropertyOperation.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(26, "IDOverrideLibraryPropertyOperation")] public class IDOverrideLibraryPropertyOperation { - [DNAFieldAttribute(0, "IDOverrideLibraryPropertyOperation", "*next", 64)] + [DNAFieldAttribute(0, "IDOverrideLibraryPropertyOperation", "*next", "IDOverrideLibraryPropertyOperation", 64)] public IDOverrideLibraryPropertyOperation ptr_next; - [DNAFieldAttribute(1, "IDOverrideLibraryPropertyOperation", "*prev", 64)] + [DNAFieldAttribute(1, "IDOverrideLibraryPropertyOperation", "*prev", "IDOverrideLibraryPropertyOperation", 64)] public IDOverrideLibraryPropertyOperation ptr_prev; - [DNAFieldAttribute(2, "short", "operation", 2)] + [DNAFieldAttribute(2, "short", "operation", "short", 2)] public short operation; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "short", "tag", 2)] + [DNAFieldAttribute(4, "short", "tag", "short", 2)] public short tag; - [DNAFieldAttribute(5, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(6, "char", "*subitem_reference_name", 1)] + [DNAFieldAttribute(6, "char", "*subitem_reference_name", "char", 1)] public char ptr_subitem_reference_name; - [DNAFieldAttribute(7, "char", "*subitem_local_name", 1)] + [DNAFieldAttribute(7, "char", "*subitem_local_name", "char", 1)] public char ptr_subitem_local_name; - [DNAFieldAttribute(8, "int", "subitem_reference_index", 4)] + [DNAFieldAttribute(8, "int", "subitem_reference_index", "int", 4)] public int subitem_reference_index; - [DNAFieldAttribute(9, "int", "subitem_local_index", 4)] + [DNAFieldAttribute(9, "int", "subitem_local_index", "int", 4)] public int subitem_local_index; - [DNAFieldAttribute(10, "ID", "*subitem_reference_id", 208)] + [DNAFieldAttribute(10, "ID", "*subitem_reference_id", "ID", 208)] public ID ptr_subitem_reference_id; - [DNAFieldAttribute(11, "ID", "*subitem_local_id", 208)] + [DNAFieldAttribute(11, "ID", "*subitem_local_id", "ID", 208)] public ID ptr_subitem_local_id; public IDOverrideLibraryPropertyOperation() { this.ptr_next = default; diff --git a/BlendFile/DNA/IDProperty.cs b/BlendFile/DNA/IDProperty.cs index b2ae5be..d6c523b 100644 --- a/BlendFile/DNA/IDProperty.cs +++ b/BlendFile/DNA/IDProperty.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(25, "IDProperty")] public class IDProperty { - [DNAFieldAttribute(0, "IDProperty", "*next", 136)] + [DNAFieldAttribute(0, "IDProperty", "*next", "IDProperty", 136)] public IDProperty ptr_next; - [DNAFieldAttribute(1, "IDProperty", "*prev", 136)] + [DNAFieldAttribute(1, "IDProperty", "*prev", "IDProperty", 136)] public IDProperty ptr_prev; - [DNAFieldAttribute(2, "char", "type", 1)] + [DNAFieldAttribute(2, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(3, "char", "subtype", 1)] + [DNAFieldAttribute(3, "char", "subtype", "char", 1)] public char subtype; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "char", "name[64]", 1)] + [DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(6, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(7, "IDPropertyData", "data", 32)] + [DNAFieldAttribute(7, "IDPropertyData", "data", "IDPropertyData", 32)] public IDPropertyData data; - [DNAFieldAttribute(8, "int", "len", 4)] + [DNAFieldAttribute(8, "int", "len", "int", 4)] public int len; - [DNAFieldAttribute(9, "int", "totallen", 4)] + [DNAFieldAttribute(9, "int", "totallen", "int", 4)] public int totallen; - [DNAFieldAttribute(10, "IDPropertyUIData", "*ui_data", 16)] + [DNAFieldAttribute(10, "IDPropertyUIData", "*ui_data", "IDPropertyUIData", 16)] public IDPropertyUIData ptr_ui_data; public IDProperty() { this.ptr_next = default; diff --git a/BlendFile/DNA/IDPropertyData.cs b/BlendFile/DNA/IDPropertyData.cs index e0d13a1..4188236 100644 --- a/BlendFile/DNA/IDPropertyData.cs +++ b/BlendFile/DNA/IDPropertyData.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(23, "IDPropertyData")] public class IDPropertyData { - [DNAFieldAttribute(0, "void", "*pointer", 0)] + [DNAFieldAttribute(0, "void", "*pointer", "void", 0)] public object ptr_pointer; - [DNAFieldAttribute(1, "ListBase", "group", 16)] + [DNAFieldAttribute(1, "ListBase", "group", "ListBase", 16)] public ListBase group; - [DNAFieldAttribute(2, "int", "val", 4)] + [DNAFieldAttribute(2, "int", "val", "int", 4)] public int val; - [DNAFieldAttribute(3, "int", "val2", 4)] + [DNAFieldAttribute(3, "int", "val2", "int", 4)] public int val2; public IDPropertyData() { this.ptr_pointer = default; diff --git a/BlendFile/DNA/IDPropertyUIData.cs b/BlendFile/DNA/IDPropertyUIData.cs index d7831b4..c60c177 100644 --- a/BlendFile/DNA/IDPropertyUIData.cs +++ b/BlendFile/DNA/IDPropertyUIData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(16, "IDPropertyUIData")] public class IDPropertyUIData { - [DNAFieldAttribute(0, "char", "*description", 1)] + [DNAFieldAttribute(0, "char", "*description", "char", 1)] public char ptr_description; - [DNAFieldAttribute(1, "int", "rna_subtype", 4)] + [DNAFieldAttribute(1, "int", "rna_subtype", "int", 4)] public int rna_subtype; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public IDPropertyUIData() { this.ptr_description = default; diff --git a/BlendFile/DNA/IDPropertyUIDataBool.cs b/BlendFile/DNA/IDPropertyUIDataBool.cs index 9e70424..d16e6e7 100644 --- a/BlendFile/DNA/IDPropertyUIDataBool.cs +++ b/BlendFile/DNA/IDPropertyUIDataBool.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(19, "IDPropertyUIDataBool")] public class IDPropertyUIDataBool { - [DNAFieldAttribute(0, "IDPropertyUIData", "base", 16)] + [DNAFieldAttribute(0, "IDPropertyUIData", "base", "IDPropertyUIData", 16)] public IDPropertyUIData @base; - [DNAFieldAttribute(1, "int8_t", "*default_array", 1)] + [DNAFieldAttribute(1, "int8_t", "*default_array", "int8_t", 1)] public sbyte ptr_default_array; - [DNAFieldAttribute(2, "int", "default_array_len", 4)] + [DNAFieldAttribute(2, "int", "default_array_len", "int", 4)] public int default_array_len; - [DNAFieldAttribute(3, "char", "_pad[3]", 1)] + [DNAFieldAttribute(3, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(4, "int8_t", "default_value", 1)] + [DNAFieldAttribute(4, "int8_t", "default_value", "int8_t", 1)] public sbyte default_value; public IDPropertyUIDataBool() { this.@base = default; diff --git a/BlendFile/DNA/IDPropertyUIDataEnumItem.cs b/BlendFile/DNA/IDPropertyUIDataEnumItem.cs index 900f2f8..80561b3 100644 --- a/BlendFile/DNA/IDPropertyUIDataEnumItem.cs +++ b/BlendFile/DNA/IDPropertyUIDataEnumItem.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(17, "IDPropertyUIDataEnumItem")] public class IDPropertyUIDataEnumItem { - [DNAFieldAttribute(0, "char", "*identifier", 1)] + [DNAFieldAttribute(0, "char", "*identifier", "char", 1)] public char ptr_identifier; - [DNAFieldAttribute(1, "char", "*name", 1)] + [DNAFieldAttribute(1, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(2, "char", "*description", 1)] + [DNAFieldAttribute(2, "char", "*description", "char", 1)] public char ptr_description; - [DNAFieldAttribute(3, "int", "value", 4)] + [DNAFieldAttribute(3, "int", "value", "int", 4)] public int value; - [DNAFieldAttribute(4, "int", "icon", 4)] + [DNAFieldAttribute(4, "int", "icon", "int", 4)] public int icon; public IDPropertyUIDataEnumItem() { this.ptr_identifier = default; diff --git a/BlendFile/DNA/IDPropertyUIDataFloat.cs b/BlendFile/DNA/IDPropertyUIDataFloat.cs index 4bc040f..17ec450 100644 --- a/BlendFile/DNA/IDPropertyUIDataFloat.cs +++ b/BlendFile/DNA/IDPropertyUIDataFloat.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(20, "IDPropertyUIDataFloat")] public class IDPropertyUIDataFloat { - [DNAFieldAttribute(0, "IDPropertyUIData", "base", 16)] + [DNAFieldAttribute(0, "IDPropertyUIData", "base", "IDPropertyUIData", 16)] public IDPropertyUIData @base; - [DNAFieldAttribute(1, "double", "*default_array", 8)] + [DNAFieldAttribute(1, "double", "*default_array", "double", 8)] public double ptr_default_array; - [DNAFieldAttribute(2, "int", "default_array_len", 4)] + [DNAFieldAttribute(2, "int", "default_array_len", "int", 4)] public int default_array_len; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(4, "float", "step", 4)] + [DNAFieldAttribute(4, "float", "step", "float", 4)] public float step; - [DNAFieldAttribute(5, "int", "precision", 4)] + [DNAFieldAttribute(5, "int", "precision", "int", 4)] public int precision; - [DNAFieldAttribute(6, "double", "min", 8)] + [DNAFieldAttribute(6, "double", "min", "double", 8)] public double min; - [DNAFieldAttribute(7, "double", "max", 8)] + [DNAFieldAttribute(7, "double", "max", "double", 8)] public double max; - [DNAFieldAttribute(8, "double", "soft_min", 8)] + [DNAFieldAttribute(8, "double", "soft_min", "double", 8)] public double soft_min; - [DNAFieldAttribute(9, "double", "soft_max", 8)] + [DNAFieldAttribute(9, "double", "soft_max", "double", 8)] public double soft_max; - [DNAFieldAttribute(10, "double", "default_value", 8)] + [DNAFieldAttribute(10, "double", "default_value", "double", 8)] public double default_value; public IDPropertyUIDataFloat() { this.@base = default; diff --git a/BlendFile/DNA/IDPropertyUIDataID.cs b/BlendFile/DNA/IDPropertyUIDataID.cs index 16143d1..cfdcfa5 100644 --- a/BlendFile/DNA/IDPropertyUIDataID.cs +++ b/BlendFile/DNA/IDPropertyUIDataID.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(22, "IDPropertyUIDataID")] public struct IDPropertyUIDataID { - [DNAFieldAttribute(0, "IDPropertyUIData", "base", 16)] + [DNAFieldAttribute(0, "IDPropertyUIData", "base", "IDPropertyUIData", 16)] public IDPropertyUIData @base; - [DNAFieldAttribute(1, "short", "id_type", 2)] + [DNAFieldAttribute(1, "short", "id_type", "short", 2)] public short id_type; - [DNAFieldAttribute(2, "char", "_pad[6]", 1)] + [DNAFieldAttribute(2, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public IDPropertyUIDataID() { this.@base = default; diff --git a/BlendFile/DNA/IDPropertyUIDataInt.cs b/BlendFile/DNA/IDPropertyUIDataInt.cs index acf1204..4ffdf86 100644 --- a/BlendFile/DNA/IDPropertyUIDataInt.cs +++ b/BlendFile/DNA/IDPropertyUIDataInt.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(18, "IDPropertyUIDataInt")] public class IDPropertyUIDataInt { - [DNAFieldAttribute(0, "IDPropertyUIData", "base", 16)] + [DNAFieldAttribute(0, "IDPropertyUIData", "base", "IDPropertyUIData", 16)] public IDPropertyUIData @base; - [DNAFieldAttribute(1, "int", "*default_array", 4)] + [DNAFieldAttribute(1, "int", "*default_array", "int", 4)] public int ptr_default_array; - [DNAFieldAttribute(2, "int", "default_array_len", 4)] + [DNAFieldAttribute(2, "int", "default_array_len", "int", 4)] public int default_array_len; - [DNAFieldAttribute(3, "int", "min", 4)] + [DNAFieldAttribute(3, "int", "min", "int", 4)] public int min; - [DNAFieldAttribute(4, "int", "max", 4)] + [DNAFieldAttribute(4, "int", "max", "int", 4)] public int max; - [DNAFieldAttribute(5, "int", "soft_min", 4)] + [DNAFieldAttribute(5, "int", "soft_min", "int", 4)] public int soft_min; - [DNAFieldAttribute(6, "int", "soft_max", 4)] + [DNAFieldAttribute(6, "int", "soft_max", "int", 4)] public int soft_max; - [DNAFieldAttribute(7, "int", "step", 4)] + [DNAFieldAttribute(7, "int", "step", "int", 4)] public int step; - [DNAFieldAttribute(8, "int", "default_value", 4)] + [DNAFieldAttribute(8, "int", "default_value", "int", 4)] public int default_value; - [DNAFieldAttribute(9, "int", "enum_items_num", 4)] + [DNAFieldAttribute(9, "int", "enum_items_num", "int", 4)] public int enum_items_num; - [DNAFieldAttribute(10, "IDPropertyUIDataEnumItem", "*enum_items", 32)] + [DNAFieldAttribute(10, "IDPropertyUIDataEnumItem", "*enum_items", "IDPropertyUIDataEnumItem", 32)] public IDPropertyUIDataEnumItem ptr_enum_items; public IDPropertyUIDataInt() { this.@base = default; diff --git a/BlendFile/DNA/IDPropertyUIDataString.cs b/BlendFile/DNA/IDPropertyUIDataString.cs index 14a0518..d4e25ca 100644 --- a/BlendFile/DNA/IDPropertyUIDataString.cs +++ b/BlendFile/DNA/IDPropertyUIDataString.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(21, "IDPropertyUIDataString")] public class IDPropertyUIDataString { - [DNAFieldAttribute(0, "IDPropertyUIData", "base", 16)] + [DNAFieldAttribute(0, "IDPropertyUIData", "base", "IDPropertyUIData", 16)] public IDPropertyUIData @base; - [DNAFieldAttribute(1, "char", "*default_value", 1)] + [DNAFieldAttribute(1, "char", "*default_value", "char", 1)] public char ptr_default_value; public IDPropertyUIDataString() { this.@base = default; diff --git a/BlendFile/DNA/IDViewerPathElem.cs b/BlendFile/DNA/IDViewerPathElem.cs index 8ecd0e0..65d59df 100644 --- a/BlendFile/DNA/IDViewerPathElem.cs +++ b/BlendFile/DNA/IDViewerPathElem.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(1031, "IDViewerPathElem")] public class IDViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "base", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32)] public ViewerPathElem @base; - [DNAFieldAttribute(1, "ID", "*id", 208)] + [DNAFieldAttribute(1, "ID", "*id", "ID", 208)] public ID ptr_id; public IDViewerPathElem() { this.@base = default; diff --git a/BlendFile/DNA/ID_Runtime.cs b/BlendFile/DNA/ID_Runtime.cs index 33a3d9d..594358c 100644 --- a/BlendFile/DNA/ID_Runtime.cs +++ b/BlendFile/DNA/ID_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(32, "ID_Runtime")] public class ID_Runtime { - [DNAFieldAttribute(0, "ID_Runtime_Remap", "remap", 16)] + [DNAFieldAttribute(0, "ID_Runtime_Remap", "remap", "ID_Runtime_Remap", 16)] public ID_Runtime_Remap remap; - [DNAFieldAttribute(1, "Depsgraph", "*depsgraph", 0)] + [DNAFieldAttribute(1, "Depsgraph", "*depsgraph", "Depsgraph", 0)] public Depsgraph ptr_depsgraph; - [DNAFieldAttribute(2, "void", "*_pad", 0)] + [DNAFieldAttribute(2, "void", "*_pad", "void", 0)] public object ptr__pad; public ID_Runtime() { this.remap = default; diff --git a/BlendFile/DNA/ID_Runtime_Remap.cs b/BlendFile/DNA/ID_Runtime_Remap.cs index 2cd167d..7a09d89 100644 --- a/BlendFile/DNA/ID_Runtime_Remap.cs +++ b/BlendFile/DNA/ID_Runtime_Remap.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(31, "ID_Runtime_Remap")] public struct ID_Runtime_Remap { - [DNAFieldAttribute(0, "int", "status", 4)] + [DNAFieldAttribute(0, "int", "status", "int", 4)] public int status; - [DNAFieldAttribute(1, "int", "skipped_refcounted", 4)] + [DNAFieldAttribute(1, "int", "skipped_refcounted", "int", 4)] public int skipped_refcounted; - [DNAFieldAttribute(2, "int", "skipped_direct", 4)] + [DNAFieldAttribute(2, "int", "skipped_direct", "int", 4)] public int skipped_direct; - [DNAFieldAttribute(3, "int", "skipped_indirect", 4)] + [DNAFieldAttribute(3, "int", "skipped_indirect", "int", 4)] public int skipped_indirect; public ID_Runtime_Remap() { this.status = default; diff --git a/BlendFile/DNA/IdAdtTemplate.cs b/BlendFile/DNA/IdAdtTemplate.cs index 1f7bea0..68be982 100644 --- a/BlendFile/DNA/IdAdtTemplate.cs +++ b/BlendFile/DNA/IdAdtTemplate.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(102, "IdAdtTemplate")] public class IdAdtTemplate { - [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; public IdAdtTemplate() { this.id = default; diff --git a/BlendFile/DNA/Image.cs b/BlendFile/DNA/Image.cs index 0596162..7c58b8b 100644 --- a/BlendFile/DNA/Image.cs +++ b/BlendFile/DNA/Image.cs @@ -15,93 +15,93 @@ namespace BlendFile.DNA { [DNAClassAttribute(126, "Image")] public class Image { - [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, "DrawDataList", "drawdata", 16)] + [DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)] public DrawDataList drawdata; - [DNAFieldAttribute(3, "char", "name[1024]", 1)] + [DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1)] public char[] name = new System.Char[1024]; - [DNAFieldAttribute(4, "MovieCache", "*cache", 0)] + [DNAFieldAttribute(4, "MovieCache", "*cache", "MovieCache", 0)] public MovieCache ptr_cache; - [DNAFieldAttribute(5, "GPUTexture", "*gputexture[3][2]", 0)] + [DNAFieldAttribute(5, "GPUTexture", "*gputexture[3][2]", "GPUTexture[,]", 0)] public GPUTexture[,] ptr_gputext = new GPUTexture[3,2]; - [DNAFieldAttribute(6, "ListBase", "anims", 16)] + [DNAFieldAttribute(6, "ListBase", "anims", "ListBase", 16)] public ListBase anims; - [DNAFieldAttribute(7, "RenderResult", "*rr", 0)] + [DNAFieldAttribute(7, "RenderResult", "*rr", "RenderResult", 0)] public RenderResult ptr_rr; - [DNAFieldAttribute(8, "ListBase", "renderslots", 16)] + [DNAFieldAttribute(8, "ListBase", "renderslots", "ListBase", 16)] public ListBase renderslots; - [DNAFieldAttribute(9, "short", "render_slot", 2)] + [DNAFieldAttribute(9, "short", "render_slot", "short", 2)] public short render_slot; - [DNAFieldAttribute(10, "short", "last_render_slot", 2)] + [DNAFieldAttribute(10, "short", "last_render_slot", "short", 2)] public short last_render_slot; - [DNAFieldAttribute(11, "int", "flag", 4)] + [DNAFieldAttribute(11, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(12, "short", "source", 2)] + [DNAFieldAttribute(12, "short", "source", "short", 2)] public short source; - [DNAFieldAttribute(13, "short", "type", 2)] + [DNAFieldAttribute(13, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(14, "int", "lastframe", 4)] + [DNAFieldAttribute(14, "int", "lastframe", "int", 4)] public int lastframe; - [DNAFieldAttribute(15, "int", "gpuframenr", 4)] + [DNAFieldAttribute(15, "int", "gpuframenr", "int", 4)] public int gpuframenr; - [DNAFieldAttribute(16, "short", "gpuflag", 2)] + [DNAFieldAttribute(16, "short", "gpuflag", "short", 2)] public short gpuflag; - [DNAFieldAttribute(17, "short", "gpu_pass", 2)] + [DNAFieldAttribute(17, "short", "gpu_pass", "short", 2)] public short gpu_pass; - [DNAFieldAttribute(18, "short", "gpu_layer", 2)] + [DNAFieldAttribute(18, "short", "gpu_layer", "short", 2)] public short gpu_layer; - [DNAFieldAttribute(19, "short", "gpu_view", 2)] + [DNAFieldAttribute(19, "short", "gpu_view", "short", 2)] public short gpu_view; - [DNAFieldAttribute(20, "short", "seam_margin", 2)] + [DNAFieldAttribute(20, "short", "seam_margin", "short", 2)] public short seam_margin; - [DNAFieldAttribute(21, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(21, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; - [DNAFieldAttribute(22, "PackedFile", "*packedfile", 24)] + [DNAFieldAttribute(22, "PackedFile", "*packedfile", "PackedFile", 24)] public PackedFile ptr_packedfile; - [DNAFieldAttribute(23, "ListBase", "packedfiles", 16)] + [DNAFieldAttribute(23, "ListBase", "packedfiles", "ListBase", 16)] public ListBase packedfiles; - [DNAFieldAttribute(24, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(24, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(25, "int", "lastused", 4)] + [DNAFieldAttribute(25, "int", "lastused", "int", 4)] public int lastused; - [DNAFieldAttribute(26, "int", "gen_x", 4)] + [DNAFieldAttribute(26, "int", "gen_x", "int", 4)] public int gen_x; - [DNAFieldAttribute(27, "int", "gen_y", 4)] + [DNAFieldAttribute(27, "int", "gen_y", "int", 4)] public int gen_y; - [DNAFieldAttribute(28, "char", "gen_type", 1)] + [DNAFieldAttribute(28, "char", "gen_type", "char", 1)] public char gen_type; - [DNAFieldAttribute(29, "char", "gen_flag", 1)] + [DNAFieldAttribute(29, "char", "gen_flag", "char", 1)] public char gen_flag; - [DNAFieldAttribute(30, "short", "gen_depth", 2)] + [DNAFieldAttribute(30, "short", "gen_depth", "short", 2)] public short gen_depth; - [DNAFieldAttribute(31, "float", "gen_color[4]", 4)] + [DNAFieldAttribute(31, "float", "gen_color[4]", "System.Single[]", 4)] public float[] gen_color = new System.Single[4]; - [DNAFieldAttribute(32, "float", "aspx", 4)] + [DNAFieldAttribute(32, "float", "aspx", "float", 4)] public float aspx; - [DNAFieldAttribute(33, "float", "aspy", 4)] + [DNAFieldAttribute(33, "float", "aspy", "float", 4)] public float aspy; - [DNAFieldAttribute(34, "ColorManagedColorspaceSettings", "colorspace_settings", 64)] + [DNAFieldAttribute(34, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64)] public ColorManagedColorspaceSettings colorspace_settings; - [DNAFieldAttribute(35, "char", "alpha_mode", 1)] + [DNAFieldAttribute(35, "char", "alpha_mode", "char", 1)] public char alpha_mode; - [DNAFieldAttribute(36, "char", "_pad", 1)] + [DNAFieldAttribute(36, "char", "_pad", "char", 1)] public char _pad; - [DNAFieldAttribute(37, "char", "eye", 1)] + [DNAFieldAttribute(37, "char", "eye", "char", 1)] public char eye; - [DNAFieldAttribute(38, "char", "views_format", 1)] + [DNAFieldAttribute(38, "char", "views_format", "char", 1)] public char views_format; - [DNAFieldAttribute(39, "int", "active_tile_index", 4)] + [DNAFieldAttribute(39, "int", "active_tile_index", "int", 4)] public int active_tile_index; - [DNAFieldAttribute(40, "ListBase", "tiles", 16)] + [DNAFieldAttribute(40, "ListBase", "tiles", "ListBase", 16)] public ListBase tiles; - [DNAFieldAttribute(41, "ListBase", "views", 16)] + [DNAFieldAttribute(41, "ListBase", "views", "ListBase", 16)] public ListBase views; - [DNAFieldAttribute(42, "Stereo3dFormat", "*stereo3d_format", 8)] + [DNAFieldAttribute(42, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 8)] public Stereo3dFormat ptr_stereo3d_format; - [DNAFieldAttribute(43, "Image_Runtime", "runtime", 32)] + [DNAFieldAttribute(43, "Image_Runtime", "runtime", "Image_Runtime", 32)] public Image_Runtime runtime; public Image() { this.id = default; diff --git a/BlendFile/DNA/ImageAnim.cs b/BlendFile/DNA/ImageAnim.cs index 99ff648..ed29626 100644 --- a/BlendFile/DNA/ImageAnim.cs +++ b/BlendFile/DNA/ImageAnim.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(322, "ImageAnim")] public class ImageAnim { - [DNAFieldAttribute(0, "ImageAnim", "*next", 24)] + [DNAFieldAttribute(0, "ImageAnim", "*next", "ImageAnim", 24)] public ImageAnim ptr_next; - [DNAFieldAttribute(1, "ImageAnim", "*prev", 24)] + [DNAFieldAttribute(1, "ImageAnim", "*prev", "ImageAnim", 24)] public ImageAnim ptr_prev; - [DNAFieldAttribute(2, "ImBufAnim", "*anim", 0)] + [DNAFieldAttribute(2, "ImBufAnim", "*anim", "ImBufAnim", 0)] public ImBufAnim ptr_anim; public ImageAnim() { this.ptr_next = default; diff --git a/BlendFile/DNA/ImageFormatData.cs b/BlendFile/DNA/ImageFormatData.cs index f3d600f..12e5a41 100644 --- a/BlendFile/DNA/ImageFormatData.cs +++ b/BlendFile/DNA/ImageFormatData.cs @@ -15,49 +15,49 @@ namespace BlendFile.DNA { [DNAClassAttribute(615, "ImageFormatData")] public struct ImageFormatData { - [DNAFieldAttribute(0, "char", "imtype", 1)] + [DNAFieldAttribute(0, "char", "imtype", "char", 1)] public char imtype; - [DNAFieldAttribute(1, "char", "depth", 1)] + [DNAFieldAttribute(1, "char", "depth", "char", 1)] public char depth; - [DNAFieldAttribute(2, "char", "planes", 1)] + [DNAFieldAttribute(2, "char", "planes", "char", 1)] public char planes; - [DNAFieldAttribute(3, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "quality", 1)] + [DNAFieldAttribute(4, "char", "quality", "char", 1)] public char quality; - [DNAFieldAttribute(5, "char", "compress", 1)] + [DNAFieldAttribute(5, "char", "compress", "char", 1)] public char compress; - [DNAFieldAttribute(6, "char", "exr_codec", 1)] + [DNAFieldAttribute(6, "char", "exr_codec", "char", 1)] public char exr_codec; - [DNAFieldAttribute(7, "char", "cineon_flag", 1)] + [DNAFieldAttribute(7, "char", "cineon_flag", "char", 1)] public char cineon_flag; - [DNAFieldAttribute(8, "short", "cineon_white", 2)] + [DNAFieldAttribute(8, "short", "cineon_white", "short", 2)] public short cineon_white; - [DNAFieldAttribute(9, "short", "cineon_black", 2)] + [DNAFieldAttribute(9, "short", "cineon_black", "short", 2)] public short cineon_black; - [DNAFieldAttribute(10, "float", "cineon_gamma", 4)] + [DNAFieldAttribute(10, "float", "cineon_gamma", "float", 4)] public float cineon_gamma; - [DNAFieldAttribute(11, "char", "jp2_flag", 1)] + [DNAFieldAttribute(11, "char", "jp2_flag", "char", 1)] public char jp2_flag; - [DNAFieldAttribute(12, "char", "jp2_codec", 1)] + [DNAFieldAttribute(12, "char", "jp2_codec", "char", 1)] public char jp2_codec; - [DNAFieldAttribute(13, "char", "tiff_codec", 1)] + [DNAFieldAttribute(13, "char", "tiff_codec", "char", 1)] public char tiff_codec; - [DNAFieldAttribute(14, "char", "_pad[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(15, "char", "views_format", 1)] + [DNAFieldAttribute(15, "char", "views_format", "char", 1)] public char views_format; - [DNAFieldAttribute(16, "Stereo3dFormat", "stereo3d_format", 8)] + [DNAFieldAttribute(16, "Stereo3dFormat", "stereo3d_format", "Stereo3dFormat", 8)] public Stereo3dFormat stereo3d_format; - [DNAFieldAttribute(17, "char", "color_management", 1)] + [DNAFieldAttribute(17, "char", "color_management", "char", 1)] public char color_management; - [DNAFieldAttribute(18, "char", "_pad1[7]", 1)] + [DNAFieldAttribute(18, "char", "_pad1[7]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[7]; - [DNAFieldAttribute(19, "ColorManagedViewSettings", "view_settings", 168)] + [DNAFieldAttribute(19, "ColorManagedViewSettings", "view_settings", "ColorManagedViewSettings", 168)] public ColorManagedViewSettings view_settings; - [DNAFieldAttribute(20, "ColorManagedDisplaySettings", "display_settings", 64)] + [DNAFieldAttribute(20, "ColorManagedDisplaySettings", "display_settings", "ColorManagedDisplaySettings", 64)] public ColorManagedDisplaySettings display_settings; - [DNAFieldAttribute(21, "ColorManagedColorspaceSettings", "linear_colorspace_settings", 64)] + [DNAFieldAttribute(21, "ColorManagedColorspaceSettings", "linear_colorspace_settings", "ColorManagedColorspaceSettings", 64)] public ColorManagedColorspaceSettings linear_colorspace_settings; public ImageFormatData() { this.imtype = default; diff --git a/BlendFile/DNA/ImagePackedFile.cs b/BlendFile/DNA/ImagePackedFile.cs index e36831a..7637a1d 100644 --- a/BlendFile/DNA/ImagePackedFile.cs +++ b/BlendFile/DNA/ImagePackedFile.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(325, "ImagePackedFile")] public class ImagePackedFile { - [DNAFieldAttribute(0, "ImagePackedFile", "*next", 1056)] + [DNAFieldAttribute(0, "ImagePackedFile", "*next", "ImagePackedFile", 1056)] public ImagePackedFile ptr_next; - [DNAFieldAttribute(1, "ImagePackedFile", "*prev", 1056)] + [DNAFieldAttribute(1, "ImagePackedFile", "*prev", "ImagePackedFile", 1056)] public ImagePackedFile ptr_prev; - [DNAFieldAttribute(2, "PackedFile", "*packedfile", 24)] + [DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 24)] public PackedFile ptr_packedfile; - [DNAFieldAttribute(3, "int", "view", 4)] + [DNAFieldAttribute(3, "int", "view", "int", 4)] public int view; - [DNAFieldAttribute(4, "int", "tile_number", 4)] + [DNAFieldAttribute(4, "int", "tile_number", "int", 4)] public int tile_number; - [DNAFieldAttribute(5, "char", "filepath[1024]", 1)] + [DNAFieldAttribute(5, "char", "filepath[1024]", "System.Char[]", 1)] public char[] filepath = new System.Char[1024]; public ImagePackedFile() { this.ptr_next = default; diff --git a/BlendFile/DNA/ImagePaintSettings.cs b/BlendFile/DNA/ImagePaintSettings.cs index 9f167dd..b41949c 100644 --- a/BlendFile/DNA/ImagePaintSettings.cs +++ b/BlendFile/DNA/ImagePaintSettings.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(808, "ImagePaintSettings")] public class ImagePaintSettings { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; - [DNAFieldAttribute(1, "short", "flag", 2)] + [DNAFieldAttribute(1, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(2, "short", "missing_data", 2)] + [DNAFieldAttribute(2, "short", "missing_data", "short", 2)] public short missing_data; - [DNAFieldAttribute(3, "short", "seam_bleed", 2)] + [DNAFieldAttribute(3, "short", "seam_bleed", "short", 2)] public short seam_bleed; - [DNAFieldAttribute(4, "short", "normal_angle", 2)] + [DNAFieldAttribute(4, "short", "normal_angle", "short", 2)] public short normal_angle; - [DNAFieldAttribute(5, "short", "screen_grab_size[2]", 2)] + [DNAFieldAttribute(5, "short", "screen_grab_size[2]", "System.Int16[]", 2)] public short[] screen_grab_size = new System.Int16[2]; - [DNAFieldAttribute(6, "int", "mode", 4)] + [DNAFieldAttribute(6, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(7, "Image", "*stencil", 1600)] + [DNAFieldAttribute(7, "Image", "*stencil", "Image", 1600)] public Image ptr_stencil; - [DNAFieldAttribute(8, "Image", "*clone", 1600)] + [DNAFieldAttribute(8, "Image", "*clone", "Image", 1600)] public Image ptr_clone; - [DNAFieldAttribute(9, "Image", "*canvas", 1600)] + [DNAFieldAttribute(9, "Image", "*canvas", "Image", 1600)] public Image ptr_canvas; - [DNAFieldAttribute(10, "float", "stencil_col[3]", 4)] + [DNAFieldAttribute(10, "float", "stencil_col[3]", "System.Single[]", 4)] public float[] stencil_col = new System.Single[3]; - [DNAFieldAttribute(11, "float", "dither", 4)] + [DNAFieldAttribute(11, "float", "dither", "float", 4)] public float dither; - [DNAFieldAttribute(12, "int", "interp", 4)] + [DNAFieldAttribute(12, "int", "interp", "int", 4)] public int interp; - [DNAFieldAttribute(13, "char", "_pad[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public ImagePaintSettings() { this.paint = default; diff --git a/BlendFile/DNA/ImageTile.cs b/BlendFile/DNA/ImageTile.cs index 72a91fd..5bfacff 100644 --- a/BlendFile/DNA/ImageTile.cs +++ b/BlendFile/DNA/ImageTile.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(329, "ImageTile")] public class ImageTile { - [DNAFieldAttribute(0, "ImageTile", "*next", 136)] + [DNAFieldAttribute(0, "ImageTile", "*next", "ImageTile", 136)] public ImageTile ptr_next; - [DNAFieldAttribute(1, "ImageTile", "*prev", 136)] + [DNAFieldAttribute(1, "ImageTile", "*prev", "ImageTile", 136)] public ImageTile ptr_prev; - [DNAFieldAttribute(2, "ImageTile_Runtime", "runtime", 24)] + [DNAFieldAttribute(2, "ImageTile_Runtime", "runtime", "ImageTile_Runtime", 24)] public ImageTile_Runtime runtime; - [DNAFieldAttribute(3, "int", "tile_number", 4)] + [DNAFieldAttribute(3, "int", "tile_number", "int", 4)] public int tile_number; - [DNAFieldAttribute(4, "int", "gen_x", 4)] + [DNAFieldAttribute(4, "int", "gen_x", "int", 4)] public int gen_x; - [DNAFieldAttribute(5, "int", "gen_y", 4)] + [DNAFieldAttribute(5, "int", "gen_y", "int", 4)] public int gen_y; - [DNAFieldAttribute(6, "char", "gen_type", 1)] + [DNAFieldAttribute(6, "char", "gen_type", "char", 1)] public char gen_type; - [DNAFieldAttribute(7, "char", "gen_flag", 1)] + [DNAFieldAttribute(7, "char", "gen_flag", "char", 1)] public char gen_flag; - [DNAFieldAttribute(8, "short", "gen_depth", 2)] + [DNAFieldAttribute(8, "short", "gen_depth", "short", 2)] public short gen_depth; - [DNAFieldAttribute(9, "float", "gen_color[4]", 4)] + [DNAFieldAttribute(9, "float", "gen_color[4]", "System.Single[]", 4)] public float[] gen_color = new System.Single[4]; - [DNAFieldAttribute(10, "char", "label[64]", 1)] + [DNAFieldAttribute(10, "char", "label[64]", "System.Char[]", 1)] public char[] label = new System.Char[64]; public ImageTile() { this.ptr_next = default; diff --git a/BlendFile/DNA/ImageTile_Runtime.cs b/BlendFile/DNA/ImageTile_Runtime.cs index a73edeb..3d9dfdd 100644 --- a/BlendFile/DNA/ImageTile_Runtime.cs +++ b/BlendFile/DNA/ImageTile_Runtime.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(328, "ImageTile_Runtime")] public struct ImageTile_Runtime { - [DNAFieldAttribute(0, "int", "tilearray_layer", 4)] + [DNAFieldAttribute(0, "int", "tilearray_layer", "int", 4)] public int tilearray_layer; - [DNAFieldAttribute(1, "int", "_pad", 4)] + [DNAFieldAttribute(1, "int", "_pad", "int", 4)] public int _pad; - [DNAFieldAttribute(2, "int", "tilearray_offset[2]", 4)] + [DNAFieldAttribute(2, "int", "tilearray_offset[2]", "System.Int32[]", 4)] public int[] tilearray_offset = new System.Int32[2]; - [DNAFieldAttribute(3, "int", "tilearray_size[2]", 4)] + [DNAFieldAttribute(3, "int", "tilearray_size[2]", "System.Int32[]", 4)] public int[] tilearray_size = new System.Int32[2]; public ImageTile_Runtime() { this.tilearray_layer = default; diff --git a/BlendFile/DNA/ImageUser.cs b/BlendFile/DNA/ImageUser.cs index 6ee1217..7653c0f 100644 --- a/BlendFile/DNA/ImageUser.cs +++ b/BlendFile/DNA/ImageUser.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(147, "ImageUser")] public class ImageUser { - [DNAFieldAttribute(0, "Scene", "*scene", 6744)] + [DNAFieldAttribute(0, "Scene", "*scene", "Scene", 6744)] public Scene ptr_scene; - [DNAFieldAttribute(1, "int", "framenr", 4)] + [DNAFieldAttribute(1, "int", "framenr", "int", 4)] public int framenr; - [DNAFieldAttribute(2, "int", "frames", 4)] + [DNAFieldAttribute(2, "int", "frames", "int", 4)] public int frames; - [DNAFieldAttribute(3, "int", "offset", 4)] + [DNAFieldAttribute(3, "int", "offset", "int", 4)] public int offset; - [DNAFieldAttribute(4, "int", "sfra", 4)] + [DNAFieldAttribute(4, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(5, "char", "cycl", 1)] + [DNAFieldAttribute(5, "char", "cycl", "char", 1)] public char cycl; - [DNAFieldAttribute(6, "char", "multiview_eye", 1)] + [DNAFieldAttribute(6, "char", "multiview_eye", "char", 1)] public char multiview_eye; - [DNAFieldAttribute(7, "short", "pass", 2)] + [DNAFieldAttribute(7, "short", "pass", "short", 2)] public short pass; - [DNAFieldAttribute(8, "int", "tile", 4)] + [DNAFieldAttribute(8, "int", "tile", "int", 4)] public int tile; - [DNAFieldAttribute(9, "short", "multi_index", 2)] + [DNAFieldAttribute(9, "short", "multi_index", "short", 2)] public short multi_index; - [DNAFieldAttribute(10, "short", "view", 2)] + [DNAFieldAttribute(10, "short", "view", "short", 2)] public short view; - [DNAFieldAttribute(11, "short", "layer", 2)] + [DNAFieldAttribute(11, "short", "layer", "short", 2)] public short layer; - [DNAFieldAttribute(12, "short", "flag", 2)] + [DNAFieldAttribute(12, "short", "flag", "short", 2)] public short flag; public ImageUser() { this.ptr_scene = default; diff --git a/BlendFile/DNA/ImageView.cs b/BlendFile/DNA/ImageView.cs index 785363f..100bf57 100644 --- a/BlendFile/DNA/ImageView.cs +++ b/BlendFile/DNA/ImageView.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(324, "ImageView")] public class ImageView { - [DNAFieldAttribute(0, "ImageView", "*next", 1104)] + [DNAFieldAttribute(0, "ImageView", "*next", "ImageView", 1104)] public ImageView ptr_next; - [DNAFieldAttribute(1, "ImageView", "*prev", 1104)] + [DNAFieldAttribute(1, "ImageView", "*prev", "ImageView", 1104)] public ImageView 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, "char", "filepath[1024]", 1)] + [DNAFieldAttribute(3, "char", "filepath[1024]", "System.Char[]", 1)] public char[] filepath = new System.Char[1024]; public ImageView() { this.ptr_next = default; diff --git a/BlendFile/DNA/Image_Runtime.cs b/BlendFile/DNA/Image_Runtime.cs index 33b59ca..92364a4 100644 --- a/BlendFile/DNA/Image_Runtime.cs +++ b/BlendFile/DNA/Image_Runtime.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(330, "Image_Runtime")] public class Image_Runtime { - [DNAFieldAttribute(0, "void", "*cache_mutex", 0)] + [DNAFieldAttribute(0, "void", "*cache_mutex", "void", 0)] public object ptr_cache_mutex; - [DNAFieldAttribute(1, "PartialUpdateRegister", "*partial_update_register", 0)] + [DNAFieldAttribute(1, "PartialUpdateRegister", "*partial_update_register", "PartialUpdateRegister", 0)] public PartialUpdateRegister ptr_partial_update_register; - [DNAFieldAttribute(2, "PartialUpdateUser", "*partial_update_user", 0)] + [DNAFieldAttribute(2, "PartialUpdateUser", "*partial_update_user", "PartialUpdateUser", 0)] public PartialUpdateUser ptr_partial_update_user; - [DNAFieldAttribute(3, "float", "backdrop_offset[2]", 4)] + [DNAFieldAttribute(3, "float", "backdrop_offset[2]", "System.Single[]", 4)] public float[] backdrop_offset = new System.Single[2]; public Image_Runtime() { this.ptr_cache_mutex = default; diff --git a/BlendFile/DNA/IndexSwitchItem.cs b/BlendFile/DNA/IndexSwitchItem.cs index 147d149..8a27140 100644 --- a/BlendFile/DNA/IndexSwitchItem.cs +++ b/BlendFile/DNA/IndexSwitchItem.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(745, "IndexSwitchItem")] public struct IndexSwitchItem { - [DNAFieldAttribute(0, "int", "identifier", 4)] + [DNAFieldAttribute(0, "int", "identifier", "int", 4)] public int identifier; public IndexSwitchItem() { this.identifier = default; diff --git a/BlendFile/DNA/Ipo.cs b/BlendFile/DNA/Ipo.cs index dc74b43..440af8c 100644 --- a/BlendFile/DNA/Ipo.cs +++ b/BlendFile/DNA/Ipo.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(76, "Ipo")] public struct Ipo { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "ListBase", "curve", 16)] + [DNAFieldAttribute(1, "ListBase", "curve", "ListBase", 16)] public ListBase curve; - [DNAFieldAttribute(2, "rctf", "cur", 16)] + [DNAFieldAttribute(2, "rctf", "cur", "rctf", 16)] public rctf cur; - [DNAFieldAttribute(3, "short", "blocktype", 2)] + [DNAFieldAttribute(3, "short", "blocktype", "short", 2)] public short blocktype; - [DNAFieldAttribute(4, "short", "showkey", 2)] + [DNAFieldAttribute(4, "short", "showkey", "short", 2)] public short showkey; - [DNAFieldAttribute(5, "short", "muteipo", 2)] + [DNAFieldAttribute(5, "short", "muteipo", "short", 2)] public short muteipo; - [DNAFieldAttribute(6, "char", "_pad[2]", 1)] + [DNAFieldAttribute(6, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public Ipo() { this.id = default; diff --git a/BlendFile/DNA/IpoCurve.cs b/BlendFile/DNA/IpoCurve.cs index 1c6d5ee..1383da3 100644 --- a/BlendFile/DNA/IpoCurve.cs +++ b/BlendFile/DNA/IpoCurve.cs @@ -15,47 +15,47 @@ namespace BlendFile.DNA { [DNAClassAttribute(336, "IpoCurve")] public class IpoCurve { - [DNAFieldAttribute(0, "IpoCurve", "*next", 112)] + [DNAFieldAttribute(0, "IpoCurve", "*next", "IpoCurve", 112)] public IpoCurve ptr_next; - [DNAFieldAttribute(1, "IpoCurve", "*prev", 112)] + [DNAFieldAttribute(1, "IpoCurve", "*prev", "IpoCurve", 112)] public IpoCurve ptr_prev; - [DNAFieldAttribute(2, "BPoint", "*bp", 36)] + [DNAFieldAttribute(2, "BPoint", "*bp", "BPoint", 36)] public BPoint ptr_bp; - [DNAFieldAttribute(3, "BezTriple", "*bezt", 72)] + [DNAFieldAttribute(3, "BezTriple", "*bezt", "BezTriple", 72)] public BezTriple ptr_bezt; - [DNAFieldAttribute(4, "rctf", "maxrct", 16)] + [DNAFieldAttribute(4, "rctf", "maxrct", "rctf", 16)] public rctf maxrct; - [DNAFieldAttribute(5, "rctf", "totrct", 16)] + [DNAFieldAttribute(5, "rctf", "totrct", "rctf", 16)] public rctf totrct; - [DNAFieldAttribute(6, "short", "blocktype", 2)] + [DNAFieldAttribute(6, "short", "blocktype", "short", 2)] public short blocktype; - [DNAFieldAttribute(7, "short", "adrcode", 2)] + [DNAFieldAttribute(7, "short", "adrcode", "short", 2)] public short adrcode; - [DNAFieldAttribute(8, "short", "vartype", 2)] + [DNAFieldAttribute(8, "short", "vartype", "short", 2)] public short vartype; - [DNAFieldAttribute(9, "short", "totvert", 2)] + [DNAFieldAttribute(9, "short", "totvert", "short", 2)] public short totvert; - [DNAFieldAttribute(10, "short", "ipo", 2)] + [DNAFieldAttribute(10, "short", "ipo", "short", 2)] public short ipo; - [DNAFieldAttribute(11, "short", "extrap", 2)] + [DNAFieldAttribute(11, "short", "extrap", "short", 2)] public short extrap; - [DNAFieldAttribute(12, "short", "flag", 2)] + [DNAFieldAttribute(12, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(13, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(13, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(14, "float", "ymin", 4)] + [DNAFieldAttribute(14, "float", "ymin", "float", 4)] public float ymin; - [DNAFieldAttribute(15, "float", "ymax", 4)] + [DNAFieldAttribute(15, "float", "ymax", "float", 4)] public float ymax; - [DNAFieldAttribute(16, "int", "bitmask", 4)] + [DNAFieldAttribute(16, "int", "bitmask", "int", 4)] public int bitmask; - [DNAFieldAttribute(17, "float", "slide_min", 4)] + [DNAFieldAttribute(17, "float", "slide_min", "float", 4)] public float slide_min; - [DNAFieldAttribute(18, "float", "slide_max", 4)] + [DNAFieldAttribute(18, "float", "slide_max", "float", 4)] public float slide_max; - [DNAFieldAttribute(19, "float", "curval", 4)] + [DNAFieldAttribute(19, "float", "curval", "float", 4)] public float curval; - [DNAFieldAttribute(20, "IpoDriver", "*driver", 144)] + [DNAFieldAttribute(20, "IpoDriver", "*driver", "IpoDriver", 144)] public IpoDriver ptr_driver; public IpoCurve() { this.ptr_next = default; diff --git a/BlendFile/DNA/IpoDriver.cs b/BlendFile/DNA/IpoDriver.cs index 3999e6a..7cb1a68 100644 --- a/BlendFile/DNA/IpoDriver.cs +++ b/BlendFile/DNA/IpoDriver.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(335, "IpoDriver")] public class IpoDriver { - [DNAFieldAttribute(0, "Object", "*ob", 1160)] + [DNAFieldAttribute(0, "Object", "*ob", "Object", 1160)] public Object ptr_ob; - [DNAFieldAttribute(1, "short", "blocktype", 2)] + [DNAFieldAttribute(1, "short", "blocktype", "short", 2)] public short blocktype; - [DNAFieldAttribute(2, "short", "adrcode", 2)] + [DNAFieldAttribute(2, "short", "adrcode", "short", 2)] public short adrcode; - [DNAFieldAttribute(3, "short", "type", 2)] + [DNAFieldAttribute(3, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "char", "name[128]", 1)] + [DNAFieldAttribute(5, "char", "name[128]", "System.Char[]", 1)] public char[] name = new System.Char[128]; public IpoDriver() { this.ptr_ob = default; diff --git a/BlendFile/DNA/KS_Path.cs b/BlendFile/DNA/KS_Path.cs index 569c5c8..07ce3fa 100644 --- a/BlendFile/DNA/KS_Path.cs +++ b/BlendFile/DNA/KS_Path.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(98, "KS_Path")] public class KS_Path { - [DNAFieldAttribute(0, "KS_Path", "*next", 112)] + [DNAFieldAttribute(0, "KS_Path", "*next", "KS_Path", 112)] public KS_Path ptr_next; - [DNAFieldAttribute(1, "KS_Path", "*prev", 112)] + [DNAFieldAttribute(1, "KS_Path", "*prev", "KS_Path", 112)] public KS_Path ptr_prev; - [DNAFieldAttribute(2, "ID", "*id", 208)] + [DNAFieldAttribute(2, "ID", "*id", "ID", 208)] public ID ptr_id; - [DNAFieldAttribute(3, "char", "group[64]", 1)] + [DNAFieldAttribute(3, "char", "group[64]", "System.Char[]", 1)] public char[] group = new System.Char[64]; - [DNAFieldAttribute(4, "int", "idtype", 4)] + [DNAFieldAttribute(4, "int", "idtype", "int", 4)] public int idtype; - [DNAFieldAttribute(5, "short", "groupmode", 2)] + [DNAFieldAttribute(5, "short", "groupmode", "short", 2)] public short groupmode; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "char", "*rna_path", 1)] + [DNAFieldAttribute(7, "char", "*rna_path", "char", 1)] public char ptr_rna_path; - [DNAFieldAttribute(8, "int", "array_index", 4)] + [DNAFieldAttribute(8, "int", "array_index", "int", 4)] public int array_index; - [DNAFieldAttribute(9, "short", "keyingflag", 2)] + [DNAFieldAttribute(9, "short", "keyingflag", "short", 2)] public short keyingflag; - [DNAFieldAttribute(10, "short", "keyingoverride", 2)] + [DNAFieldAttribute(10, "short", "keyingoverride", "short", 2)] public short keyingoverride; public KS_Path() { this.ptr_next = default; diff --git a/BlendFile/DNA/Key.cs b/BlendFile/DNA/Key.cs index fa6e779..d51d2b3 100644 --- a/BlendFile/DNA/Key.cs +++ b/BlendFile/DNA/Key.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(212, "Key")] public class Key { - [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, "KeyBlock", "*refkey", 184)] + [DNAFieldAttribute(2, "KeyBlock", "*refkey", "KeyBlock", 184)] public KeyBlock ptr_refkey; - [DNAFieldAttribute(3, "char", "elemstr[32]", 1)] + [DNAFieldAttribute(3, "char", "elemstr[32]", "System.Char[]", 1)] public char[] elemstr = new System.Char[32]; - [DNAFieldAttribute(4, "int", "elemsize", 4)] + [DNAFieldAttribute(4, "int", "elemsize", "int", 4)] public int elemsize; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(6, "ListBase", "block", 16)] + [DNAFieldAttribute(6, "ListBase", "block", "ListBase", 16)] public ListBase block; - [DNAFieldAttribute(7, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(7, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(8, "ID", "*from", 208)] + [DNAFieldAttribute(8, "ID", "*from", "ID", 208)] public ID ptr_from; - [DNAFieldAttribute(9, "int", "totkey", 4)] + [DNAFieldAttribute(9, "int", "totkey", "int", 4)] public int totkey; - [DNAFieldAttribute(10, "short", "flag", 2)] + [DNAFieldAttribute(10, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(11, "char", "type", 1)] + [DNAFieldAttribute(11, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(12, "char", "_pad2", 1)] + [DNAFieldAttribute(12, "char", "_pad2", "char", 1)] public char _pad2; - [DNAFieldAttribute(13, "float", "ctime", 4)] + [DNAFieldAttribute(13, "float", "ctime", "float", 4)] public float ctime; - [DNAFieldAttribute(14, "int", "uidgen", 4)] + [DNAFieldAttribute(14, "int", "uidgen", "int", 4)] public int uidgen; public Key() { this.id = default; diff --git a/BlendFile/DNA/KeyBlock.cs b/BlendFile/DNA/KeyBlock.cs index 75cc21e..230b927 100644 --- a/BlendFile/DNA/KeyBlock.cs +++ b/BlendFile/DNA/KeyBlock.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(337, "KeyBlock")] public class KeyBlock { - [DNAFieldAttribute(0, "KeyBlock", "*next", 184)] + [DNAFieldAttribute(0, "KeyBlock", "*next", "KeyBlock", 184)] public KeyBlock ptr_next; - [DNAFieldAttribute(1, "KeyBlock", "*prev", 184)] + [DNAFieldAttribute(1, "KeyBlock", "*prev", "KeyBlock", 184)] public KeyBlock ptr_prev; - [DNAFieldAttribute(2, "float", "pos", 4)] + [DNAFieldAttribute(2, "float", "pos", "float", 4)] public float pos; - [DNAFieldAttribute(3, "float", "curval", 4)] + [DNAFieldAttribute(3, "float", "curval", "float", 4)] public float curval; - [DNAFieldAttribute(4, "short", "type", 2)] + [DNAFieldAttribute(4, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(5, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(6, "short", "relative", 2)] + [DNAFieldAttribute(6, "short", "relative", "short", 2)] public short relative; - [DNAFieldAttribute(7, "short", "flag", 2)] + [DNAFieldAttribute(7, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(8, "int", "totelem", 4)] + [DNAFieldAttribute(8, "int", "totelem", "int", 4)] public int totelem; - [DNAFieldAttribute(9, "int", "uid", 4)] + [DNAFieldAttribute(9, "int", "uid", "int", 4)] public int uid; - [DNAFieldAttribute(10, "void", "*data", 0)] + [DNAFieldAttribute(10, "void", "*data", "void", 0)] public object ptr_data; - [DNAFieldAttribute(11, "char", "name[64]", 1)] + [DNAFieldAttribute(11, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(12, "char", "vgroup[64]", 1)] + [DNAFieldAttribute(12, "char", "vgroup[64]", "System.Char[]", 1)] public char[] vgroup = new System.Char[64]; - [DNAFieldAttribute(13, "float", "slidermin", 4)] + [DNAFieldAttribute(13, "float", "slidermin", "float", 4)] public float slidermin; - [DNAFieldAttribute(14, "float", "slidermax", 4)] + [DNAFieldAttribute(14, "float", "slidermax", "float", 4)] public float slidermax; public KeyBlock() { this.ptr_next = default; diff --git a/BlendFile/DNA/KeyingSet.cs b/BlendFile/DNA/KeyingSet.cs index eb42a2e..b31842d 100644 --- a/BlendFile/DNA/KeyingSet.cs +++ b/BlendFile/DNA/KeyingSet.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(99, "KeyingSet")] public class KeyingSet { - [DNAFieldAttribute(0, "KeyingSet", "*next", 1264)] + [DNAFieldAttribute(0, "KeyingSet", "*next", "KeyingSet", 1264)] public KeyingSet ptr_next; - [DNAFieldAttribute(1, "KeyingSet", "*prev", 1264)] + [DNAFieldAttribute(1, "KeyingSet", "*prev", "KeyingSet", 1264)] public KeyingSet ptr_prev; - [DNAFieldAttribute(2, "ListBase", "paths", 16)] + [DNAFieldAttribute(2, "ListBase", "paths", "ListBase", 16)] public ListBase paths; - [DNAFieldAttribute(3, "char", "idname[64]", 1)] + [DNAFieldAttribute(3, "char", "idname[64]", "System.Char[]", 1)] public char[] idname = new System.Char[64]; - [DNAFieldAttribute(4, "char", "name[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "char", "description[1024]", 1)] + [DNAFieldAttribute(5, "char", "description[1024]", "System.Char[]", 1)] public char[] description = new System.Char[1024]; - [DNAFieldAttribute(6, "char", "typeinfo[64]", 1)] + [DNAFieldAttribute(6, "char", "typeinfo[64]", "System.Char[]", 1)] public char[] typeinfo = new System.Char[64]; - [DNAFieldAttribute(7, "int", "active_path", 4)] + [DNAFieldAttribute(7, "int", "active_path", "int", 4)] public int active_path; - [DNAFieldAttribute(8, "short", "flag", 2)] + [DNAFieldAttribute(8, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(9, "short", "keyingflag", 2)] + [DNAFieldAttribute(9, "short", "keyingflag", "short", 2)] public short keyingflag; - [DNAFieldAttribute(10, "short", "keyingoverride", 2)] + [DNAFieldAttribute(10, "short", "keyingoverride", "short", 2)] public short keyingoverride; - [DNAFieldAttribute(11, "char", "_pad[6]", 1)] + [DNAFieldAttribute(11, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public KeyingSet() { this.ptr_next = default; diff --git a/BlendFile/DNA/Lamp.cs b/BlendFile/DNA/Lamp.cs index f3a9085..85beca9 100644 --- a/BlendFile/DNA/Lamp.cs +++ b/BlendFile/DNA/Lamp.cs @@ -15,85 +15,85 @@ namespace BlendFile.DNA { [DNAClassAttribute(350, "Lamp")] public class Lamp { - [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, "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, "int", "mode", 4)] + [DNAFieldAttribute(4, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(5, "float", "r", 4)] + [DNAFieldAttribute(5, "float", "r", "float", 4)] public float r; - [DNAFieldAttribute(6, "float", "g", 4)] + [DNAFieldAttribute(6, "float", "g", "float", 4)] public float g; - [DNAFieldAttribute(7, "float", "b", 4)] + [DNAFieldAttribute(7, "float", "b", "float", 4)] public float b; - [DNAFieldAttribute(8, "float", "energy_new", 4)] + [DNAFieldAttribute(8, "float", "energy_new", "float", 4)] public float energy_new; - [DNAFieldAttribute(9, "float", "radius", 4)] + [DNAFieldAttribute(9, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(10, "float", "spotsize", 4)] + [DNAFieldAttribute(10, "float", "spotsize", "float", 4)] public float spotsize; - [DNAFieldAttribute(11, "float", "spotblend", 4)] + [DNAFieldAttribute(11, "float", "spotblend", "float", 4)] public float spotblend; - [DNAFieldAttribute(12, "short", "area_shape", 2)] + [DNAFieldAttribute(12, "short", "area_shape", "short", 2)] public short area_shape; - [DNAFieldAttribute(13, "short", "_pad1", 2)] + [DNAFieldAttribute(13, "short", "_pad1", "short", 2)] public short _pad1; - [DNAFieldAttribute(14, "float", "area_size", 4)] + [DNAFieldAttribute(14, "float", "area_size", "float", 4)] public float area_size; - [DNAFieldAttribute(15, "float", "area_sizey", 4)] + [DNAFieldAttribute(15, "float", "area_sizey", "float", 4)] public float area_sizey; - [DNAFieldAttribute(16, "float", "area_sizez", 4)] + [DNAFieldAttribute(16, "float", "area_sizez", "float", 4)] public float area_sizez; - [DNAFieldAttribute(17, "float", "area_spread", 4)] + [DNAFieldAttribute(17, "float", "area_spread", "float", 4)] public float area_spread; - [DNAFieldAttribute(18, "float", "sun_angle", 4)] + [DNAFieldAttribute(18, "float", "sun_angle", "float", 4)] public float sun_angle; - [DNAFieldAttribute(19, "short", "pr_texture", 2)] + [DNAFieldAttribute(19, "short", "pr_texture", "short", 2)] public short pr_texture; - [DNAFieldAttribute(20, "short", "use_nodes", 2)] + [DNAFieldAttribute(20, "short", "use_nodes", "short", 2)] public short use_nodes; - [DNAFieldAttribute(21, "float", "clipsta", 4)] + [DNAFieldAttribute(21, "float", "clipsta", "float", 4)] public float clipsta; - [DNAFieldAttribute(22, "float", "clipend", 4)] + [DNAFieldAttribute(22, "float", "clipend", "float", 4)] public float clipend; - [DNAFieldAttribute(23, "float", "cascade_max_dist", 4)] + [DNAFieldAttribute(23, "float", "cascade_max_dist", "float", 4)] public float cascade_max_dist; - [DNAFieldAttribute(24, "float", "cascade_exponent", 4)] + [DNAFieldAttribute(24, "float", "cascade_exponent", "float", 4)] public float cascade_exponent; - [DNAFieldAttribute(25, "float", "cascade_fade", 4)] + [DNAFieldAttribute(25, "float", "cascade_fade", "float", 4)] public float cascade_fade; - [DNAFieldAttribute(26, "int", "cascade_count", 4)] + [DNAFieldAttribute(26, "int", "cascade_count", "int", 4)] public int cascade_count; - [DNAFieldAttribute(27, "float", "diff_fac", 4)] + [DNAFieldAttribute(27, "float", "diff_fac", "float", 4)] public float diff_fac; - [DNAFieldAttribute(28, "float", "spec_fac", 4)] + [DNAFieldAttribute(28, "float", "spec_fac", "float", 4)] public float spec_fac; - [DNAFieldAttribute(29, "float", "transmission_fac", 4)] + [DNAFieldAttribute(29, "float", "transmission_fac", "float", 4)] public float transmission_fac; - [DNAFieldAttribute(30, "float", "volume_fac", 4)] + [DNAFieldAttribute(30, "float", "volume_fac", "float", 4)] public float volume_fac; - [DNAFieldAttribute(31, "float", "att_dist", 4)] + [DNAFieldAttribute(31, "float", "att_dist", "float", 4)] public float att_dist; - [DNAFieldAttribute(32, "float", "shadow_filter_radius", 4)] + [DNAFieldAttribute(32, "float", "shadow_filter_radius", "float", 4)] public float shadow_filter_radius; - [DNAFieldAttribute(33, "float", "shadow_maximum_resolution", 4)] + [DNAFieldAttribute(33, "float", "shadow_maximum_resolution", "float", 4)] public float shadow_maximum_resolution; - [DNAFieldAttribute(34, "float", "shadow_jitter_overblur", 4)] + [DNAFieldAttribute(34, "float", "shadow_jitter_overblur", "float", 4)] public float shadow_jitter_overblur; - [DNAFieldAttribute(35, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(35, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(36, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(36, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(37, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(37, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(38, "float", "energy", 4)] + [DNAFieldAttribute(38, "float", "energy", "float", 4)] public float energy; - [DNAFieldAttribute(39, "float", "_pad2", 4)] + [DNAFieldAttribute(39, "float", "_pad2", "float", 4)] public float _pad2; public Lamp() { this.id = default; diff --git a/BlendFile/DNA/LaplacianDeformModifierData.cs b/BlendFile/DNA/LaplacianDeformModifierData.cs index 4e3ac0e..08f6e89 100644 --- a/BlendFile/DNA/LaplacianDeformModifierData.cs +++ b/BlendFile/DNA/LaplacianDeformModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(504, "LaplacianDeformModifierData")] public class LaplacianDeformModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "anchor_grp_name[64]", 1)] + [DNAFieldAttribute(1, "char", "anchor_grp_name[64]", "System.Char[]", 1)] public char[] anchor_grp_name = new System.Char[64]; - [DNAFieldAttribute(2, "int", "total_verts", 4)] + [DNAFieldAttribute(2, "int", "total_verts", "int", 4)] public int total_verts; - [DNAFieldAttribute(3, "int", "repeat", 4)] + [DNAFieldAttribute(3, "int", "repeat", "int", 4)] public int repeat; - [DNAFieldAttribute(4, "float", "*vertexco", 4)] + [DNAFieldAttribute(4, "float", "*vertexco", "float", 4)] public float ptr_vertexco; - [DNAFieldAttribute(5, "void", "*cache_system", 0)] + [DNAFieldAttribute(5, "void", "*cache_system", "void", 0)] public object ptr_cache_system; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "char", "_pad[6]", 1)] + [DNAFieldAttribute(7, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public LaplacianDeformModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/LaplacianSmoothModifierData.cs b/BlendFile/DNA/LaplacianSmoothModifierData.cs index 08c87a2..5fe6637 100644 --- a/BlendFile/DNA/LaplacianSmoothModifierData.cs +++ b/BlendFile/DNA/LaplacianSmoothModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(499, "LaplacianSmoothModifierData")] public struct LaplacianSmoothModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "float", "lambda", 4)] + [DNAFieldAttribute(1, "float", "lambda", "float", 4)] public float lambda; - [DNAFieldAttribute(2, "float", "lambda_border", 4)] + [DNAFieldAttribute(2, "float", "lambda_border", "float", 4)] public float lambda_border; - [DNAFieldAttribute(3, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(4, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(4, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "short", "repeat", 2)] + [DNAFieldAttribute(6, "short", "repeat", "short", 2)] public short repeat; public LaplacianSmoothModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/Lattice.cs b/BlendFile/DNA/Lattice.cs index 3047ea8..a0e50d4 100644 --- a/BlendFile/DNA/Lattice.cs +++ b/BlendFile/DNA/Lattice.cs @@ -15,65 +15,65 @@ namespace BlendFile.DNA { [DNAClassAttribute(338, "Lattice")] public class Lattice { - [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, "short", "pntsu", 2)] + [DNAFieldAttribute(2, "short", "pntsu", "short", 2)] public short pntsu; - [DNAFieldAttribute(3, "short", "pntsv", 2)] + [DNAFieldAttribute(3, "short", "pntsv", "short", 2)] public short pntsv; - [DNAFieldAttribute(4, "short", "pntsw", 2)] + [DNAFieldAttribute(4, "short", "pntsw", "short", 2)] public short pntsw; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "short", "opntsu", 2)] + [DNAFieldAttribute(6, "short", "opntsu", "short", 2)] public short opntsu; - [DNAFieldAttribute(7, "short", "opntsv", 2)] + [DNAFieldAttribute(7, "short", "opntsv", "short", 2)] public short opntsv; - [DNAFieldAttribute(8, "short", "opntsw", 2)] + [DNAFieldAttribute(8, "short", "opntsw", "short", 2)] public short opntsw; - [DNAFieldAttribute(9, "char", "_pad2[3]", 1)] + [DNAFieldAttribute(9, "char", "_pad2[3]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[3]; - [DNAFieldAttribute(10, "char", "typeu", 1)] + [DNAFieldAttribute(10, "char", "typeu", "char", 1)] public char typeu; - [DNAFieldAttribute(11, "char", "typev", 1)] + [DNAFieldAttribute(11, "char", "typev", "char", 1)] public char typev; - [DNAFieldAttribute(12, "char", "typew", 1)] + [DNAFieldAttribute(12, "char", "typew", "char", 1)] public char typew; - [DNAFieldAttribute(13, "int", "actbp", 4)] + [DNAFieldAttribute(13, "int", "actbp", "int", 4)] public int actbp; - [DNAFieldAttribute(14, "float", "fu", 4)] + [DNAFieldAttribute(14, "float", "fu", "float", 4)] public float fu; - [DNAFieldAttribute(15, "float", "fv", 4)] + [DNAFieldAttribute(15, "float", "fv", "float", 4)] public float fv; - [DNAFieldAttribute(16, "float", "fw", 4)] + [DNAFieldAttribute(16, "float", "fw", "float", 4)] public float fw; - [DNAFieldAttribute(17, "float", "du", 4)] + [DNAFieldAttribute(17, "float", "du", "float", 4)] public float du; - [DNAFieldAttribute(18, "float", "dv", 4)] + [DNAFieldAttribute(18, "float", "dv", "float", 4)] public float dv; - [DNAFieldAttribute(19, "float", "dw", 4)] + [DNAFieldAttribute(19, "float", "dw", "float", 4)] public float dw; - [DNAFieldAttribute(20, "BPoint", "*def", 36)] + [DNAFieldAttribute(20, "BPoint", "*def", "BPoint", 36)] public BPoint ptr_def; - [DNAFieldAttribute(21, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(21, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(22, "Key", "*key", 312)] + [DNAFieldAttribute(22, "Key", "*key", "Key", 312)] public Key ptr_key; - [DNAFieldAttribute(23, "MDeformVert", "*dvert", 16)] + [DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 16)] public MDeformVert ptr_dvert; - [DNAFieldAttribute(24, "char", "vgroup[64]", 1)] + [DNAFieldAttribute(24, "char", "vgroup[64]", "System.Char[]", 1)] public char[] vgroup = new System.Char[64]; - [DNAFieldAttribute(25, "ListBase", "vertex_group_names", 16)] + [DNAFieldAttribute(25, "ListBase", "vertex_group_names", "ListBase", 16)] public ListBase vertex_group_names; - [DNAFieldAttribute(26, "int", "vertex_group_active_index", 4)] + [DNAFieldAttribute(26, "int", "vertex_group_active_index", "int", 4)] public int vertex_group_active_index; - [DNAFieldAttribute(27, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(27, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(28, "EditLatt", "*editlatt", 0)] + [DNAFieldAttribute(28, "EditLatt", "*editlatt", "EditLatt", 0)] public EditLatt ptr_editlatt; - [DNAFieldAttribute(29, "void", "*batch_cache", 0)] + [DNAFieldAttribute(29, "void", "*batch_cache", "void", 0)] public object ptr_batch_cache; public Lattice() { this.id = default; diff --git a/BlendFile/DNA/LatticeGpencilModifierData.cs b/BlendFile/DNA/LatticeGpencilModifierData.cs index b9fc073..1d24d03 100644 --- a/BlendFile/DNA/LatticeGpencilModifierData.cs +++ b/BlendFile/DNA/LatticeGpencilModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(286, "LatticeGpencilModifierData")] public class LatticeGpencilModifierData { - [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, "char", "layername[64]", 1)] + [DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = new System.Char[64]; - [DNAFieldAttribute(4, "char", "materialname[64]", 1)] + [DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 1)] public char[] materialname = new System.Char[64]; - [DNAFieldAttribute(5, "char", "vgname[64]", 1)] + [DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(6, "int", "pass_index", 4)] + [DNAFieldAttribute(6, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(7, "int", "flag", 4)] + [DNAFieldAttribute(7, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(8, "float", "strength", 4)] + [DNAFieldAttribute(8, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(9, "int", "layer_pass", 4)] + [DNAFieldAttribute(9, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(10, "LatticeDeformData", "*cache_data", 0)] + [DNAFieldAttribute(10, "LatticeDeformData", "*cache_data", "LatticeDeformData", 0)] public LatticeDeformData ptr_cache_data; public LatticeGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/LatticeModifierData.cs b/BlendFile/DNA/LatticeModifierData.cs index 953aa96..18d78e6 100644 --- a/BlendFile/DNA/LatticeModifierData.cs +++ b/BlendFile/DNA/LatticeModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(447, "LatticeModifierData")] public class LatticeModifierData { - [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, "float", "strength", 4)] + [DNAFieldAttribute(3, "float", "strength", "float", 4)] public float strength; - [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, "void", "*_pad1", 0)] + [DNAFieldAttribute(6, "void", "*_pad1", "void", 0)] public object ptr__pad1; public LatticeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/LayerCollection.cs b/BlendFile/DNA/LayerCollection.cs index 5786dde..ac98b00 100644 --- a/BlendFile/DNA/LayerCollection.cs +++ b/BlendFile/DNA/LayerCollection.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(343, "LayerCollection")] public class LayerCollection { - [DNAFieldAttribute(0, "LayerCollection", "*next", 64)] + [DNAFieldAttribute(0, "LayerCollection", "*next", "LayerCollection", 64)] public LayerCollection ptr_next; - [DNAFieldAttribute(1, "LayerCollection", "*prev", 64)] + [DNAFieldAttribute(1, "LayerCollection", "*prev", "LayerCollection", 64)] public LayerCollection ptr_prev; - [DNAFieldAttribute(2, "Collection", "*collection", 376)] + [DNAFieldAttribute(2, "Collection", "*collection", "Collection", 376)] public Collection ptr_collection; - [DNAFieldAttribute(3, "void", "*_pad1", 0)] + [DNAFieldAttribute(3, "void", "*_pad1", "void", 0)] public object ptr__pad1; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "runtime_flag", 2)] + [DNAFieldAttribute(5, "short", "runtime_flag", "short", 2)] public short runtime_flag; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(7, "ListBase", "layer_collections", 16)] + [DNAFieldAttribute(7, "ListBase", "layer_collections", "ListBase", 16)] public ListBase layer_collections; - [DNAFieldAttribute(8, "short", "local_collections_bits", 2)] + [DNAFieldAttribute(8, "short", "local_collections_bits", "short", 2)] public short local_collections_bits; - [DNAFieldAttribute(9, "short", "_pad2[3]", 2)] + [DNAFieldAttribute(9, "short", "_pad2[3]", "System.Int16[]", 2)] public short[] _pad2 = new System.Int16[3]; public LayerCollection() { this.ptr_next = default; diff --git a/BlendFile/DNA/LayoutPanelState.cs b/BlendFile/DNA/LayoutPanelState.cs index d188d85..2e8c8f7 100644 --- a/BlendFile/DNA/LayoutPanelState.cs +++ b/BlendFile/DNA/LayoutPanelState.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(849, "LayoutPanelState")] public class LayoutPanelState { - [DNAFieldAttribute(0, "LayoutPanelState", "*next", 32)] + [DNAFieldAttribute(0, "LayoutPanelState", "*next", "LayoutPanelState", 32)] public LayoutPanelState ptr_next; - [DNAFieldAttribute(1, "LayoutPanelState", "*prev", 32)] + [DNAFieldAttribute(1, "LayoutPanelState", "*prev", "LayoutPanelState", 32)] public LayoutPanelState ptr_prev; - [DNAFieldAttribute(2, "char", "*idname", 1)] + [DNAFieldAttribute(2, "char", "*idname", "char", 1)] public char ptr_idname; - [DNAFieldAttribute(3, "uchar", "flag", 1)] + [DNAFieldAttribute(3, "uchar", "flag", "uchar", 1)] public byte flag; - [DNAFieldAttribute(4, "char", "_pad[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public LayoutPanelState() { this.ptr_next = default; diff --git a/BlendFile/DNA/LengthGpencilModifierData.cs b/BlendFile/DNA/LengthGpencilModifierData.cs index 0dd5f53..ec1274e 100644 --- a/BlendFile/DNA/LengthGpencilModifierData.cs +++ b/BlendFile/DNA/LengthGpencilModifierData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(288, "LengthGpencilModifierData")] public class LengthGpencilModifierData { - [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, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "int", "layer_pass", 4)] + [DNAFieldAttribute(5, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(6, "float", "start_fac", 4)] + [DNAFieldAttribute(6, "float", "start_fac", "float", 4)] public float start_fac; - [DNAFieldAttribute(7, "float", "end_fac", 4)] + [DNAFieldAttribute(7, "float", "end_fac", "float", 4)] public float end_fac; - [DNAFieldAttribute(8, "float", "rand_start_fac", 4)] + [DNAFieldAttribute(8, "float", "rand_start_fac", "float", 4)] public float rand_start_fac; - [DNAFieldAttribute(9, "float", "rand_end_fac", 4)] + [DNAFieldAttribute(9, "float", "rand_end_fac", "float", 4)] public float rand_end_fac; - [DNAFieldAttribute(10, "float", "rand_offset", 4)] + [DNAFieldAttribute(10, "float", "rand_offset", "float", 4)] public float rand_offset; - [DNAFieldAttribute(11, "float", "overshoot_fac", 4)] + [DNAFieldAttribute(11, "float", "overshoot_fac", "float", 4)] public float overshoot_fac; - [DNAFieldAttribute(12, "int", "seed", 4)] + [DNAFieldAttribute(12, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(13, "int", "step", 4)] + [DNAFieldAttribute(13, "int", "step", "int", 4)] public int step; - [DNAFieldAttribute(14, "int", "mode", 4)] + [DNAFieldAttribute(14, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(15, "char", "_pad[4]", 1)] + [DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(16, "float", "point_density", 4)] + [DNAFieldAttribute(16, "float", "point_density", "float", 4)] public float point_density; - [DNAFieldAttribute(17, "float", "segment_influence", 4)] + [DNAFieldAttribute(17, "float", "segment_influence", "float", 4)] public float segment_influence; - [DNAFieldAttribute(18, "float", "max_angle", 4)] + [DNAFieldAttribute(18, "float", "max_angle", "float", 4)] public float max_angle; public LengthGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/Library.cs b/BlendFile/DNA/Library.cs index 2d98f1c..a9cc2f4 100644 --- a/BlendFile/DNA/Library.cs +++ b/BlendFile/DNA/Library.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(34, "Library")] public class Library { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "char", "name[1024]", 1)] + [DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1)] public char[] name = new System.Char[1024]; - [DNAFieldAttribute(2, "PackedFile", "*packedfile", 24)] + [DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 24)] public PackedFile ptr_packedfile; - [DNAFieldAttribute(3, "Library_Runtime", "runtime", 1064)] + [DNAFieldAttribute(3, "Library_Runtime", "runtime", "Library_Runtime", 1064)] public Library_Runtime runtime; public Library() { this.id = default; diff --git a/BlendFile/DNA/LibraryWeakReference.cs b/BlendFile/DNA/LibraryWeakReference.cs index dd0d078..757df24 100644 --- a/BlendFile/DNA/LibraryWeakReference.cs +++ b/BlendFile/DNA/LibraryWeakReference.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(36, "LibraryWeakReference")] public struct LibraryWeakReference { - [DNAFieldAttribute(0, "char", "library_filepath[1024]", 1)] + [DNAFieldAttribute(0, "char", "library_filepath[1024]", "System.Char[]", 1)] public char[] library_filepath = new System.Char[1024]; - [DNAFieldAttribute(1, "char", "library_id_name[66]", 1)] + [DNAFieldAttribute(1, "char", "library_id_name[66]", "System.Char[]", 1)] public char[] library_id_name = new System.Char[66]; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public LibraryWeakReference() { this.library_filepath = default; diff --git a/BlendFile/DNA/Library_Runtime.cs b/BlendFile/DNA/Library_Runtime.cs index 9a36776..02c3095 100644 --- a/BlendFile/DNA/Library_Runtime.cs +++ b/BlendFile/DNA/Library_Runtime.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(37, "Library_Runtime")] public class Library_Runtime { - [DNAFieldAttribute(0, "UniqueName_Map", "*name_map", 0)] + [DNAFieldAttribute(0, "UniqueName_Map", "*name_map", "UniqueName_Map", 0)] public UniqueName_Map ptr_name_map; - [DNAFieldAttribute(1, "FileData", "*filedata", 0)] + [DNAFieldAttribute(1, "FileData", "*filedata", "FileData", 0)] public FileData ptr_filedata; - [DNAFieldAttribute(2, "char", "filepath_abs[1024]", 1)] + [DNAFieldAttribute(2, "char", "filepath_abs[1024]", "System.Char[]", 1)] public char[] filepath_abs = new System.Char[1024]; - [DNAFieldAttribute(3, "Library", "*parent", 2304)] + [DNAFieldAttribute(3, "Library", "*parent", "Library", 2304)] public Library ptr_parent; - [DNAFieldAttribute(4, "ushort", "tag", 2)] + [DNAFieldAttribute(4, "ushort", "tag", "ushort", 2)] public ushort tag; - [DNAFieldAttribute(5, "char", "_pad[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(6, "int", "temp_index", 4)] + [DNAFieldAttribute(6, "int", "temp_index", "int", 4)] public int temp_index; - [DNAFieldAttribute(7, "short", "versionfile", 2)] + [DNAFieldAttribute(7, "short", "versionfile", "short", 2)] public short versionfile; - [DNAFieldAttribute(8, "short", "subversionfile", 2)] + [DNAFieldAttribute(8, "short", "subversionfile", "short", 2)] public short subversionfile; public Library_Runtime() { this.ptr_name_map = default; diff --git a/BlendFile/DNA/LightCache.cs b/BlendFile/DNA/LightCache.cs index 0ab029e..d42625c 100644 --- a/BlendFile/DNA/LightCache.cs +++ b/BlendFile/DNA/LightCache.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(356, "LightCache")] public class LightCache { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "int", "version", 4)] + [DNAFieldAttribute(1, "int", "version", "int", 4)] public int version; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "int", "cube_len", 4)] + [DNAFieldAttribute(3, "int", "cube_len", "int", 4)] public int cube_len; - [DNAFieldAttribute(4, "int", "grid_len", 4)] + [DNAFieldAttribute(4, "int", "grid_len", "int", 4)] public int grid_len; - [DNAFieldAttribute(5, "int", "mips_len", 4)] + [DNAFieldAttribute(5, "int", "mips_len", "int", 4)] public int mips_len; - [DNAFieldAttribute(6, "int", "vis_res", 4)] + [DNAFieldAttribute(6, "int", "vis_res", "int", 4)] public int vis_res; - [DNAFieldAttribute(7, "int", "ref_res", 4)] + [DNAFieldAttribute(7, "int", "ref_res", "int", 4)] public int ref_res; - [DNAFieldAttribute(8, "char", "_pad[4][2]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4][2]", "System.Char[,]", 1)] public char[,] _pad = new System.Char[4,2]; - [DNAFieldAttribute(9, "LightCacheTexture", "grid_tx", 32)] + [DNAFieldAttribute(9, "LightCacheTexture", "grid_tx", "LightCacheTexture", 32)] public LightCacheTexture grid_tx; - [DNAFieldAttribute(10, "LightCacheTexture", "cube_tx", 32)] + [DNAFieldAttribute(10, "LightCacheTexture", "cube_tx", "LightCacheTexture", 32)] public LightCacheTexture cube_tx; - [DNAFieldAttribute(11, "LightCacheTexture", "*cube_mips", 32)] + [DNAFieldAttribute(11, "LightCacheTexture", "*cube_mips", "LightCacheTexture", 32)] public LightCacheTexture ptr_cube_mips; - [DNAFieldAttribute(12, "LightProbeCache", "*cube_data", 160)] + [DNAFieldAttribute(12, "LightProbeCache", "*cube_data", "LightProbeCache", 160)] public LightProbeCache ptr_cube_data; - [DNAFieldAttribute(13, "LightGridCache", "*grid_data", 160)] + [DNAFieldAttribute(13, "LightGridCache", "*grid_data", "LightGridCache", 160)] public LightGridCache ptr_grid_data; public LightCache() { this.flag = default; diff --git a/BlendFile/DNA/LightCacheTexture.cs b/BlendFile/DNA/LightCacheTexture.cs index 29ac8c1..c83f973 100644 --- a/BlendFile/DNA/LightCacheTexture.cs +++ b/BlendFile/DNA/LightCacheTexture.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(355, "LightCacheTexture")] public class LightCacheTexture { - [DNAFieldAttribute(0, "GPUTexture", "*tex", 0)] + [DNAFieldAttribute(0, "GPUTexture", "*tex", "GPUTexture", 0)] public GPUTexture ptr_tex; - [DNAFieldAttribute(1, "char", "*data", 1)] + [DNAFieldAttribute(1, "char", "*data", "char", 1)] public char ptr_data; - [DNAFieldAttribute(2, "int", "tex_size[3]", 4)] + [DNAFieldAttribute(2, "int", "tex_size[3]", "System.Int32[]", 4)] public int[] tex_size = new System.Int32[3]; - [DNAFieldAttribute(3, "char", "data_type", 1)] + [DNAFieldAttribute(3, "char", "data_type", "char", 1)] public char data_type; - [DNAFieldAttribute(4, "char", "components", 1)] + [DNAFieldAttribute(4, "char", "components", "char", 1)] public char components; - [DNAFieldAttribute(5, "char", "_pad[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public LightCacheTexture() { this.ptr_tex = default; diff --git a/BlendFile/DNA/LightGridCache.cs b/BlendFile/DNA/LightGridCache.cs index 7e66bba..c77a829 100644 --- a/BlendFile/DNA/LightGridCache.cs +++ b/BlendFile/DNA/LightGridCache.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(354, "LightGridCache")] public struct LightGridCache { - [DNAFieldAttribute(0, "float", "mat[4][4]", 4)] + [DNAFieldAttribute(0, "float", "mat[4][4]", "System.Single[,]", 4)] public float[,] mat = new System.Single[4,4]; - [DNAFieldAttribute(1, "int", "resolution[3]", 4)] + [DNAFieldAttribute(1, "int", "resolution[3]", "System.Int32[]", 4)] public int[] resolution = new System.Int32[3]; - [DNAFieldAttribute(2, "int", "offset", 4)] + [DNAFieldAttribute(2, "int", "offset", "int", 4)] public int offset; - [DNAFieldAttribute(3, "float", "corner[3]", 4)] + [DNAFieldAttribute(3, "float", "corner[3]", "System.Single[]", 4)] public float[] corner = new System.Single[3]; - [DNAFieldAttribute(4, "float", "attenuation_scale", 4)] + [DNAFieldAttribute(4, "float", "attenuation_scale", "float", 4)] public float attenuation_scale; - [DNAFieldAttribute(5, "float", "increment_x[3]", 4)] + [DNAFieldAttribute(5, "float", "increment_x[3]", "System.Single[]", 4)] public float[] increment_x = new System.Single[3]; - [DNAFieldAttribute(6, "float", "attenuation_bias", 4)] + [DNAFieldAttribute(6, "float", "attenuation_bias", "float", 4)] public float attenuation_bias; - [DNAFieldAttribute(7, "float", "increment_y[3]", 4)] + [DNAFieldAttribute(7, "float", "increment_y[3]", "System.Single[]", 4)] public float[] increment_y = new System.Single[3]; - [DNAFieldAttribute(8, "float", "level_bias", 4)] + [DNAFieldAttribute(8, "float", "level_bias", "float", 4)] public float level_bias; - [DNAFieldAttribute(9, "float", "increment_z[3]", 4)] + [DNAFieldAttribute(9, "float", "increment_z[3]", "System.Single[]", 4)] public float[] increment_z = new System.Single[3]; - [DNAFieldAttribute(10, "float", "_pad4", 4)] + [DNAFieldAttribute(10, "float", "_pad4", "float", 4)] public float _pad4; - [DNAFieldAttribute(11, "float", "visibility_bias", 4)] + [DNAFieldAttribute(11, "float", "visibility_bias", "float", 4)] public float visibility_bias; - [DNAFieldAttribute(12, "float", "visibility_bleed", 4)] + [DNAFieldAttribute(12, "float", "visibility_bleed", "float", 4)] public float visibility_bleed; - [DNAFieldAttribute(13, "float", "visibility_range", 4)] + [DNAFieldAttribute(13, "float", "visibility_range", "float", 4)] public float visibility_range; - [DNAFieldAttribute(14, "float", "_pad5", 4)] + [DNAFieldAttribute(14, "float", "_pad5", "float", 4)] public float _pad5; public LightGridCache() { this.mat = default; diff --git a/BlendFile/DNA/LightLinking.cs b/BlendFile/DNA/LightLinking.cs index 0c92075..808942c 100644 --- a/BlendFile/DNA/LightLinking.cs +++ b/BlendFile/DNA/LightLinking.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(768, "LightLinking")] public class LightLinking { - [DNAFieldAttribute(0, "Collection", "*receiver_collection", 376)] + [DNAFieldAttribute(0, "Collection", "*receiver_collection", "Collection", 376)] public Collection ptr_receiver_collection; - [DNAFieldAttribute(1, "Collection", "*blocker_collection", 376)] + [DNAFieldAttribute(1, "Collection", "*blocker_collection", "Collection", 376)] public Collection ptr_blocker_collection; - [DNAFieldAttribute(2, "LightLinkingRuntime", "runtime", 24)] + [DNAFieldAttribute(2, "LightLinkingRuntime", "runtime", "LightLinkingRuntime", 24)] public LightLinkingRuntime runtime; public LightLinking() { this.ptr_receiver_collection = default; diff --git a/BlendFile/DNA/LightLinkingRuntime.cs b/BlendFile/DNA/LightLinkingRuntime.cs index 7cd1e01..98e164e 100644 --- a/BlendFile/DNA/LightLinkingRuntime.cs +++ b/BlendFile/DNA/LightLinkingRuntime.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(767, "LightLinkingRuntime")] public struct LightLinkingRuntime { - [DNAFieldAttribute(0, "uint64_t", "light_set_membership", 8)] + [DNAFieldAttribute(0, "uint64_t", "light_set_membership", "uint64_t", 8)] public ulong light_set_membership; - [DNAFieldAttribute(1, "uint64_t", "shadow_set_membership", 8)] + [DNAFieldAttribute(1, "uint64_t", "shadow_set_membership", "uint64_t", 8)] public ulong shadow_set_membership; - [DNAFieldAttribute(2, "uchar", "receiver_light_set", 1)] + [DNAFieldAttribute(2, "uchar", "receiver_light_set", "uchar", 1)] public byte receiver_light_set; - [DNAFieldAttribute(3, "uchar", "blocker_shadow_set", 1)] + [DNAFieldAttribute(3, "uchar", "blocker_shadow_set", "uchar", 1)] public byte blocker_shadow_set; - [DNAFieldAttribute(4, "uchar", "_pad[6]", 1)] + [DNAFieldAttribute(4, "uchar", "_pad[6]", "System.Byte[]", 1)] public byte[] _pad = new System.Byte[6]; public LightLinkingRuntime() { this.light_set_membership = default; diff --git a/BlendFile/DNA/LightProbe.cs b/BlendFile/DNA/LightProbe.cs index de0feba..bddbfa4 100644 --- a/BlendFile/DNA/LightProbe.cs +++ b/BlendFile/DNA/LightProbe.cs @@ -15,75 +15,75 @@ namespace BlendFile.DNA { [DNAClassAttribute(352, "LightProbe")] public class LightProbe { - [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", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "attenuation_type", 1)] + [DNAFieldAttribute(4, "char", "attenuation_type", "char", 1)] public char attenuation_type; - [DNAFieldAttribute(5, "char", "parallax_type", 1)] + [DNAFieldAttribute(5, "char", "parallax_type", "char", 1)] public char parallax_type; - [DNAFieldAttribute(6, "char", "grid_flag", 1)] + [DNAFieldAttribute(6, "char", "grid_flag", "char", 1)] public char grid_flag; - [DNAFieldAttribute(7, "char", "_pad0[3]", 1)] + [DNAFieldAttribute(7, "char", "_pad0[3]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[3]; - [DNAFieldAttribute(8, "float", "distinf", 4)] + [DNAFieldAttribute(8, "float", "distinf", "float", 4)] public float distinf; - [DNAFieldAttribute(9, "float", "distpar", 4)] + [DNAFieldAttribute(9, "float", "distpar", "float", 4)] public float distpar; - [DNAFieldAttribute(10, "float", "falloff", 4)] + [DNAFieldAttribute(10, "float", "falloff", "float", 4)] public float falloff; - [DNAFieldAttribute(11, "float", "clipsta", 4)] + [DNAFieldAttribute(11, "float", "clipsta", "float", 4)] public float clipsta; - [DNAFieldAttribute(12, "float", "clipend", 4)] + [DNAFieldAttribute(12, "float", "clipend", "float", 4)] public float clipend; - [DNAFieldAttribute(13, "float", "vis_bias", 4)] + [DNAFieldAttribute(13, "float", "vis_bias", "float", 4)] public float vis_bias; - [DNAFieldAttribute(14, "float", "vis_bleedbias", 4)] + [DNAFieldAttribute(14, "float", "vis_bleedbias", "float", 4)] public float vis_bleedbias; - [DNAFieldAttribute(15, "float", "vis_blur", 4)] + [DNAFieldAttribute(15, "float", "vis_blur", "float", 4)] public float vis_blur; - [DNAFieldAttribute(16, "float", "intensity", 4)] + [DNAFieldAttribute(16, "float", "intensity", "float", 4)] public float intensity; - [DNAFieldAttribute(17, "int", "grid_resolution_x", 4)] + [DNAFieldAttribute(17, "int", "grid_resolution_x", "int", 4)] public int grid_resolution_x; - [DNAFieldAttribute(18, "int", "grid_resolution_y", 4)] + [DNAFieldAttribute(18, "int", "grid_resolution_y", "int", 4)] public int grid_resolution_y; - [DNAFieldAttribute(19, "int", "grid_resolution_z", 4)] + [DNAFieldAttribute(19, "int", "grid_resolution_z", "int", 4)] public int grid_resolution_z; - [DNAFieldAttribute(20, "int", "grid_bake_samples", 4)] + [DNAFieldAttribute(20, "int", "grid_bake_samples", "int", 4)] public int grid_bake_samples; - [DNAFieldAttribute(21, "float", "grid_surface_bias", 4)] + [DNAFieldAttribute(21, "float", "grid_surface_bias", "float", 4)] public float grid_surface_bias; - [DNAFieldAttribute(22, "float", "grid_escape_bias", 4)] + [DNAFieldAttribute(22, "float", "grid_escape_bias", "float", 4)] public float grid_escape_bias; - [DNAFieldAttribute(23, "float", "grid_normal_bias", 4)] + [DNAFieldAttribute(23, "float", "grid_normal_bias", "float", 4)] public float grid_normal_bias; - [DNAFieldAttribute(24, "float", "grid_view_bias", 4)] + [DNAFieldAttribute(24, "float", "grid_view_bias", "float", 4)] public float grid_view_bias; - [DNAFieldAttribute(25, "float", "grid_facing_bias", 4)] + [DNAFieldAttribute(25, "float", "grid_facing_bias", "float", 4)] public float grid_facing_bias; - [DNAFieldAttribute(26, "float", "grid_validity_threshold", 4)] + [DNAFieldAttribute(26, "float", "grid_validity_threshold", "float", 4)] public float grid_validity_threshold; - [DNAFieldAttribute(27, "float", "grid_dilation_threshold", 4)] + [DNAFieldAttribute(27, "float", "grid_dilation_threshold", "float", 4)] public float grid_dilation_threshold; - [DNAFieldAttribute(28, "float", "grid_dilation_radius", 4)] + [DNAFieldAttribute(28, "float", "grid_dilation_radius", "float", 4)] public float grid_dilation_radius; - [DNAFieldAttribute(29, "float", "grid_clamp_direct", 4)] + [DNAFieldAttribute(29, "float", "grid_clamp_direct", "float", 4)] public float grid_clamp_direct; - [DNAFieldAttribute(30, "float", "grid_clamp_indirect", 4)] + [DNAFieldAttribute(30, "float", "grid_clamp_indirect", "float", 4)] public float grid_clamp_indirect; - [DNAFieldAttribute(31, "int", "grid_surfel_density", 4)] + [DNAFieldAttribute(31, "int", "grid_surfel_density", "int", 4)] public int grid_surfel_density; - [DNAFieldAttribute(32, "Collection", "*visibility_grp", 376)] + [DNAFieldAttribute(32, "Collection", "*visibility_grp", "Collection", 376)] public Collection ptr_visibility_grp; - [DNAFieldAttribute(33, "float", "data_display_size", 4)] + [DNAFieldAttribute(33, "float", "data_display_size", "float", 4)] public float data_display_size; - [DNAFieldAttribute(34, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(34, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public LightProbe() { this.id = default; diff --git a/BlendFile/DNA/LightProbeBakingData.cs b/BlendFile/DNA/LightProbeBakingData.cs index 2554265..d168082 100644 --- a/BlendFile/DNA/LightProbeBakingData.cs +++ b/BlendFile/DNA/LightProbeBakingData.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(357, "LightProbeBakingData")] public class LightProbeBakingData { - [DNAFieldAttribute(4, "float", "*validity", 4)] + [DNAFieldAttribute(4, "float", "*validity", "float", 4)] public float ptr_validity; public LightProbeBakingData() { this.ptr_validity = default; diff --git a/BlendFile/DNA/LightProbeBlockData.cs b/BlendFile/DNA/LightProbeBlockData.cs index 13dbebb..c582264 100644 --- a/BlendFile/DNA/LightProbeBlockData.cs +++ b/BlendFile/DNA/LightProbeBlockData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(361, "LightProbeBlockData")] public struct LightProbeBlockData { - [DNAFieldAttribute(0, "int", "offset[3]", 4)] + [DNAFieldAttribute(0, "int", "offset[3]", "System.Int32[]", 4)] public int[] offset = new System.Int32[3]; - [DNAFieldAttribute(1, "int", "level", 4)] + [DNAFieldAttribute(1, "int", "level", "int", 4)] public int level; public LightProbeBlockData() { this.offset = default; diff --git a/BlendFile/DNA/LightProbeCache.cs b/BlendFile/DNA/LightProbeCache.cs index 590e677..b8be501 100644 --- a/BlendFile/DNA/LightProbeCache.cs +++ b/BlendFile/DNA/LightProbeCache.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(353, "LightProbeCache")] public struct LightProbeCache { - [DNAFieldAttribute(0, "float", "position[3]", 4)] + [DNAFieldAttribute(0, "float", "position[3]", "System.Single[]", 4)] public float[] position = new System.Single[3]; - [DNAFieldAttribute(1, "float", "parallax_type", 4)] + [DNAFieldAttribute(1, "float", "parallax_type", "float", 4)] public float parallax_type; - [DNAFieldAttribute(2, "float", "attenuation_fac", 4)] + [DNAFieldAttribute(2, "float", "attenuation_fac", "float", 4)] public float attenuation_fac; - [DNAFieldAttribute(3, "float", "attenuation_type", 4)] + [DNAFieldAttribute(3, "float", "attenuation_type", "float", 4)] public float attenuation_type; - [DNAFieldAttribute(4, "float", "_pad3[2]", 4)] + [DNAFieldAttribute(4, "float", "_pad3[2]", "System.Single[]", 4)] public float[] _pad3 = new System.Single[2]; - [DNAFieldAttribute(5, "float", "attenuationmat[4][4]", 4)] + [DNAFieldAttribute(5, "float", "attenuationmat[4][4]", "System.Single[,]", 4)] public float[,] attenuationmat = new System.Single[4,4]; - [DNAFieldAttribute(6, "float", "parallaxmat[4][4]", 4)] + [DNAFieldAttribute(6, "float", "parallaxmat[4][4]", "System.Single[,]", 4)] public float[,] parallaxmat = new System.Single[4,4]; public LightProbeCache() { this.position = default; diff --git a/BlendFile/DNA/LightProbeConnectivityData.cs b/BlendFile/DNA/LightProbeConnectivityData.cs index 19a8f7c..24cfa98 100644 --- a/BlendFile/DNA/LightProbeConnectivityData.cs +++ b/BlendFile/DNA/LightProbeConnectivityData.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(360, "LightProbeConnectivityData")] public class LightProbeConnectivityData { - [DNAFieldAttribute(0, "uchar", "*validity", 1)] + [DNAFieldAttribute(0, "uchar", "*validity", "uchar", 1)] public byte ptr_validity; public LightProbeConnectivityData() { this.ptr_validity = default; diff --git a/BlendFile/DNA/LightProbeGridCacheFrame.cs b/BlendFile/DNA/LightProbeGridCacheFrame.cs index d67d0ff..4169e7d 100644 --- a/BlendFile/DNA/LightProbeGridCacheFrame.cs +++ b/BlendFile/DNA/LightProbeGridCacheFrame.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(362, "LightProbeGridCacheFrame")] public class LightProbeGridCacheFrame { - [DNAFieldAttribute(0, "int", "size[3]", 4)] + [DNAFieldAttribute(0, "int", "size[3]", "System.Int32[]", 4)] public int[] size = new System.Int32[3]; - [DNAFieldAttribute(1, "int", "data_layout", 4)] + [DNAFieldAttribute(1, "int", "data_layout", "int", 4)] public int data_layout; - [DNAFieldAttribute(2, "int", "block_len", 4)] + [DNAFieldAttribute(2, "int", "block_len", "int", 4)] public int block_len; - [DNAFieldAttribute(3, "int", "block_size", 4)] + [DNAFieldAttribute(3, "int", "block_size", "int", 4)] public int block_size; - [DNAFieldAttribute(4, "LightProbeBlockData", "*block_infos", 16)] + [DNAFieldAttribute(4, "LightProbeBlockData", "*block_infos", "LightProbeBlockData", 16)] public LightProbeBlockData ptr_block_infos; - [DNAFieldAttribute(5, "LightProbeBakingData", "baking", 48)] + [DNAFieldAttribute(5, "LightProbeBakingData", "baking", "LightProbeBakingData", 48)] public LightProbeBakingData baking; - [DNAFieldAttribute(6, "LightProbeIrradianceData", "irradiance", 32)] + [DNAFieldAttribute(6, "LightProbeIrradianceData", "irradiance", "LightProbeIrradianceData", 32)] public LightProbeIrradianceData irradiance; - [DNAFieldAttribute(7, "LightProbeVisibilityData", "visibility", 32)] + [DNAFieldAttribute(7, "LightProbeVisibilityData", "visibility", "LightProbeVisibilityData", 32)] public LightProbeVisibilityData visibility; - [DNAFieldAttribute(8, "LightProbeConnectivityData", "connectivity", 8)] + [DNAFieldAttribute(8, "LightProbeConnectivityData", "connectivity", "LightProbeConnectivityData", 8)] public LightProbeConnectivityData connectivity; - [DNAFieldAttribute(9, "char", "_pad[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(10, "int", "surfels_len", 4)] + [DNAFieldAttribute(10, "int", "surfels_len", "int", 4)] public int surfels_len; - [DNAFieldAttribute(11, "void", "*surfels", 0)] + [DNAFieldAttribute(11, "void", "*surfels", "void", 0)] public object ptr_surfels; public LightProbeGridCacheFrame() { this.size = default; diff --git a/BlendFile/DNA/LightProbeIrradianceData.cs b/BlendFile/DNA/LightProbeIrradianceData.cs index 9dd9788..a46bae5 100644 --- a/BlendFile/DNA/LightProbeIrradianceData.cs +++ b/BlendFile/DNA/LightProbeIrradianceData.cs @@ -15,8 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(358, "LightProbeIrradianceData")] public class LightProbeIrradianceData { - public LightProbeIrradianceData() - { + public LightProbeIrradianceData() { } } } diff --git a/BlendFile/DNA/LightProbeObjectCache.cs b/BlendFile/DNA/LightProbeObjectCache.cs index d4e404a..7a47ade 100644 --- a/BlendFile/DNA/LightProbeObjectCache.cs +++ b/BlendFile/DNA/LightProbeObjectCache.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(363, "LightProbeObjectCache")] public class LightProbeObjectCache { - [DNAFieldAttribute(0, "int", "cache_type", 4)] + [DNAFieldAttribute(0, "int", "cache_type", "int", 4)] public int cache_type; - [DNAFieldAttribute(1, "char", "shared", 1)] + [DNAFieldAttribute(1, "char", "shared", "char", 1)] public char shared; - [DNAFieldAttribute(2, "char", "dirty", 1)] + [DNAFieldAttribute(2, "char", "dirty", "char", 1)] public char dirty; - [DNAFieldAttribute(3, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(3, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(4, "LightProbeGridCacheFrame", "*grid_static_cache", 168)] + [DNAFieldAttribute(4, "LightProbeGridCacheFrame", "*grid_static_cache", "LightProbeGridCacheFrame", 168)] public LightProbeGridCacheFrame ptr_grid_static_cache; public LightProbeObjectCache() { this.cache_type = default; diff --git a/BlendFile/DNA/LightProbeVisibilityData.cs b/BlendFile/DNA/LightProbeVisibilityData.cs index e1ecfba..dda0d3e 100644 --- a/BlendFile/DNA/LightProbeVisibilityData.cs +++ b/BlendFile/DNA/LightProbeVisibilityData.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(359, "LightProbeVisibilityData")] public class LightProbeVisibilityData { - [DNAFieldAttribute(0, "float", "*L0", 4)] + [DNAFieldAttribute(0, "float", "*L0", "float", 4)] public float ptr_L0; - [DNAFieldAttribute(1, "float", "*L1_a", 4)] + [DNAFieldAttribute(1, "float", "*L1_a", "float", 4)] public float ptr_L1_a; - [DNAFieldAttribute(2, "float", "*L1_b", 4)] + [DNAFieldAttribute(2, "float", "*L1_b", "float", 4)] public float ptr_L1_b; - [DNAFieldAttribute(3, "float", "*L1_c", 4)] + [DNAFieldAttribute(3, "float", "*L1_c", "float", 4)] public float ptr_L1_c; public LightProbeVisibilityData() { this.ptr_L0 = default; diff --git a/BlendFile/DNA/LightgroupMembership.cs b/BlendFile/DNA/LightgroupMembership.cs index c084512..9f84abe 100644 --- a/BlendFile/DNA/LightgroupMembership.cs +++ b/BlendFile/DNA/LightgroupMembership.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(347, "LightgroupMembership")] public struct LightgroupMembership { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; public LightgroupMembership() { this.name = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_AlongStroke.cs b/BlendFile/DNA/LineStyleAlphaModifier_AlongStroke.cs index 3d357f3..f15c9ae 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_AlongStroke.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_AlongStroke.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(366, "LineStyleAlphaModifier_AlongStroke")] public class LineStyleAlphaModifier_AlongStroke { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleAlphaModifier_AlongStroke() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_CreaseAngle.cs b/BlendFile/DNA/LineStyleAlphaModifier_CreaseAngle.cs index 9a9e841..14881a6 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_CreaseAngle.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_CreaseAngle.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(381, "LineStyleAlphaModifier_CreaseAngle")] public class LineStyleAlphaModifier_CreaseAngle { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "min_angle", 4)] + [DNAFieldAttribute(3, "float", "min_angle", "float", 4)] public float min_angle; - [DNAFieldAttribute(4, "float", "max_angle", 4)] + [DNAFieldAttribute(4, "float", "max_angle", "float", 4)] public float max_angle; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleAlphaModifier_CreaseAngle() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_Curvature_3D.cs b/BlendFile/DNA/LineStyleAlphaModifier_Curvature_3D.cs index 120c447..2b3c5de 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_Curvature_3D.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_Curvature_3D.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(375, "LineStyleAlphaModifier_Curvature_3D")] public class LineStyleAlphaModifier_Curvature_3D { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "min_curvature", 4)] + [DNAFieldAttribute(3, "float", "min_curvature", "float", 4)] public float min_curvature; - [DNAFieldAttribute(4, "float", "max_curvature", 4)] + [DNAFieldAttribute(4, "float", "max_curvature", "float", 4)] public float max_curvature; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleAlphaModifier_Curvature_3D() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromCamera.cs b/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromCamera.cs index 82a42af..3f78c62 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromCamera.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromCamera.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(369, "LineStyleAlphaModifier_DistanceFromCamera")] public class LineStyleAlphaModifier_DistanceFromCamera { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "range_min", 4)] + [DNAFieldAttribute(3, "float", "range_min", "float", 4)] public float range_min; - [DNAFieldAttribute(4, "float", "range_max", 4)] + [DNAFieldAttribute(4, "float", "range_max", "float", 4)] public float range_max; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleAlphaModifier_DistanceFromCamera() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromObject.cs b/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromObject.cs index 9fefdf2..60aa5c3 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromObject.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_DistanceFromObject.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(372, "LineStyleAlphaModifier_DistanceFromObject")] public class LineStyleAlphaModifier_DistanceFromObject { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "Object", "*target", 1160)] + [DNAFieldAttribute(1, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(2, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(3, "int", "flags", 4)] + [DNAFieldAttribute(3, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(4, "float", "range_min", 4)] + [DNAFieldAttribute(4, "float", "range_min", "float", 4)] public float range_min; - [DNAFieldAttribute(5, "float", "range_max", 4)] + [DNAFieldAttribute(5, "float", "range_max", "float", 4)] public float range_max; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleAlphaModifier_DistanceFromObject() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_Material.cs b/BlendFile/DNA/LineStyleAlphaModifier_Material.cs index 93f52fc..3788881 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_Material.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_Material.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(387, "LineStyleAlphaModifier_Material")] public class LineStyleAlphaModifier_Material { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "int", "mat_attr", 4)] + [DNAFieldAttribute(3, "int", "mat_attr", "int", 4)] public int mat_attr; public LineStyleAlphaModifier_Material() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_Noise.cs b/BlendFile/DNA/LineStyleAlphaModifier_Noise.cs index 99b7156..c5a83f1 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_Noise.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_Noise.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(378, "LineStyleAlphaModifier_Noise")] public class LineStyleAlphaModifier_Noise { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "period", 4)] + [DNAFieldAttribute(3, "float", "period", "float", 4)] public float period; - [DNAFieldAttribute(4, "float", "amplitude", 4)] + [DNAFieldAttribute(4, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(5, "int", "seed", 4)] + [DNAFieldAttribute(5, "int", "seed", "int", 4)] public int seed; public LineStyleAlphaModifier_Noise() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleAlphaModifier_Tangent.cs b/BlendFile/DNA/LineStyleAlphaModifier_Tangent.cs index 0f14c52..b014fdf 100644 --- a/BlendFile/DNA/LineStyleAlphaModifier_Tangent.cs +++ b/BlendFile/DNA/LineStyleAlphaModifier_Tangent.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(384, "LineStyleAlphaModifier_Tangent")] public class LineStyleAlphaModifier_Tangent { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleAlphaModifier_Tangent() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_AlongStroke.cs b/BlendFile/DNA/LineStyleColorModifier_AlongStroke.cs index d1cd8ed..68933d6 100644 --- a/BlendFile/DNA/LineStyleColorModifier_AlongStroke.cs +++ b/BlendFile/DNA/LineStyleColorModifier_AlongStroke.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(365, "LineStyleColorModifier_AlongStroke")] public class LineStyleColorModifier_AlongStroke { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; public LineStyleColorModifier_AlongStroke() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_CreaseAngle.cs b/BlendFile/DNA/LineStyleColorModifier_CreaseAngle.cs index 69daed9..396d143 100644 --- a/BlendFile/DNA/LineStyleColorModifier_CreaseAngle.cs +++ b/BlendFile/DNA/LineStyleColorModifier_CreaseAngle.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(380, "LineStyleColorModifier_CreaseAngle")] public class LineStyleColorModifier_CreaseAngle { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; - [DNAFieldAttribute(2, "float", "min_angle", 4)] + [DNAFieldAttribute(2, "float", "min_angle", "float", 4)] public float min_angle; - [DNAFieldAttribute(3, "float", "max_angle", 4)] + [DNAFieldAttribute(3, "float", "max_angle", "float", 4)] public float max_angle; public LineStyleColorModifier_CreaseAngle() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_Curvature_3D.cs b/BlendFile/DNA/LineStyleColorModifier_Curvature_3D.cs index 4081c7c..0fdd7b9 100644 --- a/BlendFile/DNA/LineStyleColorModifier_Curvature_3D.cs +++ b/BlendFile/DNA/LineStyleColorModifier_Curvature_3D.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(374, "LineStyleColorModifier_Curvature_3D")] public class LineStyleColorModifier_Curvature_3D { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "min_curvature", 4)] + [DNAFieldAttribute(1, "float", "min_curvature", "float", 4)] public float min_curvature; - [DNAFieldAttribute(2, "float", "max_curvature", 4)] + [DNAFieldAttribute(2, "float", "max_curvature", "float", 4)] public float max_curvature; - [DNAFieldAttribute(3, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(3, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; - [DNAFieldAttribute(4, "float", "range_min", 4)] + [DNAFieldAttribute(4, "float", "range_min", "float", 4)] public float range_min; - [DNAFieldAttribute(5, "float", "range_max", 4)] + [DNAFieldAttribute(5, "float", "range_max", "float", 4)] public float range_max; public LineStyleColorModifier_Curvature_3D() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_DistanceFromCamera.cs b/BlendFile/DNA/LineStyleColorModifier_DistanceFromCamera.cs index bab0784..45c8032 100644 --- a/BlendFile/DNA/LineStyleColorModifier_DistanceFromCamera.cs +++ b/BlendFile/DNA/LineStyleColorModifier_DistanceFromCamera.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(368, "LineStyleColorModifier_DistanceFromCamera")] public class LineStyleColorModifier_DistanceFromCamera { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; - [DNAFieldAttribute(2, "float", "range_min", 4)] + [DNAFieldAttribute(2, "float", "range_min", "float", 4)] public float range_min; - [DNAFieldAttribute(3, "float", "range_max", 4)] + [DNAFieldAttribute(3, "float", "range_max", "float", 4)] public float range_max; public LineStyleColorModifier_DistanceFromCamera() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_DistanceFromObject.cs b/BlendFile/DNA/LineStyleColorModifier_DistanceFromObject.cs index 5f219b1..42bc69c 100644 --- a/BlendFile/DNA/LineStyleColorModifier_DistanceFromObject.cs +++ b/BlendFile/DNA/LineStyleColorModifier_DistanceFromObject.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(371, "LineStyleColorModifier_DistanceFromObject")] public class LineStyleColorModifier_DistanceFromObject { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "Object", "*target", 1160)] + [DNAFieldAttribute(1, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(2, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(2, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; - [DNAFieldAttribute(3, "float", "range_min", 4)] + [DNAFieldAttribute(3, "float", "range_min", "float", 4)] public float range_min; - [DNAFieldAttribute(4, "float", "range_max", 4)] + [DNAFieldAttribute(4, "float", "range_max", "float", 4)] public float range_max; public LineStyleColorModifier_DistanceFromObject() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_Material.cs b/BlendFile/DNA/LineStyleColorModifier_Material.cs index d20941c..73c1901 100644 --- a/BlendFile/DNA/LineStyleColorModifier_Material.cs +++ b/BlendFile/DNA/LineStyleColorModifier_Material.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(386, "LineStyleColorModifier_Material")] public class LineStyleColorModifier_Material { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "int", "mat_attr", 4)] + [DNAFieldAttribute(3, "int", "mat_attr", "int", 4)] public int mat_attr; public LineStyleColorModifier_Material() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_Noise.cs b/BlendFile/DNA/LineStyleColorModifier_Noise.cs index 0e58390..2432175 100644 --- a/BlendFile/DNA/LineStyleColorModifier_Noise.cs +++ b/BlendFile/DNA/LineStyleColorModifier_Noise.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(377, "LineStyleColorModifier_Noise")] public class LineStyleColorModifier_Noise { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; - [DNAFieldAttribute(2, "float", "period", 4)] + [DNAFieldAttribute(2, "float", "period", "float", 4)] public float period; - [DNAFieldAttribute(3, "float", "amplitude", 4)] + [DNAFieldAttribute(3, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(4, "int", "seed", 4)] + [DNAFieldAttribute(4, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleColorModifier_Noise() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleColorModifier_Tangent.cs b/BlendFile/DNA/LineStyleColorModifier_Tangent.cs index d21d653..076d28e 100644 --- a/BlendFile/DNA/LineStyleColorModifier_Tangent.cs +++ b/BlendFile/DNA/LineStyleColorModifier_Tangent.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(383, "LineStyleColorModifier_Tangent")] public class LineStyleColorModifier_Tangent { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)] + [DNAFieldAttribute(1, "ColorBand", "*color_ramp", "ColorBand", 776)] public ColorBand ptr_color_ramp; public LineStyleColorModifier_Tangent() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_2DOffset.cs b/BlendFile/DNA/LineStyleGeometryModifier_2DOffset.cs index 6d858cd..62b13e2 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_2DOffset.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_2DOffset.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(400, "LineStyleGeometryModifier_2DOffset")] public struct LineStyleGeometryModifier_2DOffset { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "start", 4)] + [DNAFieldAttribute(1, "float", "start", "float", 4)] public float start; - [DNAFieldAttribute(2, "float", "end", 4)] + [DNAFieldAttribute(2, "float", "end", "float", 4)] public float end; - [DNAFieldAttribute(3, "float", "x", 4)] + [DNAFieldAttribute(3, "float", "x", "float", 4)] public float x; - [DNAFieldAttribute(4, "float", "y", 4)] + [DNAFieldAttribute(4, "float", "y", "float", 4)] public float y; public LineStyleGeometryModifier_2DOffset() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_2DTransform.cs b/BlendFile/DNA/LineStyleGeometryModifier_2DTransform.cs index 5a04f21..8fc8205 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_2DTransform.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_2DTransform.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(401, "LineStyleGeometryModifier_2DTransform")] public struct LineStyleGeometryModifier_2DTransform { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "int", "pivot", 4)] + [DNAFieldAttribute(1, "int", "pivot", "int", 4)] public int pivot; - [DNAFieldAttribute(2, "float", "scale_x", 4)] + [DNAFieldAttribute(2, "float", "scale_x", "float", 4)] public float scale_x; - [DNAFieldAttribute(3, "float", "scale_y", 4)] + [DNAFieldAttribute(3, "float", "scale_y", "float", 4)] public float scale_y; - [DNAFieldAttribute(4, "float", "angle", 4)] + [DNAFieldAttribute(4, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(5, "float", "pivot_u", 4)] + [DNAFieldAttribute(5, "float", "pivot_u", "float", 4)] public float pivot_u; - [DNAFieldAttribute(6, "float", "pivot_x", 4)] + [DNAFieldAttribute(6, "float", "pivot_x", "float", 4)] public float pivot_x; - [DNAFieldAttribute(7, "float", "pivot_y", 4)] + [DNAFieldAttribute(7, "float", "pivot_y", "float", 4)] public float pivot_y; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_2DTransform() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_BackboneStretcher.cs b/BlendFile/DNA/LineStyleGeometryModifier_BackboneStretcher.cs index 003dd34..0cf9bef 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_BackboneStretcher.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_BackboneStretcher.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(395, "LineStyleGeometryModifier_BackboneStretcher")] public struct LineStyleGeometryModifier_BackboneStretcher { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "backbone_length", 4)] + [DNAFieldAttribute(1, "float", "backbone_length", "float", 4)] public float backbone_length; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_BackboneStretcher() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_BezierCurve.cs b/BlendFile/DNA/LineStyleGeometryModifier_BezierCurve.cs index fec1064..f2f4588 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_BezierCurve.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_BezierCurve.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(390, "LineStyleGeometryModifier_BezierCurve")] public struct LineStyleGeometryModifier_BezierCurve { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "error", 4)] + [DNAFieldAttribute(1, "float", "error", "float", 4)] public float error; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_BezierCurve() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_Blueprint.cs b/BlendFile/DNA/LineStyleGeometryModifier_Blueprint.cs index d2baee3..b7e5191 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_Blueprint.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_Blueprint.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(399, "LineStyleGeometryModifier_Blueprint")] public struct LineStyleGeometryModifier_Blueprint { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "int", "flags", 4)] + [DNAFieldAttribute(1, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(2, "int", "rounds", 4)] + [DNAFieldAttribute(2, "int", "rounds", "int", 4)] public int rounds; - [DNAFieldAttribute(3, "float", "backbone_length", 4)] + [DNAFieldAttribute(3, "float", "backbone_length", "float", 4)] public float backbone_length; - [DNAFieldAttribute(4, "int", "random_radius", 4)] + [DNAFieldAttribute(4, "int", "random_radius", "int", 4)] public int random_radius; - [DNAFieldAttribute(5, "int", "random_center", 4)] + [DNAFieldAttribute(5, "int", "random_center", "int", 4)] public int random_center; - [DNAFieldAttribute(6, "int", "random_backbone", 4)] + [DNAFieldAttribute(6, "int", "random_backbone", "int", 4)] public int random_backbone; public LineStyleGeometryModifier_Blueprint() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_GuidingLines.cs b/BlendFile/DNA/LineStyleGeometryModifier_GuidingLines.cs index 903d7ae..94de5c7 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_GuidingLines.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_GuidingLines.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(398, "LineStyleGeometryModifier_GuidingLines")] public struct LineStyleGeometryModifier_GuidingLines { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "offset", 4)] + [DNAFieldAttribute(1, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_GuidingLines() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise1D.cs b/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise1D.cs index 5cd13aa..0af3d5a 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise1D.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise1D.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(393, "LineStyleGeometryModifier_PerlinNoise1D")] public struct LineStyleGeometryModifier_PerlinNoise1D { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "frequency", 4)] + [DNAFieldAttribute(1, "float", "frequency", "float", 4)] public float frequency; - [DNAFieldAttribute(2, "float", "amplitude", 4)] + [DNAFieldAttribute(2, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(3, "float", "angle", 4)] + [DNAFieldAttribute(3, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(4, "int", "octaves", 4)] + [DNAFieldAttribute(4, "int", "octaves", "int", 4)] public int octaves; - [DNAFieldAttribute(5, "int", "seed", 4)] + [DNAFieldAttribute(5, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(6, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public LineStyleGeometryModifier_PerlinNoise1D() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise2D.cs b/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise2D.cs index 86cbb71..fba4810 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise2D.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_PerlinNoise2D.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(394, "LineStyleGeometryModifier_PerlinNoise2D")] public struct LineStyleGeometryModifier_PerlinNoise2D { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "frequency", 4)] + [DNAFieldAttribute(1, "float", "frequency", "float", 4)] public float frequency; - [DNAFieldAttribute(2, "float", "amplitude", 4)] + [DNAFieldAttribute(2, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(3, "float", "angle", 4)] + [DNAFieldAttribute(3, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(4, "int", "octaves", 4)] + [DNAFieldAttribute(4, "int", "octaves", "int", 4)] public int octaves; - [DNAFieldAttribute(5, "int", "seed", 4)] + [DNAFieldAttribute(5, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(6, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public LineStyleGeometryModifier_PerlinNoise2D() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_Polygonalization.cs b/BlendFile/DNA/LineStyleGeometryModifier_Polygonalization.cs index 6757042..87baec8 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_Polygonalization.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_Polygonalization.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(397, "LineStyleGeometryModifier_Polygonalization")] public struct LineStyleGeometryModifier_Polygonalization { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "error", 4)] + [DNAFieldAttribute(1, "float", "error", "float", 4)] public float error; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_Polygonalization() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_Sampling.cs b/BlendFile/DNA/LineStyleGeometryModifier_Sampling.cs index 510fa1d..f292aa7 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_Sampling.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_Sampling.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(389, "LineStyleGeometryModifier_Sampling")] public struct LineStyleGeometryModifier_Sampling { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "sampling", 4)] + [DNAFieldAttribute(1, "float", "sampling", "float", 4)] public float sampling; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_Sampling() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_Simplification.cs b/BlendFile/DNA/LineStyleGeometryModifier_Simplification.cs index e981010..e577397 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_Simplification.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_Simplification.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(402, "LineStyleGeometryModifier_Simplification")] public struct LineStyleGeometryModifier_Simplification { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "tolerance", 4)] + [DNAFieldAttribute(1, "float", "tolerance", "float", 4)] public float tolerance; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_Simplification() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_SinusDisplacement.cs b/BlendFile/DNA/LineStyleGeometryModifier_SinusDisplacement.cs index 9c32be1..7678887 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_SinusDisplacement.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_SinusDisplacement.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(391, "LineStyleGeometryModifier_SinusDisplacement")] public struct LineStyleGeometryModifier_SinusDisplacement { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "wavelength", 4)] + [DNAFieldAttribute(1, "float", "wavelength", "float", 4)] public float wavelength; - [DNAFieldAttribute(2, "float", "amplitude", 4)] + [DNAFieldAttribute(2, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(3, "float", "phase", 4)] + [DNAFieldAttribute(3, "float", "phase", "float", 4)] public float phase; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_SinusDisplacement() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_SpatialNoise.cs b/BlendFile/DNA/LineStyleGeometryModifier_SpatialNoise.cs index 10b961a..b8e1df7 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_SpatialNoise.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_SpatialNoise.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(392, "LineStyleGeometryModifier_SpatialNoise")] public struct LineStyleGeometryModifier_SpatialNoise { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "amplitude", 4)] + [DNAFieldAttribute(1, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(2, "float", "scale", 4)] + [DNAFieldAttribute(2, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(3, "int", "octaves", 4)] + [DNAFieldAttribute(3, "int", "octaves", "int", 4)] public int octaves; - [DNAFieldAttribute(4, "int", "flags", 4)] + [DNAFieldAttribute(4, "int", "flags", "int", 4)] public int flags; public LineStyleGeometryModifier_SpatialNoise() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleGeometryModifier_TipRemover.cs b/BlendFile/DNA/LineStyleGeometryModifier_TipRemover.cs index 94b25fa..59acf8f 100644 --- a/BlendFile/DNA/LineStyleGeometryModifier_TipRemover.cs +++ b/BlendFile/DNA/LineStyleGeometryModifier_TipRemover.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(396, "LineStyleGeometryModifier_TipRemover")] public struct LineStyleGeometryModifier_TipRemover { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "tip_length", 4)] + [DNAFieldAttribute(1, "float", "tip_length", "float", 4)] public float tip_length; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleGeometryModifier_TipRemover() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleModifier.cs b/BlendFile/DNA/LineStyleModifier.cs index f06cd89..e448dc9 100644 --- a/BlendFile/DNA/LineStyleModifier.cs +++ b/BlendFile/DNA/LineStyleModifier.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(364, "LineStyleModifier")] public class LineStyleModifier { - [DNAFieldAttribute(0, "LineStyleModifier", "*next", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "*next", "LineStyleModifier", 96)] public LineStyleModifier ptr_next; - [DNAFieldAttribute(1, "LineStyleModifier", "*prev", 96)] + [DNAFieldAttribute(1, "LineStyleModifier", "*prev", "LineStyleModifier", 96)] public LineStyleModifier 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, "int", "type", 4)] + [DNAFieldAttribute(3, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(4, "float", "influence", 4)] + [DNAFieldAttribute(4, "float", "influence", "float", 4)] public float influence; - [DNAFieldAttribute(5, "int", "flags", 4)] + [DNAFieldAttribute(5, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(6, "int", "blend", 4)] + [DNAFieldAttribute(6, "int", "blend", "int", 4)] public int blend; public LineStyleModifier() { this.ptr_next = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_AlongStroke.cs b/BlendFile/DNA/LineStyleThicknessModifier_AlongStroke.cs index 54a428b..b1411f1 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_AlongStroke.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_AlongStroke.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(367, "LineStyleThicknessModifier_AlongStroke")] public class LineStyleThicknessModifier_AlongStroke { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "value_min", 4)] + [DNAFieldAttribute(3, "float", "value_min", "float", 4)] public float value_min; - [DNAFieldAttribute(4, "float", "value_max", 4)] + [DNAFieldAttribute(4, "float", "value_max", "float", 4)] public float value_max; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleThicknessModifier_AlongStroke() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_Calligraphy.cs b/BlendFile/DNA/LineStyleThicknessModifier_Calligraphy.cs index d85268a..4177489 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_Calligraphy.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_Calligraphy.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(403, "LineStyleThicknessModifier_Calligraphy")] public struct LineStyleThicknessModifier_Calligraphy { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "min_thickness", 4)] + [DNAFieldAttribute(1, "float", "min_thickness", "float", 4)] public float min_thickness; - [DNAFieldAttribute(2, "float", "max_thickness", 4)] + [DNAFieldAttribute(2, "float", "max_thickness", "float", 4)] public float max_thickness; - [DNAFieldAttribute(3, "float", "orientation", 4)] + [DNAFieldAttribute(3, "float", "orientation", "float", 4)] public float orientation; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleThicknessModifier_Calligraphy() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_CreaseAngle.cs b/BlendFile/DNA/LineStyleThicknessModifier_CreaseAngle.cs index eadd61a..ee66f28 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_CreaseAngle.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_CreaseAngle.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(382, "LineStyleThicknessModifier_CreaseAngle")] public class LineStyleThicknessModifier_CreaseAngle { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(4, "float", "min_angle", 4)] + [DNAFieldAttribute(4, "float", "min_angle", "float", 4)] public float min_angle; - [DNAFieldAttribute(5, "float", "max_angle", 4)] + [DNAFieldAttribute(5, "float", "max_angle", "float", 4)] public float max_angle; - [DNAFieldAttribute(6, "float", "min_thickness", 4)] + [DNAFieldAttribute(6, "float", "min_thickness", "float", 4)] public float min_thickness; - [DNAFieldAttribute(7, "float", "max_thickness", 4)] + [DNAFieldAttribute(7, "float", "max_thickness", "float", 4)] public float max_thickness; public LineStyleThicknessModifier_CreaseAngle() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_Curvature_3D.cs b/BlendFile/DNA/LineStyleThicknessModifier_Curvature_3D.cs index 68c0eff..bbb16f6 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_Curvature_3D.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_Curvature_3D.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(376, "LineStyleThicknessModifier_Curvature_3D")] public class LineStyleThicknessModifier_Curvature_3D { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(4, "float", "min_curvature", 4)] + [DNAFieldAttribute(4, "float", "min_curvature", "float", 4)] public float min_curvature; - [DNAFieldAttribute(5, "float", "max_curvature", 4)] + [DNAFieldAttribute(5, "float", "max_curvature", "float", 4)] public float max_curvature; - [DNAFieldAttribute(6, "float", "min_thickness", 4)] + [DNAFieldAttribute(6, "float", "min_thickness", "float", 4)] public float min_thickness; - [DNAFieldAttribute(7, "float", "max_thickness", 4)] + [DNAFieldAttribute(7, "float", "max_thickness", "float", 4)] public float max_thickness; public LineStyleThicknessModifier_Curvature_3D() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromCamera.cs b/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromCamera.cs index d7249e3..dcab0f2 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromCamera.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromCamera.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(370, "LineStyleThicknessModifier_DistanceFromCamera")] public class LineStyleThicknessModifier_DistanceFromCamera { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "range_min", 4)] + [DNAFieldAttribute(3, "float", "range_min", "float", 4)] public float range_min; - [DNAFieldAttribute(4, "float", "range_max", 4)] + [DNAFieldAttribute(4, "float", "range_max", "float", 4)] public float range_max; - [DNAFieldAttribute(5, "float", "value_min", 4)] + [DNAFieldAttribute(5, "float", "value_min", "float", 4)] public float value_min; - [DNAFieldAttribute(6, "float", "value_max", 4)] + [DNAFieldAttribute(6, "float", "value_max", "float", 4)] public float value_max; - [DNAFieldAttribute(7, "char", "_pad[4]", 1)] + [DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleThicknessModifier_DistanceFromCamera() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromObject.cs b/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromObject.cs index 60a4520..cd8805f 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromObject.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_DistanceFromObject.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(373, "LineStyleThicknessModifier_DistanceFromObject")] public class LineStyleThicknessModifier_DistanceFromObject { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "Object", "*target", 1160)] + [DNAFieldAttribute(1, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(2, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(2, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(3, "int", "flags", 4)] + [DNAFieldAttribute(3, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(4, "float", "range_min", 4)] + [DNAFieldAttribute(4, "float", "range_min", "float", 4)] public float range_min; - [DNAFieldAttribute(5, "float", "range_max", 4)] + [DNAFieldAttribute(5, "float", "range_max", "float", 4)] public float range_max; - [DNAFieldAttribute(6, "float", "value_min", 4)] + [DNAFieldAttribute(6, "float", "value_min", "float", 4)] public float value_min; - [DNAFieldAttribute(7, "float", "value_max", 4)] + [DNAFieldAttribute(7, "float", "value_max", "float", 4)] public float value_max; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleThicknessModifier_DistanceFromObject() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_Material.cs b/BlendFile/DNA/LineStyleThicknessModifier_Material.cs index 19d51cc..7bb34ae 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_Material.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_Material.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(388, "LineStyleThicknessModifier_Material")] public class LineStyleThicknessModifier_Material { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "value_min", 4)] + [DNAFieldAttribute(3, "float", "value_min", "float", 4)] public float value_min; - [DNAFieldAttribute(4, "float", "value_max", 4)] + [DNAFieldAttribute(4, "float", "value_max", "float", 4)] public float value_max; - [DNAFieldAttribute(5, "int", "mat_attr", 4)] + [DNAFieldAttribute(5, "int", "mat_attr", "int", 4)] public int mat_attr; public LineStyleThicknessModifier_Material() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_Noise.cs b/BlendFile/DNA/LineStyleThicknessModifier_Noise.cs index e8b2ad9..025a49a 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_Noise.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_Noise.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(379, "LineStyleThicknessModifier_Noise")] public struct LineStyleThicknessModifier_Noise { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "float", "period", 4)] + [DNAFieldAttribute(1, "float", "period", "float", 4)] public float period; - [DNAFieldAttribute(2, "float", "amplitude", 4)] + [DNAFieldAttribute(2, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(3, "int", "flags", 4)] + [DNAFieldAttribute(3, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(4, "int", "seed", 4)] + [DNAFieldAttribute(4, "int", "seed", "int", 4)] public int seed; public LineStyleThicknessModifier_Noise() { this.modifier = default; diff --git a/BlendFile/DNA/LineStyleThicknessModifier_Tangent.cs b/BlendFile/DNA/LineStyleThicknessModifier_Tangent.cs index 706f7dd..b8dc853 100644 --- a/BlendFile/DNA/LineStyleThicknessModifier_Tangent.cs +++ b/BlendFile/DNA/LineStyleThicknessModifier_Tangent.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(385, "LineStyleThicknessModifier_Tangent")] public class LineStyleThicknessModifier_Tangent { - [DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)] + [DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)] public LineStyleModifier modifier; - [DNAFieldAttribute(1, "CurveMapping", "*curve", 424)] + [DNAFieldAttribute(1, "CurveMapping", "*curve", "CurveMapping", 424)] public CurveMapping ptr_curve; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "float", "min_thickness", 4)] + [DNAFieldAttribute(3, "float", "min_thickness", "float", 4)] public float min_thickness; - [DNAFieldAttribute(4, "float", "max_thickness", 4)] + [DNAFieldAttribute(4, "float", "max_thickness", "float", 4)] public float max_thickness; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public LineStyleThicknessModifier_Tangent() { this.modifier = default; diff --git a/BlendFile/DNA/LineartGpencilModifierData.cs b/BlendFile/DNA/LineartGpencilModifierData.cs index d81e6e8..875d512 100644 --- a/BlendFile/DNA/LineartGpencilModifierData.cs +++ b/BlendFile/DNA/LineartGpencilModifierData.cs @@ -15,89 +15,89 @@ namespace BlendFile.DNA { [DNAClassAttribute(302, "LineartGpencilModifierData")] public class LineartGpencilModifierData { - [DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)] + [DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)] public GpencilModifierData modifier; - [DNAFieldAttribute(1, "ushort", "line_types", 2)] + [DNAFieldAttribute(1, "ushort", "line_types", "ushort", 2)] public ushort line_types; - [DNAFieldAttribute(2, "char", "source_type", 1)] + [DNAFieldAttribute(2, "char", "source_type", "char", 1)] public char source_type; - [DNAFieldAttribute(3, "char", "use_multiple_levels", 1)] + [DNAFieldAttribute(3, "char", "use_multiple_levels", "char", 1)] public char use_multiple_levels; - [DNAFieldAttribute(4, "short", "level_start", 2)] + [DNAFieldAttribute(4, "short", "level_start", "short", 2)] public short level_start; - [DNAFieldAttribute(5, "short", "level_end", 2)] + [DNAFieldAttribute(5, "short", "level_end", "short", 2)] public short level_end; - [DNAFieldAttribute(6, "Object", "*source_camera", 1160)] + [DNAFieldAttribute(6, "Object", "*source_camera", "Object", 1160)] public Object ptr_source_camera; - [DNAFieldAttribute(7, "Object", "*light_contour_object", 1160)] + [DNAFieldAttribute(7, "Object", "*light_contour_object", "Object", 1160)] public Object ptr_light_contour_object; - [DNAFieldAttribute(8, "Object", "*source_object", 1160)] + [DNAFieldAttribute(8, "Object", "*source_object", "Object", 1160)] public Object ptr_source_object; - [DNAFieldAttribute(9, "Collection", "*source_collection", 376)] + [DNAFieldAttribute(9, "Collection", "*source_collection", "Collection", 376)] public Collection ptr_source_collection; - [DNAFieldAttribute(10, "Material", "*target_material", 392)] + [DNAFieldAttribute(10, "Material", "*target_material", "Material", 392)] public Material ptr_target_material; - [DNAFieldAttribute(11, "char", "target_layer[64]", 1)] + [DNAFieldAttribute(11, "char", "target_layer[64]", "System.Char[]", 1)] public char[] target_layer = new System.Char[64]; - [DNAFieldAttribute(12, "char", "source_vertex_group[64]", 1)] + [DNAFieldAttribute(12, "char", "source_vertex_group[64]", "System.Char[]", 1)] public char[] source_vertex_group = new System.Char[64]; - [DNAFieldAttribute(13, "char", "vgname[64]", 1)] + [DNAFieldAttribute(13, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(14, "float", "overscan", 4)] + [DNAFieldAttribute(14, "float", "overscan", "float", 4)] public float overscan; - [DNAFieldAttribute(15, "float", "shadow_camera_fov", 4)] + [DNAFieldAttribute(15, "float", "shadow_camera_fov", "float", 4)] public float shadow_camera_fov; - [DNAFieldAttribute(16, "float", "shadow_camera_size", 4)] + [DNAFieldAttribute(16, "float", "shadow_camera_size", "float", 4)] public float shadow_camera_size; - [DNAFieldAttribute(17, "float", "shadow_camera_near", 4)] + [DNAFieldAttribute(17, "float", "shadow_camera_near", "float", 4)] public float shadow_camera_near; - [DNAFieldAttribute(18, "float", "shadow_camera_far", 4)] + [DNAFieldAttribute(18, "float", "shadow_camera_far", "float", 4)] public float shadow_camera_far; - [DNAFieldAttribute(19, "float", "opacity", 4)] + [DNAFieldAttribute(19, "float", "opacity", "float", 4)] public float opacity; - [DNAFieldAttribute(20, "short", "thickness", 2)] + [DNAFieldAttribute(20, "short", "thickness", "short", 2)] public short thickness; - [DNAFieldAttribute(21, "char", "transparency_flags", 1)] + [DNAFieldAttribute(21, "char", "transparency_flags", "char", 1)] public char transparency_flags; - [DNAFieldAttribute(22, "char", "transparency_mask", 1)] + [DNAFieldAttribute(22, "char", "transparency_mask", "char", 1)] public char transparency_mask; - [DNAFieldAttribute(23, "char", "intersection_mask", 1)] + [DNAFieldAttribute(23, "char", "intersection_mask", "char", 1)] public char intersection_mask; - [DNAFieldAttribute(24, "char", "shadow_selection", 1)] + [DNAFieldAttribute(24, "char", "shadow_selection", "char", 1)] public char shadow_selection; - [DNAFieldAttribute(25, "char", "silhouette_selection", 1)] + [DNAFieldAttribute(25, "char", "silhouette_selection", "char", 1)] public char silhouette_selection; - [DNAFieldAttribute(26, "char", "_pad[1]", 1)] + [DNAFieldAttribute(26, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; - [DNAFieldAttribute(27, "float", "crease_threshold", 4)] + [DNAFieldAttribute(27, "float", "crease_threshold", "float", 4)] public float crease_threshold; - [DNAFieldAttribute(28, "float", "angle_splitting_threshold", 4)] + [DNAFieldAttribute(28, "float", "angle_splitting_threshold", "float", 4)] public float angle_splitting_threshold; - [DNAFieldAttribute(29, "float", "chain_smooth_tolerance", 4)] + [DNAFieldAttribute(29, "float", "chain_smooth_tolerance", "float", 4)] public float chain_smooth_tolerance; - [DNAFieldAttribute(30, "float", "chaining_image_threshold", 4)] + [DNAFieldAttribute(30, "float", "chaining_image_threshold", "float", 4)] public float chaining_image_threshold; - [DNAFieldAttribute(31, "int", "calculation_flags", 4)] + [DNAFieldAttribute(31, "int", "calculation_flags", "int", 4)] public int calculation_flags; - [DNAFieldAttribute(32, "int", "flags", 4)] + [DNAFieldAttribute(32, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(33, "float", "stroke_depth_offset", 4)] + [DNAFieldAttribute(33, "float", "stroke_depth_offset", "float", 4)] public float stroke_depth_offset; - [DNAFieldAttribute(34, "char", "level_start_override", 1)] + [DNAFieldAttribute(34, "char", "level_start_override", "char", 1)] public char level_start_override; - [DNAFieldAttribute(35, "char", "level_end_override", 1)] + [DNAFieldAttribute(35, "char", "level_end_override", "char", 1)] public char level_end_override; - [DNAFieldAttribute(36, "short", "edge_types_override", 2)] + [DNAFieldAttribute(36, "short", "edge_types_override", "short", 2)] public short edge_types_override; - [DNAFieldAttribute(37, "char", "shadow_selection_override", 1)] + [DNAFieldAttribute(37, "char", "shadow_selection_override", "char", 1)] public char shadow_selection_override; - [DNAFieldAttribute(38, "char", "shadow_use_silhouette_override", 1)] + [DNAFieldAttribute(38, "char", "shadow_use_silhouette_override", "char", 1)] public char shadow_use_silhouette_override; - [DNAFieldAttribute(39, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(39, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; - [DNAFieldAttribute(40, "LineartCache", "*cache", 0)] + [DNAFieldAttribute(40, "LineartCache", "*cache", "LineartCache", 0)] public LineartCache ptr_cache; - [DNAFieldAttribute(41, "LineartData", "*la_data_ptr", 0)] + [DNAFieldAttribute(41, "LineartData", "*la_data_ptr", "LineartData", 0)] public LineartData ptr_la_data_ptr; public LineartGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/Link.cs b/BlendFile/DNA/Link.cs index 62fc420..381d28e 100644 --- a/BlendFile/DNA/Link.cs +++ b/BlendFile/DNA/Link.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(404, "Link")] public class Link { - [DNAFieldAttribute(0, "Link", "*next", 16)] + [DNAFieldAttribute(0, "Link", "*next", "Link", 16)] public Link ptr_next; - [DNAFieldAttribute(1, "Link", "*prev", 16)] + [DNAFieldAttribute(1, "Link", "*prev", "Link", 16)] public Link ptr_prev; public Link() { this.ptr_next = default; diff --git a/BlendFile/DNA/LinkData.cs b/BlendFile/DNA/LinkData.cs index dfbbff1..a3b6d67 100644 --- a/BlendFile/DNA/LinkData.cs +++ b/BlendFile/DNA/LinkData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(405, "LinkData")] public class LinkData { - [DNAFieldAttribute(0, "LinkData", "*next", 24)] + [DNAFieldAttribute(0, "LinkData", "*next", "LinkData", 24)] public LinkData ptr_next; - [DNAFieldAttribute(1, "LinkData", "*prev", 24)] + [DNAFieldAttribute(1, "LinkData", "*prev", "LinkData", 24)] public LinkData ptr_prev; - [DNAFieldAttribute(2, "void", "*data", 0)] + [DNAFieldAttribute(2, "void", "*data", "void", 0)] public object ptr_data; public LinkData() { this.ptr_next = default; diff --git a/BlendFile/DNA/ListBase.cs b/BlendFile/DNA/ListBase.cs index 7f6d9f1..5817d90 100644 --- a/BlendFile/DNA/ListBase.cs +++ b/BlendFile/DNA/ListBase.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(24, "ListBase")] public class ListBase { - [DNAFieldAttribute(0, "void", "*first", 0)] + [DNAFieldAttribute(0, "void", "*first", "void", 0)] public object ptr_first; - [DNAFieldAttribute(1, "void", "*last", 0)] + [DNAFieldAttribute(1, "void", "*last", "void", 0)] public object ptr_last; public ListBase() { this.ptr_first = default; diff --git a/BlendFile/DNA/MBoolProperty.cs b/BlendFile/DNA/MBoolProperty.cs index 35e99ee..8e7095b 100644 --- a/BlendFile/DNA/MBoolProperty.cs +++ b/BlendFile/DNA/MBoolProperty.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(429, "MBoolProperty")] public struct MBoolProperty { - [DNAFieldAttribute(0, "uchar", "b", 1)] + [DNAFieldAttribute(0, "uchar", "b", "uchar", 1)] public byte b; public MBoolProperty() { this.b = default; diff --git a/BlendFile/DNA/MCol.cs b/BlendFile/DNA/MCol.cs index e3e062c..21ef530 100644 --- a/BlendFile/DNA/MCol.cs +++ b/BlendFile/DNA/MCol.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(423, "MCol")] public struct MCol { - [DNAFieldAttribute(0, "char", "a", 1)] + [DNAFieldAttribute(0, "char", "a", "char", 1)] public char a; - [DNAFieldAttribute(1, "char", "r", 1)] + [DNAFieldAttribute(1, "char", "r", "char", 1)] public char r; - [DNAFieldAttribute(2, "char", "g", 1)] + [DNAFieldAttribute(2, "char", "g", "char", 1)] public char g; - [DNAFieldAttribute(3, "char", "b", 1)] + [DNAFieldAttribute(3, "char", "b", "char", 1)] public char b; public MCol() { this.a = default; diff --git a/BlendFile/DNA/MDefCell.cs b/BlendFile/DNA/MDefCell.cs index 9258884..3dec809 100644 --- a/BlendFile/DNA/MDefCell.cs +++ b/BlendFile/DNA/MDefCell.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(475, "MDefCell")] public struct MDefCell { - [DNAFieldAttribute(0, "int", "offset", 4)] + [DNAFieldAttribute(0, "int", "offset", "int", 4)] public int offset; - [DNAFieldAttribute(1, "int", "totinfluence", 4)] + [DNAFieldAttribute(1, "int", "totinfluence", "int", 4)] public int totinfluence; public MDefCell() { this.offset = default; diff --git a/BlendFile/DNA/MDefInfluence.cs b/BlendFile/DNA/MDefInfluence.cs index 2fce2b1..2caf845 100644 --- a/BlendFile/DNA/MDefInfluence.cs +++ b/BlendFile/DNA/MDefInfluence.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(474, "MDefInfluence")] public struct MDefInfluence { - [DNAFieldAttribute(0, "int", "vertex", 4)] + [DNAFieldAttribute(0, "int", "vertex", "int", 4)] public int vertex; - [DNAFieldAttribute(1, "float", "weight", 4)] + [DNAFieldAttribute(1, "float", "weight", "float", 4)] public float weight; public MDefInfluence() { this.vertex = default; diff --git a/BlendFile/DNA/MDeformVert.cs b/BlendFile/DNA/MDeformVert.cs index a574b07..4b95b61 100644 --- a/BlendFile/DNA/MDeformVert.cs +++ b/BlendFile/DNA/MDeformVert.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(263, "MDeformVert")] public class MDeformVert { - [DNAFieldAttribute(0, "MDeformWeight", "*dw", 8)] + [DNAFieldAttribute(0, "MDeformWeight", "*dw", "MDeformWeight", 8)] public MDeformWeight ptr_dw; - [DNAFieldAttribute(1, "int", "totweight", 4)] + [DNAFieldAttribute(1, "int", "totweight", "int", 4)] public int totweight; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; public MDeformVert() { this.ptr_dw = default; diff --git a/BlendFile/DNA/MDeformWeight.cs b/BlendFile/DNA/MDeformWeight.cs index 0deeef2..8841673 100644 --- a/BlendFile/DNA/MDeformWeight.cs +++ b/BlendFile/DNA/MDeformWeight.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(431, "MDeformWeight")] public struct MDeformWeight { - [DNAFieldAttribute(0, "int", "def_nr", 4)] + [DNAFieldAttribute(0, "int", "def_nr", "int", 4)] public int def_nr; - [DNAFieldAttribute(1, "float", "weight", 4)] + [DNAFieldAttribute(1, "float", "weight", "float", 4)] public float weight; public MDeformWeight() { this.def_nr = default; diff --git a/BlendFile/DNA/MDisps.cs b/BlendFile/DNA/MDisps.cs index 1231de4..04ddeeb 100644 --- a/BlendFile/DNA/MDisps.cs +++ b/BlendFile/DNA/MDisps.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(435, "MDisps")] public class MDisps { - [DNAFieldAttribute(0, "int", "totdisp", 4)] + [DNAFieldAttribute(0, "int", "totdisp", "int", 4)] public int totdisp; - [DNAFieldAttribute(1, "int", "level", 4)] + [DNAFieldAttribute(1, "int", "level", "int", 4)] public int level; - [DNAFieldAttribute(3, "int", "*hidden", 4)] + [DNAFieldAttribute(3, "int", "*hidden", "int", 4)] public int ptr_hidden; public MDisps() { this.totdisp = default; diff --git a/BlendFile/DNA/MEdge.cs b/BlendFile/DNA/MEdge.cs index caccbc7..2af342b 100644 --- a/BlendFile/DNA/MEdge.cs +++ b/BlendFile/DNA/MEdge.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(420, "MEdge")] public struct MEdge { - [DNAFieldAttribute(0, "int", "v1", 4)] + [DNAFieldAttribute(0, "int", "v1", "int", 4)] public int v1; - [DNAFieldAttribute(1, "int", "v2", 4)] + [DNAFieldAttribute(1, "int", "v2", "int", 4)] public int v2; - [DNAFieldAttribute(2, "char", "crease", 1)] + [DNAFieldAttribute(2, "char", "crease", "char", 1)] public char crease; - [DNAFieldAttribute(3, "char", "bweight", 1)] + [DNAFieldAttribute(3, "char", "bweight", "char", 1)] public char bweight; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; public MEdge() { this.v1 = default; diff --git a/BlendFile/DNA/MFace.cs b/BlendFile/DNA/MFace.cs index 192a8d2..86f5eb8 100644 --- a/BlendFile/DNA/MFace.cs +++ b/BlendFile/DNA/MFace.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(424, "MFace")] public struct MFace { - [DNAFieldAttribute(0, "int", "v1", 4)] + [DNAFieldAttribute(0, "int", "v1", "int", 4)] public int v1; - [DNAFieldAttribute(1, "int", "v2", 4)] + [DNAFieldAttribute(1, "int", "v2", "int", 4)] public int v2; - [DNAFieldAttribute(2, "int", "v3", 4)] + [DNAFieldAttribute(2, "int", "v3", "int", 4)] public int v3; - [DNAFieldAttribute(3, "int", "v4", 4)] + [DNAFieldAttribute(3, "int", "v4", "int", 4)] public int v4; - [DNAFieldAttribute(4, "short", "mat_nr", 2)] + [DNAFieldAttribute(4, "short", "mat_nr", "short", 2)] public short mat_nr; - [DNAFieldAttribute(5, "char", "edcode", 1)] + [DNAFieldAttribute(5, "char", "edcode", "char", 1)] public char edcode; - [DNAFieldAttribute(6, "char", "flag", 1)] + [DNAFieldAttribute(6, "char", "flag", "char", 1)] public char flag; public MFace() { this.v1 = default; diff --git a/BlendFile/DNA/MFloatProperty.cs b/BlendFile/DNA/MFloatProperty.cs index 5c8f530..55fd984 100644 --- a/BlendFile/DNA/MFloatProperty.cs +++ b/BlendFile/DNA/MFloatProperty.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(426, "MFloatProperty")] public struct MFloatProperty { - [DNAFieldAttribute(0, "float", "f", 4)] + [DNAFieldAttribute(0, "float", "f", "float", 4)] public float f; public MFloatProperty() { this.f = default; diff --git a/BlendFile/DNA/MInt8Property.cs b/BlendFile/DNA/MInt8Property.cs index 655db4c..b905e93 100644 --- a/BlendFile/DNA/MInt8Property.cs +++ b/BlendFile/DNA/MInt8Property.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(430, "MInt8Property")] public struct MInt8Property { - [DNAFieldAttribute(0, "int8_t", "i", 1)] + [DNAFieldAttribute(0, "int8_t", "i", "int8_t", 1)] public sbyte i; public MInt8Property() { this.i = default; diff --git a/BlendFile/DNA/MIntProperty.cs b/BlendFile/DNA/MIntProperty.cs index 900d8e6..a90067c 100644 --- a/BlendFile/DNA/MIntProperty.cs +++ b/BlendFile/DNA/MIntProperty.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(427, "MIntProperty")] public struct MIntProperty { - [DNAFieldAttribute(0, "int", "i", 4)] + [DNAFieldAttribute(0, "int", "i", "int", 4)] public int i; public MIntProperty() { this.i = default; diff --git a/BlendFile/DNA/MLoop.cs b/BlendFile/DNA/MLoop.cs index 278290b..18b37c9 100644 --- a/BlendFile/DNA/MLoop.cs +++ b/BlendFile/DNA/MLoop.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(418, "MLoop")] public struct MLoop { - [DNAFieldAttribute(0, "int", "v", 4)] + [DNAFieldAttribute(0, "int", "v", "int", 4)] public int v; - [DNAFieldAttribute(1, "int", "e", 4)] + [DNAFieldAttribute(1, "int", "e", "int", 4)] public int e; public MLoop() { this.v = default; diff --git a/BlendFile/DNA/MLoopCol.cs b/BlendFile/DNA/MLoopCol.cs index be2a53e..5ce847b 100644 --- a/BlendFile/DNA/MLoopCol.cs +++ b/BlendFile/DNA/MLoopCol.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(433, "MLoopCol")] public struct MLoopCol { - [DNAFieldAttribute(0, "char", "r", 1)] + [DNAFieldAttribute(0, "char", "r", "char", 1)] public char r; - [DNAFieldAttribute(1, "char", "g", 1)] + [DNAFieldAttribute(1, "char", "g", "char", 1)] public char g; - [DNAFieldAttribute(2, "char", "b", 1)] + [DNAFieldAttribute(2, "char", "b", "char", 1)] public char b; - [DNAFieldAttribute(3, "char", "a", 1)] + [DNAFieldAttribute(3, "char", "a", "char", 1)] public char a; public MLoopCol() { this.r = default; diff --git a/BlendFile/DNA/MLoopUV.cs b/BlendFile/DNA/MLoopUV.cs index 7d37c8b..c70f4dd 100644 --- a/BlendFile/DNA/MLoopUV.cs +++ b/BlendFile/DNA/MLoopUV.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(439, "MLoopUV")] public struct MLoopUV { - [DNAFieldAttribute(0, "float", "uv[2]", 4)] + [DNAFieldAttribute(0, "float", "uv[2]", "System.Single[]", 4)] public float[] uv = new System.Single[2]; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; public MLoopUV() { this.uv = default; diff --git a/BlendFile/DNA/MPoly.cs b/BlendFile/DNA/MPoly.cs index bf75b8f..8e828e0 100644 --- a/BlendFile/DNA/MPoly.cs +++ b/BlendFile/DNA/MPoly.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(417, "MPoly")] public struct MPoly { - [DNAFieldAttribute(0, "int", "loopstart", 4)] + [DNAFieldAttribute(0, "int", "loopstart", "int", 4)] public int loopstart; - [DNAFieldAttribute(1, "int", "totloop", 4)] + [DNAFieldAttribute(1, "int", "totloop", "int", 4)] public int totloop; - [DNAFieldAttribute(2, "short", "mat_nr", 2)] + [DNAFieldAttribute(2, "short", "mat_nr", "short", 2)] public short mat_nr; - [DNAFieldAttribute(3, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "_pad", 1)] + [DNAFieldAttribute(4, "char", "_pad", "char", 1)] public char _pad; public MPoly() { this.loopstart = default; diff --git a/BlendFile/DNA/MPropCol.cs b/BlendFile/DNA/MPropCol.cs index 0d95383..110e0bb 100644 --- a/BlendFile/DNA/MPropCol.cs +++ b/BlendFile/DNA/MPropCol.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(434, "MPropCol")] public struct MPropCol { - [DNAFieldAttribute(0, "float", "color[4]", 4)] + [DNAFieldAttribute(0, "float", "color[4]", "System.Single[]", 4)] public float[] color = new System.Single[4]; public MPropCol() { this.color = default; diff --git a/BlendFile/DNA/MRecast.cs b/BlendFile/DNA/MRecast.cs index 330ed48..27b5bff 100644 --- a/BlendFile/DNA/MRecast.cs +++ b/BlendFile/DNA/MRecast.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(440, "MRecast")] public struct MRecast { - [DNAFieldAttribute(0, "int", "i", 4)] + [DNAFieldAttribute(0, "int", "i", "int", 4)] public int i; public MRecast() { this.i = default; diff --git a/BlendFile/DNA/MSelect.cs b/BlendFile/DNA/MSelect.cs index 1b24cc0..a8dbf17 100644 --- a/BlendFile/DNA/MSelect.cs +++ b/BlendFile/DNA/MSelect.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(416, "MSelect")] public struct MSelect { - [DNAFieldAttribute(0, "int", "index", 4)] + [DNAFieldAttribute(0, "int", "index", "int", 4)] public int index; - [DNAFieldAttribute(1, "int", "type", 4)] + [DNAFieldAttribute(1, "int", "type", "int", 4)] public int type; public MSelect() { this.index = default; diff --git a/BlendFile/DNA/MStringProperty.cs b/BlendFile/DNA/MStringProperty.cs index d7c5c6e..7056b2e 100644 --- a/BlendFile/DNA/MStringProperty.cs +++ b/BlendFile/DNA/MStringProperty.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(428, "MStringProperty")] public struct MStringProperty { - [DNAFieldAttribute(0, "char", "s[255]", 1)] + [DNAFieldAttribute(0, "char", "s[255]", "System.Char[]", 1)] public char[] s = new System.Char[255]; - [DNAFieldAttribute(1, "char", "s_len", 1)] + [DNAFieldAttribute(1, "char", "s_len", "char", 1)] public char s_len; public MStringProperty() { this.s = default; diff --git a/BlendFile/DNA/MTFace.cs b/BlendFile/DNA/MTFace.cs index 362f3b0..4f781e3 100644 --- a/BlendFile/DNA/MTFace.cs +++ b/BlendFile/DNA/MTFace.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(421, "MTFace")] public struct MTFace { - [DNAFieldAttribute(0, "float", "uv[4][2]", 4)] + [DNAFieldAttribute(0, "float", "uv[4][2]", "System.Single[,]", 4)] public float[,] uv = new System.Single[4,2]; public MTFace() { this.uv = default; diff --git a/BlendFile/DNA/MTex.cs b/BlendFile/DNA/MTex.cs index 95b8ba6..a45af99 100644 --- a/BlendFile/DNA/MTex.cs +++ b/BlendFile/DNA/MTex.cs @@ -15,83 +15,83 @@ namespace BlendFile.DNA { [DNAClassAttribute(132, "MTex")] public class MTex { - [DNAFieldAttribute(0, "short", "texco", 2)] + [DNAFieldAttribute(0, "short", "texco", "short", 2)] public short texco; - [DNAFieldAttribute(1, "short", "mapto", 2)] + [DNAFieldAttribute(1, "short", "mapto", "short", 2)] public short mapto; - [DNAFieldAttribute(2, "short", "blendtype", 2)] + [DNAFieldAttribute(2, "short", "blendtype", "short", 2)] public short blendtype; - [DNAFieldAttribute(3, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(3, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; - [DNAFieldAttribute(4, "Object", "*object", 1160)] + [DNAFieldAttribute(4, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(5, "Tex", "*tex", 488)] + [DNAFieldAttribute(5, "Tex", "*tex", "Tex", 488)] public Tex ptr_tex; - [DNAFieldAttribute(6, "char", "uvname[68]", 1)] + [DNAFieldAttribute(6, "char", "uvname[68]", "System.Char[]", 1)] public char[] uvname = new System.Char[68]; - [DNAFieldAttribute(7, "char", "projx", 1)] + [DNAFieldAttribute(7, "char", "projx", "char", 1)] public char projx; - [DNAFieldAttribute(8, "char", "projy", 1)] + [DNAFieldAttribute(8, "char", "projy", "char", 1)] public char projy; - [DNAFieldAttribute(9, "char", "projz", 1)] + [DNAFieldAttribute(9, "char", "projz", "char", 1)] public char projz; - [DNAFieldAttribute(10, "char", "mapping", 1)] + [DNAFieldAttribute(10, "char", "mapping", "char", 1)] public char mapping; - [DNAFieldAttribute(11, "char", "brush_map_mode", 1)] + [DNAFieldAttribute(11, "char", "brush_map_mode", "char", 1)] public char brush_map_mode; - [DNAFieldAttribute(12, "char", "brush_angle_mode", 1)] + [DNAFieldAttribute(12, "char", "brush_angle_mode", "char", 1)] public char brush_angle_mode; - [DNAFieldAttribute(13, "short", "which_output", 2)] + [DNAFieldAttribute(13, "short", "which_output", "short", 2)] public short which_output; - [DNAFieldAttribute(14, "float", "ofs[3]", 4)] + [DNAFieldAttribute(14, "float", "ofs[3]", "System.Single[]", 4)] public float[] ofs = new System.Single[3]; - [DNAFieldAttribute(15, "float", "size[3]", 4)] + [DNAFieldAttribute(15, "float", "size[3]", "System.Single[]", 4)] public float[] size = new System.Single[3]; - [DNAFieldAttribute(16, "float", "rot", 4)] + [DNAFieldAttribute(16, "float", "rot", "float", 4)] public float rot; - [DNAFieldAttribute(17, "float", "random_angle", 4)] + [DNAFieldAttribute(17, "float", "random_angle", "float", 4)] public float random_angle; - [DNAFieldAttribute(18, "float", "r", 4)] + [DNAFieldAttribute(18, "float", "r", "float", 4)] public float r; - [DNAFieldAttribute(19, "float", "g", 4)] + [DNAFieldAttribute(19, "float", "g", "float", 4)] public float g; - [DNAFieldAttribute(20, "float", "b", 4)] + [DNAFieldAttribute(20, "float", "b", "float", 4)] public float b; - [DNAFieldAttribute(21, "float", "k", 4)] + [DNAFieldAttribute(21, "float", "k", "float", 4)] public float k; - [DNAFieldAttribute(22, "float", "def_var", 4)] + [DNAFieldAttribute(22, "float", "def_var", "float", 4)] public float def_var; - [DNAFieldAttribute(23, "float", "colfac", 4)] + [DNAFieldAttribute(23, "float", "colfac", "float", 4)] public float colfac; - [DNAFieldAttribute(24, "float", "alphafac", 4)] + [DNAFieldAttribute(24, "float", "alphafac", "float", 4)] public float alphafac; - [DNAFieldAttribute(25, "float", "timefac", 4)] + [DNAFieldAttribute(25, "float", "timefac", "float", 4)] public float timefac; - [DNAFieldAttribute(26, "float", "lengthfac", 4)] + [DNAFieldAttribute(26, "float", "lengthfac", "float", 4)] public float lengthfac; - [DNAFieldAttribute(27, "float", "clumpfac", 4)] + [DNAFieldAttribute(27, "float", "clumpfac", "float", 4)] public float clumpfac; - [DNAFieldAttribute(28, "float", "dampfac", 4)] + [DNAFieldAttribute(28, "float", "dampfac", "float", 4)] public float dampfac; - [DNAFieldAttribute(29, "float", "kinkfac", 4)] + [DNAFieldAttribute(29, "float", "kinkfac", "float", 4)] public float kinkfac; - [DNAFieldAttribute(30, "float", "kinkampfac", 4)] + [DNAFieldAttribute(30, "float", "kinkampfac", "float", 4)] public float kinkampfac; - [DNAFieldAttribute(31, "float", "roughfac", 4)] + [DNAFieldAttribute(31, "float", "roughfac", "float", 4)] public float roughfac; - [DNAFieldAttribute(32, "float", "padensfac", 4)] + [DNAFieldAttribute(32, "float", "padensfac", "float", 4)] public float padensfac; - [DNAFieldAttribute(33, "float", "gravityfac", 4)] + [DNAFieldAttribute(33, "float", "gravityfac", "float", 4)] public float gravityfac; - [DNAFieldAttribute(34, "float", "lifefac", 4)] + [DNAFieldAttribute(34, "float", "lifefac", "float", 4)] public float lifefac; - [DNAFieldAttribute(35, "float", "sizefac", 4)] + [DNAFieldAttribute(35, "float", "sizefac", "float", 4)] public float sizefac; - [DNAFieldAttribute(36, "float", "ivelfac", 4)] + [DNAFieldAttribute(36, "float", "ivelfac", "float", 4)] public float ivelfac; - [DNAFieldAttribute(37, "float", "fieldfac", 4)] + [DNAFieldAttribute(37, "float", "fieldfac", "float", 4)] public float fieldfac; - [DNAFieldAttribute(38, "float", "twistfac", 4)] + [DNAFieldAttribute(38, "float", "twistfac", "float", 4)] public float twistfac; public MTex() { this.texco = default; diff --git a/BlendFile/DNA/MVert.cs b/BlendFile/DNA/MVert.cs index fd80aeb..d75165a 100644 --- a/BlendFile/DNA/MVert.cs +++ b/BlendFile/DNA/MVert.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(419, "MVert")] public struct MVert { - [DNAFieldAttribute(0, "float", "co[3]", 4)] + [DNAFieldAttribute(0, "float", "co[3]", "System.Single[]", 4)] public float[] co = new System.Single[3]; - [DNAFieldAttribute(1, "char", "flag", 1)] + [DNAFieldAttribute(1, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(2, "char", "bweight", 1)] + [DNAFieldAttribute(2, "char", "bweight", "char", 1)] public char bweight; - [DNAFieldAttribute(3, "char", "_pad[2]", 1)] + [DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public MVert() { this.co = default; diff --git a/BlendFile/DNA/MVertSkin.cs b/BlendFile/DNA/MVertSkin.cs index 490e04f..0c32162 100644 --- a/BlendFile/DNA/MVertSkin.cs +++ b/BlendFile/DNA/MVertSkin.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(432, "MVertSkin")] public struct MVertSkin { - [DNAFieldAttribute(0, "float", "radius[3]", 4)] + [DNAFieldAttribute(0, "float", "radius[3]", "System.Single[]", 4)] public float[] radius = new System.Single[3]; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; public MVertSkin() { this.radius = default; diff --git a/BlendFile/DNA/MappingInfoModifierData.cs b/BlendFile/DNA/MappingInfoModifierData.cs index 2bcabda..16fd0f2 100644 --- a/BlendFile/DNA/MappingInfoModifierData.cs +++ b/BlendFile/DNA/MappingInfoModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(445, "MappingInfoModifierData")] public class MappingInfoModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Tex", "*texture", 488)] + [DNAFieldAttribute(1, "Tex", "*texture", "Tex", 488)] public Tex ptr_texture; - [DNAFieldAttribute(2, "Object", "*map_object", 1160)] + [DNAFieldAttribute(2, "Object", "*map_object", "Object", 1160)] public Object ptr_map_object; - [DNAFieldAttribute(3, "char", "map_bone[64]", 1)] + [DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 1)] public char[] map_bone = new System.Char[64]; - [DNAFieldAttribute(4, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(5, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(6, "int", "uvlayer_tmp", 4)] + [DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4)] public int uvlayer_tmp; - [DNAFieldAttribute(7, "int", "texmapping", 4)] + [DNAFieldAttribute(7, "int", "texmapping", "int", 4)] public int texmapping; public MappingInfoModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/Mask.cs b/BlendFile/DNA/Mask.cs index 34c8a23..669920f 100644 --- a/BlendFile/DNA/Mask.cs +++ b/BlendFile/DNA/Mask.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(406, "Mask")] public class Mask { - [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, "DrawDataList", "drawdata", 16)] + [DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)] public DrawDataList drawdata; - [DNAFieldAttribute(3, "ListBase", "masklayers", 16)] + [DNAFieldAttribute(3, "ListBase", "masklayers", "ListBase", 16)] public ListBase masklayers; - [DNAFieldAttribute(4, "int", "masklay_act", 4)] + [DNAFieldAttribute(4, "int", "masklay_act", "int", 4)] public int masklay_act; - [DNAFieldAttribute(5, "int", "masklay_tot", 4)] + [DNAFieldAttribute(5, "int", "masklay_tot", "int", 4)] public int masklay_tot; - [DNAFieldAttribute(6, "int", "sfra", 4)] + [DNAFieldAttribute(6, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(7, "int", "efra", 4)] + [DNAFieldAttribute(7, "int", "efra", "int", 4)] public int efra; - [DNAFieldAttribute(8, "int", "flag", 4)] + [DNAFieldAttribute(8, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(9, "char", "_pad[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public Mask() { this.id = default; diff --git a/BlendFile/DNA/MaskLayer.cs b/BlendFile/DNA/MaskLayer.cs index e19a89a..20b1f75 100644 --- a/BlendFile/DNA/MaskLayer.cs +++ b/BlendFile/DNA/MaskLayer.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(412, "MaskLayer")] public class MaskLayer { - [DNAFieldAttribute(0, "MaskLayer", "*next", 144)] + [DNAFieldAttribute(0, "MaskLayer", "*next", "MaskLayer", 144)] public MaskLayer ptr_next; - [DNAFieldAttribute(1, "MaskLayer", "*prev", 144)] + [DNAFieldAttribute(1, "MaskLayer", "*prev", "MaskLayer", 144)] public MaskLayer 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", "splines", 16)] + [DNAFieldAttribute(3, "ListBase", "splines", "ListBase", 16)] public ListBase splines; - [DNAFieldAttribute(4, "ListBase", "splines_shapes", 16)] + [DNAFieldAttribute(4, "ListBase", "splines_shapes", "ListBase", 16)] public ListBase splines_shapes; - [DNAFieldAttribute(5, "MaskSpline", "*act_spline", 224)] + [DNAFieldAttribute(5, "MaskSpline", "*act_spline", "MaskSpline", 224)] public MaskSpline ptr_act_spline; - [DNAFieldAttribute(6, "MaskSplinePoint", "*act_point", 272)] + [DNAFieldAttribute(6, "MaskSplinePoint", "*act_point", "MaskSplinePoint", 272)] public MaskSplinePoint ptr_act_point; - [DNAFieldAttribute(7, "float", "alpha", 4)] + [DNAFieldAttribute(7, "float", "alpha", "float", 4)] public float alpha; - [DNAFieldAttribute(8, "char", "blend", 1)] + [DNAFieldAttribute(8, "char", "blend", "char", 1)] public char blend; - [DNAFieldAttribute(9, "char", "blend_flag", 1)] + [DNAFieldAttribute(9, "char", "blend_flag", "char", 1)] public char blend_flag; - [DNAFieldAttribute(10, "char", "falloff", 1)] + [DNAFieldAttribute(10, "char", "falloff", "char", 1)] public char falloff; - [DNAFieldAttribute(11, "char", "_pad[7]", 1)] + [DNAFieldAttribute(11, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(12, "char", "flag", 1)] + [DNAFieldAttribute(12, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(13, "char", "restrictflag", 1)] + [DNAFieldAttribute(13, "char", "restrictflag", "char", 1)] public char restrictflag; public MaskLayer() { this.ptr_next = default; diff --git a/BlendFile/DNA/MaskLayerShape.cs b/BlendFile/DNA/MaskLayerShape.cs index ee48157..e95114f 100644 --- a/BlendFile/DNA/MaskLayerShape.cs +++ b/BlendFile/DNA/MaskLayerShape.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(411, "MaskLayerShape")] public class MaskLayerShape { - [DNAFieldAttribute(0, "MaskLayerShape", "*next", 40)] + [DNAFieldAttribute(0, "MaskLayerShape", "*next", "MaskLayerShape", 40)] public MaskLayerShape ptr_next; - [DNAFieldAttribute(1, "MaskLayerShape", "*prev", 40)] + [DNAFieldAttribute(1, "MaskLayerShape", "*prev", "MaskLayerShape", 40)] public MaskLayerShape ptr_prev; - [DNAFieldAttribute(2, "float", "*data", 4)] + [DNAFieldAttribute(2, "float", "*data", "float", 4)] public float ptr_data; - [DNAFieldAttribute(3, "int", "tot_vert", 4)] + [DNAFieldAttribute(3, "int", "tot_vert", "int", 4)] public int tot_vert; - [DNAFieldAttribute(4, "int", "frame", 4)] + [DNAFieldAttribute(4, "int", "frame", "int", 4)] public int frame; - [DNAFieldAttribute(5, "char", "flag", 1)] + [DNAFieldAttribute(5, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(6, "char", "_pad[7]", 1)] + [DNAFieldAttribute(6, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public MaskLayerShape() { this.ptr_next = default; diff --git a/BlendFile/DNA/MaskModifierData.cs b/BlendFile/DNA/MaskModifierData.cs index f84727c..f44e24d 100644 --- a/BlendFile/DNA/MaskModifierData.cs +++ b/BlendFile/DNA/MaskModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(450, "MaskModifierData")] public class MaskModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Object", "*ob_arm", 1160)] + [DNAFieldAttribute(1, "Object", "*ob_arm", "Object", 1160)] public Object ptr_ob_arm; - [DNAFieldAttribute(2, "char", "vgroup[64]", 1)] + [DNAFieldAttribute(2, "char", "vgroup[64]", "System.Char[]", 1)] public char[] vgroup = new System.Char[64]; - [DNAFieldAttribute(3, "short", "mode", 2)] + [DNAFieldAttribute(3, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "float", "threshold", 4)] + [DNAFieldAttribute(5, "float", "threshold", "float", 4)] public float threshold; - [DNAFieldAttribute(6, "void", "*_pad1", 0)] + [DNAFieldAttribute(6, "void", "*_pad1", "void", 0)] public object ptr__pad1; public MaskModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/MaskParent.cs b/BlendFile/DNA/MaskParent.cs index 621dc3f..dc12b5d 100644 --- a/BlendFile/DNA/MaskParent.cs +++ b/BlendFile/DNA/MaskParent.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(407, "MaskParent")] public class MaskParent { - [DNAFieldAttribute(0, "int", "id_type", 4)] + [DNAFieldAttribute(0, "int", "id_type", "int", 4)] public int id_type; - [DNAFieldAttribute(1, "int", "type", 4)] + [DNAFieldAttribute(1, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(2, "ID", "*id", 208)] + [DNAFieldAttribute(2, "ID", "*id", "ID", 208)] public ID ptr_id; - [DNAFieldAttribute(3, "char", "parent[64]", 1)] + [DNAFieldAttribute(3, "char", "parent[64]", "System.Char[]", 1)] public char[] parent = new System.Char[64]; - [DNAFieldAttribute(4, "char", "sub_parent[64]", 1)] + [DNAFieldAttribute(4, "char", "sub_parent[64]", "System.Char[]", 1)] public char[] sub_parent = new System.Char[64]; - [DNAFieldAttribute(5, "float", "parent_orig[2]", 4)] + [DNAFieldAttribute(5, "float", "parent_orig[2]", "System.Single[]", 4)] public float[] parent_orig = new System.Single[2]; - [DNAFieldAttribute(6, "float", "parent_corners_orig[4][2]", 4)] + [DNAFieldAttribute(6, "float", "parent_corners_orig[4][2]", "System.Single[,]", 4)] public float[,] parent_corners_orig = new System.Single[4,2]; public MaskParent() { this.id_type = default; diff --git a/BlendFile/DNA/MaskSpaceInfo.cs b/BlendFile/DNA/MaskSpaceInfo.cs index 1be923b..12b861b 100644 --- a/BlendFile/DNA/MaskSpaceInfo.cs +++ b/BlendFile/DNA/MaskSpaceInfo.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(939, "MaskSpaceInfo")] public class MaskSpaceInfo { - [DNAFieldAttribute(0, "Mask", "*mask", 272)] + [DNAFieldAttribute(0, "Mask", "*mask", "Mask", 272)] public Mask ptr_mask; - [DNAFieldAttribute(1, "char", "draw_flag", 1)] + [DNAFieldAttribute(1, "char", "draw_flag", "char", 1)] public char draw_flag; - [DNAFieldAttribute(2, "char", "draw_type", 1)] + [DNAFieldAttribute(2, "char", "draw_type", "char", 1)] public char draw_type; - [DNAFieldAttribute(3, "char", "overlay_mode", 1)] + [DNAFieldAttribute(3, "char", "overlay_mode", "char", 1)] public char overlay_mode; - [DNAFieldAttribute(4, "char", "_pad3[1]", 1)] + [DNAFieldAttribute(4, "char", "_pad3[1]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[1]; - [DNAFieldAttribute(5, "float", "blend_factor", 4)] + [DNAFieldAttribute(5, "float", "blend_factor", "float", 4)] public float blend_factor; public MaskSpaceInfo() { this.ptr_mask = default; diff --git a/BlendFile/DNA/MaskSpline.cs b/BlendFile/DNA/MaskSpline.cs index 39a061b..b4f9bb2 100644 --- a/BlendFile/DNA/MaskSpline.cs +++ b/BlendFile/DNA/MaskSpline.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(410, "MaskSpline")] public class MaskSpline { - [DNAFieldAttribute(0, "MaskSpline", "*next", 224)] + [DNAFieldAttribute(0, "MaskSpline", "*next", "MaskSpline", 224)] public MaskSpline ptr_next; - [DNAFieldAttribute(1, "MaskSpline", "*prev", 224)] + [DNAFieldAttribute(1, "MaskSpline", "*prev", "MaskSpline", 224)] public MaskSpline ptr_prev; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "char", "offset_mode", 1)] + [DNAFieldAttribute(3, "char", "offset_mode", "char", 1)] public char offset_mode; - [DNAFieldAttribute(4, "char", "weight_interp", 1)] + [DNAFieldAttribute(4, "char", "weight_interp", "char", 1)] public char weight_interp; - [DNAFieldAttribute(5, "int", "tot_point", 4)] + [DNAFieldAttribute(5, "int", "tot_point", "int", 4)] public int tot_point; - [DNAFieldAttribute(6, "MaskSplinePoint", "*points", 272)] + [DNAFieldAttribute(6, "MaskSplinePoint", "*points", "MaskSplinePoint", 272)] public MaskSplinePoint ptr_points; - [DNAFieldAttribute(7, "MaskParent", "parent", 184)] + [DNAFieldAttribute(7, "MaskParent", "parent", "MaskParent", 184)] public MaskParent parent; - [DNAFieldAttribute(8, "MaskSplinePoint", "*points_deform", 272)] + [DNAFieldAttribute(8, "MaskSplinePoint", "*points_deform", "MaskSplinePoint", 272)] public MaskSplinePoint ptr_points_deform; public MaskSpline() { this.ptr_next = default; diff --git a/BlendFile/DNA/MaskSplinePoint.cs b/BlendFile/DNA/MaskSplinePoint.cs index 9b28d87..634cf8c 100644 --- a/BlendFile/DNA/MaskSplinePoint.cs +++ b/BlendFile/DNA/MaskSplinePoint.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(409, "MaskSplinePoint")] public class MaskSplinePoint { - [DNAFieldAttribute(0, "BezTriple", "bezt", 72)] + [DNAFieldAttribute(0, "BezTriple", "bezt", "BezTriple", 72)] public BezTriple bezt; - [DNAFieldAttribute(1, "char", "_pad[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(2, "int", "tot_uw", 4)] + [DNAFieldAttribute(2, "int", "tot_uw", "int", 4)] public int tot_uw; - [DNAFieldAttribute(3, "MaskSplinePointUW", "*uw", 12)] + [DNAFieldAttribute(3, "MaskSplinePointUW", "*uw", "MaskSplinePointUW", 12)] public MaskSplinePointUW ptr_uw; - [DNAFieldAttribute(4, "MaskParent", "parent", 184)] + [DNAFieldAttribute(4, "MaskParent", "parent", "MaskParent", 184)] public MaskParent parent; public MaskSplinePoint() { this.bezt = default; diff --git a/BlendFile/DNA/MaskSplinePointUW.cs b/BlendFile/DNA/MaskSplinePointUW.cs index 647934b..7a55b4d 100644 --- a/BlendFile/DNA/MaskSplinePointUW.cs +++ b/BlendFile/DNA/MaskSplinePointUW.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(408, "MaskSplinePointUW")] public struct MaskSplinePointUW { - [DNAFieldAttribute(0, "float", "u", 4)] + [DNAFieldAttribute(0, "float", "u", "float", 4)] public float u; - [DNAFieldAttribute(1, "float", "w", 4)] + [DNAFieldAttribute(1, "float", "w", "float", 4)] public float w; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; public MaskSplinePointUW() { this.u = default; diff --git a/BlendFile/DNA/Material.cs b/BlendFile/DNA/Material.cs index f30b8c7..ecfa39f 100644 --- a/BlendFile/DNA/Material.cs +++ b/BlendFile/DNA/Material.cs @@ -15,97 +15,97 @@ namespace BlendFile.DNA { [DNAClassAttribute(129, "Material")] public class Material { - [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, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "char", "surface_render_method", 1)] + [DNAFieldAttribute(3, "char", "surface_render_method", "char", 1)] public char surface_render_method; - [DNAFieldAttribute(4, "char", "_pad1[1]", 1)] + [DNAFieldAttribute(4, "char", "_pad1[1]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[1]; - [DNAFieldAttribute(5, "float", "r", 4)] + [DNAFieldAttribute(5, "float", "r", "float", 4)] public float r; - [DNAFieldAttribute(6, "float", "g", 4)] + [DNAFieldAttribute(6, "float", "g", "float", 4)] public float g; - [DNAFieldAttribute(7, "float", "b", 4)] + [DNAFieldAttribute(7, "float", "b", "float", 4)] public float b; - [DNAFieldAttribute(8, "float", "a", 4)] + [DNAFieldAttribute(8, "float", "a", "float", 4)] public float a; - [DNAFieldAttribute(9, "float", "specr", 4)] + [DNAFieldAttribute(9, "float", "specr", "float", 4)] public float specr; - [DNAFieldAttribute(10, "float", "specg", 4)] + [DNAFieldAttribute(10, "float", "specg", "float", 4)] public float specg; - [DNAFieldAttribute(11, "float", "specb", 4)] + [DNAFieldAttribute(11, "float", "specb", "float", 4)] public float specb; - [DNAFieldAttribute(12, "float", "alpha", 4)] + [DNAFieldAttribute(12, "float", "alpha", "float", 4)] public float alpha; - [DNAFieldAttribute(13, "float", "ray_mirror", 4)] + [DNAFieldAttribute(13, "float", "ray_mirror", "float", 4)] public float ray_mirror; - [DNAFieldAttribute(14, "float", "spec", 4)] + [DNAFieldAttribute(14, "float", "spec", "float", 4)] public float spec; - [DNAFieldAttribute(15, "float", "gloss_mir", 4)] + [DNAFieldAttribute(15, "float", "gloss_mir", "float", 4)] public float gloss_mir; - [DNAFieldAttribute(16, "float", "roughness", 4)] + [DNAFieldAttribute(16, "float", "roughness", "float", 4)] public float roughness; - [DNAFieldAttribute(17, "float", "metallic", 4)] + [DNAFieldAttribute(17, "float", "metallic", "float", 4)] public float metallic; - [DNAFieldAttribute(18, "char", "use_nodes", 1)] + [DNAFieldAttribute(18, "char", "use_nodes", "char", 1)] public char use_nodes; - [DNAFieldAttribute(19, "char", "pr_type", 1)] + [DNAFieldAttribute(19, "char", "pr_type", "char", 1)] public char pr_type; - [DNAFieldAttribute(20, "short", "pr_texture", 2)] + [DNAFieldAttribute(20, "short", "pr_texture", "short", 2)] public short pr_texture; - [DNAFieldAttribute(21, "short", "pr_flag", 2)] + [DNAFieldAttribute(21, "short", "pr_flag", "short", 2)] public short pr_flag; - [DNAFieldAttribute(22, "short", "index", 2)] + [DNAFieldAttribute(22, "short", "index", "short", 2)] public short index; - [DNAFieldAttribute(23, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(23, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(24, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(24, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(25, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(25, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(26, "float", "line_col[4]", 4)] + [DNAFieldAttribute(26, "float", "line_col[4]", "System.Single[]", 4)] public float[] line_col = new System.Single[4]; - [DNAFieldAttribute(27, "short", "line_priority", 2)] + [DNAFieldAttribute(27, "short", "line_priority", "short", 2)] public short line_priority; - [DNAFieldAttribute(28, "short", "vcol_alpha", 2)] + [DNAFieldAttribute(28, "short", "vcol_alpha", "short", 2)] public short vcol_alpha; - [DNAFieldAttribute(29, "short", "paint_active_slot", 2)] + [DNAFieldAttribute(29, "short", "paint_active_slot", "short", 2)] public short paint_active_slot; - [DNAFieldAttribute(30, "short", "paint_clone_slot", 2)] + [DNAFieldAttribute(30, "short", "paint_clone_slot", "short", 2)] public short paint_clone_slot; - [DNAFieldAttribute(31, "short", "tot_slots", 2)] + [DNAFieldAttribute(31, "short", "tot_slots", "short", 2)] public short tot_slots; - [DNAFieldAttribute(32, "char", "displacement_method", 1)] + [DNAFieldAttribute(32, "char", "displacement_method", "char", 1)] public char displacement_method; - [DNAFieldAttribute(33, "char", "thickness_mode", 1)] + [DNAFieldAttribute(33, "char", "thickness_mode", "char", 1)] public char thickness_mode; - [DNAFieldAttribute(34, "float", "alpha_threshold", 4)] + [DNAFieldAttribute(34, "float", "alpha_threshold", "float", 4)] public float alpha_threshold; - [DNAFieldAttribute(35, "float", "refract_depth", 4)] + [DNAFieldAttribute(35, "float", "refract_depth", "float", 4)] public float refract_depth; - [DNAFieldAttribute(36, "char", "blend_method", 1)] + [DNAFieldAttribute(36, "char", "blend_method", "char", 1)] public char blend_method; - [DNAFieldAttribute(37, "char", "blend_shadow", 1)] + [DNAFieldAttribute(37, "char", "blend_shadow", "char", 1)] public char blend_shadow; - [DNAFieldAttribute(38, "char", "blend_flag", 1)] + [DNAFieldAttribute(38, "char", "blend_flag", "char", 1)] public char blend_flag; - [DNAFieldAttribute(39, "char", "volume_intersection_method", 1)] + [DNAFieldAttribute(39, "char", "volume_intersection_method", "char", 1)] public char volume_intersection_method; - [DNAFieldAttribute(40, "float", "inflate_bounds", 4)] + [DNAFieldAttribute(40, "float", "inflate_bounds", "float", 4)] public float inflate_bounds; - [DNAFieldAttribute(41, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(41, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(42, "TexPaintSlot", "*texpaintslot", 40)] + [DNAFieldAttribute(42, "TexPaintSlot", "*texpaintslot", "TexPaintSlot", 40)] public TexPaintSlot ptr_texpaintslot; - [DNAFieldAttribute(43, "ListBase", "gpumaterial", 16)] + [DNAFieldAttribute(43, "ListBase", "gpumaterial", "ListBase", 16)] public ListBase gpumaterial; - [DNAFieldAttribute(44, "MaterialGPencilStyle", "*gp_style", 152)] + [DNAFieldAttribute(44, "MaterialGPencilStyle", "*gp_style", "MaterialGPencilStyle", 152)] public MaterialGPencilStyle ptr_gp_style; - [DNAFieldAttribute(45, "MaterialLineArt", "lineart", 8)] + [DNAFieldAttribute(45, "MaterialLineArt", "lineart", "MaterialLineArt", 8)] public MaterialLineArt lineart; public Material() { this.id = default; diff --git a/BlendFile/DNA/MaterialGPencilStyle.cs b/BlendFile/DNA/MaterialGPencilStyle.cs index d33db4c..8b2a661 100644 --- a/BlendFile/DNA/MaterialGPencilStyle.cs +++ b/BlendFile/DNA/MaterialGPencilStyle.cs @@ -15,55 +15,55 @@ namespace BlendFile.DNA { [DNAClassAttribute(414, "MaterialGPencilStyle")] public class MaterialGPencilStyle { - [DNAFieldAttribute(0, "Image", "*sima", 1600)] + [DNAFieldAttribute(0, "Image", "*sima", "Image", 1600)] public Image ptr_sima; - [DNAFieldAttribute(1, "Image", "*ima", 1600)] + [DNAFieldAttribute(1, "Image", "*ima", "Image", 1600)] public Image ptr_ima; - [DNAFieldAttribute(2, "float", "stroke_rgba[4]", 4)] + [DNAFieldAttribute(2, "float", "stroke_rgba[4]", "System.Single[]", 4)] public float[] stroke_rgba = new System.Single[4]; - [DNAFieldAttribute(3, "float", "fill_rgba[4]", 4)] + [DNAFieldAttribute(3, "float", "fill_rgba[4]", "System.Single[]", 4)] public float[] fill_rgba = new System.Single[4]; - [DNAFieldAttribute(4, "float", "mix_rgba[4]", 4)] + [DNAFieldAttribute(4, "float", "mix_rgba[4]", "System.Single[]", 4)] public float[] mix_rgba = new System.Single[4]; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "short", "index", 2)] + [DNAFieldAttribute(6, "short", "index", "short", 2)] public short index; - [DNAFieldAttribute(7, "short", "stroke_style", 2)] + [DNAFieldAttribute(7, "short", "stroke_style", "short", 2)] public short stroke_style; - [DNAFieldAttribute(8, "short", "fill_style", 2)] + [DNAFieldAttribute(8, "short", "fill_style", "short", 2)] public short fill_style; - [DNAFieldAttribute(9, "float", "mix_factor", 4)] + [DNAFieldAttribute(9, "float", "mix_factor", "float", 4)] public float mix_factor; - [DNAFieldAttribute(10, "float", "gradient_angle", 4)] + [DNAFieldAttribute(10, "float", "gradient_angle", "float", 4)] public float gradient_angle; - [DNAFieldAttribute(11, "float", "gradient_radius", 4)] + [DNAFieldAttribute(11, "float", "gradient_radius", "float", 4)] public float gradient_radius; - [DNAFieldAttribute(12, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(13, "float", "gradient_scale[2]", 4)] + [DNAFieldAttribute(13, "float", "gradient_scale[2]", "System.Single[]", 4)] public float[] gradient_scale = new System.Single[2]; - [DNAFieldAttribute(14, "float", "gradient_shift[2]", 4)] + [DNAFieldAttribute(14, "float", "gradient_shift[2]", "System.Single[]", 4)] public float[] gradient_shift = new System.Single[2]; - [DNAFieldAttribute(15, "float", "texture_angle", 4)] + [DNAFieldAttribute(15, "float", "texture_angle", "float", 4)] public float texture_angle; - [DNAFieldAttribute(16, "float", "texture_scale[2]", 4)] + [DNAFieldAttribute(16, "float", "texture_scale[2]", "System.Single[]", 4)] public float[] texture_scale = new System.Single[2]; - [DNAFieldAttribute(17, "float", "texture_offset[2]", 4)] + [DNAFieldAttribute(17, "float", "texture_offset[2]", "System.Single[]", 4)] public float[] texture_offset = new System.Single[2]; - [DNAFieldAttribute(18, "float", "texture_opacity", 4)] + [DNAFieldAttribute(18, "float", "texture_opacity", "float", 4)] public float texture_opacity; - [DNAFieldAttribute(19, "float", "texture_pixsize", 4)] + [DNAFieldAttribute(19, "float", "texture_pixsize", "float", 4)] public float texture_pixsize; - [DNAFieldAttribute(20, "int", "mode", 4)] + [DNAFieldAttribute(20, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(21, "int", "gradient_type", 4)] + [DNAFieldAttribute(21, "int", "gradient_type", "int", 4)] public int gradient_type; - [DNAFieldAttribute(22, "float", "mix_stroke_factor", 4)] + [DNAFieldAttribute(22, "float", "mix_stroke_factor", "float", 4)] public float mix_stroke_factor; - [DNAFieldAttribute(23, "int", "alignment_mode", 4)] + [DNAFieldAttribute(23, "int", "alignment_mode", "int", 4)] public int alignment_mode; - [DNAFieldAttribute(24, "float", "alignment_rotation", 4)] + [DNAFieldAttribute(24, "float", "alignment_rotation", "float", 4)] public float alignment_rotation; public MaterialGPencilStyle() { this.ptr_sima = default; diff --git a/BlendFile/DNA/MaterialLineArt.cs b/BlendFile/DNA/MaterialLineArt.cs index b23655e..5c69608 100644 --- a/BlendFile/DNA/MaterialLineArt.cs +++ b/BlendFile/DNA/MaterialLineArt.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(415, "MaterialLineArt")] public struct MaterialLineArt { - [DNAFieldAttribute(0, "int", "flags", 4)] + [DNAFieldAttribute(0, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(1, "char", "transparency_mask", 1)] + [DNAFieldAttribute(1, "char", "transparency_mask", "char", 1)] public char transparency_mask; - [DNAFieldAttribute(2, "char", "mat_occlusion", 1)] + [DNAFieldAttribute(2, "char", "mat_occlusion", "char", 1)] public char mat_occlusion; - [DNAFieldAttribute(3, "char", "intersection_priority", 1)] + [DNAFieldAttribute(3, "char", "intersection_priority", "char", 1)] public char intersection_priority; - [DNAFieldAttribute(4, "char", "_pad", 1)] + [DNAFieldAttribute(4, "char", "_pad", "char", 1)] public char _pad; public MaterialLineArt() { this.flags = default; diff --git a/BlendFile/DNA/Mesh.cs b/BlendFile/DNA/Mesh.cs index 5812392..452a399 100644 --- a/BlendFile/DNA/Mesh.cs +++ b/BlendFile/DNA/Mesh.cs @@ -15,111 +15,111 @@ namespace BlendFile.DNA { [DNAClassAttribute(247, "Mesh")] public class Mesh { - [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, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(2, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(3, "Key", "*key", 312)] + [DNAFieldAttribute(3, "Key", "*key", "Key", 312)] public Key ptr_key; - [DNAFieldAttribute(4, "Material", "**mat", 392)] + [DNAFieldAttribute(4, "Material", "**mat", "Material", 392)] public Material ptr_ptr_mat; - [DNAFieldAttribute(5, "int", "totvert", 4)] + [DNAFieldAttribute(5, "int", "totvert", "int", 4)] public int totvert; - [DNAFieldAttribute(6, "int", "totedge", 4)] + [DNAFieldAttribute(6, "int", "totedge", "int", 4)] public int totedge; - [DNAFieldAttribute(7, "int", "totpoly", 4)] + [DNAFieldAttribute(7, "int", "totpoly", "int", 4)] public int totpoly; - [DNAFieldAttribute(8, "int", "totloop", 4)] + [DNAFieldAttribute(8, "int", "totloop", "int", 4)] public int totloop; - [DNAFieldAttribute(9, "int", "*poly_offset_indices", 4)] + [DNAFieldAttribute(9, "int", "*poly_offset_indices", "int", 4)] public int ptr_poly_offset_indices; - [DNAFieldAttribute(10, "CustomData", "vdata", 248)] + [DNAFieldAttribute(10, "CustomData", "vdata", "CustomData", 248)] public CustomData vdata; - [DNAFieldAttribute(11, "CustomData", "edata", 248)] + [DNAFieldAttribute(11, "CustomData", "edata", "CustomData", 248)] public CustomData edata; - [DNAFieldAttribute(12, "CustomData", "pdata", 248)] + [DNAFieldAttribute(12, "CustomData", "pdata", "CustomData", 248)] public CustomData pdata; - [DNAFieldAttribute(13, "CustomData", "ldata", 248)] + [DNAFieldAttribute(13, "CustomData", "ldata", "CustomData", 248)] public CustomData ldata; - [DNAFieldAttribute(14, "ListBase", "vertex_group_names", 16)] + [DNAFieldAttribute(14, "ListBase", "vertex_group_names", "ListBase", 16)] public ListBase vertex_group_names; - [DNAFieldAttribute(15, "int", "vertex_group_active_index", 4)] + [DNAFieldAttribute(15, "int", "vertex_group_active_index", "int", 4)] public int vertex_group_active_index; - [DNAFieldAttribute(16, "int", "attributes_active_index", 4)] + [DNAFieldAttribute(16, "int", "attributes_active_index", "int", 4)] public int attributes_active_index; - [DNAFieldAttribute(17, "MSelect", "*mselect", 8)] + [DNAFieldAttribute(17, "MSelect", "*mselect", "MSelect", 8)] public MSelect ptr_mselect; - [DNAFieldAttribute(18, "int", "totselect", 4)] + [DNAFieldAttribute(18, "int", "totselect", "int", 4)] public int totselect; - [DNAFieldAttribute(19, "int", "act_face", 4)] + [DNAFieldAttribute(19, "int", "act_face", "int", 4)] public int act_face; - [DNAFieldAttribute(20, "Mesh", "*texcomesh", 1712)] + [DNAFieldAttribute(20, "Mesh", "*texcomesh", "Mesh", 1712)] public Mesh ptr_texcomesh; - [DNAFieldAttribute(21, "float", "loc[3]", 4)] + [DNAFieldAttribute(21, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(22, "float", "size[3]", 4)] + [DNAFieldAttribute(22, "float", "size[3]", "System.Single[]", 4)] public float[] size = new System.Single[3]; - [DNAFieldAttribute(23, "char", "texflag", 1)] + [DNAFieldAttribute(23, "char", "texflag", "char", 1)] public char texflag; - [DNAFieldAttribute(24, "char", "editflag", 1)] + [DNAFieldAttribute(24, "char", "editflag", "char", 1)] public char editflag; - [DNAFieldAttribute(25, "ushort", "flag", 2)] + [DNAFieldAttribute(25, "ushort", "flag", "ushort", 2)] public ushort flag; - [DNAFieldAttribute(26, "float", "smoothresh", 4)] + [DNAFieldAttribute(26, "float", "smoothresh", "float", 4)] public float smoothresh; - [DNAFieldAttribute(27, "float", "remesh_voxel_size", 4)] + [DNAFieldAttribute(27, "float", "remesh_voxel_size", "float", 4)] public float remesh_voxel_size; - [DNAFieldAttribute(28, "float", "remesh_voxel_adaptivity", 4)] + [DNAFieldAttribute(28, "float", "remesh_voxel_adaptivity", "float", 4)] public float remesh_voxel_adaptivity; - [DNAFieldAttribute(29, "int", "face_sets_color_seed", 4)] + [DNAFieldAttribute(29, "int", "face_sets_color_seed", "int", 4)] public int face_sets_color_seed; - [DNAFieldAttribute(30, "int", "face_sets_color_default", 4)] + [DNAFieldAttribute(30, "int", "face_sets_color_default", "int", 4)] public int face_sets_color_default; - [DNAFieldAttribute(31, "char", "*active_color_attribute", 1)] + [DNAFieldAttribute(31, "char", "*active_color_attribute", "char", 1)] public char ptr_active_color_attribute; - [DNAFieldAttribute(32, "char", "*default_color_attribute", 1)] + [DNAFieldAttribute(32, "char", "*default_color_attribute", "char", 1)] public char ptr_default_color_attribute; - [DNAFieldAttribute(33, "char", "symmetry", 1)] + [DNAFieldAttribute(33, "char", "symmetry", "char", 1)] public char symmetry; - [DNAFieldAttribute(34, "char", "remesh_mode", 1)] + [DNAFieldAttribute(34, "char", "remesh_mode", "char", 1)] public char remesh_mode; - [DNAFieldAttribute(35, "short", "totcol", 2)] + [DNAFieldAttribute(35, "short", "totcol", "short", 2)] public short totcol; - [DNAFieldAttribute(36, "char", "cd_flag", 1)] + [DNAFieldAttribute(36, "char", "cd_flag", "char", 1)] public char cd_flag; - [DNAFieldAttribute(37, "char", "subdiv", 1)] + [DNAFieldAttribute(37, "char", "subdiv", "char", 1)] public char subdiv; - [DNAFieldAttribute(38, "char", "subdivr", 1)] + [DNAFieldAttribute(38, "char", "subdivr", "char", 1)] public char subdivr; - [DNAFieldAttribute(39, "char", "subsurftype", 1)] + [DNAFieldAttribute(39, "char", "subsurftype", "char", 1)] public char subsurftype; - [DNAFieldAttribute(40, "MPoly", "*mpoly", 12)] + [DNAFieldAttribute(40, "MPoly", "*mpoly", "MPoly", 12)] public MPoly ptr_mpoly; - [DNAFieldAttribute(41, "MLoop", "*mloop", 8)] + [DNAFieldAttribute(41, "MLoop", "*mloop", "MLoop", 8)] public MLoop ptr_mloop; - [DNAFieldAttribute(42, "MVert", "*mvert", 16)] + [DNAFieldAttribute(42, "MVert", "*mvert", "MVert", 16)] public MVert ptr_mvert; - [DNAFieldAttribute(43, "MEdge", "*medge", 12)] + [DNAFieldAttribute(43, "MEdge", "*medge", "MEdge", 12)] public MEdge ptr_medge; - [DNAFieldAttribute(44, "MDeformVert", "*dvert", 16)] + [DNAFieldAttribute(44, "MDeformVert", "*dvert", "MDeformVert", 16)] public MDeformVert ptr_dvert; - [DNAFieldAttribute(45, "MTFace", "*mtface", 32)] + [DNAFieldAttribute(45, "MTFace", "*mtface", "MTFace", 32)] public MTFace ptr_mtface; - [DNAFieldAttribute(46, "TFace", "*tface", 64)] + [DNAFieldAttribute(46, "TFace", "*tface", "TFace", 64)] public TFace ptr_tface; - [DNAFieldAttribute(47, "MCol", "*mcol", 4)] + [DNAFieldAttribute(47, "MCol", "*mcol", "MCol", 4)] public MCol ptr_mcol; - [DNAFieldAttribute(48, "MFace", "*mface", 20)] + [DNAFieldAttribute(48, "MFace", "*mface", "MFace", 20)] public MFace ptr_mface; - [DNAFieldAttribute(49, "CustomData", "fdata", 248)] + [DNAFieldAttribute(49, "CustomData", "fdata", "CustomData", 248)] public CustomData fdata; - [DNAFieldAttribute(50, "int", "totface", 4)] + [DNAFieldAttribute(50, "int", "totface", "int", 4)] public int totface; - [DNAFieldAttribute(51, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(51, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(52, "MeshRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(52, "MeshRuntimeHandle", "*runtime", "MeshRuntimeHandle", 0)] public MeshRuntimeHandle ptr_runtime; public Mesh() { this.id = default; diff --git a/BlendFile/DNA/MeshCacheModifierData.cs b/BlendFile/DNA/MeshCacheModifierData.cs index c2c2a34..d167cc4 100644 --- a/BlendFile/DNA/MeshCacheModifierData.cs +++ b/BlendFile/DNA/MeshCacheModifierData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(503, "MeshCacheModifierData")] public struct MeshCacheModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "flag", 1)] + [DNAFieldAttribute(1, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(2, "char", "type", 1)] + [DNAFieldAttribute(2, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(3, "char", "time_mode", 1)] + [DNAFieldAttribute(3, "char", "time_mode", "char", 1)] public char time_mode; - [DNAFieldAttribute(4, "char", "play_mode", 1)] + [DNAFieldAttribute(4, "char", "play_mode", "char", 1)] public char play_mode; - [DNAFieldAttribute(5, "char", "forward_axis", 1)] + [DNAFieldAttribute(5, "char", "forward_axis", "char", 1)] public char forward_axis; - [DNAFieldAttribute(6, "char", "up_axis", 1)] + [DNAFieldAttribute(6, "char", "up_axis", "char", 1)] public char up_axis; - [DNAFieldAttribute(7, "char", "flip_axis", 1)] + [DNAFieldAttribute(7, "char", "flip_axis", "char", 1)] public char flip_axis; - [DNAFieldAttribute(8, "char", "interp", 1)] + [DNAFieldAttribute(8, "char", "interp", "char", 1)] public char interp; - [DNAFieldAttribute(9, "float", "factor", 4)] + [DNAFieldAttribute(9, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(10, "char", "deform_mode", 1)] + [DNAFieldAttribute(10, "char", "deform_mode", "char", 1)] public char deform_mode; - [DNAFieldAttribute(11, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(11, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(12, "char", "_pad[7]", 1)] + [DNAFieldAttribute(12, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(13, "float", "frame_start", 4)] + [DNAFieldAttribute(13, "float", "frame_start", "float", 4)] public float frame_start; - [DNAFieldAttribute(14, "float", "frame_scale", 4)] + [DNAFieldAttribute(14, "float", "frame_scale", "float", 4)] public float frame_scale; - [DNAFieldAttribute(15, "float", "eval_frame", 4)] + [DNAFieldAttribute(15, "float", "eval_frame", "float", 4)] public float eval_frame; - [DNAFieldAttribute(16, "float", "eval_time", 4)] + [DNAFieldAttribute(16, "float", "eval_time", "float", 4)] public float eval_time; - [DNAFieldAttribute(17, "float", "eval_factor", 4)] + [DNAFieldAttribute(17, "float", "eval_factor", "float", 4)] public float eval_factor; - [DNAFieldAttribute(18, "char", "filepath[1024]", 1)] + [DNAFieldAttribute(18, "char", "filepath[1024]", "System.Char[]", 1)] public char[] filepath = new System.Char[1024]; public MeshCacheModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/MeshDeformModifierData.cs b/BlendFile/DNA/MeshDeformModifierData.cs index 26f8f11..9e83315 100644 --- a/BlendFile/DNA/MeshDeformModifierData.cs +++ b/BlendFile/DNA/MeshDeformModifierData.cs @@ -15,47 +15,47 @@ namespace BlendFile.DNA { [DNAClassAttribute(476, "MeshDeformModifierData")] public class MeshDeformModifierData { - [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", "defgrp_name[64]", 1)] + [DNAFieldAttribute(2, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(3, "short", "gridsize", 2)] + [DNAFieldAttribute(3, "short", "gridsize", "short", 2)] public short gridsize; - [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, "MDefInfluence", "*bindinfluences", 8)] + [DNAFieldAttribute(6, "MDefInfluence", "*bindinfluences", "MDefInfluence", 8)] public MDefInfluence ptr_bindinfluences; - [DNAFieldAttribute(7, "int", "*bindoffsets", 4)] + [DNAFieldAttribute(7, "int", "*bindoffsets", "int", 4)] public int ptr_bindoffsets; - [DNAFieldAttribute(8, "float", "*bindcagecos", 4)] + [DNAFieldAttribute(8, "float", "*bindcagecos", "float", 4)] public float ptr_bindcagecos; - [DNAFieldAttribute(9, "int", "totvert", 4)] + [DNAFieldAttribute(9, "int", "totvert", "int", 4)] public int totvert; - [DNAFieldAttribute(10, "int", "totcagevert", 4)] + [DNAFieldAttribute(10, "int", "totcagevert", "int", 4)] public int totcagevert; - [DNAFieldAttribute(11, "MDefCell", "*dyngrid", 8)] + [DNAFieldAttribute(11, "MDefCell", "*dyngrid", "MDefCell", 8)] public MDefCell ptr_dyngrid; - [DNAFieldAttribute(12, "MDefInfluence", "*dyninfluences", 8)] + [DNAFieldAttribute(12, "MDefInfluence", "*dyninfluences", "MDefInfluence", 8)] public MDefInfluence ptr_dyninfluences; - [DNAFieldAttribute(13, "int", "*dynverts", 4)] + [DNAFieldAttribute(13, "int", "*dynverts", "int", 4)] public int ptr_dynverts; - [DNAFieldAttribute(14, "int", "dyngridsize", 4)] + [DNAFieldAttribute(14, "int", "dyngridsize", "int", 4)] public int dyngridsize; - [DNAFieldAttribute(15, "int", "totinfluence", 4)] + [DNAFieldAttribute(15, "int", "totinfluence", "int", 4)] public int totinfluence; - [DNAFieldAttribute(16, "float", "dyncellmin[3]", 4)] + [DNAFieldAttribute(16, "float", "dyncellmin[3]", "System.Single[]", 4)] public float[] dyncellmin = new System.Single[3]; - [DNAFieldAttribute(17, "float", "dyncellwidth", 4)] + [DNAFieldAttribute(17, "float", "dyncellwidth", "float", 4)] public float dyncellwidth; - [DNAFieldAttribute(18, "float", "bindmat[4][4]", 4)] + [DNAFieldAttribute(18, "float", "bindmat[4][4]", "System.Single[,]", 4)] public float[,] bindmat = new System.Single[4,4]; - [DNAFieldAttribute(19, "float", "*bindweights", 4)] + [DNAFieldAttribute(19, "float", "*bindweights", "float", 4)] public float ptr_bindweights; - [DNAFieldAttribute(20, "float", "*bindcos", 4)] + [DNAFieldAttribute(20, "float", "*bindcos", "float", 4)] public float ptr_bindcos; public MeshDeformModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/MeshSeqCacheModifierData.cs b/BlendFile/DNA/MeshSeqCacheModifierData.cs index f8f8413..be6e9ad 100644 --- a/BlendFile/DNA/MeshSeqCacheModifierData.cs +++ b/BlendFile/DNA/MeshSeqCacheModifierData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(509, "MeshSeqCacheModifierData")] public class MeshSeqCacheModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "CacheFile", "*cache_file", 2416)] + [DNAFieldAttribute(1, "CacheFile", "*cache_file", "CacheFile", 2416)] public CacheFile ptr_cache_file; - [DNAFieldAttribute(2, "char", "object_path[1024]", 1)] + [DNAFieldAttribute(2, "char", "object_path[1024]", "System.Char[]", 1)] public char[] object_path = new System.Char[1024]; - [DNAFieldAttribute(3, "char", "read_flag", 1)] + [DNAFieldAttribute(3, "char", "read_flag", "char", 1)] public char read_flag; - [DNAFieldAttribute(4, "char", "_pad[3]", 1)] + [DNAFieldAttribute(4, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(5, "float", "velocity_scale", 4)] + [DNAFieldAttribute(5, "float", "velocity_scale", "float", 4)] public float velocity_scale; - [DNAFieldAttribute(6, "CacheReader", "*reader", 0)] + [DNAFieldAttribute(6, "CacheReader", "*reader", "CacheReader", 0)] public CacheReader ptr_reader; - [DNAFieldAttribute(7, "char", "reader_object_path[1024]", 1)] + [DNAFieldAttribute(7, "char", "reader_object_path[1024]", "System.Char[]", 1)] public char[] reader_object_path = new System.Char[1024]; public MeshSeqCacheModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/MeshStatVis.cs b/BlendFile/DNA/MeshStatVis.cs index ce64624..0b09385 100644 --- a/BlendFile/DNA/MeshStatVis.cs +++ b/BlendFile/DNA/MeshStatVis.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(826, "MeshStatVis")] public struct MeshStatVis { - [DNAFieldAttribute(0, "char", "type", 1)] + [DNAFieldAttribute(0, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(1, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(1, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(2, "char", "overhang_axis", 1)] + [DNAFieldAttribute(2, "char", "overhang_axis", "char", 1)] public char overhang_axis; - [DNAFieldAttribute(3, "float", "overhang_min", 4)] + [DNAFieldAttribute(3, "float", "overhang_min", "float", 4)] public float overhang_min; - [DNAFieldAttribute(4, "float", "overhang_max", 4)] + [DNAFieldAttribute(4, "float", "overhang_max", "float", 4)] public float overhang_max; - [DNAFieldAttribute(5, "float", "thickness_min", 4)] + [DNAFieldAttribute(5, "float", "thickness_min", "float", 4)] public float thickness_min; - [DNAFieldAttribute(6, "float", "thickness_max", 4)] + [DNAFieldAttribute(6, "float", "thickness_max", "float", 4)] public float thickness_max; - [DNAFieldAttribute(7, "char", "thickness_samples", 1)] + [DNAFieldAttribute(7, "char", "thickness_samples", "char", 1)] public char thickness_samples; - [DNAFieldAttribute(8, "char", "_pad2[3]", 1)] + [DNAFieldAttribute(8, "char", "_pad2[3]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[3]; - [DNAFieldAttribute(9, "float", "distort_min", 4)] + [DNAFieldAttribute(9, "float", "distort_min", "float", 4)] public float distort_min; - [DNAFieldAttribute(10, "float", "distort_max", 4)] + [DNAFieldAttribute(10, "float", "distort_max", "float", 4)] public float distort_max; - [DNAFieldAttribute(11, "float", "sharp_min", 4)] + [DNAFieldAttribute(11, "float", "sharp_min", "float", 4)] public float sharp_min; - [DNAFieldAttribute(12, "float", "sharp_max", 4)] + [DNAFieldAttribute(12, "float", "sharp_max", "float", 4)] public float sharp_max; public MeshStatVis() { this.type = default; diff --git a/BlendFile/DNA/MeshToVolumeModifierData.cs b/BlendFile/DNA/MeshToVolumeModifierData.cs index 0890c1e..947d3c1 100644 --- a/BlendFile/DNA/MeshToVolumeModifierData.cs +++ b/BlendFile/DNA/MeshToVolumeModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(522, "MeshToVolumeModifierData")] public class MeshToVolumeModifierData { - [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, "int", "resolution_mode", 4)] + [DNAFieldAttribute(2, "int", "resolution_mode", "int", 4)] public int resolution_mode; - [DNAFieldAttribute(3, "float", "voxel_size", 4)] + [DNAFieldAttribute(3, "float", "voxel_size", "float", 4)] public float voxel_size; - [DNAFieldAttribute(4, "int", "voxel_amount", 4)] + [DNAFieldAttribute(4, "int", "voxel_amount", "int", 4)] public int voxel_amount; - [DNAFieldAttribute(5, "float", "interior_band_width", 4)] + [DNAFieldAttribute(5, "float", "interior_band_width", "float", 4)] public float interior_band_width; - [DNAFieldAttribute(6, "float", "density", 4)] + [DNAFieldAttribute(6, "float", "density", "float", 4)] public float density; - [DNAFieldAttribute(7, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(8, "void", "*_pad3", 0)] + [DNAFieldAttribute(8, "void", "*_pad3", "void", 0)] public object ptr__pad3; public MeshToVolumeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/MetaBall.cs b/BlendFile/DNA/MetaBall.cs index ca1cce1..41169cd 100644 --- a/BlendFile/DNA/MetaBall.cs +++ b/BlendFile/DNA/MetaBall.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(443, "MetaBall")] public class MetaBall { - [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", "elems", 16)] + [DNAFieldAttribute(2, "ListBase", "elems", "ListBase", 16)] public ListBase elems; - [DNAFieldAttribute(3, "ListBase", "*editelems", 16)] + [DNAFieldAttribute(3, "ListBase", "*editelems", "ListBase", 16)] public ListBase ptr_editelems; - [DNAFieldAttribute(4, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(4, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(5, "Material", "**mat", 392)] + [DNAFieldAttribute(5, "Material", "**mat", "Material", 392)] public Material ptr_ptr_mat; - [DNAFieldAttribute(6, "char", "flag", 1)] + [DNAFieldAttribute(6, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(7, "char", "flag2", 1)] + [DNAFieldAttribute(7, "char", "flag2", "char", 1)] public char flag2; - [DNAFieldAttribute(8, "short", "totcol", 2)] + [DNAFieldAttribute(8, "short", "totcol", "short", 2)] public short totcol; - [DNAFieldAttribute(9, "char", "texflag", 1)] + [DNAFieldAttribute(9, "char", "texflag", "char", 1)] public char texflag; - [DNAFieldAttribute(10, "char", "_pad[2]", 1)] + [DNAFieldAttribute(10, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(11, "char", "needs_flush_to_id", 1)] + [DNAFieldAttribute(11, "char", "needs_flush_to_id", "char", 1)] public char needs_flush_to_id; - [DNAFieldAttribute(12, "float", "loc[3]", 4)] + [DNAFieldAttribute(12, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(13, "float", "size[3]", 4)] + [DNAFieldAttribute(13, "float", "size[3]", "System.Single[]", 4)] public float[] size = new System.Single[3]; - [DNAFieldAttribute(14, "float", "wiresize", 4)] + [DNAFieldAttribute(14, "float", "wiresize", "float", 4)] public float wiresize; - [DNAFieldAttribute(15, "float", "rendersize", 4)] + [DNAFieldAttribute(15, "float", "rendersize", "float", 4)] public float rendersize; - [DNAFieldAttribute(16, "float", "thresh", 4)] + [DNAFieldAttribute(16, "float", "thresh", "float", 4)] public float thresh; - [DNAFieldAttribute(17, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(17, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(18, "MetaElem", "*lastelem", 104)] + [DNAFieldAttribute(18, "MetaElem", "*lastelem", "MetaElem", 104)] public MetaElem ptr_lastelem; public MetaBall() { this.id = default; diff --git a/BlendFile/DNA/MetaElem.cs b/BlendFile/DNA/MetaElem.cs index dfa168a..79d4935 100644 --- a/BlendFile/DNA/MetaElem.cs +++ b/BlendFile/DNA/MetaElem.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(441, "MetaElem")] public class MetaElem { - [DNAFieldAttribute(0, "MetaElem", "*next", 104)] + [DNAFieldAttribute(0, "MetaElem", "*next", "MetaElem", 104)] public MetaElem ptr_next; - [DNAFieldAttribute(1, "MetaElem", "*prev", 104)] + [DNAFieldAttribute(1, "MetaElem", "*prev", "MetaElem", 104)] public MetaElem ptr_prev; - [DNAFieldAttribute(2, "BoundBox", "*bb", 96)] + [DNAFieldAttribute(2, "BoundBox", "*bb", "BoundBox", 96)] public BoundBox ptr_bb; - [DNAFieldAttribute(3, "short", "type", 2)] + [DNAFieldAttribute(3, "short", "type", "short", 2)] public short type; - [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, "float", "x", 4)] + [DNAFieldAttribute(6, "float", "x", "float", 4)] public float x; - [DNAFieldAttribute(7, "float", "y", 4)] + [DNAFieldAttribute(7, "float", "y", "float", 4)] public float y; - [DNAFieldAttribute(8, "float", "z", 4)] + [DNAFieldAttribute(8, "float", "z", "float", 4)] public float z; - [DNAFieldAttribute(9, "float", "quat[4]", 4)] + [DNAFieldAttribute(9, "float", "quat[4]", "System.Single[]", 4)] public float[] quat = new System.Single[4]; - [DNAFieldAttribute(10, "float", "expx", 4)] + [DNAFieldAttribute(10, "float", "expx", "float", 4)] public float expx; - [DNAFieldAttribute(11, "float", "expy", 4)] + [DNAFieldAttribute(11, "float", "expy", "float", 4)] public float expy; - [DNAFieldAttribute(12, "float", "expz", 4)] + [DNAFieldAttribute(12, "float", "expz", "float", 4)] public float expz; - [DNAFieldAttribute(13, "float", "rad", 4)] + [DNAFieldAttribute(13, "float", "rad", "float", 4)] public float rad; - [DNAFieldAttribute(14, "float", "rad2", 4)] + [DNAFieldAttribute(14, "float", "rad2", "float", 4)] public float rad2; - [DNAFieldAttribute(15, "float", "s", 4)] + [DNAFieldAttribute(15, "float", "s", "float", 4)] public float s; - [DNAFieldAttribute(16, "float", "len", 4)] + [DNAFieldAttribute(16, "float", "len", "float", 4)] public float len; - [DNAFieldAttribute(17, "float", "*mat", 4)] + [DNAFieldAttribute(17, "float", "*mat", "float", 4)] public float ptr_mat; - [DNAFieldAttribute(18, "float", "*imat", 4)] + [DNAFieldAttribute(18, "float", "*imat", "float", 4)] public float ptr_imat; public MetaElem() { this.ptr_next = default; diff --git a/BlendFile/DNA/MetaStack.cs b/BlendFile/DNA/MetaStack.cs index 37c8bd5..a809230 100644 --- a/BlendFile/DNA/MetaStack.cs +++ b/BlendFile/DNA/MetaStack.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(887, "MetaStack")] public class MetaStack { - [DNAFieldAttribute(0, "MetaStack", "*next", 48)] + [DNAFieldAttribute(0, "MetaStack", "*next", "MetaStack", 48)] public MetaStack ptr_next; - [DNAFieldAttribute(1, "MetaStack", "*prev", 48)] + [DNAFieldAttribute(1, "MetaStack", "*prev", "MetaStack", 48)] public MetaStack ptr_prev; - [DNAFieldAttribute(2, "ListBase", "*oldbasep", 16)] + [DNAFieldAttribute(2, "ListBase", "*oldbasep", "ListBase", 16)] public ListBase ptr_oldbasep; - [DNAFieldAttribute(3, "ListBase", "*old_channels", 16)] + [DNAFieldAttribute(3, "ListBase", "*old_channels", "ListBase", 16)] public ListBase ptr_old_channels; - [DNAFieldAttribute(4, "Sequence", "*parseq", 464)] + [DNAFieldAttribute(4, "Sequence", "*parseq", "Sequence", 464)] public Sequence ptr_parseq; - [DNAFieldAttribute(5, "int", "disp_range[2]", 4)] + [DNAFieldAttribute(5, "int", "disp_range[2]", "System.Int32[]", 4)] public int[] disp_range = new System.Int32[2]; public MetaStack() { this.ptr_next = default; diff --git a/BlendFile/DNA/MirrorGpencilModifierData.cs b/BlendFile/DNA/MirrorGpencilModifierData.cs index ff24be2..dda15ca 100644 --- a/BlendFile/DNA/MirrorGpencilModifierData.cs +++ b/BlendFile/DNA/MirrorGpencilModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(291, "MirrorGpencilModifierData")] public class MirrorGpencilModifierData { - [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, "char", "layername[64]", 1)] + [DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = new System.Char[64]; - [DNAFieldAttribute(4, "char", "materialname[64]", 1)] + [DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 1)] public char[] materialname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "int", "layer_pass", 4)] + [DNAFieldAttribute(7, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public MirrorGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/MirrorModifierData.cs b/BlendFile/DNA/MirrorModifierData.cs index 1d54dab..77db5d8 100644 --- a/BlendFile/DNA/MirrorModifierData.cs +++ b/BlendFile/DNA/MirrorModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(452, "MirrorModifierData")] public class MirrorModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "short", "axis", 2)] + [DNAFieldAttribute(1, "short", "axis", "short", 2)] public short axis; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "float", "tolerance", 4)] + [DNAFieldAttribute(3, "float", "tolerance", "float", 4)] public float tolerance; - [DNAFieldAttribute(4, "float", "bisect_threshold", 4)] + [DNAFieldAttribute(4, "float", "bisect_threshold", "float", 4)] public float bisect_threshold; - [DNAFieldAttribute(5, "uchar", "use_correct_order_on_merge", 1)] + [DNAFieldAttribute(5, "uchar", "use_correct_order_on_merge", "uchar", 1)] public byte use_correct_order_on_merge; - [DNAFieldAttribute(6, "char", "_pad[3]", 1)] + [DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(7, "float", "uv_offset[2]", 4)] + [DNAFieldAttribute(7, "float", "uv_offset[2]", "System.Single[]", 4)] public float[] uv_offset = new System.Single[2]; - [DNAFieldAttribute(8, "float", "uv_offset_copy[2]", 4)] + [DNAFieldAttribute(8, "float", "uv_offset_copy[2]", "System.Single[]", 4)] public float[] uv_offset_copy = new System.Single[2]; - [DNAFieldAttribute(9, "Object", "*mirror_ob", 1160)] + [DNAFieldAttribute(9, "Object", "*mirror_ob", "Object", 1160)] public Object ptr_mirror_ob; - [DNAFieldAttribute(10, "void", "*_pad1", 0)] + [DNAFieldAttribute(10, "void", "*_pad1", "void", 0)] public object ptr__pad1; public MirrorModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ModifierData.cs b/BlendFile/DNA/ModifierData.cs index 6614b38..d9b1531 100644 --- a/BlendFile/DNA/ModifierData.cs +++ b/BlendFile/DNA/ModifierData.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(444, "ModifierData")] public class ModifierData { - [DNAFieldAttribute(0, "ModifierData", "*next", 120)] + [DNAFieldAttribute(0, "ModifierData", "*next", "ModifierData", 120)] public ModifierData ptr_next; - [DNAFieldAttribute(1, "ModifierData", "*prev", 120)] + [DNAFieldAttribute(1, "ModifierData", "*prev", "ModifierData", 120)] public ModifierData ptr_prev; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "int", "mode", 4)] + [DNAFieldAttribute(3, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(4, "float", "execution_time", 4)] + [DNAFieldAttribute(4, "float", "execution_time", "float", 4)] public float execution_time; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "short", "ui_expand_flag", 2)] + [DNAFieldAttribute(6, "short", "ui_expand_flag", "short", 2)] public short ui_expand_flag; - [DNAFieldAttribute(7, "ushort", "layout_panel_open_flag", 2)] + [DNAFieldAttribute(7, "ushort", "layout_panel_open_flag", "ushort", 2)] public ushort layout_panel_open_flag; - [DNAFieldAttribute(8, "char", "_pad[2]", 1)] + [DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(9, "int", "persistent_uid", 4)] + [DNAFieldAttribute(9, "int", "persistent_uid", "int", 4)] public int persistent_uid; - [DNAFieldAttribute(10, "char", "name[64]", 1)] + [DNAFieldAttribute(10, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(11, "char", "*error", 1)] + [DNAFieldAttribute(11, "char", "*error", "char", 1)] public char ptr_error; - [DNAFieldAttribute(12, "void", "*runtime", 0)] + [DNAFieldAttribute(12, "void", "*runtime", "void", 0)] public object ptr_runtime; public ModifierData() { this.ptr_next = default; diff --git a/BlendFile/DNA/ModifierViewerPathElem.cs b/BlendFile/DNA/ModifierViewerPathElem.cs index faabfe0..c78b7b5 100644 --- a/BlendFile/DNA/ModifierViewerPathElem.cs +++ b/BlendFile/DNA/ModifierViewerPathElem.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(1032, "ModifierViewerPathElem")] public class ModifierViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "base", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32)] public ViewerPathElem @base; - [DNAFieldAttribute(1, "char", "*modifier_name", 1)] + [DNAFieldAttribute(1, "char", "*modifier_name", "char", 1)] public char ptr_modifier_name; public ModifierViewerPathElem() { this.@base = default; diff --git a/BlendFile/DNA/MovieClip.cs b/BlendFile/DNA/MovieClip.cs index 763b774..a5e1709 100644 --- a/BlendFile/DNA/MovieClip.cs +++ b/BlendFile/DNA/MovieClip.cs @@ -15,47 +15,47 @@ namespace BlendFile.DNA { [DNAClassAttribute(148, "MovieClip")] public class MovieClip { - [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, "DrawDataList", "drawdata", 16)] + [DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)] public DrawDataList drawdata; - [DNAFieldAttribute(3, "char", "name[1024]", 1)] + [DNAFieldAttribute(3, "char", "name[1024]", "System.Char[]", 1)] public char[] name = new System.Char[1024]; - [DNAFieldAttribute(4, "int", "source", 4)] + [DNAFieldAttribute(4, "int", "source", "int", 4)] public int source; - [DNAFieldAttribute(5, "int", "_pad", 4)] + [DNAFieldAttribute(5, "int", "_pad", "int", 4)] public int _pad; - [DNAFieldAttribute(6, "int", "lastsize[2]", 4)] + [DNAFieldAttribute(6, "int", "lastsize[2]", "System.Int32[]", 4)] public int[] lastsize = new System.Int32[2]; - [DNAFieldAttribute(7, "float", "aspx", 4)] + [DNAFieldAttribute(7, "float", "aspx", "float", 4)] public float aspx; - [DNAFieldAttribute(8, "float", "aspy", 4)] + [DNAFieldAttribute(8, "float", "aspy", "float", 4)] public float aspy; - [DNAFieldAttribute(9, "ImBufAnim", "*anim", 0)] + [DNAFieldAttribute(9, "ImBufAnim", "*anim", "ImBufAnim", 0)] public ImBufAnim ptr_anim; - [DNAFieldAttribute(10, "MovieClipCache", "*cache", 0)] + [DNAFieldAttribute(10, "MovieClipCache", "*cache", "MovieClipCache", 0)] public MovieClipCache ptr_cache; - [DNAFieldAttribute(11, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(11, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(12, "MovieTracking", "tracking", 384)] + [DNAFieldAttribute(12, "MovieTracking", "tracking", "MovieTracking", 384)] public MovieTracking tracking; - [DNAFieldAttribute(13, "void", "*tracking_context", 0)] + [DNAFieldAttribute(13, "void", "*tracking_context", "void", 0)] public object ptr_tracking_context; - [DNAFieldAttribute(14, "MovieClipProxy", "proxy", 776)] + [DNAFieldAttribute(14, "MovieClipProxy", "proxy", "MovieClipProxy", 776)] public MovieClipProxy proxy; - [DNAFieldAttribute(15, "int", "flag", 4)] + [DNAFieldAttribute(15, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(16, "int", "len", 4)] + [DNAFieldAttribute(16, "int", "len", "int", 4)] public int len; - [DNAFieldAttribute(17, "int", "start_frame", 4)] + [DNAFieldAttribute(17, "int", "start_frame", "int", 4)] public int start_frame; - [DNAFieldAttribute(18, "int", "frame_offset", 4)] + [DNAFieldAttribute(18, "int", "frame_offset", "int", 4)] public int frame_offset; - [DNAFieldAttribute(19, "ColorManagedColorspaceSettings", "colorspace_settings", 64)] + [DNAFieldAttribute(19, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64)] public ColorManagedColorspaceSettings colorspace_settings; - [DNAFieldAttribute(20, "MovieClip_Runtime", "runtime", 16)] + [DNAFieldAttribute(20, "MovieClip_Runtime", "runtime", "MovieClip_Runtime", 16)] public MovieClip_Runtime runtime; public MovieClip() { this.id = default; diff --git a/BlendFile/DNA/MovieClipProxy.cs b/BlendFile/DNA/MovieClipProxy.cs index a0657ed..5ebd02a 100644 --- a/BlendFile/DNA/MovieClipProxy.cs +++ b/BlendFile/DNA/MovieClipProxy.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(554, "MovieClipProxy")] public struct MovieClipProxy { - [DNAFieldAttribute(0, "char", "dir[768]", 1)] + [DNAFieldAttribute(0, "char", "dir[768]", "System.Char[]", 1)] public char[] dir = new System.Char[768]; - [DNAFieldAttribute(1, "short", "tc", 2)] + [DNAFieldAttribute(1, "short", "tc", "short", 2)] public short tc; - [DNAFieldAttribute(2, "short", "quality", 2)] + [DNAFieldAttribute(2, "short", "quality", "short", 2)] public short quality; - [DNAFieldAttribute(3, "short", "build_size_flag", 2)] + [DNAFieldAttribute(3, "short", "build_size_flag", "short", 2)] public short build_size_flag; - [DNAFieldAttribute(4, "short", "build_tc_flag", 2)] + [DNAFieldAttribute(4, "short", "build_tc_flag", "short", 2)] public short build_tc_flag; public MovieClipProxy() { this.dir = default; diff --git a/BlendFile/DNA/MovieClipScopes.cs b/BlendFile/DNA/MovieClipScopes.cs index 43ed493..c0f4685 100644 --- a/BlendFile/DNA/MovieClipScopes.cs +++ b/BlendFile/DNA/MovieClipScopes.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(559, "MovieClipScopes")] public class MovieClipScopes { - [DNAFieldAttribute(0, "short", "ok", 2)] + [DNAFieldAttribute(0, "short", "ok", "short", 2)] public short ok; - [DNAFieldAttribute(1, "short", "use_track_mask", 2)] + [DNAFieldAttribute(1, "short", "use_track_mask", "short", 2)] public short use_track_mask; - [DNAFieldAttribute(2, "int", "track_preview_height", 4)] + [DNAFieldAttribute(2, "int", "track_preview_height", "int", 4)] public int track_preview_height; - [DNAFieldAttribute(3, "int", "frame_width", 4)] + [DNAFieldAttribute(3, "int", "frame_width", "int", 4)] public int frame_width; - [DNAFieldAttribute(4, "int", "frame_height", 4)] + [DNAFieldAttribute(4, "int", "frame_height", "int", 4)] public int frame_height; - [DNAFieldAttribute(5, "MovieTrackingMarker", "undist_marker", 64)] + [DNAFieldAttribute(5, "MovieTrackingMarker", "undist_marker", "MovieTrackingMarker", 64)] public MovieTrackingMarker undist_marker; - [DNAFieldAttribute(6, "ImBuf", "*track_search", 0)] + [DNAFieldAttribute(6, "ImBuf", "*track_search", "ImBuf", 0)] public ImBuf ptr_track_search; - [DNAFieldAttribute(7, "ImBuf", "*track_preview", 0)] + [DNAFieldAttribute(7, "ImBuf", "*track_preview", "ImBuf", 0)] public ImBuf ptr_track_preview; - [DNAFieldAttribute(8, "float", "track_pos[2]", 4)] + [DNAFieldAttribute(8, "float", "track_pos[2]", "System.Single[]", 4)] public float[] track_pos = new System.Single[2]; - [DNAFieldAttribute(9, "short", "track_disabled", 2)] + [DNAFieldAttribute(9, "short", "track_disabled", "short", 2)] public short track_disabled; - [DNAFieldAttribute(10, "short", "track_locked", 2)] + [DNAFieldAttribute(10, "short", "track_locked", "short", 2)] public short track_locked; - [DNAFieldAttribute(11, "int", "scene_framenr", 4)] + [DNAFieldAttribute(11, "int", "scene_framenr", "int", 4)] public int scene_framenr; - [DNAFieldAttribute(12, "MovieTrackingTrack", "*track", 208)] + [DNAFieldAttribute(12, "MovieTrackingTrack", "*track", "MovieTrackingTrack", 208)] public MovieTrackingTrack ptr_track; - [DNAFieldAttribute(13, "MovieTrackingMarker", "*marker", 64)] + [DNAFieldAttribute(13, "MovieTrackingMarker", "*marker", "MovieTrackingMarker", 64)] public MovieTrackingMarker ptr_marker; - [DNAFieldAttribute(14, "float", "slide_scale[2]", 4)] + [DNAFieldAttribute(14, "float", "slide_scale[2]", "System.Single[]", 4)] public float[] slide_scale = new System.Single[2]; public MovieClipScopes() { this.ok = default; diff --git a/BlendFile/DNA/MovieClipUser.cs b/BlendFile/DNA/MovieClipUser.cs index 288f088..21e9085 100644 --- a/BlendFile/DNA/MovieClipUser.cs +++ b/BlendFile/DNA/MovieClipUser.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(149, "MovieClipUser")] public struct MovieClipUser { - [DNAFieldAttribute(0, "int", "framenr", 4)] + [DNAFieldAttribute(0, "int", "framenr", "int", 4)] public int framenr; - [DNAFieldAttribute(1, "short", "render_size", 2)] + [DNAFieldAttribute(1, "short", "render_size", "short", 2)] public short render_size; - [DNAFieldAttribute(2, "short", "render_flag", 2)] + [DNAFieldAttribute(2, "short", "render_flag", "short", 2)] public short render_flag; public MovieClipUser() { this.framenr = default; diff --git a/BlendFile/DNA/MovieClip_Runtime.cs b/BlendFile/DNA/MovieClip_Runtime.cs index f6518c8..09a0427 100644 --- a/BlendFile/DNA/MovieClip_Runtime.cs +++ b/BlendFile/DNA/MovieClip_Runtime.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(556, "MovieClip_Runtime")] public struct MovieClip_Runtime { - [DNAFieldAttribute(0, "ListBase", "gputextures", 16)] + [DNAFieldAttribute(0, "ListBase", "gputextures", "ListBase", 16)] public ListBase gputextures; public MovieClip_Runtime() { this.gputextures = default; diff --git a/BlendFile/DNA/MovieClip_RuntimeGPUTexture.cs b/BlendFile/DNA/MovieClip_RuntimeGPUTexture.cs index e234264..f33f3f6 100644 --- a/BlendFile/DNA/MovieClip_RuntimeGPUTexture.cs +++ b/BlendFile/DNA/MovieClip_RuntimeGPUTexture.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(555, "MovieClip_RuntimeGPUTexture")] public class MovieClip_RuntimeGPUTexture { - [DNAFieldAttribute(0, "void", "*next", 0)] + [DNAFieldAttribute(0, "void", "*next", "void", 0)] public object ptr_next; - [DNAFieldAttribute(1, "void", "*prev", 0)] + [DNAFieldAttribute(1, "void", "*prev", "void", 0)] public object ptr_prev; - [DNAFieldAttribute(2, "MovieClipUser", "user", 8)] + [DNAFieldAttribute(2, "MovieClipUser", "user", "MovieClipUser", 8)] public MovieClipUser user; - [DNAFieldAttribute(3, "GPUTexture", "*gputexture[3]", 0)] + [DNAFieldAttribute(3, "GPUTexture", "*gputexture[3]", "GPUTexture[]", 0)] public GPUTexture[] ptr_gputext = new GPUTexture[3]; public MovieClip_RuntimeGPUTexture() { this.ptr_next = default; diff --git a/BlendFile/DNA/MovieReconstructedCamera.cs b/BlendFile/DNA/MovieReconstructedCamera.cs index 8c6bd33..61c1b6c 100644 --- a/BlendFile/DNA/MovieReconstructedCamera.cs +++ b/BlendFile/DNA/MovieReconstructedCamera.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(975, "MovieReconstructedCamera")] public struct MovieReconstructedCamera { - [DNAFieldAttribute(0, "int", "framenr", 4)] + [DNAFieldAttribute(0, "int", "framenr", "int", 4)] public int framenr; - [DNAFieldAttribute(1, "float", "error", 4)] + [DNAFieldAttribute(1, "float", "error", "float", 4)] public float error; - [DNAFieldAttribute(2, "float", "mat[4][4]", 4)] + [DNAFieldAttribute(2, "float", "mat[4][4]", "System.Single[,]", 4)] public float[,] mat = new System.Single[4,4]; public MovieReconstructedCamera() { this.framenr = default; diff --git a/BlendFile/DNA/MovieTracking.cs b/BlendFile/DNA/MovieTracking.cs index 37ba7da..2cf3838 100644 --- a/BlendFile/DNA/MovieTracking.cs +++ b/BlendFile/DNA/MovieTracking.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(558, "MovieTracking")] public class MovieTracking { - [DNAFieldAttribute(0, "MovieTrackingSettings", "settings", 64)] + [DNAFieldAttribute(0, "MovieTrackingSettings", "settings", "MovieTrackingSettings", 64)] public MovieTrackingSettings settings; - [DNAFieldAttribute(1, "MovieTrackingCamera", "camera", 96)] + [DNAFieldAttribute(1, "MovieTrackingCamera", "camera", "MovieTrackingCamera", 96)] public MovieTrackingCamera camera; - [DNAFieldAttribute(2, "ListBase", "tracks", 16)] + [DNAFieldAttribute(2, "ListBase", "tracks", "ListBase", 16)] public ListBase tracks; - [DNAFieldAttribute(3, "ListBase", "plane_tracks", 16)] + [DNAFieldAttribute(3, "ListBase", "plane_tracks", "ListBase", 16)] public ListBase plane_tracks; - [DNAFieldAttribute(4, "MovieTrackingReconstruction", "reconstruction", 24)] + [DNAFieldAttribute(4, "MovieTrackingReconstruction", "reconstruction", "MovieTrackingReconstruction", 24)] public MovieTrackingReconstruction reconstruction; - [DNAFieldAttribute(5, "MovieTrackingStabilization", "stabilization", 72)] + [DNAFieldAttribute(5, "MovieTrackingStabilization", "stabilization", "MovieTrackingStabilization", 72)] public MovieTrackingStabilization stabilization; - [DNAFieldAttribute(6, "MovieTrackingTrack", "*act_track", 208)] + [DNAFieldAttribute(6, "MovieTrackingTrack", "*act_track", "MovieTrackingTrack", 208)] public MovieTrackingTrack ptr_act_track; - [DNAFieldAttribute(7, "MovieTrackingPlaneTrack", "*act_plane_track", 128)] + [DNAFieldAttribute(7, "MovieTrackingPlaneTrack", "*act_plane_track", "MovieTrackingPlaneTrack", 128)] public MovieTrackingPlaneTrack ptr_act_plane_track; - [DNAFieldAttribute(8, "ListBase", "objects", 16)] + [DNAFieldAttribute(8, "ListBase", "objects", "ListBase", 16)] public ListBase objects; - [DNAFieldAttribute(9, "int", "objectnr", 4)] + [DNAFieldAttribute(9, "int", "objectnr", "int", 4)] public int objectnr; - [DNAFieldAttribute(10, "int", "tot_object", 4)] + [DNAFieldAttribute(10, "int", "tot_object", "int", 4)] public int tot_object; - [DNAFieldAttribute(11, "MovieTrackingStats", "*stats", 256)] + [DNAFieldAttribute(11, "MovieTrackingStats", "*stats", "MovieTrackingStats", 256)] public MovieTrackingStats ptr_stats; - [DNAFieldAttribute(12, "MovieTrackingDopesheet", "dopesheet", 48)] + [DNAFieldAttribute(12, "MovieTrackingDopesheet", "dopesheet", "MovieTrackingDopesheet", 48)] public MovieTrackingDopesheet dopesheet; public MovieTracking() { this.settings = default; diff --git a/BlendFile/DNA/MovieTrackingCamera.cs b/BlendFile/DNA/MovieTrackingCamera.cs index 6338913..6d33c76 100644 --- a/BlendFile/DNA/MovieTrackingCamera.cs +++ b/BlendFile/DNA/MovieTrackingCamera.cs @@ -15,51 +15,51 @@ namespace BlendFile.DNA { [DNAClassAttribute(976, "MovieTrackingCamera")] public class MovieTrackingCamera { - [DNAFieldAttribute(0, "void", "*intrinsics", 0)] + [DNAFieldAttribute(0, "void", "*intrinsics", "void", 0)] public object ptr_intrinsics; - [DNAFieldAttribute(1, "short", "distortion_model", 2)] + [DNAFieldAttribute(1, "short", "distortion_model", "short", 2)] public short distortion_model; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(3, "float", "sensor_width", 4)] + [DNAFieldAttribute(3, "float", "sensor_width", "float", 4)] public float sensor_width; - [DNAFieldAttribute(4, "float", "pixel_aspect", 4)] + [DNAFieldAttribute(4, "float", "pixel_aspect", "float", 4)] public float pixel_aspect; - [DNAFieldAttribute(5, "float", "focal", 4)] + [DNAFieldAttribute(5, "float", "focal", "float", 4)] public float focal; - [DNAFieldAttribute(6, "short", "units", 2)] + [DNAFieldAttribute(6, "short", "units", "short", 2)] public short units; - [DNAFieldAttribute(7, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(7, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(8, "float", "principal_point[2]", 4)] + [DNAFieldAttribute(8, "float", "principal_point[2]", "System.Single[]", 4)] public float[] principal_point = new System.Single[2]; - [DNAFieldAttribute(9, "float", "principal[2]", 4)] + [DNAFieldAttribute(9, "float", "principal[2]", "System.Single[]", 4)] public float[] principal = new System.Single[2]; - [DNAFieldAttribute(10, "float", "k1", 4)] + [DNAFieldAttribute(10, "float", "k1", "float", 4)] public float k1; - [DNAFieldAttribute(11, "float", "k2", 4)] + [DNAFieldAttribute(11, "float", "k2", "float", 4)] public float k2; - [DNAFieldAttribute(12, "float", "k3", 4)] + [DNAFieldAttribute(12, "float", "k3", "float", 4)] public float k3; - [DNAFieldAttribute(13, "float", "division_k1", 4)] + [DNAFieldAttribute(13, "float", "division_k1", "float", 4)] public float division_k1; - [DNAFieldAttribute(14, "float", "division_k2", 4)] + [DNAFieldAttribute(14, "float", "division_k2", "float", 4)] public float division_k2; - [DNAFieldAttribute(15, "float", "nuke_k1", 4)] + [DNAFieldAttribute(15, "float", "nuke_k1", "float", 4)] public float nuke_k1; - [DNAFieldAttribute(16, "float", "nuke_k2", 4)] + [DNAFieldAttribute(16, "float", "nuke_k2", "float", 4)] public float nuke_k2; - [DNAFieldAttribute(17, "float", "brown_k1", 4)] + [DNAFieldAttribute(17, "float", "brown_k1", "float", 4)] public float brown_k1; - [DNAFieldAttribute(18, "float", "brown_k2", 4)] + [DNAFieldAttribute(18, "float", "brown_k2", "float", 4)] public float brown_k2; - [DNAFieldAttribute(19, "float", "brown_k3", 4)] + [DNAFieldAttribute(19, "float", "brown_k3", "float", 4)] public float brown_k3; - [DNAFieldAttribute(20, "float", "brown_k4", 4)] + [DNAFieldAttribute(20, "float", "brown_k4", "float", 4)] public float brown_k4; - [DNAFieldAttribute(21, "float", "brown_p1", 4)] + [DNAFieldAttribute(21, "float", "brown_p1", "float", 4)] public float brown_p1; - [DNAFieldAttribute(22, "float", "brown_p2", 4)] + [DNAFieldAttribute(22, "float", "brown_p2", "float", 4)] public float brown_p2; public MovieTrackingCamera() { this.ptr_intrinsics = default; diff --git a/BlendFile/DNA/MovieTrackingDopesheet.cs b/BlendFile/DNA/MovieTrackingDopesheet.cs index 0fe2ced..d70c5cf 100644 --- a/BlendFile/DNA/MovieTrackingDopesheet.cs +++ b/BlendFile/DNA/MovieTrackingDopesheet.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(986, "MovieTrackingDopesheet")] public struct MovieTrackingDopesheet { - [DNAFieldAttribute(0, "int", "ok", 4)] + [DNAFieldAttribute(0, "int", "ok", "int", 4)] public int ok; - [DNAFieldAttribute(1, "short", "sort_method", 2)] + [DNAFieldAttribute(1, "short", "sort_method", "short", 2)] public short sort_method; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "ListBase", "coverage_segments", 16)] + [DNAFieldAttribute(3, "ListBase", "coverage_segments", "ListBase", 16)] public ListBase coverage_segments; - [DNAFieldAttribute(4, "ListBase", "channels", 16)] + [DNAFieldAttribute(4, "ListBase", "channels", "ListBase", 16)] public ListBase channels; - [DNAFieldAttribute(5, "int", "tot_channel", 4)] + [DNAFieldAttribute(5, "int", "tot_channel", "int", 4)] public int tot_channel; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public MovieTrackingDopesheet() { this.ok = default; diff --git a/BlendFile/DNA/MovieTrackingDopesheetChannel.cs b/BlendFile/DNA/MovieTrackingDopesheetChannel.cs index fba2f85..42cf35c 100644 --- a/BlendFile/DNA/MovieTrackingDopesheetChannel.cs +++ b/BlendFile/DNA/MovieTrackingDopesheetChannel.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(984, "MovieTrackingDopesheetChannel")] public class MovieTrackingDopesheetChannel { - [DNAFieldAttribute(0, "MovieTrackingDopesheetChannel", "*next", 120)] + [DNAFieldAttribute(0, "MovieTrackingDopesheetChannel", "*next", "MovieTrackingDopesheetChannel", 120)] public MovieTrackingDopesheetChannel ptr_next; - [DNAFieldAttribute(1, "MovieTrackingDopesheetChannel", "*prev", 120)] + [DNAFieldAttribute(1, "MovieTrackingDopesheetChannel", "*prev", "MovieTrackingDopesheetChannel", 120)] public MovieTrackingDopesheetChannel ptr_prev; - [DNAFieldAttribute(2, "MovieTrackingTrack", "*track", 208)] + [DNAFieldAttribute(2, "MovieTrackingTrack", "*track", "MovieTrackingTrack", 208)] public MovieTrackingTrack ptr_track; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(4, "char", "name[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "int", "tot_segment", 4)] + [DNAFieldAttribute(5, "int", "tot_segment", "int", 4)] public int tot_segment; - [DNAFieldAttribute(6, "int", "*segments", 4)] + [DNAFieldAttribute(6, "int", "*segments", "int", 4)] public int ptr_segments; - [DNAFieldAttribute(7, "int", "max_segment", 4)] + [DNAFieldAttribute(7, "int", "max_segment", "int", 4)] public int max_segment; - [DNAFieldAttribute(8, "int", "total_frames", 4)] + [DNAFieldAttribute(8, "int", "total_frames", "int", 4)] public int total_frames; - [DNAFieldAttribute(9, "int", "first_not_disabled_marker_framenr", 4)] + [DNAFieldAttribute(9, "int", "first_not_disabled_marker_framenr", "int", 4)] public int first_not_disabled_marker_framenr; - [DNAFieldAttribute(10, "int", "last_not_disabled_marker_framenr", 4)] + [DNAFieldAttribute(10, "int", "last_not_disabled_marker_framenr", "int", 4)] public int last_not_disabled_marker_framenr; public MovieTrackingDopesheetChannel() { this.ptr_next = default; diff --git a/BlendFile/DNA/MovieTrackingDopesheetCoverageSegment.cs b/BlendFile/DNA/MovieTrackingDopesheetCoverageSegment.cs index 7aab9af..d28322b 100644 --- a/BlendFile/DNA/MovieTrackingDopesheetCoverageSegment.cs +++ b/BlendFile/DNA/MovieTrackingDopesheetCoverageSegment.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(985, "MovieTrackingDopesheetCoverageSegment")] public class MovieTrackingDopesheetCoverageSegment { - [DNAFieldAttribute(0, "MovieTrackingDopesheetCoverageSegment", "*next", 32)] + [DNAFieldAttribute(0, "MovieTrackingDopesheetCoverageSegment", "*next", "MovieTrackingDopesheetCoverageSegment", 32)] public MovieTrackingDopesheetCoverageSegment ptr_next; - [DNAFieldAttribute(1, "MovieTrackingDopesheetCoverageSegment", "*prev", 32)] + [DNAFieldAttribute(1, "MovieTrackingDopesheetCoverageSegment", "*prev", "MovieTrackingDopesheetCoverageSegment", 32)] public MovieTrackingDopesheetCoverageSegment ptr_prev; - [DNAFieldAttribute(2, "int", "coverage", 4)] + [DNAFieldAttribute(2, "int", "coverage", "int", 4)] public int coverage; - [DNAFieldAttribute(3, "int", "start_frame", 4)] + [DNAFieldAttribute(3, "int", "start_frame", "int", 4)] public int start_frame; - [DNAFieldAttribute(4, "int", "end_frame", 4)] + [DNAFieldAttribute(4, "int", "end_frame", "int", 4)] public int end_frame; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public MovieTrackingDopesheetCoverageSegment() { this.ptr_next = default; diff --git a/BlendFile/DNA/MovieTrackingMarker.cs b/BlendFile/DNA/MovieTrackingMarker.cs index 9378712..b564801 100644 --- a/BlendFile/DNA/MovieTrackingMarker.cs +++ b/BlendFile/DNA/MovieTrackingMarker.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(560, "MovieTrackingMarker")] public struct MovieTrackingMarker { - [DNAFieldAttribute(0, "float", "pos[2]", 4)] + [DNAFieldAttribute(0, "float", "pos[2]", "System.Single[]", 4)] public float[] pos = new System.Single[2]; - [DNAFieldAttribute(1, "float", "pattern_corners[4][2]", 4)] + [DNAFieldAttribute(1, "float", "pattern_corners[4][2]", "System.Single[,]", 4)] public float[,] pattern_corners = new System.Single[4,2]; - [DNAFieldAttribute(2, "float", "search_min[2]", 4)] + [DNAFieldAttribute(2, "float", "search_min[2]", "System.Single[]", 4)] public float[] search_min = new System.Single[2]; - [DNAFieldAttribute(3, "float", "search_max[2]", 4)] + [DNAFieldAttribute(3, "float", "search_max[2]", "System.Single[]", 4)] public float[] search_max = new System.Single[2]; - [DNAFieldAttribute(4, "int", "framenr", 4)] + [DNAFieldAttribute(4, "int", "framenr", "int", 4)] public int framenr; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; public MovieTrackingMarker() { this.pos = default; diff --git a/BlendFile/DNA/MovieTrackingObject.cs b/BlendFile/DNA/MovieTrackingObject.cs index 07cef31..3c12eb5 100644 --- a/BlendFile/DNA/MovieTrackingObject.cs +++ b/BlendFile/DNA/MovieTrackingObject.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(982, "MovieTrackingObject")] public class MovieTrackingObject { - [DNAFieldAttribute(0, "MovieTrackingObject", "*next", 168)] + [DNAFieldAttribute(0, "MovieTrackingObject", "*next", "MovieTrackingObject", 168)] public MovieTrackingObject ptr_next; - [DNAFieldAttribute(1, "MovieTrackingObject", "*prev", 168)] + [DNAFieldAttribute(1, "MovieTrackingObject", "*prev", "MovieTrackingObject", 168)] public MovieTrackingObject 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, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "float", "scale", 4)] + [DNAFieldAttribute(4, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(5, "ListBase", "tracks", 16)] + [DNAFieldAttribute(5, "ListBase", "tracks", "ListBase", 16)] public ListBase tracks; - [DNAFieldAttribute(6, "ListBase", "plane_tracks", 16)] + [DNAFieldAttribute(6, "ListBase", "plane_tracks", "ListBase", 16)] public ListBase plane_tracks; - [DNAFieldAttribute(7, "MovieTrackingTrack", "*active_track", 208)] + [DNAFieldAttribute(7, "MovieTrackingTrack", "*active_track", "MovieTrackingTrack", 208)] public MovieTrackingTrack ptr_active_track; - [DNAFieldAttribute(8, "MovieTrackingPlaneTrack", "*active_plane_track", 128)] + [DNAFieldAttribute(8, "MovieTrackingPlaneTrack", "*active_plane_track", "MovieTrackingPlaneTrack", 128)] public MovieTrackingPlaneTrack ptr_active_plane_track; - [DNAFieldAttribute(9, "MovieTrackingReconstruction", "reconstruction", 24)] + [DNAFieldAttribute(9, "MovieTrackingReconstruction", "reconstruction", "MovieTrackingReconstruction", 24)] public MovieTrackingReconstruction reconstruction; - [DNAFieldAttribute(10, "int", "keyframe1", 4)] + [DNAFieldAttribute(10, "int", "keyframe1", "int", 4)] public int keyframe1; - [DNAFieldAttribute(11, "int", "keyframe2", 4)] + [DNAFieldAttribute(11, "int", "keyframe2", "int", 4)] public int keyframe2; public MovieTrackingObject() { this.ptr_next = default; diff --git a/BlendFile/DNA/MovieTrackingPlaneMarker.cs b/BlendFile/DNA/MovieTrackingPlaneMarker.cs index b6ee104..03f14c1 100644 --- a/BlendFile/DNA/MovieTrackingPlaneMarker.cs +++ b/BlendFile/DNA/MovieTrackingPlaneMarker.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(977, "MovieTrackingPlaneMarker")] public struct MovieTrackingPlaneMarker { - [DNAFieldAttribute(0, "float", "corners[4][2]", 4)] + [DNAFieldAttribute(0, "float", "corners[4][2]", "System.Single[,]", 4)] public float[,] corners = new System.Single[4,2]; - [DNAFieldAttribute(1, "int", "framenr", 4)] + [DNAFieldAttribute(1, "int", "framenr", "int", 4)] public int framenr; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; public MovieTrackingPlaneMarker() { this.corners = default; diff --git a/BlendFile/DNA/MovieTrackingPlaneTrack.cs b/BlendFile/DNA/MovieTrackingPlaneTrack.cs index 7806e62..909430e 100644 --- a/BlendFile/DNA/MovieTrackingPlaneTrack.cs +++ b/BlendFile/DNA/MovieTrackingPlaneTrack.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(978, "MovieTrackingPlaneTrack")] public class MovieTrackingPlaneTrack { - [DNAFieldAttribute(0, "MovieTrackingPlaneTrack", "*next", 128)] + [DNAFieldAttribute(0, "MovieTrackingPlaneTrack", "*next", "MovieTrackingPlaneTrack", 128)] public MovieTrackingPlaneTrack ptr_next; - [DNAFieldAttribute(1, "MovieTrackingPlaneTrack", "*prev", 128)] + [DNAFieldAttribute(1, "MovieTrackingPlaneTrack", "*prev", "MovieTrackingPlaneTrack", 128)] public MovieTrackingPlaneTrack 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, "MovieTrackingTrack", "**point_tracks", 208)] + [DNAFieldAttribute(3, "MovieTrackingTrack", "**point_tracks", "MovieTrackingTrack", 208)] public MovieTrackingTrack ptr_ptr_point_tracks; - [DNAFieldAttribute(4, "int", "point_tracksnr", 4)] + [DNAFieldAttribute(4, "int", "point_tracksnr", "int", 4)] public int point_tracksnr; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(6, "MovieTrackingPlaneMarker", "*markers", 40)] + [DNAFieldAttribute(6, "MovieTrackingPlaneMarker", "*markers", "MovieTrackingPlaneMarker", 40)] public MovieTrackingPlaneMarker ptr_markers; - [DNAFieldAttribute(7, "int", "markersnr", 4)] + [DNAFieldAttribute(7, "int", "markersnr", "int", 4)] public int markersnr; - [DNAFieldAttribute(8, "int", "flag", 4)] + [DNAFieldAttribute(8, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(9, "Image", "*image", 1600)] + [DNAFieldAttribute(9, "Image", "*image", "Image", 1600)] public Image ptr_image; - [DNAFieldAttribute(10, "float", "image_opacity", 4)] + [DNAFieldAttribute(10, "float", "image_opacity", "float", 4)] public float image_opacity; - [DNAFieldAttribute(11, "int", "last_marker", 4)] + [DNAFieldAttribute(11, "int", "last_marker", "int", 4)] public int last_marker; public MovieTrackingPlaneTrack() { this.ptr_next = default; diff --git a/BlendFile/DNA/MovieTrackingReconstruction.cs b/BlendFile/DNA/MovieTrackingReconstruction.cs index fba0740..b5852cb 100644 --- a/BlendFile/DNA/MovieTrackingReconstruction.cs +++ b/BlendFile/DNA/MovieTrackingReconstruction.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(981, "MovieTrackingReconstruction")] public class MovieTrackingReconstruction { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "float", "error", 4)] + [DNAFieldAttribute(1, "float", "error", "float", 4)] public float error; - [DNAFieldAttribute(2, "int", "last_camera", 4)] + [DNAFieldAttribute(2, "int", "last_camera", "int", 4)] public int last_camera; - [DNAFieldAttribute(3, "int", "camnr", 4)] + [DNAFieldAttribute(3, "int", "camnr", "int", 4)] public int camnr; - [DNAFieldAttribute(4, "MovieReconstructedCamera", "*cameras", 72)] + [DNAFieldAttribute(4, "MovieReconstructedCamera", "*cameras", "MovieReconstructedCamera", 72)] public MovieReconstructedCamera ptr_cameras; public MovieTrackingReconstruction() { this.flag = default; diff --git a/BlendFile/DNA/MovieTrackingSettings.cs b/BlendFile/DNA/MovieTrackingSettings.cs index 3676bd2..61bd7e4 100644 --- a/BlendFile/DNA/MovieTrackingSettings.cs +++ b/BlendFile/DNA/MovieTrackingSettings.cs @@ -15,47 +15,47 @@ namespace BlendFile.DNA { [DNAClassAttribute(979, "MovieTrackingSettings")] public struct MovieTrackingSettings { - [DNAFieldAttribute(0, "short", "default_motion_model", 2)] + [DNAFieldAttribute(0, "short", "default_motion_model", "short", 2)] public short default_motion_model; - [DNAFieldAttribute(1, "short", "default_algorithm_flag", 2)] + [DNAFieldAttribute(1, "short", "default_algorithm_flag", "short", 2)] public short default_algorithm_flag; - [DNAFieldAttribute(2, "float", "default_minimum_correlation", 4)] + [DNAFieldAttribute(2, "float", "default_minimum_correlation", "float", 4)] public float default_minimum_correlation; - [DNAFieldAttribute(3, "short", "default_pattern_size", 2)] + [DNAFieldAttribute(3, "short", "default_pattern_size", "short", 2)] public short default_pattern_size; - [DNAFieldAttribute(4, "short", "default_search_size", 2)] + [DNAFieldAttribute(4, "short", "default_search_size", "short", 2)] public short default_search_size; - [DNAFieldAttribute(5, "short", "default_frames_limit", 2)] + [DNAFieldAttribute(5, "short", "default_frames_limit", "short", 2)] public short default_frames_limit; - [DNAFieldAttribute(6, "short", "default_margin", 2)] + [DNAFieldAttribute(6, "short", "default_margin", "short", 2)] public short default_margin; - [DNAFieldAttribute(7, "short", "default_pattern_match", 2)] + [DNAFieldAttribute(7, "short", "default_pattern_match", "short", 2)] public short default_pattern_match; - [DNAFieldAttribute(8, "short", "default_flag", 2)] + [DNAFieldAttribute(8, "short", "default_flag", "short", 2)] public short default_flag; - [DNAFieldAttribute(9, "float", "default_weight", 4)] + [DNAFieldAttribute(9, "float", "default_weight", "float", 4)] public float default_weight; - [DNAFieldAttribute(10, "short", "motion_flag", 2)] + [DNAFieldAttribute(10, "short", "motion_flag", "short", 2)] public short motion_flag; - [DNAFieldAttribute(11, "short", "speed", 2)] + [DNAFieldAttribute(11, "short", "speed", "short", 2)] public short speed; - [DNAFieldAttribute(12, "int", "keyframe1", 4)] + [DNAFieldAttribute(12, "int", "keyframe1", "int", 4)] public int keyframe1; - [DNAFieldAttribute(13, "int", "keyframe2", 4)] + [DNAFieldAttribute(13, "int", "keyframe2", "int", 4)] public int keyframe2; - [DNAFieldAttribute(14, "int", "reconstruction_flag", 4)] + [DNAFieldAttribute(14, "int", "reconstruction_flag", "int", 4)] public int reconstruction_flag; - [DNAFieldAttribute(15, "int", "refine_camera_intrinsics", 4)] + [DNAFieldAttribute(15, "int", "refine_camera_intrinsics", "int", 4)] public int refine_camera_intrinsics; - [DNAFieldAttribute(16, "float", "dist", 4)] + [DNAFieldAttribute(16, "float", "dist", "float", 4)] public float dist; - [DNAFieldAttribute(17, "int", "clean_frames", 4)] + [DNAFieldAttribute(17, "int", "clean_frames", "int", 4)] public int clean_frames; - [DNAFieldAttribute(18, "int", "clean_action", 4)] + [DNAFieldAttribute(18, "int", "clean_action", "int", 4)] public int clean_action; - [DNAFieldAttribute(19, "float", "clean_error", 4)] + [DNAFieldAttribute(19, "float", "clean_error", "float", 4)] public float clean_error; - [DNAFieldAttribute(20, "float", "object_distance", 4)] + [DNAFieldAttribute(20, "float", "object_distance", "float", 4)] public float object_distance; public MovieTrackingSettings() { this.default_motion_model = default; diff --git a/BlendFile/DNA/MovieTrackingStabilization.cs b/BlendFile/DNA/MovieTrackingStabilization.cs index bb266ec..893022d 100644 --- a/BlendFile/DNA/MovieTrackingStabilization.cs +++ b/BlendFile/DNA/MovieTrackingStabilization.cs @@ -15,37 +15,37 @@ namespace BlendFile.DNA { [DNAClassAttribute(980, "MovieTrackingStabilization")] public class MovieTrackingStabilization { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "int", "tot_track", 4)] + [DNAFieldAttribute(1, "int", "tot_track", "int", 4)] public int tot_track; - [DNAFieldAttribute(2, "int", "act_track", 4)] + [DNAFieldAttribute(2, "int", "act_track", "int", 4)] public int act_track; - [DNAFieldAttribute(3, "int", "tot_rot_track", 4)] + [DNAFieldAttribute(3, "int", "tot_rot_track", "int", 4)] public int tot_rot_track; - [DNAFieldAttribute(4, "int", "act_rot_track", 4)] + [DNAFieldAttribute(4, "int", "act_rot_track", "int", 4)] public int act_rot_track; - [DNAFieldAttribute(5, "float", "maxscale", 4)] + [DNAFieldAttribute(5, "float", "maxscale", "float", 4)] public float maxscale; - [DNAFieldAttribute(6, "MovieTrackingTrack", "*rot_track", 208)] + [DNAFieldAttribute(6, "MovieTrackingTrack", "*rot_track", "MovieTrackingTrack", 208)] public MovieTrackingTrack ptr_rot_track; - [DNAFieldAttribute(7, "int", "anchor_frame", 4)] + [DNAFieldAttribute(7, "int", "anchor_frame", "int", 4)] public int anchor_frame; - [DNAFieldAttribute(8, "float", "target_pos[2]", 4)] + [DNAFieldAttribute(8, "float", "target_pos[2]", "System.Single[]", 4)] public float[] target_pos = new System.Single[2]; - [DNAFieldAttribute(9, "float", "target_rot", 4)] + [DNAFieldAttribute(9, "float", "target_rot", "float", 4)] public float target_rot; - [DNAFieldAttribute(10, "float", "scale", 4)] + [DNAFieldAttribute(10, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(11, "float", "locinf", 4)] + [DNAFieldAttribute(11, "float", "locinf", "float", 4)] public float locinf; - [DNAFieldAttribute(12, "float", "scaleinf", 4)] + [DNAFieldAttribute(12, "float", "scaleinf", "float", 4)] public float scaleinf; - [DNAFieldAttribute(13, "float", "rotinf", 4)] + [DNAFieldAttribute(13, "float", "rotinf", "float", 4)] public float rotinf; - [DNAFieldAttribute(14, "int", "filter", 4)] + [DNAFieldAttribute(14, "int", "filter", "int", 4)] public int filter; - [DNAFieldAttribute(15, "int", "_pad", 4)] + [DNAFieldAttribute(15, "int", "_pad", "int", 4)] public int _pad; public MovieTrackingStabilization() { this.flag = default; diff --git a/BlendFile/DNA/MovieTrackingStats.cs b/BlendFile/DNA/MovieTrackingStats.cs index 28e6f5f..3c856d6 100644 --- a/BlendFile/DNA/MovieTrackingStats.cs +++ b/BlendFile/DNA/MovieTrackingStats.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(983, "MovieTrackingStats")] public struct MovieTrackingStats { - [DNAFieldAttribute(0, "char", "message[256]", 1)] + [DNAFieldAttribute(0, "char", "message[256]", "System.Char[]", 1)] public char[] message = new System.Char[256]; public MovieTrackingStats() { this.message = default; diff --git a/BlendFile/DNA/MovieTrackingTrack.cs b/BlendFile/DNA/MovieTrackingTrack.cs index 360ae25..80b725b 100644 --- a/BlendFile/DNA/MovieTrackingTrack.cs +++ b/BlendFile/DNA/MovieTrackingTrack.cs @@ -15,57 +15,57 @@ namespace BlendFile.DNA { [DNAClassAttribute(561, "MovieTrackingTrack")] public class MovieTrackingTrack { - [DNAFieldAttribute(0, "MovieTrackingTrack", "*next", 208)] + [DNAFieldAttribute(0, "MovieTrackingTrack", "*next", "MovieTrackingTrack", 208)] public MovieTrackingTrack ptr_next; - [DNAFieldAttribute(1, "MovieTrackingTrack", "*prev", 208)] + [DNAFieldAttribute(1, "MovieTrackingTrack", "*prev", "MovieTrackingTrack", 208)] public MovieTrackingTrack 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, "float", "pat_min[2]", 4)] + [DNAFieldAttribute(3, "float", "pat_min[2]", "System.Single[]", 4)] public float[] pat_min = new System.Single[2]; - [DNAFieldAttribute(4, "float", "pat_max[2]", 4)] + [DNAFieldAttribute(4, "float", "pat_max[2]", "System.Single[]", 4)] public float[] pat_max = new System.Single[2]; - [DNAFieldAttribute(5, "float", "search_min[2]", 4)] + [DNAFieldAttribute(5, "float", "search_min[2]", "System.Single[]", 4)] public float[] search_min = new System.Single[2]; - [DNAFieldAttribute(6, "float", "search_max[2]", 4)] + [DNAFieldAttribute(6, "float", "search_max[2]", "System.Single[]", 4)] public float[] search_max = new System.Single[2]; - [DNAFieldAttribute(7, "float", "offset[2]", 4)] + [DNAFieldAttribute(7, "float", "offset[2]", "System.Single[]", 4)] public float[] offset = new System.Single[2]; - [DNAFieldAttribute(8, "int", "markersnr", 4)] + [DNAFieldAttribute(8, "int", "markersnr", "int", 4)] public int markersnr; - [DNAFieldAttribute(9, "int", "_pad", 4)] + [DNAFieldAttribute(9, "int", "_pad", "int", 4)] public int _pad; - [DNAFieldAttribute(10, "MovieTrackingMarker", "*markers", 64)] + [DNAFieldAttribute(10, "MovieTrackingMarker", "*markers", "MovieTrackingMarker", 64)] public MovieTrackingMarker ptr_markers; - [DNAFieldAttribute(11, "float", "bundle_pos[3]", 4)] + [DNAFieldAttribute(11, "float", "bundle_pos[3]", "System.Single[]", 4)] public float[] bundle_pos = new System.Single[3]; - [DNAFieldAttribute(12, "float", "error", 4)] + [DNAFieldAttribute(12, "float", "error", "float", 4)] public float error; - [DNAFieldAttribute(13, "int", "flag", 4)] + [DNAFieldAttribute(13, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(14, "int", "pat_flag", 4)] + [DNAFieldAttribute(14, "int", "pat_flag", "int", 4)] public int pat_flag; - [DNAFieldAttribute(15, "int", "search_flag", 4)] + [DNAFieldAttribute(15, "int", "search_flag", "int", 4)] public int search_flag; - [DNAFieldAttribute(16, "float", "color[3]", 4)] + [DNAFieldAttribute(16, "float", "color[3]", "System.Single[]", 4)] public float[] color = new System.Single[3]; - [DNAFieldAttribute(17, "short", "frames_limit", 2)] + [DNAFieldAttribute(17, "short", "frames_limit", "short", 2)] public short frames_limit; - [DNAFieldAttribute(18, "short", "margin", 2)] + [DNAFieldAttribute(18, "short", "margin", "short", 2)] public short margin; - [DNAFieldAttribute(19, "short", "pattern_match", 2)] + [DNAFieldAttribute(19, "short", "pattern_match", "short", 2)] public short pattern_match; - [DNAFieldAttribute(20, "short", "motion_model", 2)] + [DNAFieldAttribute(20, "short", "motion_model", "short", 2)] public short motion_model; - [DNAFieldAttribute(21, "int", "algorithm_flag", 4)] + [DNAFieldAttribute(21, "int", "algorithm_flag", "int", 4)] public int algorithm_flag; - [DNAFieldAttribute(22, "float", "minimum_correlation", 4)] + [DNAFieldAttribute(22, "float", "minimum_correlation", "float", 4)] public float minimum_correlation; - [DNAFieldAttribute(23, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(23, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(24, "float", "weight", 4)] + [DNAFieldAttribute(24, "float", "weight", "float", 4)] public float weight; - [DNAFieldAttribute(25, "float", "weight_stab", 4)] + [DNAFieldAttribute(25, "float", "weight_stab", "float", 4)] public float weight_stab; public MovieTrackingTrack() { this.ptr_next = default; diff --git a/BlendFile/DNA/MultiplyGpencilModifierData.cs b/BlendFile/DNA/MultiplyGpencilModifierData.cs index df54279..4a82f31 100644 --- a/BlendFile/DNA/MultiplyGpencilModifierData.cs +++ b/BlendFile/DNA/MultiplyGpencilModifierData.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(297, "MultiplyGpencilModifierData")] public class MultiplyGpencilModifierData { - [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, "int", "layer_pass", 4)] + [DNAFieldAttribute(6, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(7, "int", "flags", 4)] + [DNAFieldAttribute(7, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(8, "int", "duplications", 4)] + [DNAFieldAttribute(8, "int", "duplications", "int", 4)] public int duplications; - [DNAFieldAttribute(9, "float", "distance", 4)] + [DNAFieldAttribute(9, "float", "distance", "float", 4)] public float distance; - [DNAFieldAttribute(10, "float", "offset", 4)] + [DNAFieldAttribute(10, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(11, "float", "fading_center", 4)] + [DNAFieldAttribute(11, "float", "fading_center", "float", 4)] public float fading_center; - [DNAFieldAttribute(12, "float", "fading_thickness", 4)] + [DNAFieldAttribute(12, "float", "fading_thickness", "float", 4)] public float fading_thickness; - [DNAFieldAttribute(13, "float", "fading_opacity", 4)] + [DNAFieldAttribute(13, "float", "fading_opacity", "float", 4)] public float fading_opacity; public MultiplyGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/MultiresModifierData.cs b/BlendFile/DNA/MultiresModifierData.cs index e911cf9..2056743 100644 --- a/BlendFile/DNA/MultiresModifierData.cs +++ b/BlendFile/DNA/MultiresModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(480, "MultiresModifierData")] public struct MultiresModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "lvl", 1)] + [DNAFieldAttribute(1, "char", "lvl", "char", 1)] public char lvl; - [DNAFieldAttribute(2, "char", "sculptlvl", 1)] + [DNAFieldAttribute(2, "char", "sculptlvl", "char", 1)] public char sculptlvl; - [DNAFieldAttribute(3, "char", "renderlvl", 1)] + [DNAFieldAttribute(3, "char", "renderlvl", "char", 1)] public char renderlvl; - [DNAFieldAttribute(4, "char", "totlvl", 1)] + [DNAFieldAttribute(4, "char", "totlvl", "char", 1)] public char totlvl; - [DNAFieldAttribute(5, "char", "simple", 1)] + [DNAFieldAttribute(5, "char", "simple", "char", 1)] public char simple; - [DNAFieldAttribute(6, "char", "flags", 1)] + [DNAFieldAttribute(6, "char", "flags", "char", 1)] public char flags; - [DNAFieldAttribute(7, "char", "_pad[2]", 1)] + [DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(8, "short", "quality", 2)] + [DNAFieldAttribute(8, "short", "quality", "short", 2)] public short quality; - [DNAFieldAttribute(9, "short", "uv_smooth", 2)] + [DNAFieldAttribute(9, "short", "uv_smooth", "short", 2)] public short uv_smooth; - [DNAFieldAttribute(10, "short", "boundary_smooth", 2)] + [DNAFieldAttribute(10, "short", "boundary_smooth", "short", 2)] public short boundary_smooth; - [DNAFieldAttribute(11, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(11, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; public MultiresModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/NamedBrushAssetReference.cs b/BlendFile/DNA/NamedBrushAssetReference.cs index 4abde81..ecca09d 100644 --- a/BlendFile/DNA/NamedBrushAssetReference.cs +++ b/BlendFile/DNA/NamedBrushAssetReference.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(805, "NamedBrushAssetReference")] public class NamedBrushAssetReference { - [DNAFieldAttribute(0, "NamedBrushAssetReference", "*next", 32)] + [DNAFieldAttribute(0, "NamedBrushAssetReference", "*next", "NamedBrushAssetReference", 32)] public NamedBrushAssetReference ptr_next; - [DNAFieldAttribute(1, "NamedBrushAssetReference", "*prev", 32)] + [DNAFieldAttribute(1, "NamedBrushAssetReference", "*prev", "NamedBrushAssetReference", 32)] public NamedBrushAssetReference ptr_prev; - [DNAFieldAttribute(2, "char", "*name", 1)] + [DNAFieldAttribute(2, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(3, "AssetWeakReference", "*brush_asset_reference", 24)] + [DNAFieldAttribute(3, "AssetWeakReference", "*brush_asset_reference", "AssetWeakReference", 24)] public AssetWeakReference ptr_brush_asset_reference; public NamedBrushAssetReference() { this.ptr_next = default; diff --git a/BlendFile/DNA/NlaStrip.cs b/BlendFile/DNA/NlaStrip.cs index b589590..85e23e4 100644 --- a/BlendFile/DNA/NlaStrip.cs +++ b/BlendFile/DNA/NlaStrip.cs @@ -15,63 +15,63 @@ namespace BlendFile.DNA { [DNAClassAttribute(96, "NlaStrip")] public class NlaStrip { - [DNAFieldAttribute(0, "NlaStrip", "*next", 288)] + [DNAFieldAttribute(0, "NlaStrip", "*next", "NlaStrip", 288)] public NlaStrip ptr_next; - [DNAFieldAttribute(1, "NlaStrip", "*prev", 288)] + [DNAFieldAttribute(1, "NlaStrip", "*prev", "NlaStrip", 288)] public NlaStrip ptr_prev; - [DNAFieldAttribute(2, "ListBase", "strips", 16)] + [DNAFieldAttribute(2, "ListBase", "strips", "ListBase", 16)] public ListBase strips; - [DNAFieldAttribute(3, "bAction", "*act", 352)] + [DNAFieldAttribute(3, "bAction", "*act", "bAction", 352)] public bAction ptr_act; - [DNAFieldAttribute(4, "int", "action_slot_handle", 4)] + [DNAFieldAttribute(4, "int", "action_slot_handle", "int", 4)] public int action_slot_handle; - [DNAFieldAttribute(5, "char", "action_slot_name[66]", 1)] + [DNAFieldAttribute(5, "char", "action_slot_name[66]", "System.Char[]", 1)] public char[] action_slot_name = new System.Char[66]; - [DNAFieldAttribute(6, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(6, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(7, "ListBase", "fcurves", 16)] + [DNAFieldAttribute(7, "ListBase", "fcurves", "ListBase", 16)] public ListBase fcurves; - [DNAFieldAttribute(8, "ListBase", "modifiers", 16)] + [DNAFieldAttribute(8, "ListBase", "modifiers", "ListBase", 16)] public ListBase modifiers; - [DNAFieldAttribute(9, "char", "name[64]", 1)] + [DNAFieldAttribute(9, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(10, "float", "influence", 4)] + [DNAFieldAttribute(10, "float", "influence", "float", 4)] public float influence; - [DNAFieldAttribute(11, "float", "strip_time", 4)] + [DNAFieldAttribute(11, "float", "strip_time", "float", 4)] public float strip_time; - [DNAFieldAttribute(12, "float", "start", 4)] + [DNAFieldAttribute(12, "float", "start", "float", 4)] public float start; - [DNAFieldAttribute(13, "float", "end", 4)] + [DNAFieldAttribute(13, "float", "end", "float", 4)] public float end; - [DNAFieldAttribute(14, "float", "actstart", 4)] + [DNAFieldAttribute(14, "float", "actstart", "float", 4)] public float actstart; - [DNAFieldAttribute(15, "float", "actend", 4)] + [DNAFieldAttribute(15, "float", "actend", "float", 4)] public float actend; - [DNAFieldAttribute(16, "float", "repeat", 4)] + [DNAFieldAttribute(16, "float", "repeat", "float", 4)] public float repeat; - [DNAFieldAttribute(17, "float", "scale", 4)] + [DNAFieldAttribute(17, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(18, "float", "blendin", 4)] + [DNAFieldAttribute(18, "float", "blendin", "float", 4)] public float blendin; - [DNAFieldAttribute(19, "float", "blendout", 4)] + [DNAFieldAttribute(19, "float", "blendout", "float", 4)] public float blendout; - [DNAFieldAttribute(20, "short", "blendmode", 2)] + [DNAFieldAttribute(20, "short", "blendmode", "short", 2)] public short blendmode; - [DNAFieldAttribute(21, "short", "extendmode", 2)] + [DNAFieldAttribute(21, "short", "extendmode", "short", 2)] public short extendmode; - [DNAFieldAttribute(22, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(22, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(23, "short", "type", 2)] + [DNAFieldAttribute(23, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(24, "void", "*speaker_handle", 0)] + [DNAFieldAttribute(24, "void", "*speaker_handle", "void", 0)] public object ptr_speaker_handle; - [DNAFieldAttribute(25, "int", "flag", 4)] + [DNAFieldAttribute(25, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(26, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(26, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(27, "NlaStrip", "*orig_strip", 288)] + [DNAFieldAttribute(27, "NlaStrip", "*orig_strip", "NlaStrip", 288)] public NlaStrip ptr_orig_strip; - [DNAFieldAttribute(28, "void", "*_pad3", 0)] + [DNAFieldAttribute(28, "void", "*_pad3", "void", 0)] public object ptr__pad3; public NlaStrip() { this.ptr_next = default; diff --git a/BlendFile/DNA/NlaTrack.cs b/BlendFile/DNA/NlaTrack.cs index 3382390..b9889c3 100644 --- a/BlendFile/DNA/NlaTrack.cs +++ b/BlendFile/DNA/NlaTrack.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(97, "NlaTrack")] public class NlaTrack { - [DNAFieldAttribute(0, "NlaTrack", "*next", 104)] + [DNAFieldAttribute(0, "NlaTrack", "*next", "NlaTrack", 104)] public NlaTrack ptr_next; - [DNAFieldAttribute(1, "NlaTrack", "*prev", 104)] + [DNAFieldAttribute(1, "NlaTrack", "*prev", "NlaTrack", 104)] public NlaTrack ptr_prev; - [DNAFieldAttribute(2, "ListBase", "strips", 16)] + [DNAFieldAttribute(2, "ListBase", "strips", "ListBase", 16)] public ListBase strips; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "int", "index", 4)] + [DNAFieldAttribute(4, "int", "index", "int", 4)] public int index; - [DNAFieldAttribute(5, "char", "name[64]", 1)] + [DNAFieldAttribute(5, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; public NlaTrack() { this.ptr_next = default; diff --git a/BlendFile/DNA/NodeAccumulateField.cs b/BlendFile/DNA/NodeAccumulateField.cs index c4ffb4a..8068d73 100644 --- a/BlendFile/DNA/NodeAccumulateField.cs +++ b/BlendFile/DNA/NodeAccumulateField.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(676, "NodeAccumulateField")] public struct NodeAccumulateField { - [DNAFieldAttribute(0, "uchar", "data_type", 1)] + [DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1)] public byte data_type; - [DNAFieldAttribute(1, "uchar", "domain", 1)] + [DNAFieldAttribute(1, "uchar", "domain", "uchar", 1)] public byte domain; public NodeAccumulateField() { this.data_type = default; diff --git a/BlendFile/DNA/NodeAntiAliasingData.cs b/BlendFile/DNA/NodeAntiAliasingData.cs index 069003e..a1211c0 100644 --- a/BlendFile/DNA/NodeAntiAliasingData.cs +++ b/BlendFile/DNA/NodeAntiAliasingData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(612, "NodeAntiAliasingData")] public struct NodeAntiAliasingData { - [DNAFieldAttribute(0, "float", "threshold", 4)] + [DNAFieldAttribute(0, "float", "threshold", "float", 4)] public float threshold; - [DNAFieldAttribute(1, "float", "contrast_limit", 4)] + [DNAFieldAttribute(1, "float", "contrast_limit", "float", 4)] public float contrast_limit; - [DNAFieldAttribute(2, "float", "corner_rounding", 4)] + [DNAFieldAttribute(2, "float", "corner_rounding", "float", 4)] public float corner_rounding; public NodeAntiAliasingData() { this.threshold = default; diff --git a/BlendFile/DNA/NodeBilateralBlurData.cs b/BlendFile/DNA/NodeBilateralBlurData.cs index c1e2754..63ef7b7 100644 --- a/BlendFile/DNA/NodeBilateralBlurData.cs +++ b/BlendFile/DNA/NodeBilateralBlurData.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(610, "NodeBilateralBlurData")] public struct NodeBilateralBlurData { - [DNAFieldAttribute(0, "float", "sigma_color", 4)] + [DNAFieldAttribute(0, "float", "sigma_color", "float", 4)] public float sigma_color; - [DNAFieldAttribute(1, "float", "sigma_space", 4)] + [DNAFieldAttribute(1, "float", "sigma_space", "float", 4)] public float sigma_space; - [DNAFieldAttribute(2, "short", "iter", 2)] + [DNAFieldAttribute(2, "short", "iter", "short", 2)] public short iter; - [DNAFieldAttribute(3, "char", "_pad[2]", 1)] + [DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public NodeBilateralBlurData() { this.sigma_color = default; diff --git a/BlendFile/DNA/NodeBlurData.cs b/BlendFile/DNA/NodeBlurData.cs index 06f36e4..3351610 100644 --- a/BlendFile/DNA/NodeBlurData.cs +++ b/BlendFile/DNA/NodeBlurData.cs @@ -15,37 +15,37 @@ namespace BlendFile.DNA { [DNAClassAttribute(608, "NodeBlurData")] public struct NodeBlurData { - [DNAFieldAttribute(0, "short", "sizex", 2)] + [DNAFieldAttribute(0, "short", "sizex", "short", 2)] public short sizex; - [DNAFieldAttribute(1, "short", "sizey", 2)] + [DNAFieldAttribute(1, "short", "sizey", "short", 2)] public short sizey; - [DNAFieldAttribute(2, "short", "samples", 2)] + [DNAFieldAttribute(2, "short", "samples", "short", 2)] public short samples; - [DNAFieldAttribute(3, "short", "maxspeed", 2)] + [DNAFieldAttribute(3, "short", "maxspeed", "short", 2)] public short maxspeed; - [DNAFieldAttribute(4, "short", "minspeed", 2)] + [DNAFieldAttribute(4, "short", "minspeed", "short", 2)] public short minspeed; - [DNAFieldAttribute(5, "short", "relative", 2)] + [DNAFieldAttribute(5, "short", "relative", "short", 2)] public short relative; - [DNAFieldAttribute(6, "short", "aspect", 2)] + [DNAFieldAttribute(6, "short", "aspect", "short", 2)] public short aspect; - [DNAFieldAttribute(7, "short", "curved", 2)] + [DNAFieldAttribute(7, "short", "curved", "short", 2)] public short curved; - [DNAFieldAttribute(8, "float", "fac", 4)] + [DNAFieldAttribute(8, "float", "fac", "float", 4)] public float fac; - [DNAFieldAttribute(9, "float", "percentx", 4)] + [DNAFieldAttribute(9, "float", "percentx", "float", 4)] public float percentx; - [DNAFieldAttribute(10, "float", "percenty", 4)] + [DNAFieldAttribute(10, "float", "percenty", "float", 4)] public float percenty; - [DNAFieldAttribute(11, "short", "filtertype", 2)] + [DNAFieldAttribute(11, "short", "filtertype", "short", 2)] public short filtertype; - [DNAFieldAttribute(12, "char", "bokeh", 1)] + [DNAFieldAttribute(12, "char", "bokeh", "char", 1)] public char bokeh; - [DNAFieldAttribute(13, "char", "gamma", 1)] + [DNAFieldAttribute(13, "char", "gamma", "char", 1)] public char gamma; - [DNAFieldAttribute(14, "int", "image_in_width", 4)] + [DNAFieldAttribute(14, "int", "image_in_width", "int", 4)] public int image_in_width; - [DNAFieldAttribute(15, "int", "image_in_height", 4)] + [DNAFieldAttribute(15, "int", "image_in_height", "int", 4)] public int image_in_height; public NodeBlurData() { this.sizex = default; diff --git a/BlendFile/DNA/NodeBokehImage.cs b/BlendFile/DNA/NodeBokehImage.cs index ca59f67..7696694 100644 --- a/BlendFile/DNA/NodeBokehImage.cs +++ b/BlendFile/DNA/NodeBokehImage.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(604, "NodeBokehImage")] public struct NodeBokehImage { - [DNAFieldAttribute(0, "float", "angle", 4)] + [DNAFieldAttribute(0, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(1, "int", "flaps", 4)] + [DNAFieldAttribute(1, "int", "flaps", "int", 4)] public int flaps; - [DNAFieldAttribute(2, "float", "rounding", 4)] + [DNAFieldAttribute(2, "float", "rounding", "float", 4)] public float rounding; - [DNAFieldAttribute(3, "float", "catadioptric", 4)] + [DNAFieldAttribute(3, "float", "catadioptric", "float", 4)] public float catadioptric; - [DNAFieldAttribute(4, "float", "lensshift", 4)] + [DNAFieldAttribute(4, "float", "lensshift", "float", 4)] public float lensshift; public NodeBokehImage() { this.angle = default; diff --git a/BlendFile/DNA/NodeBoxMask.cs b/BlendFile/DNA/NodeBoxMask.cs index 4afffec..51ece9d 100644 --- a/BlendFile/DNA/NodeBoxMask.cs +++ b/BlendFile/DNA/NodeBoxMask.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(605, "NodeBoxMask")] public struct NodeBoxMask { - [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, "float", "rotation", 4)] + [DNAFieldAttribute(2, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(3, "float", "height", 4)] + [DNAFieldAttribute(3, "float", "height", "float", 4)] public float height; - [DNAFieldAttribute(4, "float", "width", 4)] + [DNAFieldAttribute(4, "float", "width", "float", 4)] public float width; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeBoxMask() { this.x = default; diff --git a/BlendFile/DNA/NodeCMPCombSepColor.cs b/BlendFile/DNA/NodeCMPCombSepColor.cs index 3b561f3..c753177 100644 --- a/BlendFile/DNA/NodeCMPCombSepColor.cs +++ b/BlendFile/DNA/NodeCMPCombSepColor.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(622, "NodeCMPCombSepColor")] public struct NodeCMPCombSepColor { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; - [DNAFieldAttribute(1, "uchar", "ycc_mode", 1)] + [DNAFieldAttribute(1, "uchar", "ycc_mode", "uchar", 1)] public byte ycc_mode; public NodeCMPCombSepColor() { this.mode = default; diff --git a/BlendFile/DNA/NodeChroma.cs b/BlendFile/DNA/NodeChroma.cs index f7f38e2..8107146 100644 --- a/BlendFile/DNA/NodeChroma.cs +++ b/BlendFile/DNA/NodeChroma.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(618, "NodeChroma")] public struct NodeChroma { - [DNAFieldAttribute(0, "float", "t1", 4)] + [DNAFieldAttribute(0, "float", "t1", "float", 4)] public float t1; - [DNAFieldAttribute(1, "float", "t2", 4)] + [DNAFieldAttribute(1, "float", "t2", "float", 4)] public float t2; - [DNAFieldAttribute(2, "float", "t3", 4)] + [DNAFieldAttribute(2, "float", "t3", "float", 4)] public float t3; - [DNAFieldAttribute(3, "float", "fsize", 4)] + [DNAFieldAttribute(3, "float", "fsize", "float", 4)] public float fsize; - [DNAFieldAttribute(4, "float", "fstrength", 4)] + [DNAFieldAttribute(4, "float", "fstrength", "float", 4)] public float fstrength; - [DNAFieldAttribute(5, "float", "falpha", 4)] + [DNAFieldAttribute(5, "float", "falpha", "float", 4)] public float falpha; - [DNAFieldAttribute(6, "float", "key[4]", 4)] + [DNAFieldAttribute(6, "float", "key[4]", "System.Single[]", 4)] public float[] key = new System.Single[4]; - [DNAFieldAttribute(7, "short", "algorithm", 2)] + [DNAFieldAttribute(7, "short", "algorithm", "short", 2)] public short algorithm; - [DNAFieldAttribute(8, "short", "channel", 2)] + [DNAFieldAttribute(8, "short", "channel", "short", 2)] public short channel; public NodeChroma() { this.t1 = default; diff --git a/BlendFile/DNA/NodeColorBalance.cs b/BlendFile/DNA/NodeColorBalance.cs index f23b0d0..3974919 100644 --- a/BlendFile/DNA/NodeColorBalance.cs +++ b/BlendFile/DNA/NodeColorBalance.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(628, "NodeColorBalance")] public struct NodeColorBalance { - [DNAFieldAttribute(0, "float", "slope[3]", 4)] + [DNAFieldAttribute(0, "float", "slope[3]", "System.Single[]", 4)] public float[] slope = new System.Single[3]; - [DNAFieldAttribute(1, "float", "offset[3]", 4)] + [DNAFieldAttribute(1, "float", "offset[3]", "System.Single[]", 4)] public float[] offset = new System.Single[3]; - [DNAFieldAttribute(2, "float", "power[3]", 4)] + [DNAFieldAttribute(2, "float", "power[3]", "System.Single[]", 4)] public float[] power = new System.Single[3]; - [DNAFieldAttribute(3, "float", "offset_basis", 4)] + [DNAFieldAttribute(3, "float", "offset_basis", "float", 4)] public float offset_basis; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "float", "lift[3]", 4)] + [DNAFieldAttribute(5, "float", "lift[3]", "System.Single[]", 4)] public float[] lift = new System.Single[3]; - [DNAFieldAttribute(6, "float", "gamma[3]", 4)] + [DNAFieldAttribute(6, "float", "gamma[3]", "System.Single[]", 4)] public float[] gamma = new System.Single[3]; - [DNAFieldAttribute(7, "float", "gain[3]", 4)] + [DNAFieldAttribute(7, "float", "gain[3]", "System.Single[]", 4)] public float[] gain = new System.Single[3]; - [DNAFieldAttribute(8, "float", "input_temperature", 4)] + [DNAFieldAttribute(8, "float", "input_temperature", "float", 4)] public float input_temperature; - [DNAFieldAttribute(9, "float", "input_tint", 4)] + [DNAFieldAttribute(9, "float", "input_tint", "float", 4)] public float input_tint; - [DNAFieldAttribute(10, "float", "output_temperature", 4)] + [DNAFieldAttribute(10, "float", "output_temperature", "float", 4)] public float output_temperature; - [DNAFieldAttribute(11, "float", "output_tint", 4)] + [DNAFieldAttribute(11, "float", "output_tint", "float", 4)] public float output_tint; public NodeColorBalance() { this.slope = default; diff --git a/BlendFile/DNA/NodeColorCorrection.cs b/BlendFile/DNA/NodeColorCorrection.cs index ef6b83c..21a812f 100644 --- a/BlendFile/DNA/NodeColorCorrection.cs +++ b/BlendFile/DNA/NodeColorCorrection.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(603, "NodeColorCorrection")] public struct NodeColorCorrection { - [DNAFieldAttribute(0, "ColorCorrectionData", "master", 24)] + [DNAFieldAttribute(0, "ColorCorrectionData", "master", "ColorCorrectionData", 24)] public ColorCorrectionData master; - [DNAFieldAttribute(1, "ColorCorrectionData", "shadows", 24)] + [DNAFieldAttribute(1, "ColorCorrectionData", "shadows", "ColorCorrectionData", 24)] public ColorCorrectionData shadows; - [DNAFieldAttribute(2, "ColorCorrectionData", "midtones", 24)] + [DNAFieldAttribute(2, "ColorCorrectionData", "midtones", "ColorCorrectionData", 24)] public ColorCorrectionData midtones; - [DNAFieldAttribute(3, "ColorCorrectionData", "highlights", 24)] + [DNAFieldAttribute(3, "ColorCorrectionData", "highlights", "ColorCorrectionData", 24)] public ColorCorrectionData highlights; - [DNAFieldAttribute(4, "float", "startmidtones", 4)] + [DNAFieldAttribute(4, "float", "startmidtones", "float", 4)] public float startmidtones; - [DNAFieldAttribute(5, "float", "endmidtones", 4)] + [DNAFieldAttribute(5, "float", "endmidtones", "float", 4)] public float endmidtones; public NodeColorCorrection() { this.master = default; diff --git a/BlendFile/DNA/NodeColorspill.cs b/BlendFile/DNA/NodeColorspill.cs index d1e68d9..16172b0 100644 --- a/BlendFile/DNA/NodeColorspill.cs +++ b/BlendFile/DNA/NodeColorspill.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(629, "NodeColorspill")] public struct NodeColorspill { - [DNAFieldAttribute(0, "short", "limchan", 2)] + [DNAFieldAttribute(0, "short", "limchan", "short", 2)] public short limchan; - [DNAFieldAttribute(1, "short", "unspill", 2)] + [DNAFieldAttribute(1, "short", "unspill", "short", 2)] public short unspill; - [DNAFieldAttribute(2, "float", "limscale", 4)] + [DNAFieldAttribute(2, "float", "limscale", "float", 4)] public float limscale; - [DNAFieldAttribute(3, "float", "uspillr", 4)] + [DNAFieldAttribute(3, "float", "uspillr", "float", 4)] public float uspillr; - [DNAFieldAttribute(4, "float", "uspillg", 4)] + [DNAFieldAttribute(4, "float", "uspillg", "float", 4)] public float uspillg; - [DNAFieldAttribute(5, "float", "uspillb", 4)] + [DNAFieldAttribute(5, "float", "uspillb", "float", 4)] public float uspillb; public NodeColorspill() { this.limchan = default; diff --git a/BlendFile/DNA/NodeCombSepColor.cs b/BlendFile/DNA/NodeCombSepColor.cs index 22d2f00..624ac31 100644 --- a/BlendFile/DNA/NodeCombSepColor.cs +++ b/BlendFile/DNA/NodeCombSepColor.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(749, "NodeCombSepColor")] public struct NodeCombSepColor { - [DNAFieldAttribute(0, "int8_t", "mode", 1)] + [DNAFieldAttribute(0, "int8_t", "mode", "int8_t", 1)] public sbyte mode; public NodeCombSepColor() { this.mode = default; diff --git a/BlendFile/DNA/NodeConvertColorSpace.cs b/BlendFile/DNA/NodeConvertColorSpace.cs index edb159e..6bc2248 100644 --- a/BlendFile/DNA/NodeConvertColorSpace.cs +++ b/BlendFile/DNA/NodeConvertColorSpace.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(630, "NodeConvertColorSpace")] public struct NodeConvertColorSpace { - [DNAFieldAttribute(0, "char", "from_color_space[64]", 1)] + [DNAFieldAttribute(0, "char", "from_color_space[64]", "System.Char[]", 1)] public char[] from_color_space = new System.Char[64]; - [DNAFieldAttribute(1, "char", "to_color_space[64]", 1)] + [DNAFieldAttribute(1, "char", "to_color_space[64]", "System.Char[]", 1)] public char[] to_color_space = new System.Char[64]; public NodeConvertColorSpace() { this.from_color_space = default; diff --git a/BlendFile/DNA/NodeCryptomatte.cs b/BlendFile/DNA/NodeCryptomatte.cs index dd1d1f1..ae2aebe 100644 --- a/BlendFile/DNA/NodeCryptomatte.cs +++ b/BlendFile/DNA/NodeCryptomatte.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(672, "NodeCryptomatte")] public class NodeCryptomatte { - [DNAFieldAttribute(0, "ImageUser", "iuser", 40)] + [DNAFieldAttribute(0, "ImageUser", "iuser", "ImageUser", 40)] public ImageUser iuser; - [DNAFieldAttribute(1, "ListBase", "entries", 16)] + [DNAFieldAttribute(1, "ListBase", "entries", "ListBase", 16)] public ListBase entries; - [DNAFieldAttribute(2, "char", "layer_name[64]", 1)] + [DNAFieldAttribute(2, "char", "layer_name[64]", "System.Char[]", 1)] public char[] layer_name = new System.Char[64]; - [DNAFieldAttribute(3, "char", "*matte_id", 1)] + [DNAFieldAttribute(3, "char", "*matte_id", "char", 1)] public char ptr_matte_id; - [DNAFieldAttribute(4, "int", "num_inputs", 4)] + [DNAFieldAttribute(4, "int", "num_inputs", "int", 4)] public int num_inputs; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(6, "NodeCryptomatte_Runtime", "runtime", 40)] + [DNAFieldAttribute(6, "NodeCryptomatte_Runtime", "runtime", "NodeCryptomatte_Runtime", 40)] public NodeCryptomatte_Runtime runtime; public NodeCryptomatte() { this.iuser = default; diff --git a/BlendFile/DNA/NodeCryptomatte_Runtime.cs b/BlendFile/DNA/NodeCryptomatte_Runtime.cs index 77a66e8..2cb7485 100644 --- a/BlendFile/DNA/NodeCryptomatte_Runtime.cs +++ b/BlendFile/DNA/NodeCryptomatte_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(671, "NodeCryptomatte_Runtime")] public struct NodeCryptomatte_Runtime { - [DNAFieldAttribute(0, "ListBase", "layers", 16)] + [DNAFieldAttribute(0, "ListBase", "layers", "ListBase", 16)] public ListBase layers; - [DNAFieldAttribute(1, "float", "add[3]", 4)] + [DNAFieldAttribute(1, "float", "add[3]", "System.Single[]", 4)] public float[] add = new System.Single[3]; - [DNAFieldAttribute(2, "float", "remove[3]", 4)] + [DNAFieldAttribute(2, "float", "remove[3]", "System.Single[]", 4)] public float[] remove = new System.Single[3]; public NodeCryptomatte_Runtime() { this.layers = default; diff --git a/BlendFile/DNA/NodeDBlurData.cs b/BlendFile/DNA/NodeDBlurData.cs index 4c901bb..a5c51ed 100644 --- a/BlendFile/DNA/NodeDBlurData.cs +++ b/BlendFile/DNA/NodeDBlurData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(609, "NodeDBlurData")] public struct NodeDBlurData { - [DNAFieldAttribute(0, "float", "center_x", 4)] + [DNAFieldAttribute(0, "float", "center_x", "float", 4)] public float center_x; - [DNAFieldAttribute(1, "float", "center_y", 4)] + [DNAFieldAttribute(1, "float", "center_y", "float", 4)] public float center_y; - [DNAFieldAttribute(2, "float", "distance", 4)] + [DNAFieldAttribute(2, "float", "distance", "float", 4)] public float distance; - [DNAFieldAttribute(3, "float", "angle", 4)] + [DNAFieldAttribute(3, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(4, "float", "spin", 4)] + [DNAFieldAttribute(4, "float", "spin", "float", 4)] public float spin; - [DNAFieldAttribute(5, "float", "zoom", 4)] + [DNAFieldAttribute(5, "float", "zoom", "float", 4)] public float zoom; - [DNAFieldAttribute(6, "short", "iter", 2)] + [DNAFieldAttribute(6, "short", "iter", "short", 2)] public short iter; - [DNAFieldAttribute(7, "char", "_pad[2]", 1)] + [DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public NodeDBlurData() { this.center_x = default; diff --git a/BlendFile/DNA/NodeDefocus.cs b/BlendFile/DNA/NodeDefocus.cs index ab0ae32..f53b905 100644 --- a/BlendFile/DNA/NodeDefocus.cs +++ b/BlendFile/DNA/NodeDefocus.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(623, "NodeDefocus")] public struct NodeDefocus { - [DNAFieldAttribute(0, "char", "bktype", 1)] + [DNAFieldAttribute(0, "char", "bktype", "char", 1)] public char bktype; - [DNAFieldAttribute(1, "char", "_pad0", 1)] + [DNAFieldAttribute(1, "char", "_pad0", "char", 1)] public char _pad0; - [DNAFieldAttribute(2, "char", "preview", 1)] + [DNAFieldAttribute(2, "char", "preview", "char", 1)] public char preview; - [DNAFieldAttribute(3, "char", "gamco", 1)] + [DNAFieldAttribute(3, "char", "gamco", "char", 1)] public char gamco; - [DNAFieldAttribute(4, "short", "samples", 2)] + [DNAFieldAttribute(4, "short", "samples", "short", 2)] public short samples; - [DNAFieldAttribute(5, "short", "no_zbuf", 2)] + [DNAFieldAttribute(5, "short", "no_zbuf", "short", 2)] public short no_zbuf; - [DNAFieldAttribute(6, "float", "fstop", 4)] + [DNAFieldAttribute(6, "float", "fstop", "float", 4)] public float fstop; - [DNAFieldAttribute(7, "float", "maxblur", 4)] + [DNAFieldAttribute(7, "float", "maxblur", "float", 4)] public float maxblur; - [DNAFieldAttribute(8, "float", "bthresh", 4)] + [DNAFieldAttribute(8, "float", "bthresh", "float", 4)] public float bthresh; - [DNAFieldAttribute(9, "float", "scale", 4)] + [DNAFieldAttribute(9, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(10, "float", "rotation", 4)] + [DNAFieldAttribute(10, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(11, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(11, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public NodeDefocus() { this.bktype = default; diff --git a/BlendFile/DNA/NodeDenoise.cs b/BlendFile/DNA/NodeDenoise.cs index aef8278..0ec41a1 100644 --- a/BlendFile/DNA/NodeDenoise.cs +++ b/BlendFile/DNA/NodeDenoise.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(673, "NodeDenoise")] public struct NodeDenoise { - [DNAFieldAttribute(0, "char", "hdr", 1)] + [DNAFieldAttribute(0, "char", "hdr", "char", 1)] public char hdr; - [DNAFieldAttribute(1, "char", "prefilter", 1)] + [DNAFieldAttribute(1, "char", "prefilter", "char", 1)] public char prefilter; public NodeDenoise() { this.hdr = default; diff --git a/BlendFile/DNA/NodeDilateErode.cs b/BlendFile/DNA/NodeDilateErode.cs index ae32879..860b6b7 100644 --- a/BlendFile/DNA/NodeDilateErode.cs +++ b/BlendFile/DNA/NodeDilateErode.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(631, "NodeDilateErode")] public struct NodeDilateErode { - [DNAFieldAttribute(0, "char", "falloff", 1)] + [DNAFieldAttribute(0, "char", "falloff", "char", 1)] public char falloff; public NodeDilateErode() { this.falloff = default; diff --git a/BlendFile/DNA/NodeEllipseMask.cs b/BlendFile/DNA/NodeEllipseMask.cs index d203f61..75ec160 100644 --- a/BlendFile/DNA/NodeEllipseMask.cs +++ b/BlendFile/DNA/NodeEllipseMask.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(606, "NodeEllipseMask")] public struct NodeEllipseMask { - [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, "float", "rotation", 4)] + [DNAFieldAttribute(2, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(3, "float", "height", 4)] + [DNAFieldAttribute(3, "float", "height", "float", 4)] public float height; - [DNAFieldAttribute(4, "float", "width", 4)] + [DNAFieldAttribute(4, "float", "width", "float", 4)] public float width; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeEllipseMask() { this.x = default; diff --git a/BlendFile/DNA/NodeEnumDefinition.cs b/BlendFile/DNA/NodeEnumDefinition.cs index a6263c1..1cfc45b 100644 --- a/BlendFile/DNA/NodeEnumDefinition.cs +++ b/BlendFile/DNA/NodeEnumDefinition.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(698, "NodeEnumDefinition")] public class NodeEnumDefinition { - [DNAFieldAttribute(0, "NodeEnumItem", "*items_array", 24)] + [DNAFieldAttribute(0, "NodeEnumItem", "*items_array", "NodeEnumItem", 24)] public NodeEnumItem ptr_items_array; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "active_index", 4)] + [DNAFieldAttribute(2, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeEnumDefinition() { this.ptr_items_array = default; diff --git a/BlendFile/DNA/NodeEnumItem.cs b/BlendFile/DNA/NodeEnumItem.cs index 69d57df..29e25a3 100644 --- a/BlendFile/DNA/NodeEnumItem.cs +++ b/BlendFile/DNA/NodeEnumItem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(697, "NodeEnumItem")] public class NodeEnumItem { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "char", "*description", 1)] + [DNAFieldAttribute(1, "char", "*description", "char", 1)] public char ptr_description; - [DNAFieldAttribute(2, "int", "identifier", 4)] + [DNAFieldAttribute(2, "int", "identifier", "int", 4)] public int identifier; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeEnumItem() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodeForeachGeometryElementGenerationItem.cs b/BlendFile/DNA/NodeForeachGeometryElementGenerationItem.cs index 4932298..fac9ade 100644 --- a/BlendFile/DNA/NodeForeachGeometryElementGenerationItem.cs +++ b/BlendFile/DNA/NodeForeachGeometryElementGenerationItem.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(740, "NodeForeachGeometryElementGenerationItem")] public class NodeForeachGeometryElementGenerationItem { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "short", "socket_type", 2)] + [DNAFieldAttribute(1, "short", "socket_type", "short", 2)] public short socket_type; - [DNAFieldAttribute(2, "uchar", "domain", 1)] + [DNAFieldAttribute(2, "uchar", "domain", "uchar", 1)] public byte domain; - [DNAFieldAttribute(3, "char", "_pad[1]", 1)] + [DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; - [DNAFieldAttribute(4, "int", "identifier", 4)] + [DNAFieldAttribute(4, "int", "identifier", "int", 4)] public int identifier; public NodeForeachGeometryElementGenerationItem() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodeForeachGeometryElementGenerationItems.cs b/BlendFile/DNA/NodeForeachGeometryElementGenerationItems.cs index 3a1add2..acbfb15 100644 --- a/BlendFile/DNA/NodeForeachGeometryElementGenerationItems.cs +++ b/BlendFile/DNA/NodeForeachGeometryElementGenerationItems.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(743, "NodeForeachGeometryElementGenerationItems")] public class NodeForeachGeometryElementGenerationItems { - [DNAFieldAttribute(0, "NodeForeachGeometryElementGenerationItem", "*items", 16)] + [DNAFieldAttribute(0, "NodeForeachGeometryElementGenerationItem", "*items", "NodeForeachGeometryElementGenerationItem", 16)] public NodeForeachGeometryElementGenerationItem ptr_items; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "active_index", 4)] + [DNAFieldAttribute(2, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeForeachGeometryElementGenerationItems() { this.ptr_items = default; diff --git a/BlendFile/DNA/NodeForeachGeometryElementInputItem.cs b/BlendFile/DNA/NodeForeachGeometryElementInputItem.cs index 6481259..adf7a4b 100644 --- a/BlendFile/DNA/NodeForeachGeometryElementInputItem.cs +++ b/BlendFile/DNA/NodeForeachGeometryElementInputItem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(738, "NodeForeachGeometryElementInputItem")] public class NodeForeachGeometryElementInputItem { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "short", "socket_type", 2)] + [DNAFieldAttribute(1, "short", "socket_type", "short", 2)] public short socket_type; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(3, "int", "identifier", 4)] + [DNAFieldAttribute(3, "int", "identifier", "int", 4)] public int identifier; public NodeForeachGeometryElementInputItem() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodeForeachGeometryElementInputItems.cs b/BlendFile/DNA/NodeForeachGeometryElementInputItems.cs index ab10ada..151f51c 100644 --- a/BlendFile/DNA/NodeForeachGeometryElementInputItems.cs +++ b/BlendFile/DNA/NodeForeachGeometryElementInputItems.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(741, "NodeForeachGeometryElementInputItems")] public class NodeForeachGeometryElementInputItems { - [DNAFieldAttribute(0, "NodeForeachGeometryElementInputItem", "*items", 16)] + [DNAFieldAttribute(0, "NodeForeachGeometryElementInputItem", "*items", "NodeForeachGeometryElementInputItem", 16)] public NodeForeachGeometryElementInputItem ptr_items; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "active_index", 4)] + [DNAFieldAttribute(2, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeForeachGeometryElementInputItems() { this.ptr_items = default; diff --git a/BlendFile/DNA/NodeForeachGeometryElementMainItem.cs b/BlendFile/DNA/NodeForeachGeometryElementMainItem.cs index a624ab3..a14133a 100644 --- a/BlendFile/DNA/NodeForeachGeometryElementMainItem.cs +++ b/BlendFile/DNA/NodeForeachGeometryElementMainItem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(739, "NodeForeachGeometryElementMainItem")] public class NodeForeachGeometryElementMainItem { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "short", "socket_type", 2)] + [DNAFieldAttribute(1, "short", "socket_type", "short", 2)] public short socket_type; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(3, "int", "identifier", 4)] + [DNAFieldAttribute(3, "int", "identifier", "int", 4)] public int identifier; public NodeForeachGeometryElementMainItem() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodeForeachGeometryElementMainItems.cs b/BlendFile/DNA/NodeForeachGeometryElementMainItems.cs index 681b265..5d47ed5 100644 --- a/BlendFile/DNA/NodeForeachGeometryElementMainItems.cs +++ b/BlendFile/DNA/NodeForeachGeometryElementMainItems.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(742, "NodeForeachGeometryElementMainItems")] public class NodeForeachGeometryElementMainItems { - [DNAFieldAttribute(0, "NodeForeachGeometryElementMainItem", "*items", 16)] + [DNAFieldAttribute(0, "NodeForeachGeometryElementMainItem", "*items", "NodeForeachGeometryElementMainItem", 16)] public NodeForeachGeometryElementMainItem ptr_items; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "active_index", 4)] + [DNAFieldAttribute(2, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeForeachGeometryElementMainItems() { this.ptr_items = default; diff --git a/BlendFile/DNA/NodeFrame.cs b/BlendFile/DNA/NodeFrame.cs index f03b91c..4369c29 100644 --- a/BlendFile/DNA/NodeFrame.cs +++ b/BlendFile/DNA/NodeFrame.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(599, "NodeFrame")] public struct NodeFrame { - [DNAFieldAttribute(0, "short", "flag", 2)] + [DNAFieldAttribute(0, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(1, "short", "label_size", 2)] + [DNAFieldAttribute(1, "short", "label_size", "short", 2)] public short label_size; public NodeFrame() { this.flag = default; diff --git a/BlendFile/DNA/NodeFunctionCompare.cs b/BlendFile/DNA/NodeFunctionCompare.cs index b74d0b6..0d6f315 100644 --- a/BlendFile/DNA/NodeFunctionCompare.cs +++ b/BlendFile/DNA/NodeFunctionCompare.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(748, "NodeFunctionCompare")] public struct NodeFunctionCompare { - [DNAFieldAttribute(0, "int8_t", "operation", 1)] + [DNAFieldAttribute(0, "int8_t", "operation", "int8_t", 1)] public sbyte operation; - [DNAFieldAttribute(1, "int8_t", "data_type", 1)] + [DNAFieldAttribute(1, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(2, "int8_t", "mode", 1)] + [DNAFieldAttribute(2, "int8_t", "mode", "int8_t", 1)] public sbyte mode; - [DNAFieldAttribute(3, "char", "_pad[1]", 1)] + [DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; public NodeFunctionCompare() { this.operation = default; diff --git a/BlendFile/DNA/NodeGeometryAttributeCapture.cs b/BlendFile/DNA/NodeGeometryAttributeCapture.cs index a9237fa..4763241 100644 --- a/BlendFile/DNA/NodeGeometryAttributeCapture.cs +++ b/BlendFile/DNA/NodeGeometryAttributeCapture.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(720, "NodeGeometryAttributeCapture")] public class NodeGeometryAttributeCapture { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(1, "int8_t", "domain", 1)] + [DNAFieldAttribute(1, "int8_t", "domain", "int8_t", 1)] public sbyte domain; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "NodeGeometryAttributeCaptureItem", "*capture_items", 16)] + [DNAFieldAttribute(4, "NodeGeometryAttributeCaptureItem", "*capture_items", "NodeGeometryAttributeCaptureItem", 16)] public NodeGeometryAttributeCaptureItem ptr_capture_items; - [DNAFieldAttribute(5, "int", "capture_items_num", 4)] + [DNAFieldAttribute(5, "int", "capture_items_num", "int", 4)] public int capture_items_num; - [DNAFieldAttribute(6, "int", "active_index", 4)] + [DNAFieldAttribute(6, "int", "active_index", "int", 4)] public int active_index; public NodeGeometryAttributeCapture() { this.data_type = default; diff --git a/BlendFile/DNA/NodeGeometryAttributeCaptureItem.cs b/BlendFile/DNA/NodeGeometryAttributeCaptureItem.cs index f2e42d7..d4e2431 100644 --- a/BlendFile/DNA/NodeGeometryAttributeCaptureItem.cs +++ b/BlendFile/DNA/NodeGeometryAttributeCaptureItem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(719, "NodeGeometryAttributeCaptureItem")] public class NodeGeometryAttributeCaptureItem { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(1, "char", "_pad[3]", 1)] + [DNAFieldAttribute(1, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(2, "int", "identifier", 4)] + [DNAFieldAttribute(2, "int", "identifier", "int", 4)] public int identifier; - [DNAFieldAttribute(3, "char", "*name", 1)] + [DNAFieldAttribute(3, "char", "*name", "char", 1)] public char ptr_name; public NodeGeometryAttributeCaptureItem() { this.data_type = default; diff --git a/BlendFile/DNA/NodeGeometryBake.cs b/BlendFile/DNA/NodeGeometryBake.cs index 4dfa6fa..3a567cd 100644 --- a/BlendFile/DNA/NodeGeometryBake.cs +++ b/BlendFile/DNA/NodeGeometryBake.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(755, "NodeGeometryBake")] public class NodeGeometryBake { - [DNAFieldAttribute(0, "NodeGeometryBakeItem", "*items", 24)] + [DNAFieldAttribute(0, "NodeGeometryBakeItem", "*items", "NodeGeometryBakeItem", 24)] public NodeGeometryBakeItem ptr_items; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "next_identifier", 4)] + [DNAFieldAttribute(2, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(3, "int", "active_index", 4)] + [DNAFieldAttribute(3, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeGeometryBake() { this.ptr_items = default; diff --git a/BlendFile/DNA/NodeGeometryBakeItem.cs b/BlendFile/DNA/NodeGeometryBakeItem.cs index a6330fc..099fbae 100644 --- a/BlendFile/DNA/NodeGeometryBakeItem.cs +++ b/BlendFile/DNA/NodeGeometryBakeItem.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(754, "NodeGeometryBakeItem")] public class NodeGeometryBakeItem { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "short", "socket_type", 2)] + [DNAFieldAttribute(1, "short", "socket_type", "short", 2)] public short socket_type; - [DNAFieldAttribute(2, "short", "attribute_domain", 2)] + [DNAFieldAttribute(2, "short", "attribute_domain", "short", 2)] public short attribute_domain; - [DNAFieldAttribute(3, "int", "identifier", 4)] + [DNAFieldAttribute(3, "int", "identifier", "int", 4)] public int identifier; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeGeometryBakeItem() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodeGeometryCollectionInfo.cs b/BlendFile/DNA/NodeGeometryCollectionInfo.cs index 5e13b7a..200dce7 100644 --- a/BlendFile/DNA/NodeGeometryCollectionInfo.cs +++ b/BlendFile/DNA/NodeGeometryCollectionInfo.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(686, "NodeGeometryCollectionInfo")] public struct NodeGeometryCollectionInfo { - [DNAFieldAttribute(0, "uchar", "transform_space", 1)] + [DNAFieldAttribute(0, "uchar", "transform_space", "uchar", 1)] public byte transform_space; public NodeGeometryCollectionInfo() { this.transform_space = default; diff --git a/BlendFile/DNA/NodeGeometryCurveFill.cs b/BlendFile/DNA/NodeGeometryCurveFill.cs index 59183c5..b71e8b3 100644 --- a/BlendFile/DNA/NodeGeometryCurveFill.cs +++ b/BlendFile/DNA/NodeGeometryCurveFill.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(717, "NodeGeometryCurveFill")] public struct NodeGeometryCurveFill { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurveFill() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurveFillet.cs b/BlendFile/DNA/NodeGeometryCurveFillet.cs index 555f5bc..e65e586 100644 --- a/BlendFile/DNA/NodeGeometryCurveFillet.cs +++ b/BlendFile/DNA/NodeGeometryCurveFillet.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(710, "NodeGeometryCurveFillet")] public struct NodeGeometryCurveFillet { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurveFillet() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurvePrimitiveArc.cs b/BlendFile/DNA/NodeGeometryCurvePrimitiveArc.cs index 08847d5..507f2d7 100644 --- a/BlendFile/DNA/NodeGeometryCurvePrimitiveArc.cs +++ b/BlendFile/DNA/NodeGeometryCurvePrimitiveArc.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(704, "NodeGeometryCurvePrimitiveArc")] public struct NodeGeometryCurvePrimitiveArc { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurvePrimitiveArc() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurvePrimitiveBezierSegment.cs b/BlendFile/DNA/NodeGeometryCurvePrimitiveBezierSegment.cs index f2f30a7..aa3fa70 100644 --- a/BlendFile/DNA/NodeGeometryCurvePrimitiveBezierSegment.cs +++ b/BlendFile/DNA/NodeGeometryCurvePrimitiveBezierSegment.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(706, "NodeGeometryCurvePrimitiveBezierSegment")] public struct NodeGeometryCurvePrimitiveBezierSegment { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurvePrimitiveBezierSegment() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurvePrimitiveCircle.cs b/BlendFile/DNA/NodeGeometryCurvePrimitiveCircle.cs index b1edf93..aca6488 100644 --- a/BlendFile/DNA/NodeGeometryCurvePrimitiveCircle.cs +++ b/BlendFile/DNA/NodeGeometryCurvePrimitiveCircle.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(707, "NodeGeometryCurvePrimitiveCircle")] public struct NodeGeometryCurvePrimitiveCircle { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurvePrimitiveCircle() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurvePrimitiveLine.cs b/BlendFile/DNA/NodeGeometryCurvePrimitiveLine.cs index 039f4f7..3190aca 100644 --- a/BlendFile/DNA/NodeGeometryCurvePrimitiveLine.cs +++ b/BlendFile/DNA/NodeGeometryCurvePrimitiveLine.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(705, "NodeGeometryCurvePrimitiveLine")] public struct NodeGeometryCurvePrimitiveLine { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurvePrimitiveLine() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurvePrimitiveQuad.cs b/BlendFile/DNA/NodeGeometryCurvePrimitiveQuad.cs index 0c84a42..9e1b063 100644 --- a/BlendFile/DNA/NodeGeometryCurvePrimitiveQuad.cs +++ b/BlendFile/DNA/NodeGeometryCurvePrimitiveQuad.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(708, "NodeGeometryCurvePrimitiveQuad")] public struct NodeGeometryCurvePrimitiveQuad { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurvePrimitiveQuad() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurveResample.cs b/BlendFile/DNA/NodeGeometryCurveResample.cs index e4ac267..fb656af 100644 --- a/BlendFile/DNA/NodeGeometryCurveResample.cs +++ b/BlendFile/DNA/NodeGeometryCurveResample.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(709, "NodeGeometryCurveResample")] public struct NodeGeometryCurveResample { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurveResample() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurveSample.cs b/BlendFile/DNA/NodeGeometryCurveSample.cs index 7f27a30..29ca694 100644 --- a/BlendFile/DNA/NodeGeometryCurveSample.cs +++ b/BlendFile/DNA/NodeGeometryCurveSample.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(713, "NodeGeometryCurveSample")] public struct NodeGeometryCurveSample { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; - [DNAFieldAttribute(1, "int8_t", "use_all_curves", 1)] + [DNAFieldAttribute(1, "int8_t", "use_all_curves", "int8_t", 1)] public sbyte use_all_curves; - [DNAFieldAttribute(2, "int8_t", "data_type", 1)] + [DNAFieldAttribute(2, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(3, "char", "_pad[1]", 1)] + [DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; public NodeGeometryCurveSample() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurveSelectHandles.cs b/BlendFile/DNA/NodeGeometryCurveSelectHandles.cs index cb11c0b..f82a834 100644 --- a/BlendFile/DNA/NodeGeometryCurveSelectHandles.cs +++ b/BlendFile/DNA/NodeGeometryCurveSelectHandles.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(703, "NodeGeometryCurveSelectHandles")] public struct NodeGeometryCurveSelectHandles { - [DNAFieldAttribute(0, "uchar", "handle_type", 1)] + [DNAFieldAttribute(0, "uchar", "handle_type", "uchar", 1)] public byte handle_type; - [DNAFieldAttribute(1, "uchar", "mode", 1)] + [DNAFieldAttribute(1, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurveSelectHandles() { this.handle_type = default; diff --git a/BlendFile/DNA/NodeGeometryCurveSetHandles.cs b/BlendFile/DNA/NodeGeometryCurveSetHandles.cs index 874459f..043523c 100644 --- a/BlendFile/DNA/NodeGeometryCurveSetHandles.cs +++ b/BlendFile/DNA/NodeGeometryCurveSetHandles.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(702, "NodeGeometryCurveSetHandles")] public struct NodeGeometryCurveSetHandles { - [DNAFieldAttribute(0, "uchar", "handle_type", 1)] + [DNAFieldAttribute(0, "uchar", "handle_type", "uchar", 1)] public byte handle_type; - [DNAFieldAttribute(1, "uchar", "mode", 1)] + [DNAFieldAttribute(1, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurveSetHandles() { this.handle_type = default; diff --git a/BlendFile/DNA/NodeGeometryCurveSplineType.cs b/BlendFile/DNA/NodeGeometryCurveSplineType.cs index f6825e6..78765c9 100644 --- a/BlendFile/DNA/NodeGeometryCurveSplineType.cs +++ b/BlendFile/DNA/NodeGeometryCurveSplineType.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(700, "NodeGeometryCurveSplineType")] public struct NodeGeometryCurveSplineType { - [DNAFieldAttribute(0, "uchar", "spline_type", 1)] + [DNAFieldAttribute(0, "uchar", "spline_type", "uchar", 1)] public byte spline_type; public NodeGeometryCurveSplineType() { this.spline_type = default; diff --git a/BlendFile/DNA/NodeGeometryCurveToPoints.cs b/BlendFile/DNA/NodeGeometryCurveToPoints.cs index 2fec940..e1582af 100644 --- a/BlendFile/DNA/NodeGeometryCurveToPoints.cs +++ b/BlendFile/DNA/NodeGeometryCurveToPoints.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(712, "NodeGeometryCurveToPoints")] public struct NodeGeometryCurveToPoints { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurveToPoints() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryCurveTrim.cs b/BlendFile/DNA/NodeGeometryCurveTrim.cs index 75894f9..465caf2 100644 --- a/BlendFile/DNA/NodeGeometryCurveTrim.cs +++ b/BlendFile/DNA/NodeGeometryCurveTrim.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(711, "NodeGeometryCurveTrim")] public struct NodeGeometryCurveTrim { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryCurveTrim() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryDeleteGeometry.cs b/BlendFile/DNA/NodeGeometryDeleteGeometry.cs index 63192c8..9031c46 100644 --- a/BlendFile/DNA/NodeGeometryDeleteGeometry.cs +++ b/BlendFile/DNA/NodeGeometryDeleteGeometry.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(724, "NodeGeometryDeleteGeometry")] public struct NodeGeometryDeleteGeometry { - [DNAFieldAttribute(0, "int8_t", "domain", 1)] + [DNAFieldAttribute(0, "int8_t", "domain", "int8_t", 1)] public sbyte domain; - [DNAFieldAttribute(1, "int8_t", "mode", 1)] + [DNAFieldAttribute(1, "int8_t", "mode", "int8_t", 1)] public sbyte mode; public NodeGeometryDeleteGeometry() { this.domain = default; diff --git a/BlendFile/DNA/NodeGeometryDialGizmo.cs b/BlendFile/DNA/NodeGeometryDialGizmo.cs index 89044e6..bbd2d7d 100644 --- a/BlendFile/DNA/NodeGeometryDialGizmo.cs +++ b/BlendFile/DNA/NodeGeometryDialGizmo.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(752, "NodeGeometryDialGizmo")] public struct NodeGeometryDialGizmo { - [DNAFieldAttribute(0, "int", "color_id", 4)] + [DNAFieldAttribute(0, "int", "color_id", "int", 4)] public int color_id; public NodeGeometryDialGizmo() { this.color_id = default; diff --git a/BlendFile/DNA/NodeGeometryDistributePointsInVolume.cs b/BlendFile/DNA/NodeGeometryDistributePointsInVolume.cs index 6d0628a..4803bc2 100644 --- a/BlendFile/DNA/NodeGeometryDistributePointsInVolume.cs +++ b/BlendFile/DNA/NodeGeometryDistributePointsInVolume.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(747, "NodeGeometryDistributePointsInVolume")] public struct NodeGeometryDistributePointsInVolume { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryDistributePointsInVolume() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryDuplicateElements.cs b/BlendFile/DNA/NodeGeometryDuplicateElements.cs index b50fe29..9b8c88c 100644 --- a/BlendFile/DNA/NodeGeometryDuplicateElements.cs +++ b/BlendFile/DNA/NodeGeometryDuplicateElements.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(725, "NodeGeometryDuplicateElements")] public struct NodeGeometryDuplicateElements { - [DNAFieldAttribute(0, "int8_t", "domain", 1)] + [DNAFieldAttribute(0, "int8_t", "domain", "int8_t", 1)] public sbyte domain; public NodeGeometryDuplicateElements() { this.domain = default; diff --git a/BlendFile/DNA/NodeGeometryExtrudeMesh.cs b/BlendFile/DNA/NodeGeometryExtrudeMesh.cs index be7fd92..e60abde 100644 --- a/BlendFile/DNA/NodeGeometryExtrudeMesh.cs +++ b/BlendFile/DNA/NodeGeometryExtrudeMesh.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(683, "NodeGeometryExtrudeMesh")] public struct NodeGeometryExtrudeMesh { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryExtrudeMesh() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryForeachGeometryElementInput.cs b/BlendFile/DNA/NodeGeometryForeachGeometryElementInput.cs index 4c444ca..2c69dc6 100644 --- a/BlendFile/DNA/NodeGeometryForeachGeometryElementInput.cs +++ b/BlendFile/DNA/NodeGeometryForeachGeometryElementInput.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(737, "NodeGeometryForeachGeometryElementInput")] public struct NodeGeometryForeachGeometryElementInput { - [DNAFieldAttribute(0, "int", "output_node_id", 4)] + [DNAFieldAttribute(0, "int", "output_node_id", "int", 4)] public int output_node_id; public NodeGeometryForeachGeometryElementInput() { this.output_node_id = default; diff --git a/BlendFile/DNA/NodeGeometryForeachGeometryElementOutput.cs b/BlendFile/DNA/NodeGeometryForeachGeometryElementOutput.cs index e1baf73..9791b28 100644 --- a/BlendFile/DNA/NodeGeometryForeachGeometryElementOutput.cs +++ b/BlendFile/DNA/NodeGeometryForeachGeometryElementOutput.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(744, "NodeGeometryForeachGeometryElementOutput")] public struct NodeGeometryForeachGeometryElementOutput { - [DNAFieldAttribute(0, "NodeForeachGeometryElementInputItems", "input_items", 24)] + [DNAFieldAttribute(0, "NodeForeachGeometryElementInputItems", "input_items", "NodeForeachGeometryElementInputItems", 24)] public NodeForeachGeometryElementInputItems input_items; - [DNAFieldAttribute(1, "NodeForeachGeometryElementMainItems", "main_items", 24)] + [DNAFieldAttribute(1, "NodeForeachGeometryElementMainItems", "main_items", "NodeForeachGeometryElementMainItems", 24)] public NodeForeachGeometryElementMainItems main_items; - [DNAFieldAttribute(2, "NodeForeachGeometryElementGenerationItems", "generation_items", 24)] + [DNAFieldAttribute(2, "NodeForeachGeometryElementGenerationItems", "generation_items", "NodeForeachGeometryElementGenerationItems", 24)] public NodeForeachGeometryElementGenerationItems generation_items; - [DNAFieldAttribute(3, "int", "inspection_index", 4)] + [DNAFieldAttribute(3, "int", "inspection_index", "int", 4)] public int inspection_index; - [DNAFieldAttribute(4, "uchar", "domain", 1)] + [DNAFieldAttribute(4, "uchar", "domain", "uchar", 1)] public byte domain; - [DNAFieldAttribute(5, "char", "_pad[3]", 1)] + [DNAFieldAttribute(5, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public NodeGeometryForeachGeometryElementOutput() { this.input_items = default; diff --git a/BlendFile/DNA/NodeGeometryImageTexture.cs b/BlendFile/DNA/NodeGeometryImageTexture.cs index c010778..68d8202 100644 --- a/BlendFile/DNA/NodeGeometryImageTexture.cs +++ b/BlendFile/DNA/NodeGeometryImageTexture.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(728, "NodeGeometryImageTexture")] public struct NodeGeometryImageTexture { - [DNAFieldAttribute(0, "int8_t", "interpolation", 1)] + [DNAFieldAttribute(0, "int8_t", "interpolation", "int8_t", 1)] public sbyte interpolation; - [DNAFieldAttribute(1, "int8_t", "extension", 1)] + [DNAFieldAttribute(1, "int8_t", "extension", "int8_t", 1)] public sbyte extension; public NodeGeometryImageTexture() { this.interpolation = default; diff --git a/BlendFile/DNA/NodeGeometryInputNamedAttribute.cs b/BlendFile/DNA/NodeGeometryInputNamedAttribute.cs index cdef8b6..737170f 100644 --- a/BlendFile/DNA/NodeGeometryInputNamedAttribute.cs +++ b/BlendFile/DNA/NodeGeometryInputNamedAttribute.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(722, "NodeGeometryInputNamedAttribute")] public struct NodeGeometryInputNamedAttribute { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; public NodeGeometryInputNamedAttribute() { this.data_type = default; diff --git a/BlendFile/DNA/NodeGeometryLinearGizmo.cs b/BlendFile/DNA/NodeGeometryLinearGizmo.cs index 8a12126..a4016d7 100644 --- a/BlendFile/DNA/NodeGeometryLinearGizmo.cs +++ b/BlendFile/DNA/NodeGeometryLinearGizmo.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(751, "NodeGeometryLinearGizmo")] public struct NodeGeometryLinearGizmo { - [DNAFieldAttribute(0, "int", "color_id", 4)] + [DNAFieldAttribute(0, "int", "color_id", "int", 4)] public int color_id; - [DNAFieldAttribute(1, "int", "draw_style", 4)] + [DNAFieldAttribute(1, "int", "draw_style", "int", 4)] public int draw_style; public NodeGeometryLinearGizmo() { this.color_id = default; diff --git a/BlendFile/DNA/NodeGeometryMergeByDistance.cs b/BlendFile/DNA/NodeGeometryMergeByDistance.cs index d0d1017..7fe7db0 100644 --- a/BlendFile/DNA/NodeGeometryMergeByDistance.cs +++ b/BlendFile/DNA/NodeGeometryMergeByDistance.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(694, "NodeGeometryMergeByDistance")] public struct NodeGeometryMergeByDistance { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryMergeByDistance() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryMergeLayers.cs b/BlendFile/DNA/NodeGeometryMergeLayers.cs index 4e19c37..67b057b 100644 --- a/BlendFile/DNA/NodeGeometryMergeLayers.cs +++ b/BlendFile/DNA/NodeGeometryMergeLayers.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(726, "NodeGeometryMergeLayers")] public struct NodeGeometryMergeLayers { - [DNAFieldAttribute(0, "int8_t", "mode", 1)] + [DNAFieldAttribute(0, "int8_t", "mode", "int8_t", 1)] public sbyte mode; public NodeGeometryMergeLayers() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryMeshCircle.cs b/BlendFile/DNA/NodeGeometryMeshCircle.cs index 52a03a7..2effe40 100644 --- a/BlendFile/DNA/NodeGeometryMeshCircle.cs +++ b/BlendFile/DNA/NodeGeometryMeshCircle.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(691, "NodeGeometryMeshCircle")] public struct NodeGeometryMeshCircle { - [DNAFieldAttribute(0, "uchar", "fill_type", 1)] + [DNAFieldAttribute(0, "uchar", "fill_type", "uchar", 1)] public byte fill_type; public NodeGeometryMeshCircle() { this.fill_type = default; diff --git a/BlendFile/DNA/NodeGeometryMeshCone.cs b/BlendFile/DNA/NodeGeometryMeshCone.cs index c9d3fb9..08c3716 100644 --- a/BlendFile/DNA/NodeGeometryMeshCone.cs +++ b/BlendFile/DNA/NodeGeometryMeshCone.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(693, "NodeGeometryMeshCone")] public struct NodeGeometryMeshCone { - [DNAFieldAttribute(0, "uchar", "fill_type", 1)] + [DNAFieldAttribute(0, "uchar", "fill_type", "uchar", 1)] public byte fill_type; public NodeGeometryMeshCone() { this.fill_type = default; diff --git a/BlendFile/DNA/NodeGeometryMeshCylinder.cs b/BlendFile/DNA/NodeGeometryMeshCylinder.cs index 19551f7..49fe767 100644 --- a/BlendFile/DNA/NodeGeometryMeshCylinder.cs +++ b/BlendFile/DNA/NodeGeometryMeshCylinder.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(692, "NodeGeometryMeshCylinder")] public struct NodeGeometryMeshCylinder { - [DNAFieldAttribute(0, "uchar", "fill_type", 1)] + [DNAFieldAttribute(0, "uchar", "fill_type", "uchar", 1)] public byte fill_type; public NodeGeometryMeshCylinder() { this.fill_type = default; diff --git a/BlendFile/DNA/NodeGeometryMeshLine.cs b/BlendFile/DNA/NodeGeometryMeshLine.cs index 6947e3f..4e2158a 100644 --- a/BlendFile/DNA/NodeGeometryMeshLine.cs +++ b/BlendFile/DNA/NodeGeometryMeshLine.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(695, "NodeGeometryMeshLine")] public struct NodeGeometryMeshLine { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; - [DNAFieldAttribute(1, "uchar", "count_mode", 1)] + [DNAFieldAttribute(1, "uchar", "count_mode", "uchar", 1)] public byte count_mode; public NodeGeometryMeshLine() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryMeshToPoints.cs b/BlendFile/DNA/NodeGeometryMeshToPoints.cs index adc4a7d..7e041f3 100644 --- a/BlendFile/DNA/NodeGeometryMeshToPoints.cs +++ b/BlendFile/DNA/NodeGeometryMeshToPoints.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(718, "NodeGeometryMeshToPoints")] public struct NodeGeometryMeshToPoints { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometryMeshToPoints() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometryMeshToVolume.cs b/BlendFile/DNA/NodeGeometryMeshToVolume.cs index 745d60b..ff2c29a 100644 --- a/BlendFile/DNA/NodeGeometryMeshToVolume.cs +++ b/BlendFile/DNA/NodeGeometryMeshToVolume.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(689, "NodeGeometryMeshToVolume")] public struct NodeGeometryMeshToVolume { - [DNAFieldAttribute(0, "uchar", "resolution_mode", 1)] + [DNAFieldAttribute(0, "uchar", "resolution_mode", "uchar", 1)] public byte resolution_mode; public NodeGeometryMeshToVolume() { this.resolution_mode = default; diff --git a/BlendFile/DNA/NodeGeometryObjectInfo.cs b/BlendFile/DNA/NodeGeometryObjectInfo.cs index 52c00f0..5c69b7d 100644 --- a/BlendFile/DNA/NodeGeometryObjectInfo.cs +++ b/BlendFile/DNA/NodeGeometryObjectInfo.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(684, "NodeGeometryObjectInfo")] public struct NodeGeometryObjectInfo { - [DNAFieldAttribute(0, "uchar", "transform_space", 1)] + [DNAFieldAttribute(0, "uchar", "transform_space", "uchar", 1)] public byte transform_space; public NodeGeometryObjectInfo() { this.transform_space = default; diff --git a/BlendFile/DNA/NodeGeometryPointsToVolume.cs b/BlendFile/DNA/NodeGeometryPointsToVolume.cs index d1adf2d..804117d 100644 --- a/BlendFile/DNA/NodeGeometryPointsToVolume.cs +++ b/BlendFile/DNA/NodeGeometryPointsToVolume.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(685, "NodeGeometryPointsToVolume")] public struct NodeGeometryPointsToVolume { - [DNAFieldAttribute(0, "uchar", "resolution_mode", 1)] + [DNAFieldAttribute(0, "uchar", "resolution_mode", "uchar", 1)] public byte resolution_mode; - [DNAFieldAttribute(1, "uchar", "input_type_radius", 1)] + [DNAFieldAttribute(1, "uchar", "input_type_radius", "uchar", 1)] public byte input_type_radius; public NodeGeometryPointsToVolume() { this.resolution_mode = default; diff --git a/BlendFile/DNA/NodeGeometryProximity.cs b/BlendFile/DNA/NodeGeometryProximity.cs index 03e802c..88037cc 100644 --- a/BlendFile/DNA/NodeGeometryProximity.cs +++ b/BlendFile/DNA/NodeGeometryProximity.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(687, "NodeGeometryProximity")] public struct NodeGeometryProximity { - [DNAFieldAttribute(0, "uchar", "target_element", 1)] + [DNAFieldAttribute(0, "uchar", "target_element", "uchar", 1)] public byte target_element; public NodeGeometryProximity() { this.target_element = default; diff --git a/BlendFile/DNA/NodeGeometryRaycast.cs b/BlendFile/DNA/NodeGeometryRaycast.cs index a504eee..c5ea79c 100644 --- a/BlendFile/DNA/NodeGeometryRaycast.cs +++ b/BlendFile/DNA/NodeGeometryRaycast.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(716, "NodeGeometryRaycast")] public struct NodeGeometryRaycast { - [DNAFieldAttribute(0, "uchar", "mapping", 1)] + [DNAFieldAttribute(0, "uchar", "mapping", "uchar", 1)] public byte mapping; - [DNAFieldAttribute(1, "int8_t", "data_type", 1)] + [DNAFieldAttribute(1, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; public NodeGeometryRaycast() { this.mapping = default; diff --git a/BlendFile/DNA/NodeGeometryRepeatInput.cs b/BlendFile/DNA/NodeGeometryRepeatInput.cs index 7fed3b8..2ccaeb0 100644 --- a/BlendFile/DNA/NodeGeometryRepeatInput.cs +++ b/BlendFile/DNA/NodeGeometryRepeatInput.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(735, "NodeGeometryRepeatInput")] public struct NodeGeometryRepeatInput { - [DNAFieldAttribute(0, "int", "output_node_id", 4)] + [DNAFieldAttribute(0, "int", "output_node_id", "int", 4)] public int output_node_id; public NodeGeometryRepeatInput() { this.output_node_id = default; diff --git a/BlendFile/DNA/NodeGeometryRepeatOutput.cs b/BlendFile/DNA/NodeGeometryRepeatOutput.cs index 13f7a40..0d48d34 100644 --- a/BlendFile/DNA/NodeGeometryRepeatOutput.cs +++ b/BlendFile/DNA/NodeGeometryRepeatOutput.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(736, "NodeGeometryRepeatOutput")] public class NodeGeometryRepeatOutput { - [DNAFieldAttribute(0, "NodeRepeatItem", "*items", 16)] + [DNAFieldAttribute(0, "NodeRepeatItem", "*items", "NodeRepeatItem", 16)] public NodeRepeatItem ptr_items; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "active_index", 4)] + [DNAFieldAttribute(2, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "int", "inspection_index", 4)] + [DNAFieldAttribute(4, "int", "inspection_index", "int", 4)] public int inspection_index; public NodeGeometryRepeatOutput() { this.ptr_items = default; diff --git a/BlendFile/DNA/NodeGeometrySampleIndex.cs b/BlendFile/DNA/NodeGeometrySampleIndex.cs index fd32ac7..1ba977b 100644 --- a/BlendFile/DNA/NodeGeometrySampleIndex.cs +++ b/BlendFile/DNA/NodeGeometrySampleIndex.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(715, "NodeGeometrySampleIndex")] public struct NodeGeometrySampleIndex { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(1, "int8_t", "domain", 1)] + [DNAFieldAttribute(1, "int8_t", "domain", "int8_t", 1)] public sbyte domain; - [DNAFieldAttribute(2, "int8_t", "clamp", 1)] + [DNAFieldAttribute(2, "int8_t", "clamp", "int8_t", 1)] public sbyte clamp; - [DNAFieldAttribute(3, "char", "_pad[1]", 1)] + [DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; public NodeGeometrySampleIndex() { this.data_type = default; diff --git a/BlendFile/DNA/NodeGeometrySeparateGeometry.cs b/BlendFile/DNA/NodeGeometrySeparateGeometry.cs index 12298a9..27e0b6d 100644 --- a/BlendFile/DNA/NodeGeometrySeparateGeometry.cs +++ b/BlendFile/DNA/NodeGeometrySeparateGeometry.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(727, "NodeGeometrySeparateGeometry")] public struct NodeGeometrySeparateGeometry { - [DNAFieldAttribute(0, "int8_t", "domain", 1)] + [DNAFieldAttribute(0, "int8_t", "domain", "int8_t", 1)] public sbyte domain; public NodeGeometrySeparateGeometry() { this.domain = default; diff --git a/BlendFile/DNA/NodeGeometrySetCurveHandlePositions.cs b/BlendFile/DNA/NodeGeometrySetCurveHandlePositions.cs index 42e6efe..879a9e2 100644 --- a/BlendFile/DNA/NodeGeometrySetCurveHandlePositions.cs +++ b/BlendFile/DNA/NodeGeometrySetCurveHandlePositions.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(701, "NodeGeometrySetCurveHandlePositions")] public struct NodeGeometrySetCurveHandlePositions { - [DNAFieldAttribute(0, "uchar", "mode", 1)] + [DNAFieldAttribute(0, "uchar", "mode", "uchar", 1)] public byte mode; public NodeGeometrySetCurveHandlePositions() { this.mode = default; diff --git a/BlendFile/DNA/NodeGeometrySimulationInput.cs b/BlendFile/DNA/NodeGeometrySimulationInput.cs index a6b4a1c..8039c32 100644 --- a/BlendFile/DNA/NodeGeometrySimulationInput.cs +++ b/BlendFile/DNA/NodeGeometrySimulationInput.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(732, "NodeGeometrySimulationInput")] public struct NodeGeometrySimulationInput { - [DNAFieldAttribute(0, "int", "output_node_id", 4)] + [DNAFieldAttribute(0, "int", "output_node_id", "int", 4)] public int output_node_id; public NodeGeometrySimulationInput() { this.output_node_id = default; diff --git a/BlendFile/DNA/NodeGeometrySimulationOutput.cs b/BlendFile/DNA/NodeGeometrySimulationOutput.cs index b334f33..d9dde95 100644 --- a/BlendFile/DNA/NodeGeometrySimulationOutput.cs +++ b/BlendFile/DNA/NodeGeometrySimulationOutput.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(733, "NodeGeometrySimulationOutput")] public class NodeGeometrySimulationOutput { - [DNAFieldAttribute(0, "NodeSimulationItem", "*items", 16)] + [DNAFieldAttribute(0, "NodeSimulationItem", "*items", "NodeSimulationItem", 16)] public NodeSimulationItem ptr_items; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "active_index", 4)] + [DNAFieldAttribute(2, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "int", "_pad", 4)] + [DNAFieldAttribute(4, "int", "_pad", "int", 4)] public int _pad; public NodeGeometrySimulationOutput() { this.ptr_items = default; diff --git a/BlendFile/DNA/NodeGeometryStoreNamedAttribute.cs b/BlendFile/DNA/NodeGeometryStoreNamedAttribute.cs index f3c1a88..170b342 100644 --- a/BlendFile/DNA/NodeGeometryStoreNamedAttribute.cs +++ b/BlendFile/DNA/NodeGeometryStoreNamedAttribute.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(721, "NodeGeometryStoreNamedAttribute")] public struct NodeGeometryStoreNamedAttribute { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(1, "int8_t", "domain", 1)] + [DNAFieldAttribute(1, "int8_t", "domain", "int8_t", 1)] public sbyte domain; public NodeGeometryStoreNamedAttribute() { this.data_type = default; diff --git a/BlendFile/DNA/NodeGeometryStringToCurves.cs b/BlendFile/DNA/NodeGeometryStringToCurves.cs index 1460bf7..da99754 100644 --- a/BlendFile/DNA/NodeGeometryStringToCurves.cs +++ b/BlendFile/DNA/NodeGeometryStringToCurves.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(723, "NodeGeometryStringToCurves")] public struct NodeGeometryStringToCurves { - [DNAFieldAttribute(0, "uchar", "overflow", 1)] + [DNAFieldAttribute(0, "uchar", "overflow", "uchar", 1)] public byte overflow; - [DNAFieldAttribute(1, "uchar", "align_x", 1)] + [DNAFieldAttribute(1, "uchar", "align_x", "uchar", 1)] public byte align_x; - [DNAFieldAttribute(2, "uchar", "align_y", 1)] + [DNAFieldAttribute(2, "uchar", "align_y", "uchar", 1)] public byte align_y; - [DNAFieldAttribute(3, "uchar", "pivot_mode", 1)] + [DNAFieldAttribute(3, "uchar", "pivot_mode", "uchar", 1)] public byte pivot_mode; public NodeGeometryStringToCurves() { this.overflow = default; diff --git a/BlendFile/DNA/NodeGeometrySubdivisionSurface.cs b/BlendFile/DNA/NodeGeometrySubdivisionSurface.cs index 1de6715..5a5a417 100644 --- a/BlendFile/DNA/NodeGeometrySubdivisionSurface.cs +++ b/BlendFile/DNA/NodeGeometrySubdivisionSurface.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(690, "NodeGeometrySubdivisionSurface")] public struct NodeGeometrySubdivisionSurface { - [DNAFieldAttribute(0, "uchar", "uv_smooth", 1)] + [DNAFieldAttribute(0, "uchar", "uv_smooth", "uchar", 1)] public byte uv_smooth; - [DNAFieldAttribute(1, "uchar", "boundary_smooth", 1)] + [DNAFieldAttribute(1, "uchar", "boundary_smooth", "uchar", 1)] public byte boundary_smooth; public NodeGeometrySubdivisionSurface() { this.uv_smooth = default; diff --git a/BlendFile/DNA/NodeGeometryTransferAttribute.cs b/BlendFile/DNA/NodeGeometryTransferAttribute.cs index 9ef6ac9..f41070a 100644 --- a/BlendFile/DNA/NodeGeometryTransferAttribute.cs +++ b/BlendFile/DNA/NodeGeometryTransferAttribute.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(714, "NodeGeometryTransferAttribute")] public struct NodeGeometryTransferAttribute { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(1, "int8_t", "domain", 1)] + [DNAFieldAttribute(1, "int8_t", "domain", "int8_t", 1)] public sbyte domain; - [DNAFieldAttribute(2, "uchar", "mode", 1)] + [DNAFieldAttribute(2, "uchar", "mode", "uchar", 1)] public byte mode; - [DNAFieldAttribute(3, "char", "_pad[1]", 1)] + [DNAFieldAttribute(3, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; public NodeGeometryTransferAttribute() { this.data_type = default; diff --git a/BlendFile/DNA/NodeGeometryTransformGizmo.cs b/BlendFile/DNA/NodeGeometryTransformGizmo.cs index 58ee41b..2bca9ca 100644 --- a/BlendFile/DNA/NodeGeometryTransformGizmo.cs +++ b/BlendFile/DNA/NodeGeometryTransformGizmo.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(753, "NodeGeometryTransformGizmo")] public struct NodeGeometryTransformGizmo { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; public NodeGeometryTransformGizmo() { this.flag = default; diff --git a/BlendFile/DNA/NodeGeometryUVUnwrap.cs b/BlendFile/DNA/NodeGeometryUVUnwrap.cs index b0b3256..62cd573 100644 --- a/BlendFile/DNA/NodeGeometryUVUnwrap.cs +++ b/BlendFile/DNA/NodeGeometryUVUnwrap.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(730, "NodeGeometryUVUnwrap")] public struct NodeGeometryUVUnwrap { - [DNAFieldAttribute(0, "uchar", "method", 1)] + [DNAFieldAttribute(0, "uchar", "method", "uchar", 1)] public byte method; public NodeGeometryUVUnwrap() { this.method = default; diff --git a/BlendFile/DNA/NodeGeometryViewer.cs b/BlendFile/DNA/NodeGeometryViewer.cs index 75f4293..fea6f11 100644 --- a/BlendFile/DNA/NodeGeometryViewer.cs +++ b/BlendFile/DNA/NodeGeometryViewer.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(729, "NodeGeometryViewer")] public struct NodeGeometryViewer { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(1, "int8_t", "domain", 1)] + [DNAFieldAttribute(1, "int8_t", "domain", "int8_t", 1)] public sbyte domain; public NodeGeometryViewer() { this.data_type = default; diff --git a/BlendFile/DNA/NodeGeometryVolumeToMesh.cs b/BlendFile/DNA/NodeGeometryVolumeToMesh.cs index 6c47ae0..9bcfd77 100644 --- a/BlendFile/DNA/NodeGeometryVolumeToMesh.cs +++ b/BlendFile/DNA/NodeGeometryVolumeToMesh.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(688, "NodeGeometryVolumeToMesh")] public struct NodeGeometryVolumeToMesh { - [DNAFieldAttribute(0, "uchar", "resolution_mode", 1)] + [DNAFieldAttribute(0, "uchar", "resolution_mode", "uchar", 1)] public byte resolution_mode; public NodeGeometryVolumeToMesh() { this.resolution_mode = default; diff --git a/BlendFile/DNA/NodeGlare.cs b/BlendFile/DNA/NodeGlare.cs index 56e6be1..bdfcc66 100644 --- a/BlendFile/DNA/NodeGlare.cs +++ b/BlendFile/DNA/NodeGlare.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(625, "NodeGlare")] public struct NodeGlare { - [DNAFieldAttribute(0, "char", "quality", 1)] + [DNAFieldAttribute(0, "char", "quality", "char", 1)] public char quality; - [DNAFieldAttribute(1, "char", "type", 1)] + [DNAFieldAttribute(1, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(2, "char", "iter", 1)] + [DNAFieldAttribute(2, "char", "iter", "char", 1)] public char iter; - [DNAFieldAttribute(3, "char", "angle", 1)] + [DNAFieldAttribute(3, "char", "angle", "char", 1)] public char angle; - [DNAFieldAttribute(4, "char", "_pad0", 1)] + [DNAFieldAttribute(4, "char", "_pad0", "char", 1)] public char _pad0; - [DNAFieldAttribute(5, "char", "size", 1)] + [DNAFieldAttribute(5, "char", "size", "char", 1)] public char size; - [DNAFieldAttribute(6, "char", "star_45", 1)] + [DNAFieldAttribute(6, "char", "star_45", "char", 1)] public char star_45; - [DNAFieldAttribute(7, "char", "streaks", 1)] + [DNAFieldAttribute(7, "char", "streaks", "char", 1)] public char streaks; - [DNAFieldAttribute(8, "float", "colmod", 4)] + [DNAFieldAttribute(8, "float", "colmod", "float", 4)] public float colmod; - [DNAFieldAttribute(9, "float", "mix", 4)] + [DNAFieldAttribute(9, "float", "mix", "float", 4)] public float mix; - [DNAFieldAttribute(10, "float", "threshold", 4)] + [DNAFieldAttribute(10, "float", "threshold", "float", 4)] public float threshold; - [DNAFieldAttribute(11, "float", "fade", 4)] + [DNAFieldAttribute(11, "float", "fade", "float", 4)] public float fade; - [DNAFieldAttribute(12, "float", "angle_ofs", 4)] + [DNAFieldAttribute(12, "float", "angle_ofs", "float", 4)] public float angle_ofs; - [DNAFieldAttribute(13, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public NodeGlare() { this.quality = default; diff --git a/BlendFile/DNA/NodeHueSat.cs b/BlendFile/DNA/NodeHueSat.cs index 9a469b8..0a7223d 100644 --- a/BlendFile/DNA/NodeHueSat.cs +++ b/BlendFile/DNA/NodeHueSat.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(613, "NodeHueSat")] public struct NodeHueSat { - [DNAFieldAttribute(0, "float", "hue", 4)] + [DNAFieldAttribute(0, "float", "hue", "float", 4)] public float hue; - [DNAFieldAttribute(1, "float", "sat", 4)] + [DNAFieldAttribute(1, "float", "sat", "float", 4)] public float sat; - [DNAFieldAttribute(2, "float", "val", 4)] + [DNAFieldAttribute(2, "float", "val", "float", 4)] public float val; public NodeHueSat() { this.hue = default; diff --git a/BlendFile/DNA/NodeImageAnim.cs b/BlendFile/DNA/NodeImageAnim.cs index b2de4b9..4e01838 100644 --- a/BlendFile/DNA/NodeImageAnim.cs +++ b/BlendFile/DNA/NodeImageAnim.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(601, "NodeImageAnim")] public struct NodeImageAnim { - [DNAFieldAttribute(0, "int", "frames", 4)] + [DNAFieldAttribute(0, "int", "frames", "int", 4)] public int frames; - [DNAFieldAttribute(1, "int", "sfra", 4)] + [DNAFieldAttribute(1, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(2, "int", "nr", 4)] + [DNAFieldAttribute(2, "int", "nr", "int", 4)] public int nr; - [DNAFieldAttribute(3, "char", "cyclic", 1)] + [DNAFieldAttribute(3, "char", "cyclic", "char", 1)] public char cyclic; - [DNAFieldAttribute(4, "char", "movie", 1)] + [DNAFieldAttribute(4, "char", "movie", "char", 1)] public char movie; - [DNAFieldAttribute(5, "char", "_pad[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public NodeImageAnim() { this.frames = default; diff --git a/BlendFile/DNA/NodeImageFile.cs b/BlendFile/DNA/NodeImageFile.cs index 9bd649f..c404895 100644 --- a/BlendFile/DNA/NodeImageFile.cs +++ b/BlendFile/DNA/NodeImageFile.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(614, "NodeImageFile")] public struct NodeImageFile { - [DNAFieldAttribute(0, "char", "name[1024]", 1)] + [DNAFieldAttribute(0, "char", "name[1024]", "System.Char[]", 1)] public char[] name = new System.Char[1024]; - [DNAFieldAttribute(1, "ImageFormatData", "im_format", 336)] + [DNAFieldAttribute(1, "ImageFormatData", "im_format", "ImageFormatData", 336)] public ImageFormatData im_format; - [DNAFieldAttribute(2, "int", "sfra", 4)] + [DNAFieldAttribute(2, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(3, "int", "efra", 4)] + [DNAFieldAttribute(3, "int", "efra", "int", 4)] public int efra; public NodeImageFile() { this.name = default; diff --git a/BlendFile/DNA/NodeImageLayer.cs b/BlendFile/DNA/NodeImageLayer.cs index 32ff6aa..b7bcf36 100644 --- a/BlendFile/DNA/NodeImageLayer.cs +++ b/BlendFile/DNA/NodeImageLayer.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(607, "NodeImageLayer")] public struct NodeImageLayer { - [DNAFieldAttribute(0, "int", "pass_index", 4)] + [DNAFieldAttribute(0, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(1, "char", "pass_name[64]", 1)] + [DNAFieldAttribute(1, "char", "pass_name[64]", "System.Char[]", 1)] public char[] pass_name = new System.Char[64]; public NodeImageLayer() { this.pass_index = default; diff --git a/BlendFile/DNA/NodeImageMultiFile.cs b/BlendFile/DNA/NodeImageMultiFile.cs index 5e6a727..c54d363 100644 --- a/BlendFile/DNA/NodeImageMultiFile.cs +++ b/BlendFile/DNA/NodeImageMultiFile.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(616, "NodeImageMultiFile")] public struct NodeImageMultiFile { - [DNAFieldAttribute(0, "char", "base_path[1024]", 1)] + [DNAFieldAttribute(0, "char", "base_path[1024]", "System.Char[]", 1)] public char[] base_path = new System.Char[1024]; - [DNAFieldAttribute(1, "ImageFormatData", "format", 336)] + [DNAFieldAttribute(1, "ImageFormatData", "format", "ImageFormatData", 336)] public ImageFormatData format; - [DNAFieldAttribute(2, "int", "sfra", 4)] + [DNAFieldAttribute(2, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(3, "int", "efra", 4)] + [DNAFieldAttribute(3, "int", "efra", "int", 4)] public int efra; - [DNAFieldAttribute(4, "int", "active_input", 4)] + [DNAFieldAttribute(4, "int", "active_input", "int", 4)] public int active_input; - [DNAFieldAttribute(5, "char", "save_as_render", 1)] + [DNAFieldAttribute(5, "char", "save_as_render", "char", 1)] public char save_as_render; - [DNAFieldAttribute(6, "char", "_pad[3]", 1)] + [DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public NodeImageMultiFile() { this.base_path = default; diff --git a/BlendFile/DNA/NodeImageMultiFileSocket.cs b/BlendFile/DNA/NodeImageMultiFileSocket.cs index 97b9ec1..d96d9c4 100644 --- a/BlendFile/DNA/NodeImageMultiFileSocket.cs +++ b/BlendFile/DNA/NodeImageMultiFileSocket.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(617, "NodeImageMultiFileSocket")] public struct NodeImageMultiFileSocket { - [DNAFieldAttribute(0, "short", "use_render_format", 2)] + [DNAFieldAttribute(0, "short", "use_render_format", "short", 2)] public short use_render_format; - [DNAFieldAttribute(1, "short", "use_node_format", 2)] + [DNAFieldAttribute(1, "short", "use_node_format", "short", 2)] public short use_node_format; - [DNAFieldAttribute(2, "char", "save_as_render", 1)] + [DNAFieldAttribute(2, "char", "save_as_render", "char", 1)] public char save_as_render; - [DNAFieldAttribute(3, "char", "_pad1[3]", 1)] + [DNAFieldAttribute(3, "char", "_pad1[3]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[3]; - [DNAFieldAttribute(4, "char", "path[1024]", 1)] + [DNAFieldAttribute(4, "char", "path[1024]", "System.Char[]", 1)] public char[] path = new System.Char[1024]; - [DNAFieldAttribute(5, "ImageFormatData", "format", 336)] + [DNAFieldAttribute(5, "ImageFormatData", "format", "ImageFormatData", 336)] public ImageFormatData format; - [DNAFieldAttribute(6, "char", "layer[30]", 1)] + [DNAFieldAttribute(6, "char", "layer[30]", "System.Char[]", 1)] public char[] layer = new System.Char[30]; - [DNAFieldAttribute(7, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(7, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; public NodeImageMultiFileSocket() { this.use_render_format = default; diff --git a/BlendFile/DNA/NodeIndexSwitch.cs b/BlendFile/DNA/NodeIndexSwitch.cs index 64a21bc..c36a60c 100644 --- a/BlendFile/DNA/NodeIndexSwitch.cs +++ b/BlendFile/DNA/NodeIndexSwitch.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(746, "NodeIndexSwitch")] public class NodeIndexSwitch { - [DNAFieldAttribute(0, "IndexSwitchItem", "*items", 4)] + [DNAFieldAttribute(0, "IndexSwitchItem", "*items", "IndexSwitchItem", 4)] public IndexSwitchItem ptr_items; - [DNAFieldAttribute(1, "int", "items_num", 4)] + [DNAFieldAttribute(1, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(2, "int", "data_type", 4)] + [DNAFieldAttribute(2, "int", "data_type", "int", 4)] public int data_type; - [DNAFieldAttribute(3, "int", "next_identifier", 4)] + [DNAFieldAttribute(3, "int", "next_identifier", "int", 4)] public int next_identifier; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeIndexSwitch() { this.ptr_items = default; diff --git a/BlendFile/DNA/NodeInputBool.cs b/BlendFile/DNA/NodeInputBool.cs index 7b85f0f..bb51477 100644 --- a/BlendFile/DNA/NodeInputBool.cs +++ b/BlendFile/DNA/NodeInputBool.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(677, "NodeInputBool")] public struct NodeInputBool { - [DNAFieldAttribute(0, "uchar", "boolean", 1)] + [DNAFieldAttribute(0, "uchar", "boolean", "uchar", 1)] public byte boolean; public NodeInputBool() { this.boolean = default; diff --git a/BlendFile/DNA/NodeInputColor.cs b/BlendFile/DNA/NodeInputColor.cs index b87be40..7923249 100644 --- a/BlendFile/DNA/NodeInputColor.cs +++ b/BlendFile/DNA/NodeInputColor.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(681, "NodeInputColor")] public struct NodeInputColor { - [DNAFieldAttribute(0, "float", "color[4]", 4)] + [DNAFieldAttribute(0, "float", "color[4]", "System.Single[]", 4)] public float[] color = new System.Single[4]; public NodeInputColor() { this.color = default; diff --git a/BlendFile/DNA/NodeInputInt.cs b/BlendFile/DNA/NodeInputInt.cs index e50c70f..f8218b9 100644 --- a/BlendFile/DNA/NodeInputInt.cs +++ b/BlendFile/DNA/NodeInputInt.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(678, "NodeInputInt")] public struct NodeInputInt { - [DNAFieldAttribute(0, "int", "integer", 4)] + [DNAFieldAttribute(0, "int", "integer", "int", 4)] public int integer; public NodeInputInt() { this.integer = default; diff --git a/BlendFile/DNA/NodeInputRotation.cs b/BlendFile/DNA/NodeInputRotation.cs index aeee731..6df0873 100644 --- a/BlendFile/DNA/NodeInputRotation.cs +++ b/BlendFile/DNA/NodeInputRotation.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(679, "NodeInputRotation")] public struct NodeInputRotation { - [DNAFieldAttribute(0, "float", "rotation_euler[3]", 4)] + [DNAFieldAttribute(0, "float", "rotation_euler[3]", "System.Single[]", 4)] public float[] rotation_euler = new System.Single[3]; public NodeInputRotation() { this.rotation_euler = default; diff --git a/BlendFile/DNA/NodeInputString.cs b/BlendFile/DNA/NodeInputString.cs index fb50b90..c245781 100644 --- a/BlendFile/DNA/NodeInputString.cs +++ b/BlendFile/DNA/NodeInputString.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(682, "NodeInputString")] public class NodeInputString { - [DNAFieldAttribute(0, "char", "*string", 1)] + [DNAFieldAttribute(0, "char", "*string", "char", 1)] public char ptr_string; public NodeInputString() { this.ptr_string = default; diff --git a/BlendFile/DNA/NodeInputVector.cs b/BlendFile/DNA/NodeInputVector.cs index 74ece63..60649e6 100644 --- a/BlendFile/DNA/NodeInputVector.cs +++ b/BlendFile/DNA/NodeInputVector.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(680, "NodeInputVector")] public struct NodeInputVector { - [DNAFieldAttribute(0, "float", "vector[3]", 4)] + [DNAFieldAttribute(0, "float", "vector[3]", "System.Single[]", 4)] public float[] vector = new System.Single[3]; public NodeInputVector() { this.vector = default; diff --git a/BlendFile/DNA/NodeKeyingData.cs b/BlendFile/DNA/NodeKeyingData.cs index 6555a47..7304e0a 100644 --- a/BlendFile/DNA/NodeKeyingData.cs +++ b/BlendFile/DNA/NodeKeyingData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(657, "NodeKeyingData")] public struct NodeKeyingData { - [DNAFieldAttribute(0, "float", "screen_balance", 4)] + [DNAFieldAttribute(0, "float", "screen_balance", "float", 4)] public float screen_balance; - [DNAFieldAttribute(1, "float", "despill_factor", 4)] + [DNAFieldAttribute(1, "float", "despill_factor", "float", 4)] public float despill_factor; - [DNAFieldAttribute(2, "float", "despill_balance", 4)] + [DNAFieldAttribute(2, "float", "despill_balance", "float", 4)] public float despill_balance; - [DNAFieldAttribute(3, "int", "edge_kernel_radius", 4)] + [DNAFieldAttribute(3, "int", "edge_kernel_radius", "int", 4)] public int edge_kernel_radius; - [DNAFieldAttribute(4, "float", "edge_kernel_tolerance", 4)] + [DNAFieldAttribute(4, "float", "edge_kernel_tolerance", "float", 4)] public float edge_kernel_tolerance; - [DNAFieldAttribute(5, "float", "clip_black", 4)] + [DNAFieldAttribute(5, "float", "clip_black", "float", 4)] public float clip_black; - [DNAFieldAttribute(6, "float", "clip_white", 4)] + [DNAFieldAttribute(6, "float", "clip_white", "float", 4)] public float clip_white; - [DNAFieldAttribute(7, "int", "dilate_distance", 4)] + [DNAFieldAttribute(7, "int", "dilate_distance", "int", 4)] public int dilate_distance; - [DNAFieldAttribute(8, "int", "feather_distance", 4)] + [DNAFieldAttribute(8, "int", "feather_distance", "int", 4)] public int feather_distance; - [DNAFieldAttribute(9, "int", "feather_falloff", 4)] + [DNAFieldAttribute(9, "int", "feather_falloff", "int", 4)] public int feather_falloff; - [DNAFieldAttribute(10, "int", "blur_pre", 4)] + [DNAFieldAttribute(10, "int", "blur_pre", "int", 4)] public int blur_pre; - [DNAFieldAttribute(11, "int", "blur_post", 4)] + [DNAFieldAttribute(11, "int", "blur_post", "int", 4)] public int blur_post; public NodeKeyingData() { this.screen_balance = default; diff --git a/BlendFile/DNA/NodeKeyingScreenData.cs b/BlendFile/DNA/NodeKeyingScreenData.cs index 7171e64..dd48c59 100644 --- a/BlendFile/DNA/NodeKeyingScreenData.cs +++ b/BlendFile/DNA/NodeKeyingScreenData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(656, "NodeKeyingScreenData")] public struct NodeKeyingScreenData { - [DNAFieldAttribute(0, "char", "tracking_object[64]", 1)] + [DNAFieldAttribute(0, "char", "tracking_object[64]", "System.Char[]", 1)] public char[] tracking_object = new System.Char[64]; - [DNAFieldAttribute(1, "float", "smoothness", 4)] + [DNAFieldAttribute(1, "float", "smoothness", "float", 4)] public float smoothness; public NodeKeyingScreenData() { this.tracking_object = default; diff --git a/BlendFile/DNA/NodeKuwaharaData.cs b/BlendFile/DNA/NodeKuwaharaData.cs index 6c6ba3f..a6be89a 100644 --- a/BlendFile/DNA/NodeKuwaharaData.cs +++ b/BlendFile/DNA/NodeKuwaharaData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(611, "NodeKuwaharaData")] public struct NodeKuwaharaData { - [DNAFieldAttribute(0, "short", "size", 2)] + [DNAFieldAttribute(0, "short", "size", "short", 2)] public short size; - [DNAFieldAttribute(1, "short", "variation", 2)] + [DNAFieldAttribute(1, "short", "variation", "short", 2)] public short variation; - [DNAFieldAttribute(2, "int", "uniformity", 4)] + [DNAFieldAttribute(2, "int", "uniformity", "int", 4)] public int uniformity; - [DNAFieldAttribute(3, "float", "sharpness", 4)] + [DNAFieldAttribute(3, "float", "sharpness", "float", 4)] public float sharpness; - [DNAFieldAttribute(4, "float", "eccentricity", 4)] + [DNAFieldAttribute(4, "float", "eccentricity", "float", 4)] public float eccentricity; - [DNAFieldAttribute(5, "char", "high_precision", 1)] + [DNAFieldAttribute(5, "char", "high_precision", "char", 1)] public char high_precision; - [DNAFieldAttribute(6, "char", "_pad[3]", 1)] + [DNAFieldAttribute(6, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public NodeKuwaharaData() { this.size = default; diff --git a/BlendFile/DNA/NodeLensDist.cs b/BlendFile/DNA/NodeLensDist.cs index 5249b22..4b03278 100644 --- a/BlendFile/DNA/NodeLensDist.cs +++ b/BlendFile/DNA/NodeLensDist.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(627, "NodeLensDist")] public struct NodeLensDist { - [DNAFieldAttribute(0, "short", "jit", 2)] + [DNAFieldAttribute(0, "short", "jit", "short", 2)] public short jit; - [DNAFieldAttribute(1, "short", "proj", 2)] + [DNAFieldAttribute(1, "short", "proj", "short", 2)] public short proj; - [DNAFieldAttribute(2, "short", "fit", 2)] + [DNAFieldAttribute(2, "short", "fit", "short", 2)] public short fit; - [DNAFieldAttribute(3, "char", "_pad[2]", 1)] + [DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public NodeLensDist() { this.jit = default; diff --git a/BlendFile/DNA/NodeMapRange.cs b/BlendFile/DNA/NodeMapRange.cs index a87fe54..85a1ede 100644 --- a/BlendFile/DNA/NodeMapRange.cs +++ b/BlendFile/DNA/NodeMapRange.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(674, "NodeMapRange")] public struct NodeMapRange { - [DNAFieldAttribute(0, "uchar", "data_type", 1)] + [DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1)] public byte data_type; - [DNAFieldAttribute(1, "uchar", "interpolation_type", 1)] + [DNAFieldAttribute(1, "uchar", "interpolation_type", "uchar", 1)] public byte interpolation_type; - [DNAFieldAttribute(2, "uchar", "clamp", 1)] + [DNAFieldAttribute(2, "uchar", "clamp", "uchar", 1)] public byte clamp; - [DNAFieldAttribute(3, "char", "_pad[5]", 1)] + [DNAFieldAttribute(3, "char", "_pad[5]", "System.Char[]", 1)] public char[] _pad = new System.Char[5]; public NodeMapRange() { this.data_type = default; diff --git a/BlendFile/DNA/NodeMask.cs b/BlendFile/DNA/NodeMask.cs index d80d1f3..0482dd8 100644 --- a/BlendFile/DNA/NodeMask.cs +++ b/BlendFile/DNA/NodeMask.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(632, "NodeMask")] public struct NodeMask { - [DNAFieldAttribute(0, "int", "size_x", 4)] + [DNAFieldAttribute(0, "int", "size_x", "int", 4)] public int size_x; - [DNAFieldAttribute(1, "int", "size_y", 4)] + [DNAFieldAttribute(1, "int", "size_y", "int", 4)] public int size_y; public NodeMask() { this.size_x = default; diff --git a/BlendFile/DNA/NodeMenuSwitch.cs b/BlendFile/DNA/NodeMenuSwitch.cs index 49884e8..f836b83 100644 --- a/BlendFile/DNA/NodeMenuSwitch.cs +++ b/BlendFile/DNA/NodeMenuSwitch.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(699, "NodeMenuSwitch")] public struct NodeMenuSwitch { - [DNAFieldAttribute(0, "NodeEnumDefinition", "enum_definition", 24)] + [DNAFieldAttribute(0, "NodeEnumDefinition", "enum_definition", "NodeEnumDefinition", 24)] public NodeEnumDefinition enum_definition; - [DNAFieldAttribute(1, "uchar", "data_type", 1)] + [DNAFieldAttribute(1, "uchar", "data_type", "uchar", 1)] public byte data_type; - [DNAFieldAttribute(2, "char", "_pad[7]", 1)] + [DNAFieldAttribute(2, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public NodeMenuSwitch() { this.enum_definition = default; diff --git a/BlendFile/DNA/NodePlaneTrackDeformData.cs b/BlendFile/DNA/NodePlaneTrackDeformData.cs index a83ba85..48c1e65 100644 --- a/BlendFile/DNA/NodePlaneTrackDeformData.cs +++ b/BlendFile/DNA/NodePlaneTrackDeformData.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(660, "NodePlaneTrackDeformData")] public struct NodePlaneTrackDeformData { - [DNAFieldAttribute(0, "char", "tracking_object[64]", 1)] + [DNAFieldAttribute(0, "char", "tracking_object[64]", "System.Char[]", 1)] public char[] tracking_object = new System.Char[64]; - [DNAFieldAttribute(1, "char", "plane_track_name[64]", 1)] + [DNAFieldAttribute(1, "char", "plane_track_name[64]", "System.Char[]", 1)] public char[] plane_track_name = new System.Char[64]; - [DNAFieldAttribute(2, "char", "flag", 1)] + [DNAFieldAttribute(2, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(3, "char", "motion_blur_samples", 1)] + [DNAFieldAttribute(3, "char", "motion_blur_samples", "char", 1)] public char motion_blur_samples; - [DNAFieldAttribute(4, "char", "_pad[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(5, "float", "motion_blur_shutter", 4)] + [DNAFieldAttribute(5, "float", "motion_blur_shutter", "float", 4)] public float motion_blur_shutter; public NodePlaneTrackDeformData() { this.tracking_object = default; diff --git a/BlendFile/DNA/NodeRandomValue.cs b/BlendFile/DNA/NodeRandomValue.cs index 4e34428..463c903 100644 --- a/BlendFile/DNA/NodeRandomValue.cs +++ b/BlendFile/DNA/NodeRandomValue.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(675, "NodeRandomValue")] public struct NodeRandomValue { - [DNAFieldAttribute(0, "uchar", "data_type", 1)] + [DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1)] public byte data_type; public NodeRandomValue() { this.data_type = default; diff --git a/BlendFile/DNA/NodeRepeatItem.cs b/BlendFile/DNA/NodeRepeatItem.cs index ba39151..4995e08 100644 --- a/BlendFile/DNA/NodeRepeatItem.cs +++ b/BlendFile/DNA/NodeRepeatItem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(734, "NodeRepeatItem")] public class NodeRepeatItem { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "short", "socket_type", 2)] + [DNAFieldAttribute(1, "short", "socket_type", "short", 2)] public short socket_type; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(3, "int", "identifier", 4)] + [DNAFieldAttribute(3, "int", "identifier", "int", 4)] public int identifier; public NodeRepeatItem() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodeReroute.cs b/BlendFile/DNA/NodeReroute.cs index 8ac9f00..b55bec8 100644 --- a/BlendFile/DNA/NodeReroute.cs +++ b/BlendFile/DNA/NodeReroute.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(600, "NodeReroute")] public struct NodeReroute { - [DNAFieldAttribute(0, "char", "type_idname[64]", 1)] + [DNAFieldAttribute(0, "char", "type_idname[64]", "System.Char[]", 1)] public char[] type_idname = new System.Char[64]; public NodeReroute() { this.type_idname = default; diff --git a/BlendFile/DNA/NodeScriptDict.cs b/BlendFile/DNA/NodeScriptDict.cs index 835eed2..3a49f5f 100644 --- a/BlendFile/DNA/NodeScriptDict.cs +++ b/BlendFile/DNA/NodeScriptDict.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(624, "NodeScriptDict")] public class NodeScriptDict { - [DNAFieldAttribute(0, "void", "*dict", 0)] + [DNAFieldAttribute(0, "void", "*dict", "void", 0)] public object ptr_dict; - [DNAFieldAttribute(1, "void", "*node", 0)] + [DNAFieldAttribute(1, "void", "*node", "void", 0)] public object ptr_node; public NodeScriptDict() { this.ptr_dict = default; diff --git a/BlendFile/DNA/NodeSetAlpha.cs b/BlendFile/DNA/NodeSetAlpha.cs index a4bd054..f2c41b3 100644 --- a/BlendFile/DNA/NodeSetAlpha.cs +++ b/BlendFile/DNA/NodeSetAlpha.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(633, "NodeSetAlpha")] public struct NodeSetAlpha { - [DNAFieldAttribute(0, "char", "mode", 1)] + [DNAFieldAttribute(0, "char", "mode", "char", 1)] public char mode; public NodeSetAlpha() { this.mode = default; diff --git a/BlendFile/DNA/NodeShaderAttribute.cs b/BlendFile/DNA/NodeShaderAttribute.cs index 5018342..eedf4d8 100644 --- a/BlendFile/DNA/NodeShaderAttribute.cs +++ b/BlendFile/DNA/NodeShaderAttribute.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(649, "NodeShaderAttribute")] public struct NodeShaderAttribute { - [DNAFieldAttribute(0, "char", "name[256]", 1)] + [DNAFieldAttribute(0, "char", "name[256]", "System.Char[]", 1)] public char[] name = new System.Char[256]; - [DNAFieldAttribute(1, "int", "type", 4)] + [DNAFieldAttribute(1, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeShaderAttribute() { this.name = default; diff --git a/BlendFile/DNA/NodeShaderHairPrincipled.cs b/BlendFile/DNA/NodeShaderHairPrincipled.cs index 0b891a1..3f87a0d 100644 --- a/BlendFile/DNA/NodeShaderHairPrincipled.cs +++ b/BlendFile/DNA/NodeShaderHairPrincipled.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(654, "NodeShaderHairPrincipled")] public struct NodeShaderHairPrincipled { - [DNAFieldAttribute(0, "short", "model", 2)] + [DNAFieldAttribute(0, "short", "model", "short", 2)] public short model; - [DNAFieldAttribute(1, "short", "parametrization", 2)] + [DNAFieldAttribute(1, "short", "parametrization", "short", 2)] public short parametrization; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeShaderHairPrincipled() { this.model = default; diff --git a/BlendFile/DNA/NodeShaderMix.cs b/BlendFile/DNA/NodeShaderMix.cs index 0b430b7..a566a75 100644 --- a/BlendFile/DNA/NodeShaderMix.cs +++ b/BlendFile/DNA/NodeShaderMix.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(750, "NodeShaderMix")] public struct NodeShaderMix { - [DNAFieldAttribute(0, "int8_t", "data_type", 1)] + [DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)] public sbyte data_type; - [DNAFieldAttribute(1, "int8_t", "factor_mode", 1)] + [DNAFieldAttribute(1, "int8_t", "factor_mode", "int8_t", 1)] public sbyte factor_mode; - [DNAFieldAttribute(2, "int8_t", "clamp_factor", 1)] + [DNAFieldAttribute(2, "int8_t", "clamp_factor", "int8_t", 1)] public sbyte clamp_factor; - [DNAFieldAttribute(3, "int8_t", "clamp_result", 1)] + [DNAFieldAttribute(3, "int8_t", "clamp_result", "int8_t", 1)] public sbyte clamp_result; - [DNAFieldAttribute(4, "int8_t", "blend_type", 1)] + [DNAFieldAttribute(4, "int8_t", "blend_type", "int8_t", 1)] public sbyte blend_type; - [DNAFieldAttribute(5, "char", "_pad[3]", 1)] + [DNAFieldAttribute(5, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public NodeShaderMix() { this.data_type = default; diff --git a/BlendFile/DNA/NodeShaderNormalMap.cs b/BlendFile/DNA/NodeShaderNormalMap.cs index e0e17aa..a6dbf88 100644 --- a/BlendFile/DNA/NodeShaderNormalMap.cs +++ b/BlendFile/DNA/NodeShaderNormalMap.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(663, "NodeShaderNormalMap")] public struct NodeShaderNormalMap { - [DNAFieldAttribute(0, "int", "space", 4)] + [DNAFieldAttribute(0, "int", "space", "int", 4)] public int space; - [DNAFieldAttribute(1, "char", "uv_map[64]", 1)] + [DNAFieldAttribute(1, "char", "uv_map[64]", "System.Char[]", 1)] public char[] uv_map = new System.Char[64]; public NodeShaderNormalMap() { this.space = default; diff --git a/BlendFile/DNA/NodeShaderOutputAOV.cs b/BlendFile/DNA/NodeShaderOutputAOV.cs index 22fb7ef..e0ab1d4 100644 --- a/BlendFile/DNA/NodeShaderOutputAOV.cs +++ b/BlendFile/DNA/NodeShaderOutputAOV.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(667, "NodeShaderOutputAOV")] public struct NodeShaderOutputAOV { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; public NodeShaderOutputAOV() { this.name = default; diff --git a/BlendFile/DNA/NodeShaderPrincipled.cs b/BlendFile/DNA/NodeShaderPrincipled.cs index 82917ad..9d9a9b9 100644 --- a/BlendFile/DNA/NodeShaderPrincipled.cs +++ b/BlendFile/DNA/NodeShaderPrincipled.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(653, "NodeShaderPrincipled")] public struct NodeShaderPrincipled { - [DNAFieldAttribute(0, "char", "use_subsurface_auto_radius", 1)] + [DNAFieldAttribute(0, "char", "use_subsurface_auto_radius", "char", 1)] public char use_subsurface_auto_radius; - [DNAFieldAttribute(1, "char", "_pad[3]", 1)] + [DNAFieldAttribute(1, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public NodeShaderPrincipled() { this.use_subsurface_auto_radius = default; diff --git a/BlendFile/DNA/NodeShaderScript.cs b/BlendFile/DNA/NodeShaderScript.cs index 0d9ff62..d28a7cb 100644 --- a/BlendFile/DNA/NodeShaderScript.cs +++ b/BlendFile/DNA/NodeShaderScript.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(661, "NodeShaderScript")] public class NodeShaderScript { - [DNAFieldAttribute(0, "int", "mode", 4)] + [DNAFieldAttribute(0, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "filepath[1024]", 1)] + [DNAFieldAttribute(2, "char", "filepath[1024]", "System.Char[]", 1)] public char[] filepath = new System.Char[1024]; - [DNAFieldAttribute(3, "char", "bytecode_hash[64]", 1)] + [DNAFieldAttribute(3, "char", "bytecode_hash[64]", "System.Char[]", 1)] public char[] bytecode_hash = new System.Char[64]; - [DNAFieldAttribute(4, "char", "*bytecode", 1)] + [DNAFieldAttribute(4, "char", "*bytecode", "char", 1)] public char ptr_bytecode; public NodeShaderScript() { this.mode = default; diff --git a/BlendFile/DNA/NodeShaderTangent.cs b/BlendFile/DNA/NodeShaderTangent.cs index d97ca83..55805e6 100644 --- a/BlendFile/DNA/NodeShaderTangent.cs +++ b/BlendFile/DNA/NodeShaderTangent.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(662, "NodeShaderTangent")] public struct NodeShaderTangent { - [DNAFieldAttribute(0, "int", "direction_type", 4)] + [DNAFieldAttribute(0, "int", "direction_type", "int", 4)] public int direction_type; - [DNAFieldAttribute(1, "int", "axis", 4)] + [DNAFieldAttribute(1, "int", "axis", "int", 4)] public int axis; - [DNAFieldAttribute(2, "char", "uv_map[64]", 1)] + [DNAFieldAttribute(2, "char", "uv_map[64]", "System.Char[]", 1)] public char[] uv_map = new System.Char[64]; public NodeShaderTangent() { this.direction_type = default; diff --git a/BlendFile/DNA/NodeShaderTexIES.cs b/BlendFile/DNA/NodeShaderTexIES.cs index 58b163c..23baa26 100644 --- a/BlendFile/DNA/NodeShaderTexIES.cs +++ b/BlendFile/DNA/NodeShaderTexIES.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(666, "NodeShaderTexIES")] public struct NodeShaderTexIES { - [DNAFieldAttribute(0, "int", "mode", 4)] + [DNAFieldAttribute(0, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(1, "char", "filepath[1024]", 1)] + [DNAFieldAttribute(1, "char", "filepath[1024]", "System.Char[]", 1)] public char[] filepath = new System.Char[1024]; public NodeShaderTexIES() { this.mode = default; diff --git a/BlendFile/DNA/NodeShaderTexPointDensity.cs b/BlendFile/DNA/NodeShaderTexPointDensity.cs index 8aa602b..ddf60f1 100644 --- a/BlendFile/DNA/NodeShaderTexPointDensity.cs +++ b/BlendFile/DNA/NodeShaderTexPointDensity.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(651, "NodeShaderTexPointDensity")] public struct NodeShaderTexPointDensity { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "short", "point_source", 2)] + [DNAFieldAttribute(1, "short", "point_source", "short", 2)] public short point_source; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(3, "int", "particle_system", 4)] + [DNAFieldAttribute(3, "int", "particle_system", "int", 4)] public int particle_system; - [DNAFieldAttribute(4, "float", "radius", 4)] + [DNAFieldAttribute(4, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(5, "int", "resolution", 4)] + [DNAFieldAttribute(5, "int", "resolution", "int", 4)] public int resolution; - [DNAFieldAttribute(6, "short", "space", 2)] + [DNAFieldAttribute(6, "short", "space", "short", 2)] public short space; - [DNAFieldAttribute(7, "short", "interpolation", 2)] + [DNAFieldAttribute(7, "short", "interpolation", "short", 2)] public short interpolation; - [DNAFieldAttribute(8, "short", "color_source", 2)] + [DNAFieldAttribute(8, "short", "color_source", "short", 2)] public short color_source; - [DNAFieldAttribute(9, "short", "ob_color_source", 2)] + [DNAFieldAttribute(9, "short", "ob_color_source", "short", 2)] public short ob_color_source; - [DNAFieldAttribute(10, "PointDensity", "pd", 176)] + [DNAFieldAttribute(10, "PointDensity", "pd", "PointDensity", 176)] public PointDensity pd; - [DNAFieldAttribute(11, "int", "cached_resolution", 4)] + [DNAFieldAttribute(11, "int", "cached_resolution", "int", 4)] public int cached_resolution; - [DNAFieldAttribute(12, "char", "vertex_attribute_name[68]", 1)] + [DNAFieldAttribute(12, "char", "vertex_attribute_name[68]", "System.Char[]", 1)] public char[] vertex_attribute_name = new System.Char[68]; public NodeShaderTexPointDensity() { this.@base = default; diff --git a/BlendFile/DNA/NodeShaderUVMap.cs b/BlendFile/DNA/NodeShaderUVMap.cs index 6f76228..3fc4d08 100644 --- a/BlendFile/DNA/NodeShaderUVMap.cs +++ b/BlendFile/DNA/NodeShaderUVMap.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(664, "NodeShaderUVMap")] public struct NodeShaderUVMap { - [DNAFieldAttribute(0, "char", "uv_map[64]", 1)] + [DNAFieldAttribute(0, "char", "uv_map[64]", "System.Char[]", 1)] public char[] uv_map = new System.Char[64]; public NodeShaderUVMap() { this.uv_map = default; diff --git a/BlendFile/DNA/NodeShaderVectTransform.cs b/BlendFile/DNA/NodeShaderVectTransform.cs index 612d555..2b5f4c9 100644 --- a/BlendFile/DNA/NodeShaderVectTransform.cs +++ b/BlendFile/DNA/NodeShaderVectTransform.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(650, "NodeShaderVectTransform")] public struct NodeShaderVectTransform { - [DNAFieldAttribute(0, "int", "type", 4)] + [DNAFieldAttribute(0, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(1, "int", "convert_from", 4)] + [DNAFieldAttribute(1, "int", "convert_from", "int", 4)] public int convert_from; - [DNAFieldAttribute(2, "int", "convert_to", 4)] + [DNAFieldAttribute(2, "int", "convert_to", "int", 4)] public int convert_to; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeShaderVectTransform() { this.type = default; diff --git a/BlendFile/DNA/NodeShaderVertexColor.cs b/BlendFile/DNA/NodeShaderVertexColor.cs index 0d00303..20dd421 100644 --- a/BlendFile/DNA/NodeShaderVertexColor.cs +++ b/BlendFile/DNA/NodeShaderVertexColor.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(665, "NodeShaderVertexColor")] public struct NodeShaderVertexColor { - [DNAFieldAttribute(0, "char", "layer_name[64]", 1)] + [DNAFieldAttribute(0, "char", "layer_name[64]", "System.Char[]", 1)] public char[] layer_name = new System.Char[64]; public NodeShaderVertexColor() { this.layer_name = default; diff --git a/BlendFile/DNA/NodeSimulationItem.cs b/BlendFile/DNA/NodeSimulationItem.cs index 883374e..6f3a0f6 100644 --- a/BlendFile/DNA/NodeSimulationItem.cs +++ b/BlendFile/DNA/NodeSimulationItem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(731, "NodeSimulationItem")] public class NodeSimulationItem { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "short", "socket_type", 2)] + [DNAFieldAttribute(1, "short", "socket_type", "short", 2)] public short socket_type; - [DNAFieldAttribute(2, "short", "attribute_domain", 2)] + [DNAFieldAttribute(2, "short", "attribute_domain", "short", 2)] public short attribute_domain; - [DNAFieldAttribute(3, "int", "identifier", 4)] + [DNAFieldAttribute(3, "int", "identifier", "int", 4)] public int identifier; public NodeSimulationItem() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodeSunBeams.cs b/BlendFile/DNA/NodeSunBeams.cs index dc518f6..d51cd7f 100644 --- a/BlendFile/DNA/NodeSunBeams.cs +++ b/BlendFile/DNA/NodeSunBeams.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(668, "NodeSunBeams")] public struct NodeSunBeams { - [DNAFieldAttribute(0, "float", "source[2]", 4)] + [DNAFieldAttribute(0, "float", "source[2]", "System.Single[]", 4)] public float[] source = new System.Single[2]; - [DNAFieldAttribute(1, "float", "ray_length", 4)] + [DNAFieldAttribute(1, "float", "ray_length", "float", 4)] public float ray_length; public NodeSunBeams() { this.source = default; diff --git a/BlendFile/DNA/NodeSwitch.cs b/BlendFile/DNA/NodeSwitch.cs index 112604f..7ab879d 100644 --- a/BlendFile/DNA/NodeSwitch.cs +++ b/BlendFile/DNA/NodeSwitch.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(696, "NodeSwitch")] public struct NodeSwitch { - [DNAFieldAttribute(0, "uchar", "input_type", 1)] + [DNAFieldAttribute(0, "uchar", "input_type", "uchar", 1)] public byte input_type; public NodeSwitch() { this.input_type = default; diff --git a/BlendFile/DNA/NodeTexBase.cs b/BlendFile/DNA/NodeTexBase.cs index 93e67d2..3739549 100644 --- a/BlendFile/DNA/NodeTexBase.cs +++ b/BlendFile/DNA/NodeTexBase.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(634, "NodeTexBase")] public struct NodeTexBase { - [DNAFieldAttribute(0, "TexMapping", "tex_mapping", 144)] + [DNAFieldAttribute(0, "TexMapping", "tex_mapping", "TexMapping", 144)] public TexMapping tex_mapping; - [DNAFieldAttribute(1, "ColorMapping", "color_mapping", 816)] + [DNAFieldAttribute(1, "ColorMapping", "color_mapping", "ColorMapping", 816)] public ColorMapping color_mapping; public NodeTexBase() { this.tex_mapping = default; diff --git a/BlendFile/DNA/NodeTexBrick.cs b/BlendFile/DNA/NodeTexBrick.cs index 5a7bf14..94e7ee7 100644 --- a/BlendFile/DNA/NodeTexBrick.cs +++ b/BlendFile/DNA/NodeTexBrick.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(640, "NodeTexBrick")] public struct NodeTexBrick { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "offset_freq", 4)] + [DNAFieldAttribute(1, "int", "offset_freq", "int", 4)] public int offset_freq; - [DNAFieldAttribute(2, "int", "squash_freq", 4)] + [DNAFieldAttribute(2, "int", "squash_freq", "int", 4)] public int squash_freq; - [DNAFieldAttribute(3, "float", "offset", 4)] + [DNAFieldAttribute(3, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(4, "float", "squash", 4)] + [DNAFieldAttribute(4, "float", "squash", "float", 4)] public float squash; public NodeTexBrick() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexChecker.cs b/BlendFile/DNA/NodeTexChecker.cs index 0a21d8a..c9ab3aa 100644 --- a/BlendFile/DNA/NodeTexChecker.cs +++ b/BlendFile/DNA/NodeTexChecker.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(639, "NodeTexChecker")] public struct NodeTexChecker { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; public NodeTexChecker() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexEnvironment.cs b/BlendFile/DNA/NodeTexEnvironment.cs index 1fa449b..8260aaf 100644 --- a/BlendFile/DNA/NodeTexEnvironment.cs +++ b/BlendFile/DNA/NodeTexEnvironment.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(641, "NodeTexEnvironment")] public struct NodeTexEnvironment { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "ImageUser", "iuser", 40)] + [DNAFieldAttribute(1, "ImageUser", "iuser", "ImageUser", 40)] public ImageUser iuser; - [DNAFieldAttribute(2, "int", "color_space", 4)] + [DNAFieldAttribute(2, "int", "color_space", "int", 4)] public int color_space; - [DNAFieldAttribute(3, "int", "projection", 4)] + [DNAFieldAttribute(3, "int", "projection", "int", 4)] public int projection; - [DNAFieldAttribute(4, "int", "interpolation", 4)] + [DNAFieldAttribute(4, "int", "interpolation", "int", 4)] public int interpolation; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeTexEnvironment() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexGabor.cs b/BlendFile/DNA/NodeTexGabor.cs index 57d1d5d..a43b9ba 100644 --- a/BlendFile/DNA/NodeTexGabor.cs +++ b/BlendFile/DNA/NodeTexGabor.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(642, "NodeTexGabor")] public struct NodeTexGabor { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "char", "type", 1)] + [DNAFieldAttribute(1, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(2, "char", "_pad[7]", 1)] + [DNAFieldAttribute(2, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public NodeTexGabor() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexGradient.cs b/BlendFile/DNA/NodeTexGradient.cs index 04c436d..c744f23 100644 --- a/BlendFile/DNA/NodeTexGradient.cs +++ b/BlendFile/DNA/NodeTexGradient.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(643, "NodeTexGradient")] public struct NodeTexGradient { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "gradient_type", 4)] + [DNAFieldAttribute(1, "int", "gradient_type", "int", 4)] public int gradient_type; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeTexGradient() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexImage.cs b/BlendFile/DNA/NodeTexImage.cs index 104fd5a..c84a10e 100644 --- a/BlendFile/DNA/NodeTexImage.cs +++ b/BlendFile/DNA/NodeTexImage.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(638, "NodeTexImage")] public struct NodeTexImage { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "ImageUser", "iuser", 40)] + [DNAFieldAttribute(1, "ImageUser", "iuser", "ImageUser", 40)] public ImageUser iuser; - [DNAFieldAttribute(2, "int", "color_space", 4)] + [DNAFieldAttribute(2, "int", "color_space", "int", 4)] public int color_space; - [DNAFieldAttribute(3, "int", "projection", 4)] + [DNAFieldAttribute(3, "int", "projection", "int", 4)] public int projection; - [DNAFieldAttribute(4, "float", "projection_blend", 4)] + [DNAFieldAttribute(4, "float", "projection_blend", "float", 4)] public float projection_blend; - [DNAFieldAttribute(5, "int", "interpolation", 4)] + [DNAFieldAttribute(5, "int", "interpolation", "int", 4)] public int interpolation; - [DNAFieldAttribute(6, "int", "extension", 4)] + [DNAFieldAttribute(6, "int", "extension", "int", 4)] public int extension; - [DNAFieldAttribute(7, "char", "_pad[4]", 1)] + [DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeTexImage() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexMagic.cs b/BlendFile/DNA/NodeTexMagic.cs index 57b46d0..4e35dc5 100644 --- a/BlendFile/DNA/NodeTexMagic.cs +++ b/BlendFile/DNA/NodeTexMagic.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(648, "NodeTexMagic")] public struct NodeTexMagic { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "depth", 4)] + [DNAFieldAttribute(1, "int", "depth", "int", 4)] public int depth; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeTexMagic() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexMusgrave.cs b/BlendFile/DNA/NodeTexMusgrave.cs index b584e9c..2858709 100644 --- a/BlendFile/DNA/NodeTexMusgrave.cs +++ b/BlendFile/DNA/NodeTexMusgrave.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(646, "NodeTexMusgrave")] public struct NodeTexMusgrave { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "musgrave_type", 4)] + [DNAFieldAttribute(1, "int", "musgrave_type", "int", 4)] public int musgrave_type; - [DNAFieldAttribute(2, "int", "dimensions", 4)] + [DNAFieldAttribute(2, "int", "dimensions", "int", 4)] public int dimensions; public NodeTexMusgrave() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexNoise.cs b/BlendFile/DNA/NodeTexNoise.cs index 50802e6..67fd019 100644 --- a/BlendFile/DNA/NodeTexNoise.cs +++ b/BlendFile/DNA/NodeTexNoise.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(644, "NodeTexNoise")] public struct NodeTexNoise { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "dimensions", 4)] + [DNAFieldAttribute(1, "int", "dimensions", "int", 4)] public int dimensions; - [DNAFieldAttribute(2, "uchar", "type", 1)] + [DNAFieldAttribute(2, "uchar", "type", "uchar", 1)] public byte type; - [DNAFieldAttribute(3, "uchar", "normalize", 1)] + [DNAFieldAttribute(3, "uchar", "normalize", "uchar", 1)] public byte normalize; - [DNAFieldAttribute(4, "char", "_pad[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public NodeTexNoise() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexSky.cs b/BlendFile/DNA/NodeTexSky.cs index b33aa44..2fc2738 100644 --- a/BlendFile/DNA/NodeTexSky.cs +++ b/BlendFile/DNA/NodeTexSky.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(637, "NodeTexSky")] public struct NodeTexSky { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "sky_model", 4)] + [DNAFieldAttribute(1, "int", "sky_model", "int", 4)] public int sky_model; - [DNAFieldAttribute(2, "float", "sun_direction[3]", 4)] + [DNAFieldAttribute(2, "float", "sun_direction[3]", "System.Single[]", 4)] public float[] sun_direction = new System.Single[3]; - [DNAFieldAttribute(3, "float", "turbidity", 4)] + [DNAFieldAttribute(3, "float", "turbidity", "float", 4)] public float turbidity; - [DNAFieldAttribute(4, "float", "ground_albedo", 4)] + [DNAFieldAttribute(4, "float", "ground_albedo", "float", 4)] public float ground_albedo; - [DNAFieldAttribute(5, "float", "sun_size", 4)] + [DNAFieldAttribute(5, "float", "sun_size", "float", 4)] public float sun_size; - [DNAFieldAttribute(6, "float", "sun_intensity", 4)] + [DNAFieldAttribute(6, "float", "sun_intensity", "float", 4)] public float sun_intensity; - [DNAFieldAttribute(7, "float", "sun_elevation", 4)] + [DNAFieldAttribute(7, "float", "sun_elevation", "float", 4)] public float sun_elevation; - [DNAFieldAttribute(8, "float", "sun_rotation", 4)] + [DNAFieldAttribute(8, "float", "sun_rotation", "float", 4)] public float sun_rotation; - [DNAFieldAttribute(9, "float", "altitude", 4)] + [DNAFieldAttribute(9, "float", "altitude", "float", 4)] public float altitude; - [DNAFieldAttribute(10, "float", "air_density", 4)] + [DNAFieldAttribute(10, "float", "air_density", "float", 4)] public float air_density; - [DNAFieldAttribute(11, "float", "dust_density", 4)] + [DNAFieldAttribute(11, "float", "dust_density", "float", 4)] public float dust_density; - [DNAFieldAttribute(12, "float", "ozone_density", 4)] + [DNAFieldAttribute(12, "float", "ozone_density", "float", 4)] public float ozone_density; - [DNAFieldAttribute(13, "char", "sun_disc", 1)] + [DNAFieldAttribute(13, "char", "sun_disc", "char", 1)] public char sun_disc; - [DNAFieldAttribute(14, "char", "_pad[7]", 1)] + [DNAFieldAttribute(14, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public NodeTexSky() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexVoronoi.cs b/BlendFile/DNA/NodeTexVoronoi.cs index 3fe7b4e..c3074be 100644 --- a/BlendFile/DNA/NodeTexVoronoi.cs +++ b/BlendFile/DNA/NodeTexVoronoi.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(645, "NodeTexVoronoi")] public struct NodeTexVoronoi { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "dimensions", 4)] + [DNAFieldAttribute(1, "int", "dimensions", "int", 4)] public int dimensions; - [DNAFieldAttribute(2, "int", "feature", 4)] + [DNAFieldAttribute(2, "int", "feature", "int", 4)] public int feature; - [DNAFieldAttribute(3, "int", "distance", 4)] + [DNAFieldAttribute(3, "int", "distance", "int", 4)] public int distance; - [DNAFieldAttribute(4, "int", "normalize", 4)] + [DNAFieldAttribute(4, "int", "normalize", "int", 4)] public int normalize; - [DNAFieldAttribute(5, "int", "coloring", 4)] + [DNAFieldAttribute(5, "int", "coloring", "int", 4)] public int coloring; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodeTexVoronoi() { this.@base = default; diff --git a/BlendFile/DNA/NodeTexWave.cs b/BlendFile/DNA/NodeTexWave.cs index 85dc42c..f6cc002 100644 --- a/BlendFile/DNA/NodeTexWave.cs +++ b/BlendFile/DNA/NodeTexWave.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(647, "NodeTexWave")] public struct NodeTexWave { - [DNAFieldAttribute(0, "NodeTexBase", "base", 960)] + [DNAFieldAttribute(0, "NodeTexBase", "base", "NodeTexBase", 960)] public NodeTexBase @base; - [DNAFieldAttribute(1, "int", "wave_type", 4)] + [DNAFieldAttribute(1, "int", "wave_type", "int", 4)] public int wave_type; - [DNAFieldAttribute(2, "int", "bands_direction", 4)] + [DNAFieldAttribute(2, "int", "bands_direction", "int", 4)] public int bands_direction; - [DNAFieldAttribute(3, "int", "rings_direction", 4)] + [DNAFieldAttribute(3, "int", "rings_direction", "int", 4)] public int rings_direction; - [DNAFieldAttribute(4, "int", "wave_profile", 4)] + [DNAFieldAttribute(4, "int", "wave_profile", "int", 4)] public int wave_profile; public NodeTexWave() { this.@base = default; diff --git a/BlendFile/DNA/NodeTonemap.cs b/BlendFile/DNA/NodeTonemap.cs index 858bf35..f5207bb 100644 --- a/BlendFile/DNA/NodeTonemap.cs +++ b/BlendFile/DNA/NodeTonemap.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(626, "NodeTonemap")] public struct NodeTonemap { - [DNAFieldAttribute(0, "float", "key", 4)] + [DNAFieldAttribute(0, "float", "key", "float", 4)] public float key; - [DNAFieldAttribute(1, "float", "offset", 4)] + [DNAFieldAttribute(1, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(2, "float", "gamma", 4)] + [DNAFieldAttribute(2, "float", "gamma", "float", 4)] public float gamma; - [DNAFieldAttribute(3, "float", "f", 4)] + [DNAFieldAttribute(3, "float", "f", "float", 4)] public float f; - [DNAFieldAttribute(4, "float", "m", 4)] + [DNAFieldAttribute(4, "float", "m", "float", 4)] public float m; - [DNAFieldAttribute(5, "float", "a", 4)] + [DNAFieldAttribute(5, "float", "a", "float", 4)] public float a; - [DNAFieldAttribute(6, "float", "c", 4)] + [DNAFieldAttribute(6, "float", "c", "float", 4)] public float c; - [DNAFieldAttribute(7, "int", "type", 4)] + [DNAFieldAttribute(7, "int", "type", "int", 4)] public int type; public NodeTonemap() { this.key = default; diff --git a/BlendFile/DNA/NodeTrackPosData.cs b/BlendFile/DNA/NodeTrackPosData.cs index 6d792af..00da5a7 100644 --- a/BlendFile/DNA/NodeTrackPosData.cs +++ b/BlendFile/DNA/NodeTrackPosData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(658, "NodeTrackPosData")] public struct NodeTrackPosData { - [DNAFieldAttribute(0, "char", "tracking_object[64]", 1)] + [DNAFieldAttribute(0, "char", "tracking_object[64]", "System.Char[]", 1)] public char[] tracking_object = new System.Char[64]; - [DNAFieldAttribute(1, "char", "track_name[64]", 1)] + [DNAFieldAttribute(1, "char", "track_name[64]", "System.Char[]", 1)] public char[] track_name = new System.Char[64]; public NodeTrackPosData() { this.tracking_object = default; diff --git a/BlendFile/DNA/NodeTranslateData.cs b/BlendFile/DNA/NodeTranslateData.cs index d028701..dd2f5c0 100644 --- a/BlendFile/DNA/NodeTranslateData.cs +++ b/BlendFile/DNA/NodeTranslateData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(659, "NodeTranslateData")] public struct NodeTranslateData { - [DNAFieldAttribute(0, "char", "wrap_axis", 1)] + [DNAFieldAttribute(0, "char", "wrap_axis", "char", 1)] public char wrap_axis; - [DNAFieldAttribute(1, "char", "relative", 1)] + [DNAFieldAttribute(1, "char", "relative", "char", 1)] public char relative; - [DNAFieldAttribute(2, "short", "interpolation", 2)] + [DNAFieldAttribute(2, "short", "interpolation", "short", 2)] public short interpolation; public NodeTranslateData() { this.wrap_axis = default; diff --git a/BlendFile/DNA/NodeTwoFloats.cs b/BlendFile/DNA/NodeTwoFloats.cs index a6077fd..c174ec6 100644 --- a/BlendFile/DNA/NodeTwoFloats.cs +++ b/BlendFile/DNA/NodeTwoFloats.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(620, "NodeTwoFloats")] public struct NodeTwoFloats { - [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; public NodeTwoFloats() { this.x = default; diff --git a/BlendFile/DNA/NodeTwoXYs.cs b/BlendFile/DNA/NodeTwoXYs.cs index a7bdc1c..e52275c 100644 --- a/BlendFile/DNA/NodeTwoXYs.cs +++ b/BlendFile/DNA/NodeTwoXYs.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(619, "NodeTwoXYs")] public struct NodeTwoXYs { - [DNAFieldAttribute(0, "short", "x1", 2)] + [DNAFieldAttribute(0, "short", "x1", "short", 2)] public short x1; - [DNAFieldAttribute(1, "short", "x2", 2)] + [DNAFieldAttribute(1, "short", "x2", "short", 2)] public short x2; - [DNAFieldAttribute(2, "short", "y1", 2)] + [DNAFieldAttribute(2, "short", "y1", "short", 2)] public short y1; - [DNAFieldAttribute(3, "short", "y2", 2)] + [DNAFieldAttribute(3, "short", "y2", "short", 2)] public short y2; - [DNAFieldAttribute(4, "float", "fac_x1", 4)] + [DNAFieldAttribute(4, "float", "fac_x1", "float", 4)] public float fac_x1; - [DNAFieldAttribute(5, "float", "fac_x2", 4)] + [DNAFieldAttribute(5, "float", "fac_x2", "float", 4)] public float fac_x2; - [DNAFieldAttribute(6, "float", "fac_y1", 4)] + [DNAFieldAttribute(6, "float", "fac_y1", "float", 4)] public float fac_y1; - [DNAFieldAttribute(7, "float", "fac_y2", 4)] + [DNAFieldAttribute(7, "float", "fac_y2", "float", 4)] public float fac_y2; public NodeTwoXYs() { this.x1 = default; diff --git a/BlendFile/DNA/NodeVertexCol.cs b/BlendFile/DNA/NodeVertexCol.cs index 29d33a6..035c226 100644 --- a/BlendFile/DNA/NodeVertexCol.cs +++ b/BlendFile/DNA/NodeVertexCol.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(621, "NodeVertexCol")] public struct NodeVertexCol { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; public NodeVertexCol() { this.name = default; diff --git a/BlendFile/DNA/NodesModifierBake.cs b/BlendFile/DNA/NodesModifierBake.cs index 298665a..43a33e6 100644 --- a/BlendFile/DNA/NodesModifierBake.cs +++ b/BlendFile/DNA/NodesModifierBake.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(518, "NodesModifierBake")] public class NodesModifierBake { - [DNAFieldAttribute(0, "int", "id", 4)] + [DNAFieldAttribute(0, "int", "id", "int", 4)] public int id; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "uchar", "bake_mode", 1)] + [DNAFieldAttribute(2, "uchar", "bake_mode", "uchar", 1)] public byte bake_mode; - [DNAFieldAttribute(3, "int8_t", "bake_target", 1)] + [DNAFieldAttribute(3, "int8_t", "bake_target", "int8_t", 1)] public sbyte bake_target; - [DNAFieldAttribute(4, "char", "_pad[6]", 1)] + [DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(5, "char", "*directory", 1)] + [DNAFieldAttribute(5, "char", "*directory", "char", 1)] public char ptr_directory; - [DNAFieldAttribute(6, "int", "frame_start", 4)] + [DNAFieldAttribute(6, "int", "frame_start", "int", 4)] public int frame_start; - [DNAFieldAttribute(7, "int", "frame_end", 4)] + [DNAFieldAttribute(7, "int", "frame_end", "int", 4)] public int frame_end; - [DNAFieldAttribute(8, "int", "data_blocks_num", 4)] + [DNAFieldAttribute(8, "int", "data_blocks_num", "int", 4)] public int data_blocks_num; - [DNAFieldAttribute(9, "int", "active_data_block", 4)] + [DNAFieldAttribute(9, "int", "active_data_block", "int", 4)] public int active_data_block; - [DNAFieldAttribute(10, "NodesModifierDataBlock", "*data_blocks", 32)] + [DNAFieldAttribute(10, "NodesModifierDataBlock", "*data_blocks", "NodesModifierDataBlock", 32)] public NodesModifierDataBlock ptr_data_blocks; - [DNAFieldAttribute(11, "NodesModifierPackedBake", "*packed", 24)] + [DNAFieldAttribute(11, "NodesModifierPackedBake", "*packed", "NodesModifierPackedBake", 24)] public NodesModifierPackedBake ptr_packed; - [DNAFieldAttribute(12, "void", "*_pad2", 0)] + [DNAFieldAttribute(12, "void", "*_pad2", "void", 0)] public object ptr__pad2; - [DNAFieldAttribute(13, "int64_t", "bake_size", 8)] + [DNAFieldAttribute(13, "int64_t", "bake_size", "int64_t", 8)] public long bake_size; public NodesModifierBake() { this.id = default; diff --git a/BlendFile/DNA/NodesModifierBakeFile.cs b/BlendFile/DNA/NodesModifierBakeFile.cs index 640d70c..6623bec 100644 --- a/BlendFile/DNA/NodesModifierBakeFile.cs +++ b/BlendFile/DNA/NodesModifierBakeFile.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(516, "NodesModifierBakeFile")] public class NodesModifierBakeFile { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(1, "PackedFile", "*packed_file", 24)] + [DNAFieldAttribute(1, "PackedFile", "*packed_file", "PackedFile", 24)] public PackedFile ptr_packed_file; public NodesModifierBakeFile() { this.ptr_name = default; diff --git a/BlendFile/DNA/NodesModifierData.cs b/BlendFile/DNA/NodesModifierData.cs index e1c89d5..763faf9 100644 --- a/BlendFile/DNA/NodesModifierData.cs +++ b/BlendFile/DNA/NodesModifierData.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(520, "NodesModifierData")] public class NodesModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "bNodeTree", "*node_group", 544)] + [DNAFieldAttribute(1, "bNodeTree", "*node_group", "bNodeTree", 544)] public bNodeTree ptr_node_group; - [DNAFieldAttribute(2, "NodesModifierSettings", "settings", 8)] + [DNAFieldAttribute(2, "NodesModifierSettings", "settings", "NodesModifierSettings", 8)] public NodesModifierSettings settings; - [DNAFieldAttribute(3, "char", "*simulation_bake_directory", 1)] + [DNAFieldAttribute(3, "char", "*simulation_bake_directory", "char", 1)] public char ptr_simulation_bake_directory; - [DNAFieldAttribute(4, "int8_t", "flag", 1)] + [DNAFieldAttribute(4, "int8_t", "flag", "int8_t", 1)] public sbyte flag; - [DNAFieldAttribute(5, "int8_t", "bake_target", 1)] + [DNAFieldAttribute(5, "int8_t", "bake_target", "int8_t", 1)] public sbyte bake_target; - [DNAFieldAttribute(6, "char", "_pad[2]", 1)] + [DNAFieldAttribute(6, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(7, "int", "bakes_num", 4)] + [DNAFieldAttribute(7, "int", "bakes_num", "int", 4)] public int bakes_num; - [DNAFieldAttribute(8, "NodesModifierBake", "*bakes", 72)] + [DNAFieldAttribute(8, "NodesModifierBake", "*bakes", "NodesModifierBake", 72)] public NodesModifierBake ptr_bakes; - [DNAFieldAttribute(9, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(10, "int", "panels_num", 4)] + [DNAFieldAttribute(10, "int", "panels_num", "int", 4)] public int panels_num; - [DNAFieldAttribute(11, "NodesModifierPanel", "*panels", 8)] + [DNAFieldAttribute(11, "NodesModifierPanel", "*panels", "NodesModifierPanel", 8)] public NodesModifierPanel ptr_panels; - [DNAFieldAttribute(12, "NodesModifierRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(12, "NodesModifierRuntimeHandle", "*runtime", "NodesModifierRuntimeHandle", 0)] public NodesModifierRuntimeHandle ptr_runtime; public NodesModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/NodesModifierDataBlock.cs b/BlendFile/DNA/NodesModifierDataBlock.cs index 194edb9..df3fb15 100644 --- a/BlendFile/DNA/NodesModifierDataBlock.cs +++ b/BlendFile/DNA/NodesModifierDataBlock.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(515, "NodesModifierDataBlock")] public class NodesModifierDataBlock { - [DNAFieldAttribute(0, "char", "*id_name", 1)] + [DNAFieldAttribute(0, "char", "*id_name", "char", 1)] public char ptr_id_name; - [DNAFieldAttribute(1, "char", "*lib_name", 1)] + [DNAFieldAttribute(1, "char", "*lib_name", "char", 1)] public char ptr_lib_name; - [DNAFieldAttribute(2, "ID", "*id", 208)] + [DNAFieldAttribute(2, "ID", "*id", "ID", 208)] public ID ptr_id; - [DNAFieldAttribute(3, "int", "id_type", 4)] + [DNAFieldAttribute(3, "int", "id_type", "int", 4)] public int id_type; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public NodesModifierDataBlock() { this.ptr_id_name = default; diff --git a/BlendFile/DNA/NodesModifierPackedBake.cs b/BlendFile/DNA/NodesModifierPackedBake.cs index 6ece7e0..99106bc 100644 --- a/BlendFile/DNA/NodesModifierPackedBake.cs +++ b/BlendFile/DNA/NodesModifierPackedBake.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(517, "NodesModifierPackedBake")] public class NodesModifierPackedBake { - [DNAFieldAttribute(0, "int", "meta_files_num", 4)] + [DNAFieldAttribute(0, "int", "meta_files_num", "int", 4)] public int meta_files_num; - [DNAFieldAttribute(1, "int", "blob_files_num", 4)] + [DNAFieldAttribute(1, "int", "blob_files_num", "int", 4)] public int blob_files_num; - [DNAFieldAttribute(2, "NodesModifierBakeFile", "*meta_files", 16)] + [DNAFieldAttribute(2, "NodesModifierBakeFile", "*meta_files", "NodesModifierBakeFile", 16)] public NodesModifierBakeFile ptr_meta_files; - [DNAFieldAttribute(3, "NodesModifierBakeFile", "*blob_files", 16)] + [DNAFieldAttribute(3, "NodesModifierBakeFile", "*blob_files", "NodesModifierBakeFile", 16)] public NodesModifierBakeFile ptr_blob_files; public NodesModifierPackedBake() { this.meta_files_num = default; diff --git a/BlendFile/DNA/NodesModifierPanel.cs b/BlendFile/DNA/NodesModifierPanel.cs index 928d948..f1b820d 100644 --- a/BlendFile/DNA/NodesModifierPanel.cs +++ b/BlendFile/DNA/NodesModifierPanel.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(519, "NodesModifierPanel")] public struct NodesModifierPanel { - [DNAFieldAttribute(0, "int", "id", 4)] + [DNAFieldAttribute(0, "int", "id", "int", 4)] public int id; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; public NodesModifierPanel() { this.id = default; diff --git a/BlendFile/DNA/NodesModifierSettings.cs b/BlendFile/DNA/NodesModifierSettings.cs index 76f6ae2..07aedd8 100644 --- a/BlendFile/DNA/NodesModifierSettings.cs +++ b/BlendFile/DNA/NodesModifierSettings.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(514, "NodesModifierSettings")] public class NodesModifierSettings { - [DNAFieldAttribute(0, "IDProperty", "*properties", 136)] + [DNAFieldAttribute(0, "IDProperty", "*properties", "IDProperty", 136)] public IDProperty ptr_properties; public NodesModifierSettings() { this.ptr_properties = default; diff --git a/BlendFile/DNA/NoiseGpencilModifierData.cs b/BlendFile/DNA/NoiseGpencilModifierData.cs index e48f2a4..1983070 100644 --- a/BlendFile/DNA/NoiseGpencilModifierData.cs +++ b/BlendFile/DNA/NoiseGpencilModifierData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(276, "NoiseGpencilModifierData")] public class NoiseGpencilModifierData { - [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, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "factor", 4)] + [DNAFieldAttribute(7, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(8, "float", "factor_strength", 4)] + [DNAFieldAttribute(8, "float", "factor_strength", "float", 4)] public float factor_strength; - [DNAFieldAttribute(9, "float", "factor_thickness", 4)] + [DNAFieldAttribute(9, "float", "factor_thickness", "float", 4)] public float factor_thickness; - [DNAFieldAttribute(10, "float", "factor_uvs", 4)] + [DNAFieldAttribute(10, "float", "factor_uvs", "float", 4)] public float factor_uvs; - [DNAFieldAttribute(11, "float", "noise_scale", 4)] + [DNAFieldAttribute(11, "float", "noise_scale", "float", 4)] public float noise_scale; - [DNAFieldAttribute(12, "float", "noise_offset", 4)] + [DNAFieldAttribute(12, "float", "noise_offset", "float", 4)] public float noise_offset; - [DNAFieldAttribute(13, "short", "noise_mode", 2)] + [DNAFieldAttribute(13, "short", "noise_mode", "short", 2)] public short noise_mode; - [DNAFieldAttribute(14, "char", "_pad[2]", 1)] + [DNAFieldAttribute(14, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(15, "int", "step", 4)] + [DNAFieldAttribute(15, "int", "step", "int", 4)] public int step; - [DNAFieldAttribute(16, "int", "layer_pass", 4)] + [DNAFieldAttribute(16, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(17, "int", "seed", 4)] + [DNAFieldAttribute(17, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(18, "CurveMapping", "*curve_intensity", 424)] + [DNAFieldAttribute(18, "CurveMapping", "*curve_intensity", "CurveMapping", 424)] public CurveMapping ptr_curve_intensity; public NoiseGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/NormalEditModifierData.cs b/BlendFile/DNA/NormalEditModifierData.cs index f304e72..5db8c5e 100644 --- a/BlendFile/DNA/NormalEditModifierData.cs +++ b/BlendFile/DNA/NormalEditModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(508, "NormalEditModifierData")] public class NormalEditModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(2, "Object", "*target", 1160)] + [DNAFieldAttribute(2, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(3, "short", "mode", 2)] + [DNAFieldAttribute(3, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "mix_mode", 2)] + [DNAFieldAttribute(5, "short", "mix_mode", "short", 2)] public short mix_mode; - [DNAFieldAttribute(6, "char", "_pad[2]", 1)] + [DNAFieldAttribute(6, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(7, "float", "mix_factor", 4)] + [DNAFieldAttribute(7, "float", "mix_factor", "float", 4)] public float mix_factor; - [DNAFieldAttribute(8, "float", "mix_limit", 4)] + [DNAFieldAttribute(8, "float", "mix_limit", "float", 4)] public float mix_limit; - [DNAFieldAttribute(9, "float", "offset[3]", 4)] + [DNAFieldAttribute(9, "float", "offset[3]", "System.Single[]", 4)] public float[] offset = new System.Single[3]; - [DNAFieldAttribute(10, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(11, "void", "*_pad1", 0)] + [DNAFieldAttribute(11, "void", "*_pad1", "void", 0)] public object ptr__pad1; public NormalEditModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/Nurb.cs b/BlendFile/DNA/Nurb.cs index 3f591f6..8e7e393 100644 --- a/BlendFile/DNA/Nurb.cs +++ b/BlendFile/DNA/Nurb.cs @@ -15,49 +15,49 @@ namespace BlendFile.DNA { [DNAClassAttribute(207, "Nurb")] public class Nurb { - [DNAFieldAttribute(0, "Nurb", "*next", 88)] + [DNAFieldAttribute(0, "Nurb", "*next", "Nurb", 88)] public Nurb ptr_next; - [DNAFieldAttribute(1, "Nurb", "*prev", 88)] + [DNAFieldAttribute(1, "Nurb", "*prev", "Nurb", 88)] public Nurb ptr_prev; - [DNAFieldAttribute(2, "short", "type", 2)] + [DNAFieldAttribute(2, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(3, "short", "mat_nr", 2)] + [DNAFieldAttribute(3, "short", "mat_nr", "short", 2)] public short mat_nr; - [DNAFieldAttribute(4, "short", "hide", 2)] + [DNAFieldAttribute(4, "short", "hide", "short", 2)] public short hide; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "int", "pntsu", 4)] + [DNAFieldAttribute(6, "int", "pntsu", "int", 4)] public int pntsu; - [DNAFieldAttribute(7, "int", "pntsv", 4)] + [DNAFieldAttribute(7, "int", "pntsv", "int", 4)] public int pntsv; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(9, "short", "resolu", 2)] + [DNAFieldAttribute(9, "short", "resolu", "short", 2)] public short resolu; - [DNAFieldAttribute(10, "short", "resolv", 2)] + [DNAFieldAttribute(10, "short", "resolv", "short", 2)] public short resolv; - [DNAFieldAttribute(11, "short", "orderu", 2)] + [DNAFieldAttribute(11, "short", "orderu", "short", 2)] public short orderu; - [DNAFieldAttribute(12, "short", "orderv", 2)] + [DNAFieldAttribute(12, "short", "orderv", "short", 2)] public short orderv; - [DNAFieldAttribute(13, "short", "flagu", 2)] + [DNAFieldAttribute(13, "short", "flagu", "short", 2)] public short flagu; - [DNAFieldAttribute(14, "short", "flagv", 2)] + [DNAFieldAttribute(14, "short", "flagv", "short", 2)] public short flagv; - [DNAFieldAttribute(15, "float", "*knotsu", 4)] + [DNAFieldAttribute(15, "float", "*knotsu", "float", 4)] public float ptr_knotsu; - [DNAFieldAttribute(16, "float", "*knotsv", 4)] + [DNAFieldAttribute(16, "float", "*knotsv", "float", 4)] public float ptr_knotsv; - [DNAFieldAttribute(17, "BPoint", "*bp", 36)] + [DNAFieldAttribute(17, "BPoint", "*bp", "BPoint", 36)] public BPoint ptr_bp; - [DNAFieldAttribute(18, "BezTriple", "*bezt", 72)] + [DNAFieldAttribute(18, "BezTriple", "*bezt", "BezTriple", 72)] public BezTriple ptr_bezt; - [DNAFieldAttribute(19, "short", "tilt_interp", 2)] + [DNAFieldAttribute(19, "short", "tilt_interp", "short", 2)] public short tilt_interp; - [DNAFieldAttribute(20, "short", "radius_interp", 2)] + [DNAFieldAttribute(20, "short", "radius_interp", "short", 2)] public short radius_interp; - [DNAFieldAttribute(21, "int", "charidx", 4)] + [DNAFieldAttribute(21, "int", "charidx", "int", 4)] public int charidx; public Nurb() { this.ptr_next = default; diff --git a/BlendFile/DNA/ObHook.cs b/BlendFile/DNA/ObHook.cs index a4b73e7..e56399a 100644 --- a/BlendFile/DNA/ObHook.cs +++ b/BlendFile/DNA/ObHook.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(773, "ObHook")] public class ObHook { - [DNAFieldAttribute(0, "ObHook", "*next", 256)] + [DNAFieldAttribute(0, "ObHook", "*next", "ObHook", 256)] public ObHook ptr_next; - [DNAFieldAttribute(1, "ObHook", "*prev", 256)] + [DNAFieldAttribute(1, "ObHook", "*prev", "ObHook", 256)] public ObHook ptr_prev; - [DNAFieldAttribute(2, "Object", "*parent", 1160)] + [DNAFieldAttribute(2, "Object", "*parent", "Object", 1160)] public Object ptr_parent; - [DNAFieldAttribute(3, "float", "parentinv[4][4]", 4)] + [DNAFieldAttribute(3, "float", "parentinv[4][4]", "System.Single[,]", 4)] public float[,] parentinv = new System.Single[4,4]; - [DNAFieldAttribute(4, "float", "mat[4][4]", 4)] + [DNAFieldAttribute(4, "float", "mat[4][4]", "System.Single[,]", 4)] public float[,] mat = new System.Single[4,4]; - [DNAFieldAttribute(5, "float", "cent[3]", 4)] + [DNAFieldAttribute(5, "float", "cent[3]", "System.Single[]", 4)] public float[] cent = new System.Single[3]; - [DNAFieldAttribute(6, "float", "falloff", 4)] + [DNAFieldAttribute(6, "float", "falloff", "float", 4)] public float falloff; - [DNAFieldAttribute(7, "char", "name[64]", 1)] + [DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(8, "int", "*indexar", 4)] + [DNAFieldAttribute(8, "int", "*indexar", "int", 4)] public int ptr_indexar; - [DNAFieldAttribute(9, "int", "totindex", 4)] + [DNAFieldAttribute(9, "int", "totindex", "int", 4)] public int totindex; - [DNAFieldAttribute(10, "int", "curindex", 4)] + [DNAFieldAttribute(10, "int", "curindex", "int", 4)] public int curindex; - [DNAFieldAttribute(11, "short", "type", 2)] + [DNAFieldAttribute(11, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(12, "short", "active", 2)] + [DNAFieldAttribute(12, "short", "active", "short", 2)] public short active; - [DNAFieldAttribute(13, "float", "force", 4)] + [DNAFieldAttribute(13, "float", "force", "float", 4)] public float force; public ObHook() { this.ptr_next = default; diff --git a/BlendFile/DNA/Object.cs b/BlendFile/DNA/Object.cs index 73fbbb1..7de6624 100644 --- a/BlendFile/DNA/Object.cs +++ b/BlendFile/DNA/Object.cs @@ -15,219 +15,219 @@ namespace BlendFile.DNA { [DNAClassAttribute(55, "Object")] public class Object { - [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, "DrawDataList", "drawdata", 16)] + [DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)] public DrawDataList drawdata; - [DNAFieldAttribute(3, "SculptSession", "*sculpt", 0)] + [DNAFieldAttribute(3, "SculptSession", "*sculpt", "SculptSession", 0)] public SculptSession ptr_sculpt; - [DNAFieldAttribute(4, "short", "type", 2)] + [DNAFieldAttribute(4, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(5, "short", "partype", 2)] + [DNAFieldAttribute(5, "short", "partype", "short", 2)] public short partype; - [DNAFieldAttribute(6, "int", "par1", 4)] + [DNAFieldAttribute(6, "int", "par1", "int", 4)] public int par1; - [DNAFieldAttribute(7, "int", "par2", 4)] + [DNAFieldAttribute(7, "int", "par2", "int", 4)] public int par2; - [DNAFieldAttribute(8, "int", "par3", 4)] + [DNAFieldAttribute(8, "int", "par3", "int", 4)] public int par3; - [DNAFieldAttribute(9, "char", "parsubstr[64]", 1)] + [DNAFieldAttribute(9, "char", "parsubstr[64]", "System.Char[]", 1)] public char[] parsubstr = new System.Char[64]; - [DNAFieldAttribute(10, "Object", "*parent", 1160)] + [DNAFieldAttribute(10, "Object", "*parent", "Object", 1160)] public Object ptr_parent; - [DNAFieldAttribute(11, "Object", "*track", 1160)] + [DNAFieldAttribute(11, "Object", "*track", "Object", 1160)] public Object ptr_track; - [DNAFieldAttribute(12, "Object", "*proxy", 1160)] + [DNAFieldAttribute(12, "Object", "*proxy", "Object", 1160)] public Object ptr_proxy; - [DNAFieldAttribute(13, "Object", "*proxy_group", 1160)] + [DNAFieldAttribute(13, "Object", "*proxy_group", "Object", 1160)] public Object ptr_proxy_group; - [DNAFieldAttribute(14, "Object", "*proxy_from", 1160)] + [DNAFieldAttribute(14, "Object", "*proxy_from", "Object", 1160)] public Object ptr_proxy_from; - [DNAFieldAttribute(15, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(15, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(16, "bAction", "*action", 352)] + [DNAFieldAttribute(16, "bAction", "*action", "bAction", 352)] public bAction ptr_action; - [DNAFieldAttribute(17, "bAction", "*poselib", 352)] + [DNAFieldAttribute(17, "bAction", "*poselib", "bAction", 352)] public bAction ptr_poselib; - [DNAFieldAttribute(18, "bPose", "*pose", 136)] + [DNAFieldAttribute(18, "bPose", "*pose", "bPose", 136)] public bPose ptr_pose; - [DNAFieldAttribute(19, "void", "*data", 0)] + [DNAFieldAttribute(19, "void", "*data", "void", 0)] public object ptr_data; - [DNAFieldAttribute(20, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(20, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(21, "bAnimVizSettings", "avs", 32)] + [DNAFieldAttribute(21, "bAnimVizSettings", "avs", "bAnimVizSettings", 32)] public bAnimVizSettings avs; - [DNAFieldAttribute(22, "bMotionPath", "*mpath", 88)] + [DNAFieldAttribute(22, "bMotionPath", "*mpath", "bMotionPath", 88)] public bMotionPath ptr_mpath; - [DNAFieldAttribute(23, "void", "*_pad0", 0)] + [DNAFieldAttribute(23, "void", "*_pad0", "void", 0)] public object ptr__pad0; - [DNAFieldAttribute(24, "ListBase", "constraintChannels", 16)] + [DNAFieldAttribute(24, "ListBase", "constraintChannels", "ListBase", 16)] public ListBase constraintChannels; - [DNAFieldAttribute(25, "ListBase", "effect", 16)] + [DNAFieldAttribute(25, "ListBase", "effect", "ListBase", 16)] public ListBase effect; - [DNAFieldAttribute(26, "ListBase", "defbase", 16)] + [DNAFieldAttribute(26, "ListBase", "defbase", "ListBase", 16)] public ListBase defbase; - [DNAFieldAttribute(27, "ListBase", "fmaps", 16)] + [DNAFieldAttribute(27, "ListBase", "fmaps", "ListBase", 16)] public ListBase fmaps; - [DNAFieldAttribute(28, "ListBase", "modifiers", 16)] + [DNAFieldAttribute(28, "ListBase", "modifiers", "ListBase", 16)] public ListBase modifiers; - [DNAFieldAttribute(29, "ListBase", "greasepencil_modifiers", 16)] + [DNAFieldAttribute(29, "ListBase", "greasepencil_modifiers", "ListBase", 16)] public ListBase greasepencil_modifiers; - [DNAFieldAttribute(30, "ListBase", "shader_fx", 16)] + [DNAFieldAttribute(30, "ListBase", "shader_fx", "ListBase", 16)] public ListBase shader_fx; - [DNAFieldAttribute(31, "int", "mode", 4)] + [DNAFieldAttribute(31, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(32, "int", "restore_mode", 4)] + [DNAFieldAttribute(32, "int", "restore_mode", "int", 4)] public int restore_mode; - [DNAFieldAttribute(33, "Material", "**mat", 392)] + [DNAFieldAttribute(33, "Material", "**mat", "Material", 392)] public Material ptr_ptr_mat; - [DNAFieldAttribute(34, "char", "*matbits", 1)] + [DNAFieldAttribute(34, "char", "*matbits", "char", 1)] public char ptr_matbits; - [DNAFieldAttribute(35, "int", "totcol", 4)] + [DNAFieldAttribute(35, "int", "totcol", "int", 4)] public int totcol; - [DNAFieldAttribute(36, "int", "actcol", 4)] + [DNAFieldAttribute(36, "int", "actcol", "int", 4)] public int actcol; - [DNAFieldAttribute(37, "float", "loc[3]", 4)] + [DNAFieldAttribute(37, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(38, "float", "dloc[3]", 4)] + [DNAFieldAttribute(38, "float", "dloc[3]", "System.Single[]", 4)] public float[] dloc = new System.Single[3]; - [DNAFieldAttribute(39, "float", "size[3]", 4)] + [DNAFieldAttribute(39, "float", "size[3]", "System.Single[]", 4)] public float[] size = new System.Single[3]; - [DNAFieldAttribute(40, "float", "dsize[3]", 4)] + [DNAFieldAttribute(40, "float", "dsize[3]", "System.Single[]", 4)] public float[] dsize = new System.Single[3]; - [DNAFieldAttribute(41, "float", "dscale[3]", 4)] + [DNAFieldAttribute(41, "float", "dscale[3]", "System.Single[]", 4)] public float[] dscale = new System.Single[3]; - [DNAFieldAttribute(42, "float", "rot[3]", 4)] + [DNAFieldAttribute(42, "float", "rot[3]", "System.Single[]", 4)] public float[] rot = new System.Single[3]; - [DNAFieldAttribute(43, "float", "drot[3]", 4)] + [DNAFieldAttribute(43, "float", "drot[3]", "System.Single[]", 4)] public float[] drot = new System.Single[3]; - [DNAFieldAttribute(44, "float", "quat[4]", 4)] + [DNAFieldAttribute(44, "float", "quat[4]", "System.Single[]", 4)] public float[] quat = new System.Single[4]; - [DNAFieldAttribute(45, "float", "dquat[4]", 4)] + [DNAFieldAttribute(45, "float", "dquat[4]", "System.Single[]", 4)] public float[] dquat = new System.Single[4]; - [DNAFieldAttribute(46, "float", "rotAxis[3]", 4)] + [DNAFieldAttribute(46, "float", "rotAxis[3]", "System.Single[]", 4)] public float[] rotAxis = new System.Single[3]; - [DNAFieldAttribute(47, "float", "drotAxis[3]", 4)] + [DNAFieldAttribute(47, "float", "drotAxis[3]", "System.Single[]", 4)] public float[] drotAxis = new System.Single[3]; - [DNAFieldAttribute(48, "float", "rotAngle", 4)] + [DNAFieldAttribute(48, "float", "rotAngle", "float", 4)] public float rotAngle; - [DNAFieldAttribute(49, "float", "drotAngle", 4)] + [DNAFieldAttribute(49, "float", "drotAngle", "float", 4)] public float drotAngle; - [DNAFieldAttribute(50, "float", "parentinv[4][4]", 4)] + [DNAFieldAttribute(50, "float", "parentinv[4][4]", "System.Single[,]", 4)] public float[,] parentinv = new System.Single[4,4]; - [DNAFieldAttribute(51, "float", "constinv[4][4]", 4)] + [DNAFieldAttribute(51, "float", "constinv[4][4]", "System.Single[,]", 4)] public float[,] constinv = new System.Single[4,4]; - [DNAFieldAttribute(52, "int", "lay", 4)] + [DNAFieldAttribute(52, "int", "lay", "int", 4)] public int lay; - [DNAFieldAttribute(53, "short", "flag", 2)] + [DNAFieldAttribute(53, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(54, "short", "colbits", 2)] + [DNAFieldAttribute(54, "short", "colbits", "short", 2)] public short colbits; - [DNAFieldAttribute(55, "short", "transflag", 2)] + [DNAFieldAttribute(55, "short", "transflag", "short", 2)] public short transflag; - [DNAFieldAttribute(56, "short", "protectflag", 2)] + [DNAFieldAttribute(56, "short", "protectflag", "short", 2)] public short protectflag; - [DNAFieldAttribute(57, "short", "trackflag", 2)] + [DNAFieldAttribute(57, "short", "trackflag", "short", 2)] public short trackflag; - [DNAFieldAttribute(58, "short", "upflag", 2)] + [DNAFieldAttribute(58, "short", "upflag", "short", 2)] public short upflag; - [DNAFieldAttribute(59, "short", "nlaflag", 2)] + [DNAFieldAttribute(59, "short", "nlaflag", "short", 2)] public short nlaflag; - [DNAFieldAttribute(60, "char", "_pad1", 1)] + [DNAFieldAttribute(60, "char", "_pad1", "char", 1)] public char _pad1; - [DNAFieldAttribute(61, "char", "duplicator_visibility_flag", 1)] + [DNAFieldAttribute(61, "char", "duplicator_visibility_flag", "char", 1)] public char duplicator_visibility_flag; - [DNAFieldAttribute(62, "short", "base_flag", 2)] + [DNAFieldAttribute(62, "short", "base_flag", "short", 2)] public short base_flag; - [DNAFieldAttribute(63, "short", "base_local_view_bits", 2)] + [DNAFieldAttribute(63, "short", "base_local_view_bits", "short", 2)] public short base_local_view_bits; - [DNAFieldAttribute(64, "short", "col_group", 2)] + [DNAFieldAttribute(64, "short", "col_group", "short", 2)] public short col_group; - [DNAFieldAttribute(65, "short", "col_mask", 2)] + [DNAFieldAttribute(65, "short", "col_mask", "short", 2)] public short col_mask; - [DNAFieldAttribute(66, "short", "rotmode", 2)] + [DNAFieldAttribute(66, "short", "rotmode", "short", 2)] public short rotmode; - [DNAFieldAttribute(67, "char", "boundtype", 1)] + [DNAFieldAttribute(67, "char", "boundtype", "char", 1)] public char boundtype; - [DNAFieldAttribute(68, "char", "collision_boundtype", 1)] + [DNAFieldAttribute(68, "char", "collision_boundtype", "char", 1)] public char collision_boundtype; - [DNAFieldAttribute(69, "short", "dtx", 2)] + [DNAFieldAttribute(69, "short", "dtx", "short", 2)] public short dtx; - [DNAFieldAttribute(70, "char", "dt", 1)] + [DNAFieldAttribute(70, "char", "dt", "char", 1)] public char dt; - [DNAFieldAttribute(71, "char", "empty_drawtype", 1)] + [DNAFieldAttribute(71, "char", "empty_drawtype", "char", 1)] public char empty_drawtype; - [DNAFieldAttribute(72, "float", "empty_drawsize", 4)] + [DNAFieldAttribute(72, "float", "empty_drawsize", "float", 4)] public float empty_drawsize; - [DNAFieldAttribute(73, "float", "dupfacesca", 4)] + [DNAFieldAttribute(73, "float", "dupfacesca", "float", 4)] public float dupfacesca; - [DNAFieldAttribute(74, "short", "index", 2)] + [DNAFieldAttribute(74, "short", "index", "short", 2)] public short index; - [DNAFieldAttribute(75, "short", "actdef", 2)] + [DNAFieldAttribute(75, "short", "actdef", "short", 2)] public short actdef; - [DNAFieldAttribute(76, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(76, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(77, "float", "col[4]", 4)] + [DNAFieldAttribute(77, "float", "col[4]", "System.Single[]", 4)] public float[] col = new System.Single[4]; - [DNAFieldAttribute(78, "short", "softflag", 2)] + [DNAFieldAttribute(78, "short", "softflag", "short", 2)] public short softflag; - [DNAFieldAttribute(79, "short", "restrictflag", 2)] + [DNAFieldAttribute(79, "short", "restrictflag", "short", 2)] public short restrictflag; - [DNAFieldAttribute(80, "short", "shapenr", 2)] + [DNAFieldAttribute(80, "short", "shapenr", "short", 2)] public short shapenr; - [DNAFieldAttribute(81, "char", "shapeflag", 1)] + [DNAFieldAttribute(81, "char", "shapeflag", "char", 1)] public char shapeflag; - [DNAFieldAttribute(82, "char", "_pad3[1]", 1)] + [DNAFieldAttribute(82, "char", "_pad3[1]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[1]; - [DNAFieldAttribute(83, "ListBase", "constraints", 16)] + [DNAFieldAttribute(83, "ListBase", "constraints", "ListBase", 16)] public ListBase constraints; - [DNAFieldAttribute(84, "ListBase", "nlastrips", 16)] + [DNAFieldAttribute(84, "ListBase", "nlastrips", "ListBase", 16)] public ListBase nlastrips; - [DNAFieldAttribute(85, "ListBase", "hooks", 16)] + [DNAFieldAttribute(85, "ListBase", "hooks", "ListBase", 16)] public ListBase hooks; - [DNAFieldAttribute(86, "ListBase", "particlesystem", 16)] + [DNAFieldAttribute(86, "ListBase", "particlesystem", "ListBase", 16)] public ListBase particlesystem; - [DNAFieldAttribute(87, "PartDeflect", "*pd", 232)] + [DNAFieldAttribute(87, "PartDeflect", "*pd", "PartDeflect", 232)] public PartDeflect ptr_pd; - [DNAFieldAttribute(88, "SoftBody", "*soft", 480)] + [DNAFieldAttribute(88, "SoftBody", "*soft", "SoftBody", 480)] public SoftBody ptr_soft; - [DNAFieldAttribute(89, "Collection", "*dup_group", 376)] + [DNAFieldAttribute(89, "Collection", "*dup_group", "Collection", 376)] public Collection ptr_dup_group; - [DNAFieldAttribute(90, "FluidsimSettings", "*fluidsimSettings", 1240)] + [DNAFieldAttribute(90, "FluidsimSettings", "*fluidsimSettings", "FluidsimSettings", 1240)] public FluidsimSettings ptr_fluidsimSettings; - [DNAFieldAttribute(91, "ListBase", "pc_ids", 16)] + [DNAFieldAttribute(91, "ListBase", "pc_ids", "ListBase", 16)] public ListBase pc_ids; - [DNAFieldAttribute(92, "RigidBodyOb", "*rigidbody_object", 88)] + [DNAFieldAttribute(92, "RigidBodyOb", "*rigidbody_object", "RigidBodyOb", 88)] public RigidBodyOb ptr_rigidbody_object; - [DNAFieldAttribute(93, "RigidBodyCon", "*rigidbody_constraint", 152)] + [DNAFieldAttribute(93, "RigidBodyCon", "*rigidbody_constraint", "RigidBodyCon", 152)] public RigidBodyCon ptr_rigidbody_constraint; - [DNAFieldAttribute(94, "float", "ima_ofs[2]", 4)] + [DNAFieldAttribute(94, "float", "ima_ofs[2]", "System.Single[]", 4)] public float[] ima_ofs = new System.Single[2]; - [DNAFieldAttribute(95, "ImageUser", "*iuser", 40)] + [DNAFieldAttribute(95, "ImageUser", "*iuser", "ImageUser", 40)] public ImageUser ptr_iuser; - [DNAFieldAttribute(96, "char", "empty_image_visibility_flag", 1)] + [DNAFieldAttribute(96, "char", "empty_image_visibility_flag", "char", 1)] public char empty_image_visibility_flag; - [DNAFieldAttribute(97, "char", "empty_image_depth", 1)] + [DNAFieldAttribute(97, "char", "empty_image_depth", "char", 1)] public char empty_image_depth; - [DNAFieldAttribute(98, "char", "empty_image_flag", 1)] + [DNAFieldAttribute(98, "char", "empty_image_flag", "char", 1)] public char empty_image_flag; - [DNAFieldAttribute(99, "uchar", "modifier_flag", 1)] + [DNAFieldAttribute(99, "uchar", "modifier_flag", "uchar", 1)] public byte modifier_flag; - [DNAFieldAttribute(100, "char", "_pad8[4]", 1)] + [DNAFieldAttribute(100, "char", "_pad8[4]", "System.Char[]", 1)] public char[] _pad8 = new System.Char[4]; - [DNAFieldAttribute(101, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(101, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(102, "ObjectLineArt", "lineart", 16)] + [DNAFieldAttribute(102, "ObjectLineArt", "lineart", "ObjectLineArt", 16)] public ObjectLineArt lineart; - [DNAFieldAttribute(103, "LightgroupMembership", "*lightgroup", 64)] + [DNAFieldAttribute(103, "LightgroupMembership", "*lightgroup", "LightgroupMembership", 64)] public LightgroupMembership ptr_lightgroup; - [DNAFieldAttribute(104, "LightLinking", "*light_linking", 40)] + [DNAFieldAttribute(104, "LightLinking", "*light_linking", "LightLinking", 40)] public LightLinking ptr_light_linking; - [DNAFieldAttribute(105, "LightProbeObjectCache", "*lightprobe_cache", 16)] + [DNAFieldAttribute(105, "LightProbeObjectCache", "*lightprobe_cache", "LightProbeObjectCache", 16)] public LightProbeObjectCache ptr_lightprobe_cache; - [DNAFieldAttribute(106, "ObjectRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(106, "ObjectRuntimeHandle", "*runtime", "ObjectRuntimeHandle", 0)] public ObjectRuntimeHandle ptr_runtime; public Object() { this.id = default; diff --git a/BlendFile/DNA/ObjectLineArt.cs b/BlendFile/DNA/ObjectLineArt.cs index d8f24cf..b323aa4 100644 --- a/BlendFile/DNA/ObjectLineArt.cs +++ b/BlendFile/DNA/ObjectLineArt.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(766, "ObjectLineArt")] public struct ObjectLineArt { - [DNAFieldAttribute(0, "short", "usage", 2)] + [DNAFieldAttribute(0, "short", "usage", "short", 2)] public short usage; - [DNAFieldAttribute(1, "short", "flags", 2)] + [DNAFieldAttribute(1, "short", "flags", "short", 2)] public short flags; - [DNAFieldAttribute(2, "float", "crease_threshold", 4)] + [DNAFieldAttribute(2, "float", "crease_threshold", "float", 4)] public float crease_threshold; - [DNAFieldAttribute(3, "char", "intersection_priority", 1)] + [DNAFieldAttribute(3, "char", "intersection_priority", "char", 1)] public char intersection_priority; - [DNAFieldAttribute(4, "char", "_pad[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public ObjectLineArt() { this.usage = default; diff --git a/BlendFile/DNA/OceanModifierData.cs b/BlendFile/DNA/OceanModifierData.cs index 721c0e7..8b72ae3 100644 --- a/BlendFile/DNA/OceanModifierData.cs +++ b/BlendFile/DNA/OceanModifierData.cs @@ -15,73 +15,73 @@ namespace BlendFile.DNA { [DNAClassAttribute(489, "OceanModifierData")] public class OceanModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Ocean", "*ocean", 0)] + [DNAFieldAttribute(1, "Ocean", "*ocean", "Ocean", 0)] public Ocean ptr_ocean; - [DNAFieldAttribute(2, "OceanCache", "*oceancache", 0)] + [DNAFieldAttribute(2, "OceanCache", "*oceancache", "OceanCache", 0)] public OceanCache ptr_oceancache; - [DNAFieldAttribute(3, "int", "resolution", 4)] + [DNAFieldAttribute(3, "int", "resolution", "int", 4)] public int resolution; - [DNAFieldAttribute(4, "int", "viewport_resolution", 4)] + [DNAFieldAttribute(4, "int", "viewport_resolution", "int", 4)] public int viewport_resolution; - [DNAFieldAttribute(5, "int", "spatial_size", 4)] + [DNAFieldAttribute(5, "int", "spatial_size", "int", 4)] public int spatial_size; - [DNAFieldAttribute(6, "float", "wind_velocity", 4)] + [DNAFieldAttribute(6, "float", "wind_velocity", "float", 4)] public float wind_velocity; - [DNAFieldAttribute(7, "float", "damp", 4)] + [DNAFieldAttribute(7, "float", "damp", "float", 4)] public float damp; - [DNAFieldAttribute(8, "float", "smallest_wave", 4)] + [DNAFieldAttribute(8, "float", "smallest_wave", "float", 4)] public float smallest_wave; - [DNAFieldAttribute(9, "float", "depth", 4)] + [DNAFieldAttribute(9, "float", "depth", "float", 4)] public float depth; - [DNAFieldAttribute(10, "float", "wave_alignment", 4)] + [DNAFieldAttribute(10, "float", "wave_alignment", "float", 4)] public float wave_alignment; - [DNAFieldAttribute(11, "float", "wave_direction", 4)] + [DNAFieldAttribute(11, "float", "wave_direction", "float", 4)] public float wave_direction; - [DNAFieldAttribute(12, "float", "wave_scale", 4)] + [DNAFieldAttribute(12, "float", "wave_scale", "float", 4)] public float wave_scale; - [DNAFieldAttribute(13, "float", "chop_amount", 4)] + [DNAFieldAttribute(13, "float", "chop_amount", "float", 4)] public float chop_amount; - [DNAFieldAttribute(14, "float", "foam_coverage", 4)] + [DNAFieldAttribute(14, "float", "foam_coverage", "float", 4)] public float foam_coverage; - [DNAFieldAttribute(15, "float", "time", 4)] + [DNAFieldAttribute(15, "float", "time", "float", 4)] public float time; - [DNAFieldAttribute(16, "int", "spectrum", 4)] + [DNAFieldAttribute(16, "int", "spectrum", "int", 4)] public int spectrum; - [DNAFieldAttribute(17, "float", "fetch_jonswap", 4)] + [DNAFieldAttribute(17, "float", "fetch_jonswap", "float", 4)] public float fetch_jonswap; - [DNAFieldAttribute(18, "float", "sharpen_peak_jonswap", 4)] + [DNAFieldAttribute(18, "float", "sharpen_peak_jonswap", "float", 4)] public float sharpen_peak_jonswap; - [DNAFieldAttribute(19, "int", "bakestart", 4)] + [DNAFieldAttribute(19, "int", "bakestart", "int", 4)] public int bakestart; - [DNAFieldAttribute(20, "int", "bakeend", 4)] + [DNAFieldAttribute(20, "int", "bakeend", "int", 4)] public int bakeend; - [DNAFieldAttribute(21, "char", "cachepath[1024]", 1)] + [DNAFieldAttribute(21, "char", "cachepath[1024]", "System.Char[]", 1)] public char[] cachepath = new System.Char[1024]; - [DNAFieldAttribute(22, "char", "foamlayername[68]", 1)] + [DNAFieldAttribute(22, "char", "foamlayername[68]", "System.Char[]", 1)] public char[] foamlayername = new System.Char[68]; - [DNAFieldAttribute(23, "char", "spraylayername[68]", 1)] + [DNAFieldAttribute(23, "char", "spraylayername[68]", "System.Char[]", 1)] public char[] spraylayername = new System.Char[68]; - [DNAFieldAttribute(24, "char", "cached", 1)] + [DNAFieldAttribute(24, "char", "cached", "char", 1)] public char cached; - [DNAFieldAttribute(25, "char", "geometry_mode", 1)] + [DNAFieldAttribute(25, "char", "geometry_mode", "char", 1)] public char geometry_mode; - [DNAFieldAttribute(26, "char", "flag", 1)] + [DNAFieldAttribute(26, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(27, "char", "_pad2", 1)] + [DNAFieldAttribute(27, "char", "_pad2", "char", 1)] public char _pad2; - [DNAFieldAttribute(28, "short", "repeat_x", 2)] + [DNAFieldAttribute(28, "short", "repeat_x", "short", 2)] public short repeat_x; - [DNAFieldAttribute(29, "short", "repeat_y", 2)] + [DNAFieldAttribute(29, "short", "repeat_y", "short", 2)] public short repeat_y; - [DNAFieldAttribute(30, "int", "seed", 4)] + [DNAFieldAttribute(30, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(31, "float", "size", 4)] + [DNAFieldAttribute(31, "float", "size", "float", 4)] public float size; - [DNAFieldAttribute(32, "float", "foam_fade", 4)] + [DNAFieldAttribute(32, "float", "foam_fade", "float", 4)] public float foam_fade; - [DNAFieldAttribute(33, "char", "_pad[4]", 1)] + [DNAFieldAttribute(33, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public OceanModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/OffsetGpencilModifierData.cs b/BlendFile/DNA/OffsetGpencilModifierData.cs index ed2d4c1..afef82d 100644 --- a/BlendFile/DNA/OffsetGpencilModifierData.cs +++ b/BlendFile/DNA/OffsetGpencilModifierData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(294, "OffsetGpencilModifierData")] public class OffsetGpencilModifierData { - [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, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "loc[3]", 4)] + [DNAFieldAttribute(7, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(8, "float", "rot[3]", 4)] + [DNAFieldAttribute(8, "float", "rot[3]", "System.Single[]", 4)] public float[] rot = new System.Single[3]; - [DNAFieldAttribute(9, "float", "scale[3]", 4)] + [DNAFieldAttribute(9, "float", "scale[3]", "System.Single[]", 4)] public float[] scale = new System.Single[3]; - [DNAFieldAttribute(10, "float", "rnd_offset[3]", 4)] + [DNAFieldAttribute(10, "float", "rnd_offset[3]", "System.Single[]", 4)] public float[] rnd_offset = new System.Single[3]; - [DNAFieldAttribute(11, "float", "rnd_rot[3]", 4)] + [DNAFieldAttribute(11, "float", "rnd_rot[3]", "System.Single[]", 4)] public float[] rnd_rot = new System.Single[3]; - [DNAFieldAttribute(12, "float", "rnd_scale[3]", 4)] + [DNAFieldAttribute(12, "float", "rnd_scale[3]", "System.Single[]", 4)] public float[] rnd_scale = new System.Single[3]; - [DNAFieldAttribute(13, "int", "seed", 4)] + [DNAFieldAttribute(13, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(14, "int", "mode", 4)] + [DNAFieldAttribute(14, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(15, "int", "stroke_step", 4)] + [DNAFieldAttribute(15, "int", "stroke_step", "int", 4)] public int stroke_step; - [DNAFieldAttribute(16, "int", "stroke_start_offset", 4)] + [DNAFieldAttribute(16, "int", "stroke_start_offset", "int", 4)] public int stroke_start_offset; - [DNAFieldAttribute(17, "int", "layer_pass", 4)] + [DNAFieldAttribute(17, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(18, "char", "_pad[4]", 1)] + [DNAFieldAttribute(18, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public OffsetGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/OpacityGpencilModifierData.cs b/BlendFile/DNA/OpacityGpencilModifierData.cs index ef2298c..be5ac96 100644 --- a/BlendFile/DNA/OpacityGpencilModifierData.cs +++ b/BlendFile/DNA/OpacityGpencilModifierData.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(282, "OpacityGpencilModifierData")] public class OpacityGpencilModifierData { - [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, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "factor", 4)] + [DNAFieldAttribute(7, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(8, "char", "modify_color", 1)] + [DNAFieldAttribute(8, "char", "modify_color", "char", 1)] public char modify_color; - [DNAFieldAttribute(9, "char", "_pad[3]", 1)] + [DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(10, "int", "layer_pass", 4)] + [DNAFieldAttribute(10, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(11, "float", "hardeness", 4)] + [DNAFieldAttribute(11, "float", "hardeness", "float", 4)] public float hardeness; - [DNAFieldAttribute(12, "CurveMapping", "*curve_intensity", 424)] + [DNAFieldAttribute(12, "CurveMapping", "*curve_intensity", "CurveMapping", 424)] public CurveMapping ptr_curve_intensity; public OpacityGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/OutlineGpencilModifierData.cs b/BlendFile/DNA/OutlineGpencilModifierData.cs index 0989f8c..c3bba2d 100644 --- a/BlendFile/DNA/OutlineGpencilModifierData.cs +++ b/BlendFile/DNA/OutlineGpencilModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(283, "OutlineGpencilModifierData")] public class OutlineGpencilModifierData { - [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, "char", "layername[64]", 1)] + [DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = 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, "int", "thickness", 4)] + [DNAFieldAttribute(6, "int", "thickness", "int", 4)] public int thickness; - [DNAFieldAttribute(7, "float", "sample_length", 4)] + [DNAFieldAttribute(7, "float", "sample_length", "float", 4)] public float sample_length; - [DNAFieldAttribute(8, "int", "subdiv", 4)] + [DNAFieldAttribute(8, "int", "subdiv", "int", 4)] public int subdiv; - [DNAFieldAttribute(9, "int", "layer_pass", 4)] + [DNAFieldAttribute(9, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(10, "Material", "*outline_material", 392)] + [DNAFieldAttribute(10, "Material", "*outline_material", "Material", 392)] public Material ptr_outline_material; public OutlineGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/PTCacheExtra.cs b/BlendFile/DNA/PTCacheExtra.cs index bc03a77..b5c6e3d 100644 --- a/BlendFile/DNA/PTCacheExtra.cs +++ b/BlendFile/DNA/PTCacheExtra.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(790, "PTCacheExtra")] public class PTCacheExtra { - [DNAFieldAttribute(0, "PTCacheExtra", "*next", 32)] + [DNAFieldAttribute(0, "PTCacheExtra", "*next", "PTCacheExtra", 32)] public PTCacheExtra ptr_next; - [DNAFieldAttribute(1, "PTCacheExtra", "*prev", 32)] + [DNAFieldAttribute(1, "PTCacheExtra", "*prev", "PTCacheExtra", 32)] public PTCacheExtra ptr_prev; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "int", "totdata", 4)] + [DNAFieldAttribute(3, "int", "totdata", "int", 4)] public int totdata; - [DNAFieldAttribute(4, "void", "*data", 0)] + [DNAFieldAttribute(4, "void", "*data", "void", 0)] public object ptr_data; public PTCacheExtra() { this.ptr_next = default; diff --git a/BlendFile/DNA/PTCacheMem.cs b/BlendFile/DNA/PTCacheMem.cs index e6ba47c..65380b8 100644 --- a/BlendFile/DNA/PTCacheMem.cs +++ b/BlendFile/DNA/PTCacheMem.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(791, "PTCacheMem")] public class PTCacheMem { - [DNAFieldAttribute(0, "PTCacheMem", "*next", 112)] + [DNAFieldAttribute(0, "PTCacheMem", "*next", "PTCacheMem", 112)] public PTCacheMem ptr_next; - [DNAFieldAttribute(1, "PTCacheMem", "*prev", 112)] + [DNAFieldAttribute(1, "PTCacheMem", "*prev", "PTCacheMem", 112)] public PTCacheMem ptr_prev; - [DNAFieldAttribute(2, "int", "frame", 4)] + [DNAFieldAttribute(2, "int", "frame", "int", 4)] public int frame; - [DNAFieldAttribute(3, "int", "totpoint", 4)] + [DNAFieldAttribute(3, "int", "totpoint", "int", 4)] public int totpoint; - [DNAFieldAttribute(4, "int", "data_types", 4)] + [DNAFieldAttribute(4, "int", "data_types", "int", 4)] public int data_types; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(6, "void", "*data[8]", 0)] + [DNAFieldAttribute(6, "void", "*data[8]", "System.Object[]", 0)] public object[] ptr_d = new System.Object[8]; - [DNAFieldAttribute(7, "ListBase", "extradata", 16)] + [DNAFieldAttribute(7, "ListBase", "extradata", "ListBase", 16)] public ListBase extradata; public PTCacheMem() { this.ptr_next = default; diff --git a/BlendFile/DNA/PackedFile.cs b/BlendFile/DNA/PackedFile.cs index f3b5ff1..e85a970 100644 --- a/BlendFile/DNA/PackedFile.cs +++ b/BlendFile/DNA/PackedFile.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(40, "PackedFile")] public class PackedFile { - [DNAFieldAttribute(0, "int", "size", 4)] + [DNAFieldAttribute(0, "int", "size", "int", 4)] public int size; - [DNAFieldAttribute(1, "int", "seek", 4)] + [DNAFieldAttribute(1, "int", "seek", "int", 4)] public int seek; - [DNAFieldAttribute(2, "void", "*data", 0)] + [DNAFieldAttribute(2, "void", "*data", "void", 0)] public object ptr_data; - [DNAFieldAttribute(3, "ImplicitSharingInfoHandle", "*sharing_info", 0)] + [DNAFieldAttribute(3, "ImplicitSharingInfoHandle", "*sharing_info", "ImplicitSharingInfoHandle", 0)] public ImplicitSharingInfoHandle ptr_sharing_info; public PackedFile() { this.size = default; diff --git a/BlendFile/DNA/Paint.cs b/BlendFile/DNA/Paint.cs index 6e69eb4..0a56e24 100644 --- a/BlendFile/DNA/Paint.cs +++ b/BlendFile/DNA/Paint.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(807, "Paint")] public class Paint { - [DNAFieldAttribute(0, "Brush", "*brush", 2216)] + [DNAFieldAttribute(0, "Brush", "*brush", "Brush", 2216)] public Brush ptr_brush; - [DNAFieldAttribute(1, "AssetWeakReference", "*brush_asset_reference", 24)] + [DNAFieldAttribute(1, "AssetWeakReference", "*brush_asset_reference", "AssetWeakReference", 24)] public AssetWeakReference ptr_brush_asset_reference; - [DNAFieldAttribute(2, "Brush", "*eraser_brush", 2216)] + [DNAFieldAttribute(2, "Brush", "*eraser_brush", "Brush", 2216)] public Brush ptr_eraser_brush; - [DNAFieldAttribute(3, "AssetWeakReference", "*eraser_brush_asset_reference", 24)] + [DNAFieldAttribute(3, "AssetWeakReference", "*eraser_brush_asset_reference", "AssetWeakReference", 24)] public AssetWeakReference ptr_eraser_brush_asset_reference; - [DNAFieldAttribute(4, "ToolSystemBrushBindings", "tool_brush_bindings", 24)] + [DNAFieldAttribute(4, "ToolSystemBrushBindings", "tool_brush_bindings", "ToolSystemBrushBindings", 24)] public ToolSystemBrushBindings tool_brush_bindings; - [DNAFieldAttribute(5, "Palette", "*palette", 232)] + [DNAFieldAttribute(5, "Palette", "*palette", "Palette", 232)] public Palette ptr_palette; - [DNAFieldAttribute(6, "CurveMapping", "*cavity_curve", 424)] + [DNAFieldAttribute(6, "CurveMapping", "*cavity_curve", "CurveMapping", 424)] public CurveMapping ptr_cavity_curve; - [DNAFieldAttribute(7, "void", "*paint_cursor", 0)] + [DNAFieldAttribute(7, "void", "*paint_cursor", "void", 0)] public object ptr_paint_cursor; - [DNAFieldAttribute(8, "char", "paint_cursor_col[4]", 1)] + [DNAFieldAttribute(8, "char", "paint_cursor_col[4]", "System.Char[]", 1)] public char[] paint_cursor_col = new System.Char[4]; - [DNAFieldAttribute(9, "int", "flags", 4)] + [DNAFieldAttribute(9, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(10, "int", "num_input_samples", 4)] + [DNAFieldAttribute(10, "int", "num_input_samples", "int", 4)] public int num_input_samples; - [DNAFieldAttribute(11, "int", "symmetry_flags", 4)] + [DNAFieldAttribute(11, "int", "symmetry_flags", "int", 4)] public int symmetry_flags; - [DNAFieldAttribute(12, "float", "tile_offset[3]", 4)] + [DNAFieldAttribute(12, "float", "tile_offset[3]", "System.Single[]", 4)] public float[] tile_offset = new System.Single[3]; - [DNAFieldAttribute(13, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(14, "Paint_Runtime", "runtime", 8)] + [DNAFieldAttribute(14, "Paint_Runtime", "runtime", "Paint_Runtime", 8)] public Paint_Runtime runtime; public Paint() { this.ptr_brush = default; diff --git a/BlendFile/DNA/PaintCurve.cs b/BlendFile/DNA/PaintCurve.cs index e2d7ba8..d083c00 100644 --- a/BlendFile/DNA/PaintCurve.cs +++ b/BlendFile/DNA/PaintCurve.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(135, "PaintCurve")] public class PaintCurve { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "PaintCurvePoint", "*points", 76)] + [DNAFieldAttribute(1, "PaintCurvePoint", "*points", "PaintCurvePoint", 76)] public PaintCurvePoint ptr_points; - [DNAFieldAttribute(2, "int", "tot_points", 4)] + [DNAFieldAttribute(2, "int", "tot_points", "int", 4)] public int tot_points; - [DNAFieldAttribute(3, "int", "add_index", 4)] + [DNAFieldAttribute(3, "int", "add_index", "int", 4)] public int add_index; public PaintCurve() { this.id = default; diff --git a/BlendFile/DNA/PaintCurvePoint.cs b/BlendFile/DNA/PaintCurvePoint.cs index 9727f3d..71390be 100644 --- a/BlendFile/DNA/PaintCurvePoint.cs +++ b/BlendFile/DNA/PaintCurvePoint.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(139, "PaintCurvePoint")] public struct PaintCurvePoint { - [DNAFieldAttribute(0, "BezTriple", "bez", 72)] + [DNAFieldAttribute(0, "BezTriple", "bez", "BezTriple", 72)] public BezTriple bez; - [DNAFieldAttribute(1, "float", "pressure", 4)] + [DNAFieldAttribute(1, "float", "pressure", "float", 4)] public float pressure; public PaintCurvePoint() { this.bez = default; diff --git a/BlendFile/DNA/PaintModeSettings.cs b/BlendFile/DNA/PaintModeSettings.cs index c8fa5f0..c619e0f 100644 --- a/BlendFile/DNA/PaintModeSettings.cs +++ b/BlendFile/DNA/PaintModeSettings.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(809, "PaintModeSettings")] public class PaintModeSettings { - [DNAFieldAttribute(0, "char", "canvas_source", 1)] + [DNAFieldAttribute(0, "char", "canvas_source", "char", 1)] public char canvas_source; - [DNAFieldAttribute(1, "char", "_pad[7]", 1)] + [DNAFieldAttribute(1, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(2, "Image", "*canvas_image", 1600)] + [DNAFieldAttribute(2, "Image", "*canvas_image", "Image", 1600)] public Image ptr_canvas_image; - [DNAFieldAttribute(3, "ImageUser", "image_user", 40)] + [DNAFieldAttribute(3, "ImageUser", "image_user", "ImageUser", 40)] public ImageUser image_user; public PaintModeSettings() { this.canvas_source = default; diff --git a/BlendFile/DNA/Paint_Runtime.cs b/BlendFile/DNA/Paint_Runtime.cs index 2e730fb..38f58c8 100644 --- a/BlendFile/DNA/Paint_Runtime.cs +++ b/BlendFile/DNA/Paint_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(804, "Paint_Runtime")] public struct Paint_Runtime { - [DNAFieldAttribute(0, "int", "initialized", 4)] + [DNAFieldAttribute(0, "int", "initialized", "int", 4)] public int initialized; - [DNAFieldAttribute(1, "short", "ob_mode", 2)] + [DNAFieldAttribute(1, "short", "ob_mode", "short", 2)] public short ob_mode; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public Paint_Runtime() { this.initialized = default; diff --git a/BlendFile/DNA/Palette.cs b/BlendFile/DNA/Palette.cs index 18dd629..a9eaca9 100644 --- a/BlendFile/DNA/Palette.cs +++ b/BlendFile/DNA/Palette.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(138, "Palette")] public struct Palette { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "ListBase", "colors", 16)] + [DNAFieldAttribute(1, "ListBase", "colors", "ListBase", 16)] public ListBase colors; - [DNAFieldAttribute(2, "int", "active_color", 4)] + [DNAFieldAttribute(2, "int", "active_color", "int", 4)] public int active_color; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public Palette() { this.id = default; diff --git a/BlendFile/DNA/PaletteColor.cs b/BlendFile/DNA/PaletteColor.cs index b94aa45..f49bf8c 100644 --- a/BlendFile/DNA/PaletteColor.cs +++ b/BlendFile/DNA/PaletteColor.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(137, "PaletteColor")] public class PaletteColor { - [DNAFieldAttribute(0, "PaletteColor", "*next", 32)] + [DNAFieldAttribute(0, "PaletteColor", "*next", "PaletteColor", 32)] public PaletteColor ptr_next; - [DNAFieldAttribute(1, "PaletteColor", "*prev", 32)] + [DNAFieldAttribute(1, "PaletteColor", "*prev", "PaletteColor", 32)] public PaletteColor ptr_prev; - [DNAFieldAttribute(2, "float", "rgb[3]", 4)] + [DNAFieldAttribute(2, "float", "rgb[3]", "System.Single[]", 4)] public float[] rgb = new System.Single[3]; - [DNAFieldAttribute(3, "float", "value", 4)] + [DNAFieldAttribute(3, "float", "value", "float", 4)] public float value; public PaletteColor() { this.ptr_next = default; diff --git a/BlendFile/DNA/Panel.cs b/BlendFile/DNA/Panel.cs index 1b09bf9..a73f8ab 100644 --- a/BlendFile/DNA/Panel.cs +++ b/BlendFile/DNA/Panel.cs @@ -15,47 +15,47 @@ namespace BlendFile.DNA { [DNAClassAttribute(850, "Panel")] public class Panel { - [DNAFieldAttribute(0, "Panel", "*next", 192)] + [DNAFieldAttribute(0, "Panel", "*next", "Panel", 192)] public Panel ptr_next; - [DNAFieldAttribute(1, "Panel", "*prev", 192)] + [DNAFieldAttribute(1, "Panel", "*prev", "Panel", 192)] public Panel ptr_prev; - [DNAFieldAttribute(2, "PanelType", "*type", 0)] + [DNAFieldAttribute(2, "PanelType", "*type", "PanelType", 0)] public PanelType ptr_type; - [DNAFieldAttribute(3, "uiLayout", "*layout", 0)] + [DNAFieldAttribute(3, "uiLayout", "*layout", "uiLayout", 0)] public uiLayout ptr_layout; - [DNAFieldAttribute(4, "char", "panelname[64]", 1)] + [DNAFieldAttribute(4, "char", "panelname[64]", "System.Char[]", 1)] public char[] panelname = new System.Char[64]; - [DNAFieldAttribute(5, "char", "*drawname", 1)] + [DNAFieldAttribute(5, "char", "*drawname", "char", 1)] public char ptr_drawname; - [DNAFieldAttribute(6, "int", "ofsx", 4)] + [DNAFieldAttribute(6, "int", "ofsx", "int", 4)] public int ofsx; - [DNAFieldAttribute(7, "int", "ofsy", 4)] + [DNAFieldAttribute(7, "int", "ofsy", "int", 4)] public int ofsy; - [DNAFieldAttribute(8, "int", "sizex", 4)] + [DNAFieldAttribute(8, "int", "sizex", "int", 4)] public int sizex; - [DNAFieldAttribute(9, "int", "sizey", 4)] + [DNAFieldAttribute(9, "int", "sizey", "int", 4)] public int sizey; - [DNAFieldAttribute(10, "int", "blocksizex", 4)] + [DNAFieldAttribute(10, "int", "blocksizex", "int", 4)] public int blocksizex; - [DNAFieldAttribute(11, "int", "blocksizey", 4)] + [DNAFieldAttribute(11, "int", "blocksizey", "int", 4)] public int blocksizey; - [DNAFieldAttribute(12, "short", "labelofs", 2)] + [DNAFieldAttribute(12, "short", "labelofs", "short", 2)] public short labelofs; - [DNAFieldAttribute(13, "short", "flag", 2)] + [DNAFieldAttribute(13, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(14, "short", "runtime_flag", 2)] + [DNAFieldAttribute(14, "short", "runtime_flag", "short", 2)] public short runtime_flag; - [DNAFieldAttribute(15, "char", "_pad[6]", 1)] + [DNAFieldAttribute(15, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(16, "int", "sortorder", 4)] + [DNAFieldAttribute(16, "int", "sortorder", "int", 4)] public int sortorder; - [DNAFieldAttribute(17, "void", "*activedata", 0)] + [DNAFieldAttribute(17, "void", "*activedata", "void", 0)] public object ptr_activedata; - [DNAFieldAttribute(18, "ListBase", "children", 16)] + [DNAFieldAttribute(18, "ListBase", "children", "ListBase", 16)] public ListBase children; - [DNAFieldAttribute(19, "ListBase", "layout_panel_states", 16)] + [DNAFieldAttribute(19, "ListBase", "layout_panel_states", "ListBase", 16)] public ListBase layout_panel_states; - [DNAFieldAttribute(20, "Panel_Runtime", "*runtime", 0)] + [DNAFieldAttribute(20, "Panel_Runtime", "*runtime", "Panel_Runtime", 0)] public Panel_Runtime ptr_runtime; public Panel() { this.ptr_next = default; diff --git a/BlendFile/DNA/PanelCategoryStack.cs b/BlendFile/DNA/PanelCategoryStack.cs index 8682cf2..01d85c8 100644 --- a/BlendFile/DNA/PanelCategoryStack.cs +++ b/BlendFile/DNA/PanelCategoryStack.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(854, "PanelCategoryStack")] public class PanelCategoryStack { - [DNAFieldAttribute(0, "PanelCategoryStack", "*next", 80)] + [DNAFieldAttribute(0, "PanelCategoryStack", "*next", "PanelCategoryStack", 80)] public PanelCategoryStack ptr_next; - [DNAFieldAttribute(1, "PanelCategoryStack", "*prev", 80)] + [DNAFieldAttribute(1, "PanelCategoryStack", "*prev", "PanelCategoryStack", 80)] public PanelCategoryStack ptr_prev; - [DNAFieldAttribute(2, "char", "idname[64]", 1)] + [DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)] public char[] idname = new System.Char[64]; public PanelCategoryStack() { this.ptr_next = default; diff --git a/BlendFile/DNA/PartDeflect.cs b/BlendFile/DNA/PartDeflect.cs index a037c19..a08b1d3 100644 --- a/BlendFile/DNA/PartDeflect.cs +++ b/BlendFile/DNA/PartDeflect.cs @@ -15,105 +15,105 @@ namespace BlendFile.DNA { [DNAClassAttribute(757, "PartDeflect")] public class PartDeflect { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "short", "deflect", 2)] + [DNAFieldAttribute(1, "short", "deflect", "short", 2)] public short deflect; - [DNAFieldAttribute(2, "short", "forcefield", 2)] + [DNAFieldAttribute(2, "short", "forcefield", "short", 2)] public short forcefield; - [DNAFieldAttribute(3, "short", "falloff", 2)] + [DNAFieldAttribute(3, "short", "falloff", "short", 2)] public short falloff; - [DNAFieldAttribute(4, "short", "shape", 2)] + [DNAFieldAttribute(4, "short", "shape", "short", 2)] public short shape; - [DNAFieldAttribute(5, "short", "tex_mode", 2)] + [DNAFieldAttribute(5, "short", "tex_mode", "short", 2)] public short tex_mode; - [DNAFieldAttribute(6, "short", "kink", 2)] + [DNAFieldAttribute(6, "short", "kink", "short", 2)] public short kink; - [DNAFieldAttribute(7, "short", "kink_axis", 2)] + [DNAFieldAttribute(7, "short", "kink_axis", "short", 2)] public short kink_axis; - [DNAFieldAttribute(8, "short", "zdir", 2)] + [DNAFieldAttribute(8, "short", "zdir", "short", 2)] public short zdir; - [DNAFieldAttribute(9, "float", "f_strength", 4)] + [DNAFieldAttribute(9, "float", "f_strength", "float", 4)] public float f_strength; - [DNAFieldAttribute(10, "float", "f_damp", 4)] + [DNAFieldAttribute(10, "float", "f_damp", "float", 4)] public float f_damp; - [DNAFieldAttribute(11, "float", "f_flow", 4)] + [DNAFieldAttribute(11, "float", "f_flow", "float", 4)] public float f_flow; - [DNAFieldAttribute(12, "float", "f_wind_factor", 4)] + [DNAFieldAttribute(12, "float", "f_wind_factor", "float", 4)] public float f_wind_factor; - [DNAFieldAttribute(13, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(14, "float", "f_size", 4)] + [DNAFieldAttribute(14, "float", "f_size", "float", 4)] public float f_size; - [DNAFieldAttribute(15, "float", "f_power", 4)] + [DNAFieldAttribute(15, "float", "f_power", "float", 4)] public float f_power; - [DNAFieldAttribute(16, "float", "maxdist", 4)] + [DNAFieldAttribute(16, "float", "maxdist", "float", 4)] public float maxdist; - [DNAFieldAttribute(17, "float", "mindist", 4)] + [DNAFieldAttribute(17, "float", "mindist", "float", 4)] public float mindist; - [DNAFieldAttribute(18, "float", "f_power_r", 4)] + [DNAFieldAttribute(18, "float", "f_power_r", "float", 4)] public float f_power_r; - [DNAFieldAttribute(19, "float", "maxrad", 4)] + [DNAFieldAttribute(19, "float", "maxrad", "float", 4)] public float maxrad; - [DNAFieldAttribute(20, "float", "minrad", 4)] + [DNAFieldAttribute(20, "float", "minrad", "float", 4)] public float minrad; - [DNAFieldAttribute(21, "float", "pdef_damp", 4)] + [DNAFieldAttribute(21, "float", "pdef_damp", "float", 4)] public float pdef_damp; - [DNAFieldAttribute(22, "float", "pdef_rdamp", 4)] + [DNAFieldAttribute(22, "float", "pdef_rdamp", "float", 4)] public float pdef_rdamp; - [DNAFieldAttribute(23, "float", "pdef_perm", 4)] + [DNAFieldAttribute(23, "float", "pdef_perm", "float", 4)] public float pdef_perm; - [DNAFieldAttribute(24, "float", "pdef_frict", 4)] + [DNAFieldAttribute(24, "float", "pdef_frict", "float", 4)] public float pdef_frict; - [DNAFieldAttribute(25, "float", "pdef_rfrict", 4)] + [DNAFieldAttribute(25, "float", "pdef_rfrict", "float", 4)] public float pdef_rfrict; - [DNAFieldAttribute(26, "float", "pdef_stickness", 4)] + [DNAFieldAttribute(26, "float", "pdef_stickness", "float", 4)] public float pdef_stickness; - [DNAFieldAttribute(27, "float", "absorption", 4)] + [DNAFieldAttribute(27, "float", "absorption", "float", 4)] public float absorption; - [DNAFieldAttribute(28, "float", "pdef_sbdamp", 4)] + [DNAFieldAttribute(28, "float", "pdef_sbdamp", "float", 4)] public float pdef_sbdamp; - [DNAFieldAttribute(29, "float", "pdef_sbift", 4)] + [DNAFieldAttribute(29, "float", "pdef_sbift", "float", 4)] public float pdef_sbift; - [DNAFieldAttribute(30, "float", "pdef_sboft", 4)] + [DNAFieldAttribute(30, "float", "pdef_sboft", "float", 4)] public float pdef_sboft; - [DNAFieldAttribute(31, "float", "clump_fac", 4)] + [DNAFieldAttribute(31, "float", "clump_fac", "float", 4)] public float clump_fac; - [DNAFieldAttribute(32, "float", "clump_pow", 4)] + [DNAFieldAttribute(32, "float", "clump_pow", "float", 4)] public float clump_pow; - [DNAFieldAttribute(33, "float", "kink_freq", 4)] + [DNAFieldAttribute(33, "float", "kink_freq", "float", 4)] public float kink_freq; - [DNAFieldAttribute(34, "float", "kink_shape", 4)] + [DNAFieldAttribute(34, "float", "kink_shape", "float", 4)] public float kink_shape; - [DNAFieldAttribute(35, "float", "kink_amp", 4)] + [DNAFieldAttribute(35, "float", "kink_amp", "float", 4)] public float kink_amp; - [DNAFieldAttribute(36, "float", "free_end", 4)] + [DNAFieldAttribute(36, "float", "free_end", "float", 4)] public float free_end; - [DNAFieldAttribute(37, "float", "tex_nabla", 4)] + [DNAFieldAttribute(37, "float", "tex_nabla", "float", 4)] public float tex_nabla; - [DNAFieldAttribute(38, "Tex", "*tex", 488)] + [DNAFieldAttribute(38, "Tex", "*tex", "Tex", 488)] public Tex ptr_tex; - [DNAFieldAttribute(39, "float", "f_noise", 4)] + [DNAFieldAttribute(39, "float", "f_noise", "float", 4)] public float f_noise; - [DNAFieldAttribute(40, "int", "seed", 4)] + [DNAFieldAttribute(40, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(41, "float", "drawvec1[4]", 4)] + [DNAFieldAttribute(41, "float", "drawvec1[4]", "System.Single[]", 4)] public float[] drawvec1 = new System.Single[4]; - [DNAFieldAttribute(42, "float", "drawvec2[4]", 4)] + [DNAFieldAttribute(42, "float", "drawvec2[4]", "System.Single[]", 4)] public float[] drawvec2 = new System.Single[4]; - [DNAFieldAttribute(43, "float", "drawvec_falloff_min[3]", 4)] + [DNAFieldAttribute(43, "float", "drawvec_falloff_min[3]", "System.Single[]", 4)] public float[] drawvec_falloff_min = new System.Single[3]; - [DNAFieldAttribute(44, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(44, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(45, "float", "drawvec_falloff_max[3]", 4)] + [DNAFieldAttribute(45, "float", "drawvec_falloff_max[3]", "System.Single[]", 4)] public float[] drawvec_falloff_max = new System.Single[3]; - [DNAFieldAttribute(46, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(46, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(47, "Object", "*f_source", 1160)] + [DNAFieldAttribute(47, "Object", "*f_source", "Object", 1160)] public Object ptr_f_source; - [DNAFieldAttribute(48, "float", "pdef_cfrict", 4)] + [DNAFieldAttribute(48, "float", "pdef_cfrict", "float", 4)] public float pdef_cfrict; - [DNAFieldAttribute(49, "char", "_pad[4]", 1)] + [DNAFieldAttribute(49, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public PartDeflect() { this.flag = default; diff --git a/BlendFile/DNA/PartEff.cs b/BlendFile/DNA/PartEff.cs index 884f592..29fb50d 100644 --- a/BlendFile/DNA/PartEff.cs +++ b/BlendFile/DNA/PartEff.cs @@ -15,95 +15,95 @@ namespace BlendFile.DNA { [DNAClassAttribute(236, "PartEff")] public class PartEff { - [DNAFieldAttribute(0, "PartEff", "*next", 392)] + [DNAFieldAttribute(0, "PartEff", "*next", "PartEff", 392)] public PartEff ptr_next; - [DNAFieldAttribute(1, "PartEff", "*prev", 392)] + [DNAFieldAttribute(1, "PartEff", "*prev", "PartEff", 392)] public PartEff 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, "short", "stype", 2)] + [DNAFieldAttribute(5, "short", "stype", "short", 2)] public short stype; - [DNAFieldAttribute(6, "short", "vertgroup", 2)] + [DNAFieldAttribute(6, "short", "vertgroup", "short", 2)] public short vertgroup; - [DNAFieldAttribute(7, "short", "userjit", 2)] + [DNAFieldAttribute(7, "short", "userjit", "short", 2)] public short userjit; - [DNAFieldAttribute(8, "float", "sta", 4)] + [DNAFieldAttribute(8, "float", "sta", "float", 4)] public float sta; - [DNAFieldAttribute(9, "float", "end", 4)] + [DNAFieldAttribute(9, "float", "end", "float", 4)] public float end; - [DNAFieldAttribute(10, "float", "lifetime", 4)] + [DNAFieldAttribute(10, "float", "lifetime", "float", 4)] public float lifetime; - [DNAFieldAttribute(11, "int", "totpart", 4)] + [DNAFieldAttribute(11, "int", "totpart", "int", 4)] public int totpart; - [DNAFieldAttribute(12, "int", "totkey", 4)] + [DNAFieldAttribute(12, "int", "totkey", "int", 4)] public int totkey; - [DNAFieldAttribute(13, "int", "seed", 4)] + [DNAFieldAttribute(13, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(14, "float", "normfac", 4)] + [DNAFieldAttribute(14, "float", "normfac", "float", 4)] public float normfac; - [DNAFieldAttribute(15, "float", "obfac", 4)] + [DNAFieldAttribute(15, "float", "obfac", "float", 4)] public float obfac; - [DNAFieldAttribute(16, "float", "randfac", 4)] + [DNAFieldAttribute(16, "float", "randfac", "float", 4)] public float randfac; - [DNAFieldAttribute(17, "float", "texfac", 4)] + [DNAFieldAttribute(17, "float", "texfac", "float", 4)] public float texfac; - [DNAFieldAttribute(18, "float", "randlife", 4)] + [DNAFieldAttribute(18, "float", "randlife", "float", 4)] public float randlife; - [DNAFieldAttribute(19, "float", "force[3]", 4)] + [DNAFieldAttribute(19, "float", "force[3]", "System.Single[]", 4)] public float[] force = new System.Single[3]; - [DNAFieldAttribute(20, "float", "damp", 4)] + [DNAFieldAttribute(20, "float", "damp", "float", 4)] public float damp; - [DNAFieldAttribute(21, "float", "nabla", 4)] + [DNAFieldAttribute(21, "float", "nabla", "float", 4)] public float nabla; - [DNAFieldAttribute(22, "float", "vectsize", 4)] + [DNAFieldAttribute(22, "float", "vectsize", "float", 4)] public float vectsize; - [DNAFieldAttribute(23, "float", "maxlen", 4)] + [DNAFieldAttribute(23, "float", "maxlen", "float", 4)] public float maxlen; - [DNAFieldAttribute(24, "float", "defvec[3]", 4)] + [DNAFieldAttribute(24, "float", "defvec[3]", "System.Single[]", 4)] public float[] defvec = new System.Single[3]; - [DNAFieldAttribute(25, "char", "_pad[4]", 1)] + [DNAFieldAttribute(25, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(26, "float", "mult[4]", 4)] + [DNAFieldAttribute(26, "float", "mult[4]", "System.Single[]", 4)] public float[] mult = new System.Single[4]; - [DNAFieldAttribute(27, "float", "life[4]", 4)] + [DNAFieldAttribute(27, "float", "life[4]", "System.Single[]", 4)] public float[] life = new System.Single[4]; - [DNAFieldAttribute(28, "short", "child[4]", 2)] + [DNAFieldAttribute(28, "short", "child[4]", "System.Int16[]", 2)] public short[] child = new System.Int16[4]; - [DNAFieldAttribute(29, "short", "mat[4]", 2)] + [DNAFieldAttribute(29, "short", "mat[4]", "System.Int16[]", 2)] public short[] mat = new System.Int16[4]; - [DNAFieldAttribute(30, "short", "texmap", 2)] + [DNAFieldAttribute(30, "short", "texmap", "short", 2)] public short texmap; - [DNAFieldAttribute(31, "short", "curmult", 2)] + [DNAFieldAttribute(31, "short", "curmult", "short", 2)] public short curmult; - [DNAFieldAttribute(32, "short", "staticstep", 2)] + [DNAFieldAttribute(32, "short", "staticstep", "short", 2)] public short staticstep; - [DNAFieldAttribute(33, "short", "omat", 2)] + [DNAFieldAttribute(33, "short", "omat", "short", 2)] public short omat; - [DNAFieldAttribute(34, "short", "timetex", 2)] + [DNAFieldAttribute(34, "short", "timetex", "short", 2)] public short timetex; - [DNAFieldAttribute(35, "short", "speedtex", 2)] + [DNAFieldAttribute(35, "short", "speedtex", "short", 2)] public short speedtex; - [DNAFieldAttribute(36, "short", "flag2", 2)] + [DNAFieldAttribute(36, "short", "flag2", "short", 2)] public short flag2; - [DNAFieldAttribute(37, "short", "flag2neg", 2)] + [DNAFieldAttribute(37, "short", "flag2neg", "short", 2)] public short flag2neg; - [DNAFieldAttribute(38, "short", "disp", 2)] + [DNAFieldAttribute(38, "short", "disp", "short", 2)] public short disp; - [DNAFieldAttribute(39, "short", "vertgroup_v", 2)] + [DNAFieldAttribute(39, "short", "vertgroup_v", "short", 2)] public short vertgroup_v; - [DNAFieldAttribute(40, "char", "vgroupname[64]", 1)] + [DNAFieldAttribute(40, "char", "vgroupname[64]", "System.Char[]", 1)] public char[] vgroupname = new System.Char[64]; - [DNAFieldAttribute(41, "char", "vgroupname_v[64]", 1)] + [DNAFieldAttribute(41, "char", "vgroupname_v[64]", "System.Char[]", 1)] public char[] vgroupname_v = new System.Char[64]; - [DNAFieldAttribute(42, "float", "imat[4][4]", 4)] + [DNAFieldAttribute(42, "float", "imat[4][4]", "System.Single[,]", 4)] public float[,] imat = new System.Single[4,4]; - [DNAFieldAttribute(43, "Particle", "*keys", 0)] + [DNAFieldAttribute(43, "Particle", "*keys", "Particle", 0)] public Particle ptr_keys; - [DNAFieldAttribute(44, "Collection", "*group", 376)] + [DNAFieldAttribute(44, "Collection", "*group", "Collection", 376)] public Collection ptr_group; public PartEff() { this.ptr_next = default; diff --git a/BlendFile/DNA/ParticleBrushData.cs b/BlendFile/DNA/ParticleBrushData.cs index 4248612..66d35f4 100644 --- a/BlendFile/DNA/ParticleBrushData.cs +++ b/BlendFile/DNA/ParticleBrushData.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(810, "ParticleBrushData")] public struct ParticleBrushData { - [DNAFieldAttribute(0, "short", "size", 2)] + [DNAFieldAttribute(0, "short", "size", "short", 2)] public short size; - [DNAFieldAttribute(1, "short", "step", 2)] + [DNAFieldAttribute(1, "short", "step", "short", 2)] public short step; - [DNAFieldAttribute(2, "short", "invert", 2)] + [DNAFieldAttribute(2, "short", "invert", "short", 2)] public short invert; - [DNAFieldAttribute(3, "short", "count", 2)] + [DNAFieldAttribute(3, "short", "count", "short", 2)] public short count; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "float", "strength", 4)] + [DNAFieldAttribute(5, "float", "strength", "float", 4)] public float strength; public ParticleBrushData() { this.size = default; diff --git a/BlendFile/DNA/ParticleData.cs b/BlendFile/DNA/ParticleData.cs index e874cd6..a018dcd 100644 --- a/BlendFile/DNA/ParticleData.cs +++ b/BlendFile/DNA/ParticleData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(783, "ParticleData")] public class ParticleData { - [DNAFieldAttribute(0, "ParticleKey", "state", 56)] + [DNAFieldAttribute(0, "ParticleKey", "state", "ParticleKey", 56)] public ParticleKey state; - [DNAFieldAttribute(1, "ParticleKey", "prev_state", 56)] + [DNAFieldAttribute(1, "ParticleKey", "prev_state", "ParticleKey", 56)] public ParticleKey prev_state; - [DNAFieldAttribute(2, "HairKey", "*hair", 36)] + [DNAFieldAttribute(2, "HairKey", "*hair", "HairKey", 36)] public HairKey ptr_hair; - [DNAFieldAttribute(3, "ParticleKey", "*keys", 56)] + [DNAFieldAttribute(3, "ParticleKey", "*keys", "ParticleKey", 56)] public ParticleKey ptr_keys; - [DNAFieldAttribute(4, "BoidParticle", "*boid", 56)] + [DNAFieldAttribute(4, "BoidParticle", "*boid", "BoidParticle", 56)] public BoidParticle ptr_boid; - [DNAFieldAttribute(5, "int", "totkey", 4)] + [DNAFieldAttribute(5, "int", "totkey", "int", 4)] public int totkey; - [DNAFieldAttribute(6, "float", "time", 4)] + [DNAFieldAttribute(6, "float", "time", "float", 4)] public float time; - [DNAFieldAttribute(7, "float", "lifetime", 4)] + [DNAFieldAttribute(7, "float", "lifetime", "float", 4)] public float lifetime; - [DNAFieldAttribute(8, "float", "dietime", 4)] + [DNAFieldAttribute(8, "float", "dietime", "float", 4)] public float dietime; - [DNAFieldAttribute(9, "int", "num", 4)] + [DNAFieldAttribute(9, "int", "num", "int", 4)] public int num; - [DNAFieldAttribute(10, "int", "num_dmcache", 4)] + [DNAFieldAttribute(10, "int", "num_dmcache", "int", 4)] public int num_dmcache; - [DNAFieldAttribute(11, "float", "fuv[4]", 4)] + [DNAFieldAttribute(11, "float", "fuv[4]", "System.Single[]", 4)] public float[] fuv = new System.Single[4]; - [DNAFieldAttribute(12, "float", "foffset", 4)] + [DNAFieldAttribute(12, "float", "foffset", "float", 4)] public float foffset; - [DNAFieldAttribute(13, "float", "size", 4)] + [DNAFieldAttribute(13, "float", "size", "float", 4)] public float size; - [DNAFieldAttribute(14, "float", "sphdensity", 4)] + [DNAFieldAttribute(14, "float", "sphdensity", "float", 4)] public float sphdensity; - [DNAFieldAttribute(15, "char", "_pad[4]", 1)] + [DNAFieldAttribute(15, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(16, "int", "hair_index", 4)] + [DNAFieldAttribute(16, "int", "hair_index", "int", 4)] public int hair_index; - [DNAFieldAttribute(17, "short", "flag", 2)] + [DNAFieldAttribute(17, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(18, "short", "alive", 2)] + [DNAFieldAttribute(18, "short", "alive", "short", 2)] public short alive; public ParticleData() { this.state = default; diff --git a/BlendFile/DNA/ParticleDupliWeight.cs b/BlendFile/DNA/ParticleDupliWeight.cs index b35d2b5..cfd4a95 100644 --- a/BlendFile/DNA/ParticleDupliWeight.cs +++ b/BlendFile/DNA/ParticleDupliWeight.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(782, "ParticleDupliWeight")] public class ParticleDupliWeight { - [DNAFieldAttribute(0, "ParticleDupliWeight", "*next", 32)] + [DNAFieldAttribute(0, "ParticleDupliWeight", "*next", "ParticleDupliWeight", 32)] public ParticleDupliWeight ptr_next; - [DNAFieldAttribute(1, "ParticleDupliWeight", "*prev", 32)] + [DNAFieldAttribute(1, "ParticleDupliWeight", "*prev", "ParticleDupliWeight", 32)] public ParticleDupliWeight ptr_prev; - [DNAFieldAttribute(2, "Object", "*ob", 1160)] + [DNAFieldAttribute(2, "Object", "*ob", "Object", 1160)] public Object ptr_ob; - [DNAFieldAttribute(3, "short", "count", 2)] + [DNAFieldAttribute(3, "short", "count", "short", 2)] public short count; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "index", 2)] + [DNAFieldAttribute(5, "short", "index", "short", 2)] public short index; - [DNAFieldAttribute(6, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(6, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; public ParticleDupliWeight() { this.ptr_next = default; diff --git a/BlendFile/DNA/ParticleEditSettings.cs b/BlendFile/DNA/ParticleEditSettings.cs index 2b9a52a..7f5da22 100644 --- a/BlendFile/DNA/ParticleEditSettings.cs +++ b/BlendFile/DNA/ParticleEditSettings.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(811, "ParticleEditSettings")] public class ParticleEditSettings { - [DNAFieldAttribute(0, "short", "flag", 2)] + [DNAFieldAttribute(0, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(1, "short", "totrekey", 2)] + [DNAFieldAttribute(1, "short", "totrekey", "short", 2)] public short totrekey; - [DNAFieldAttribute(2, "short", "totaddkey", 2)] + [DNAFieldAttribute(2, "short", "totaddkey", "short", 2)] public short totaddkey; - [DNAFieldAttribute(3, "short", "brushtype", 2)] + [DNAFieldAttribute(3, "short", "brushtype", "short", 2)] public short brushtype; - [DNAFieldAttribute(4, "ParticleBrushData", "brush[7]", 16)] + [DNAFieldAttribute(4, "ParticleBrushData", "brush[7]", "ParticleBrushData[]", 16)] public ParticleBrushData[] brush = new ParticleBrushData[7]; - [DNAFieldAttribute(5, "void", "*paintcursor", 0)] + [DNAFieldAttribute(5, "void", "*paintcursor", "void", 0)] public object ptr_paintcursor; - [DNAFieldAttribute(6, "float", "emitterdist", 4)] + [DNAFieldAttribute(6, "float", "emitterdist", "float", 4)] public float emitterdist; - [DNAFieldAttribute(7, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(7, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(8, "int", "selectmode", 4)] + [DNAFieldAttribute(8, "int", "selectmode", "int", 4)] public int selectmode; - [DNAFieldAttribute(9, "int", "edittype", 4)] + [DNAFieldAttribute(9, "int", "edittype", "int", 4)] public int edittype; - [DNAFieldAttribute(10, "int", "draw_step", 4)] + [DNAFieldAttribute(10, "int", "draw_step", "int", 4)] public int draw_step; - [DNAFieldAttribute(11, "int", "fade_frames", 4)] + [DNAFieldAttribute(11, "int", "fade_frames", "int", 4)] public int fade_frames; - [DNAFieldAttribute(12, "Scene", "*scene", 6744)] + [DNAFieldAttribute(12, "Scene", "*scene", "Scene", 6744)] public Scene ptr_scene; - [DNAFieldAttribute(13, "Object", "*object", 1160)] + [DNAFieldAttribute(13, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(14, "Object", "*shape_object", 1160)] + [DNAFieldAttribute(14, "Object", "*shape_object", "Object", 1160)] public Object ptr_shape_object; public ParticleEditSettings() { this.flag = default; diff --git a/BlendFile/DNA/ParticleInstanceModifierData.cs b/BlendFile/DNA/ParticleInstanceModifierData.cs index d840642..1225b7c 100644 --- a/BlendFile/DNA/ParticleInstanceModifierData.cs +++ b/BlendFile/DNA/ParticleInstanceModifierData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(478, "ParticleInstanceModifierData")] public class ParticleInstanceModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Object", "*ob", 1160)] + [DNAFieldAttribute(1, "Object", "*ob", "Object", 1160)] public Object ptr_ob; - [DNAFieldAttribute(2, "short", "psys", 2)] + [DNAFieldAttribute(2, "short", "psys", "short", 2)] public short psys; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "short", "axis", 2)] + [DNAFieldAttribute(4, "short", "axis", "short", 2)] public short axis; - [DNAFieldAttribute(5, "short", "space", 2)] + [DNAFieldAttribute(5, "short", "space", "short", 2)] public short space; - [DNAFieldAttribute(6, "float", "position", 4)] + [DNAFieldAttribute(6, "float", "position", "float", 4)] public float position; - [DNAFieldAttribute(7, "float", "random_position", 4)] + [DNAFieldAttribute(7, "float", "random_position", "float", 4)] public float random_position; - [DNAFieldAttribute(8, "float", "rotation", 4)] + [DNAFieldAttribute(8, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(9, "float", "random_rotation", 4)] + [DNAFieldAttribute(9, "float", "random_rotation", "float", 4)] public float random_rotation; - [DNAFieldAttribute(10, "float", "particle_amount", 4)] + [DNAFieldAttribute(10, "float", "particle_amount", "float", 4)] public float particle_amount; - [DNAFieldAttribute(11, "float", "particle_offset", 4)] + [DNAFieldAttribute(11, "float", "particle_offset", "float", 4)] public float particle_offset; - [DNAFieldAttribute(12, "char", "index_layer_name[68]", 1)] + [DNAFieldAttribute(12, "char", "index_layer_name[68]", "System.Char[]", 1)] public char[] index_layer_name = new System.Char[68]; - [DNAFieldAttribute(13, "char", "value_layer_name[68]", 1)] + [DNAFieldAttribute(13, "char", "value_layer_name[68]", "System.Char[]", 1)] public char[] value_layer_name = new System.Char[68]; - [DNAFieldAttribute(14, "void", "*_pad1", 0)] + [DNAFieldAttribute(14, "void", "*_pad1", "void", 0)] public object ptr__pad1; public ParticleInstanceModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ParticleKey.cs b/BlendFile/DNA/ParticleKey.cs index 55edd4d..0b04bb0 100644 --- a/BlendFile/DNA/ParticleKey.cs +++ b/BlendFile/DNA/ParticleKey.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(777, "ParticleKey")] public struct ParticleKey { - [DNAFieldAttribute(0, "float", "co[3]", 4)] + [DNAFieldAttribute(0, "float", "co[3]", "System.Single[]", 4)] public float[] co = new System.Single[3]; - [DNAFieldAttribute(1, "float", "vel[3]", 4)] + [DNAFieldAttribute(1, "float", "vel[3]", "System.Single[]", 4)] public float[] vel = new System.Single[3]; - [DNAFieldAttribute(2, "float", "rot[4]", 4)] + [DNAFieldAttribute(2, "float", "rot[4]", "System.Single[]", 4)] public float[] rot = new System.Single[4]; - [DNAFieldAttribute(3, "float", "ave[3]", 4)] + [DNAFieldAttribute(3, "float", "ave[3]", "System.Single[]", 4)] public float[] ave = new System.Single[3]; - [DNAFieldAttribute(4, "float", "time", 4)] + [DNAFieldAttribute(4, "float", "time", "float", 4)] public float time; public ParticleKey() { this.co = default; diff --git a/BlendFile/DNA/ParticleSettings.cs b/BlendFile/DNA/ParticleSettings.cs index bc2e7a7..7ddc189 100644 --- a/BlendFile/DNA/ParticleSettings.cs +++ b/BlendFile/DNA/ParticleSettings.cs @@ -15,299 +15,299 @@ namespace BlendFile.DNA { [DNAClassAttribute(785, "ParticleSettings")] public class ParticleSettings { - [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, "BoidSettings", "*boids", 104)] + [DNAFieldAttribute(2, "BoidSettings", "*boids", "BoidSettings", 104)] public BoidSettings ptr_boids; - [DNAFieldAttribute(3, "SPHFluidSettings", "*fluid", 68)] + [DNAFieldAttribute(3, "SPHFluidSettings", "*fluid", "SPHFluidSettings", 68)] public SPHFluidSettings ptr_fluid; - [DNAFieldAttribute(4, "EffectorWeights", "*effector_weights", 72)] + [DNAFieldAttribute(4, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)] public EffectorWeights ptr_effector_weights; - [DNAFieldAttribute(5, "Collection", "*collision_group", 376)] + [DNAFieldAttribute(5, "Collection", "*collision_group", "Collection", 376)] public Collection ptr_collision_group; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(7, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(8, "short", "type", 2)] + [DNAFieldAttribute(8, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(9, "short", "from", 2)] + [DNAFieldAttribute(9, "short", "from", "short", 2)] public short from; - [DNAFieldAttribute(10, "short", "distr", 2)] + [DNAFieldAttribute(10, "short", "distr", "short", 2)] public short distr; - [DNAFieldAttribute(11, "short", "texact", 2)] + [DNAFieldAttribute(11, "short", "texact", "short", 2)] public short texact; - [DNAFieldAttribute(12, "short", "phystype", 2)] + [DNAFieldAttribute(12, "short", "phystype", "short", 2)] public short phystype; - [DNAFieldAttribute(13, "short", "rotmode", 2)] + [DNAFieldAttribute(13, "short", "rotmode", "short", 2)] public short rotmode; - [DNAFieldAttribute(14, "short", "avemode", 2)] + [DNAFieldAttribute(14, "short", "avemode", "short", 2)] public short avemode; - [DNAFieldAttribute(15, "short", "reactevent", 2)] + [DNAFieldAttribute(15, "short", "reactevent", "short", 2)] public short reactevent; - [DNAFieldAttribute(16, "int", "draw", 4)] + [DNAFieldAttribute(16, "int", "draw", "int", 4)] public int draw; - [DNAFieldAttribute(17, "float", "draw_size", 4)] + [DNAFieldAttribute(17, "float", "draw_size", "float", 4)] public float draw_size; - [DNAFieldAttribute(18, "short", "draw_as", 2)] + [DNAFieldAttribute(18, "short", "draw_as", "short", 2)] public short draw_as; - [DNAFieldAttribute(19, "short", "childtype", 2)] + [DNAFieldAttribute(19, "short", "childtype", "short", 2)] public short childtype; - [DNAFieldAttribute(20, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(20, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(21, "short", "ren_as", 2)] + [DNAFieldAttribute(21, "short", "ren_as", "short", 2)] public short ren_as; - [DNAFieldAttribute(22, "short", "subframes", 2)] + [DNAFieldAttribute(22, "short", "subframes", "short", 2)] public short subframes; - [DNAFieldAttribute(23, "short", "draw_col", 2)] + [DNAFieldAttribute(23, "short", "draw_col", "short", 2)] public short draw_col; - [DNAFieldAttribute(24, "short", "draw_step", 2)] + [DNAFieldAttribute(24, "short", "draw_step", "short", 2)] public short draw_step; - [DNAFieldAttribute(25, "short", "ren_step", 2)] + [DNAFieldAttribute(25, "short", "ren_step", "short", 2)] public short ren_step; - [DNAFieldAttribute(26, "short", "hair_step", 2)] + [DNAFieldAttribute(26, "short", "hair_step", "short", 2)] public short hair_step; - [DNAFieldAttribute(27, "short", "keys_step", 2)] + [DNAFieldAttribute(27, "short", "keys_step", "short", 2)] public short keys_step; - [DNAFieldAttribute(28, "short", "adapt_angle", 2)] + [DNAFieldAttribute(28, "short", "adapt_angle", "short", 2)] public short adapt_angle; - [DNAFieldAttribute(29, "short", "adapt_pix", 2)] + [DNAFieldAttribute(29, "short", "adapt_pix", "short", 2)] public short adapt_pix; - [DNAFieldAttribute(30, "short", "disp", 2)] + [DNAFieldAttribute(30, "short", "disp", "short", 2)] public short disp; - [DNAFieldAttribute(31, "short", "omat", 2)] + [DNAFieldAttribute(31, "short", "omat", "short", 2)] public short omat; - [DNAFieldAttribute(32, "short", "interpolation", 2)] + [DNAFieldAttribute(32, "short", "interpolation", "short", 2)] public short interpolation; - [DNAFieldAttribute(33, "short", "integrator", 2)] + [DNAFieldAttribute(33, "short", "integrator", "short", 2)] public short integrator; - [DNAFieldAttribute(34, "short", "rotfrom", 2)] + [DNAFieldAttribute(34, "short", "rotfrom", "short", 2)] public short rotfrom; - [DNAFieldAttribute(35, "short", "kink", 2)] + [DNAFieldAttribute(35, "short", "kink", "short", 2)] public short kink; - [DNAFieldAttribute(36, "short", "kink_axis", 2)] + [DNAFieldAttribute(36, "short", "kink_axis", "short", 2)] public short kink_axis; - [DNAFieldAttribute(37, "short", "bb_align", 2)] + [DNAFieldAttribute(37, "short", "bb_align", "short", 2)] public short bb_align; - [DNAFieldAttribute(38, "short", "bb_uv_split", 2)] + [DNAFieldAttribute(38, "short", "bb_uv_split", "short", 2)] public short bb_uv_split; - [DNAFieldAttribute(39, "short", "bb_anim", 2)] + [DNAFieldAttribute(39, "short", "bb_anim", "short", 2)] public short bb_anim; - [DNAFieldAttribute(40, "short", "bb_split_offset", 2)] + [DNAFieldAttribute(40, "short", "bb_split_offset", "short", 2)] public short bb_split_offset; - [DNAFieldAttribute(41, "float", "bb_tilt", 4)] + [DNAFieldAttribute(41, "float", "bb_tilt", "float", 4)] public float bb_tilt; - [DNAFieldAttribute(42, "float", "bb_rand_tilt", 4)] + [DNAFieldAttribute(42, "float", "bb_rand_tilt", "float", 4)] public float bb_rand_tilt; - [DNAFieldAttribute(43, "float", "bb_offset[2]", 4)] + [DNAFieldAttribute(43, "float", "bb_offset[2]", "System.Single[]", 4)] public float[] bb_offset = new System.Single[2]; - [DNAFieldAttribute(44, "float", "bb_size[2]", 4)] + [DNAFieldAttribute(44, "float", "bb_size[2]", "System.Single[]", 4)] public float[] bb_size = new System.Single[2]; - [DNAFieldAttribute(45, "float", "bb_vel_head", 4)] + [DNAFieldAttribute(45, "float", "bb_vel_head", "float", 4)] public float bb_vel_head; - [DNAFieldAttribute(46, "float", "bb_vel_tail", 4)] + [DNAFieldAttribute(46, "float", "bb_vel_tail", "float", 4)] public float bb_vel_tail; - [DNAFieldAttribute(47, "float", "color_vec_max", 4)] + [DNAFieldAttribute(47, "float", "color_vec_max", "float", 4)] public float color_vec_max; - [DNAFieldAttribute(48, "float", "sta", 4)] + [DNAFieldAttribute(48, "float", "sta", "float", 4)] public float sta; - [DNAFieldAttribute(49, "float", "end", 4)] + [DNAFieldAttribute(49, "float", "end", "float", 4)] public float end; - [DNAFieldAttribute(50, "float", "lifetime", 4)] + [DNAFieldAttribute(50, "float", "lifetime", "float", 4)] public float lifetime; - [DNAFieldAttribute(51, "float", "randlife", 4)] + [DNAFieldAttribute(51, "float", "randlife", "float", 4)] public float randlife; - [DNAFieldAttribute(52, "float", "timetweak", 4)] + [DNAFieldAttribute(52, "float", "timetweak", "float", 4)] public float timetweak; - [DNAFieldAttribute(53, "float", "courant_target", 4)] + [DNAFieldAttribute(53, "float", "courant_target", "float", 4)] public float courant_target; - [DNAFieldAttribute(54, "float", "jitfac", 4)] + [DNAFieldAttribute(54, "float", "jitfac", "float", 4)] public float jitfac; - [DNAFieldAttribute(55, "float", "eff_hair", 4)] + [DNAFieldAttribute(55, "float", "eff_hair", "float", 4)] public float eff_hair; - [DNAFieldAttribute(56, "float", "grid_rand", 4)] + [DNAFieldAttribute(56, "float", "grid_rand", "float", 4)] public float grid_rand; - [DNAFieldAttribute(57, "float", "ps_offset[1]", 4)] + [DNAFieldAttribute(57, "float", "ps_offset[1]", "System.Single[]", 4)] public float[] ps_offset = new System.Single[1]; - [DNAFieldAttribute(58, "int", "totpart", 4)] + [DNAFieldAttribute(58, "int", "totpart", "int", 4)] public int totpart; - [DNAFieldAttribute(59, "int", "userjit", 4)] + [DNAFieldAttribute(59, "int", "userjit", "int", 4)] public int userjit; - [DNAFieldAttribute(60, "int", "grid_res", 4)] + [DNAFieldAttribute(60, "int", "grid_res", "int", 4)] public int grid_res; - [DNAFieldAttribute(61, "int", "effector_amount", 4)] + [DNAFieldAttribute(61, "int", "effector_amount", "int", 4)] public int effector_amount; - [DNAFieldAttribute(62, "short", "time_flag", 2)] + [DNAFieldAttribute(62, "short", "time_flag", "short", 2)] public short time_flag; - [DNAFieldAttribute(63, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(63, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(64, "float", "normfac", 4)] + [DNAFieldAttribute(64, "float", "normfac", "float", 4)] public float normfac; - [DNAFieldAttribute(65, "float", "obfac", 4)] + [DNAFieldAttribute(65, "float", "obfac", "float", 4)] public float obfac; - [DNAFieldAttribute(66, "float", "randfac", 4)] + [DNAFieldAttribute(66, "float", "randfac", "float", 4)] public float randfac; - [DNAFieldAttribute(67, "float", "partfac", 4)] + [DNAFieldAttribute(67, "float", "partfac", "float", 4)] public float partfac; - [DNAFieldAttribute(68, "float", "tanfac", 4)] + [DNAFieldAttribute(68, "float", "tanfac", "float", 4)] public float tanfac; - [DNAFieldAttribute(69, "float", "tanphase", 4)] + [DNAFieldAttribute(69, "float", "tanphase", "float", 4)] public float tanphase; - [DNAFieldAttribute(70, "float", "reactfac", 4)] + [DNAFieldAttribute(70, "float", "reactfac", "float", 4)] public float reactfac; - [DNAFieldAttribute(71, "float", "ob_vel[3]", 4)] + [DNAFieldAttribute(71, "float", "ob_vel[3]", "System.Single[]", 4)] public float[] ob_vel = new System.Single[3]; - [DNAFieldAttribute(72, "float", "avefac", 4)] + [DNAFieldAttribute(72, "float", "avefac", "float", 4)] public float avefac; - [DNAFieldAttribute(73, "float", "phasefac", 4)] + [DNAFieldAttribute(73, "float", "phasefac", "float", 4)] public float phasefac; - [DNAFieldAttribute(74, "float", "randrotfac", 4)] + [DNAFieldAttribute(74, "float", "randrotfac", "float", 4)] public float randrotfac; - [DNAFieldAttribute(75, "float", "randphasefac", 4)] + [DNAFieldAttribute(75, "float", "randphasefac", "float", 4)] public float randphasefac; - [DNAFieldAttribute(76, "float", "mass", 4)] + [DNAFieldAttribute(76, "float", "mass", "float", 4)] public float mass; - [DNAFieldAttribute(77, "float", "size", 4)] + [DNAFieldAttribute(77, "float", "size", "float", 4)] public float size; - [DNAFieldAttribute(78, "float", "randsize", 4)] + [DNAFieldAttribute(78, "float", "randsize", "float", 4)] public float randsize; - [DNAFieldAttribute(79, "float", "acc[3]", 4)] + [DNAFieldAttribute(79, "float", "acc[3]", "System.Single[]", 4)] public float[] acc = new System.Single[3]; - [DNAFieldAttribute(80, "float", "dragfac", 4)] + [DNAFieldAttribute(80, "float", "dragfac", "float", 4)] public float dragfac; - [DNAFieldAttribute(81, "float", "brownfac", 4)] + [DNAFieldAttribute(81, "float", "brownfac", "float", 4)] public float brownfac; - [DNAFieldAttribute(82, "float", "dampfac", 4)] + [DNAFieldAttribute(82, "float", "dampfac", "float", 4)] public float dampfac; - [DNAFieldAttribute(83, "float", "randlength", 4)] + [DNAFieldAttribute(83, "float", "randlength", "float", 4)] public float randlength; - [DNAFieldAttribute(84, "int", "child_flag", 4)] + [DNAFieldAttribute(84, "int", "child_flag", "int", 4)] public int child_flag; - [DNAFieldAttribute(85, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(85, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(86, "int", "child_nbr", 4)] + [DNAFieldAttribute(86, "int", "child_nbr", "int", 4)] public int child_nbr; - [DNAFieldAttribute(87, "int", "ren_child_nbr", 4)] + [DNAFieldAttribute(87, "int", "ren_child_nbr", "int", 4)] public int ren_child_nbr; - [DNAFieldAttribute(88, "float", "parents", 4)] + [DNAFieldAttribute(88, "float", "parents", "float", 4)] public float parents; - [DNAFieldAttribute(89, "float", "childsize", 4)] + [DNAFieldAttribute(89, "float", "childsize", "float", 4)] public float childsize; - [DNAFieldAttribute(90, "float", "childrandsize", 4)] + [DNAFieldAttribute(90, "float", "childrandsize", "float", 4)] public float childrandsize; - [DNAFieldAttribute(91, "float", "childrad", 4)] + [DNAFieldAttribute(91, "float", "childrad", "float", 4)] public float childrad; - [DNAFieldAttribute(92, "float", "childflat", 4)] + [DNAFieldAttribute(92, "float", "childflat", "float", 4)] public float childflat; - [DNAFieldAttribute(93, "float", "clumpfac", 4)] + [DNAFieldAttribute(93, "float", "clumpfac", "float", 4)] public float clumpfac; - [DNAFieldAttribute(94, "float", "clumppow", 4)] + [DNAFieldAttribute(94, "float", "clumppow", "float", 4)] public float clumppow; - [DNAFieldAttribute(95, "float", "kink_amp", 4)] + [DNAFieldAttribute(95, "float", "kink_amp", "float", 4)] public float kink_amp; - [DNAFieldAttribute(96, "float", "kink_freq", 4)] + [DNAFieldAttribute(96, "float", "kink_freq", "float", 4)] public float kink_freq; - [DNAFieldAttribute(97, "float", "kink_shape", 4)] + [DNAFieldAttribute(97, "float", "kink_shape", "float", 4)] public float kink_shape; - [DNAFieldAttribute(98, "float", "kink_flat", 4)] + [DNAFieldAttribute(98, "float", "kink_flat", "float", 4)] public float kink_flat; - [DNAFieldAttribute(99, "float", "kink_amp_clump", 4)] + [DNAFieldAttribute(99, "float", "kink_amp_clump", "float", 4)] public float kink_amp_clump; - [DNAFieldAttribute(100, "int", "kink_extra_steps", 4)] + [DNAFieldAttribute(100, "int", "kink_extra_steps", "int", 4)] public int kink_extra_steps; - [DNAFieldAttribute(101, "char", "_pad4[4]", 1)] + [DNAFieldAttribute(101, "char", "_pad4[4]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[4]; - [DNAFieldAttribute(102, "float", "kink_axis_random", 4)] + [DNAFieldAttribute(102, "float", "kink_axis_random", "float", 4)] public float kink_axis_random; - [DNAFieldAttribute(103, "float", "kink_amp_random", 4)] + [DNAFieldAttribute(103, "float", "kink_amp_random", "float", 4)] public float kink_amp_random; - [DNAFieldAttribute(104, "float", "rough1", 4)] + [DNAFieldAttribute(104, "float", "rough1", "float", 4)] public float rough1; - [DNAFieldAttribute(105, "float", "rough1_size", 4)] + [DNAFieldAttribute(105, "float", "rough1_size", "float", 4)] public float rough1_size; - [DNAFieldAttribute(106, "float", "rough2", 4)] + [DNAFieldAttribute(106, "float", "rough2", "float", 4)] public float rough2; - [DNAFieldAttribute(107, "float", "rough2_size", 4)] + [DNAFieldAttribute(107, "float", "rough2_size", "float", 4)] public float rough2_size; - [DNAFieldAttribute(108, "float", "rough2_thres", 4)] + [DNAFieldAttribute(108, "float", "rough2_thres", "float", 4)] public float rough2_thres; - [DNAFieldAttribute(109, "float", "rough_end", 4)] + [DNAFieldAttribute(109, "float", "rough_end", "float", 4)] public float rough_end; - [DNAFieldAttribute(110, "float", "rough_end_shape", 4)] + [DNAFieldAttribute(110, "float", "rough_end_shape", "float", 4)] public float rough_end_shape; - [DNAFieldAttribute(111, "float", "clength", 4)] + [DNAFieldAttribute(111, "float", "clength", "float", 4)] public float clength; - [DNAFieldAttribute(112, "float", "clength_thres", 4)] + [DNAFieldAttribute(112, "float", "clength_thres", "float", 4)] public float clength_thres; - [DNAFieldAttribute(113, "float", "parting_fac", 4)] + [DNAFieldAttribute(113, "float", "parting_fac", "float", 4)] public float parting_fac; - [DNAFieldAttribute(114, "float", "parting_min", 4)] + [DNAFieldAttribute(114, "float", "parting_min", "float", 4)] public float parting_min; - [DNAFieldAttribute(115, "float", "parting_max", 4)] + [DNAFieldAttribute(115, "float", "parting_max", "float", 4)] public float parting_max; - [DNAFieldAttribute(116, "float", "branch_thres", 4)] + [DNAFieldAttribute(116, "float", "branch_thres", "float", 4)] public float branch_thres; - [DNAFieldAttribute(117, "float", "draw_line[2]", 4)] + [DNAFieldAttribute(117, "float", "draw_line[2]", "System.Single[]", 4)] public float[] draw_line = new System.Single[2]; - [DNAFieldAttribute(118, "float", "path_start", 4)] + [DNAFieldAttribute(118, "float", "path_start", "float", 4)] public float path_start; - [DNAFieldAttribute(119, "float", "path_end", 4)] + [DNAFieldAttribute(119, "float", "path_end", "float", 4)] public float path_end; - [DNAFieldAttribute(120, "int", "trail_count", 4)] + [DNAFieldAttribute(120, "int", "trail_count", "int", 4)] public int trail_count; - [DNAFieldAttribute(121, "int", "keyed_loops", 4)] + [DNAFieldAttribute(121, "int", "keyed_loops", "int", 4)] public int keyed_loops; - [DNAFieldAttribute(122, "CurveMapping", "*clumpcurve", 424)] + [DNAFieldAttribute(122, "CurveMapping", "*clumpcurve", "CurveMapping", 424)] public CurveMapping ptr_clumpcurve; - [DNAFieldAttribute(123, "CurveMapping", "*roughcurve", 424)] + [DNAFieldAttribute(123, "CurveMapping", "*roughcurve", "CurveMapping", 424)] public CurveMapping ptr_roughcurve; - [DNAFieldAttribute(124, "float", "clump_noise_size", 4)] + [DNAFieldAttribute(124, "float", "clump_noise_size", "float", 4)] public float clump_noise_size; - [DNAFieldAttribute(125, "float", "bending_random", 4)] + [DNAFieldAttribute(125, "float", "bending_random", "float", 4)] public float bending_random; - [DNAFieldAttribute(126, "MTex", "*mtex[18]", 216)] + [DNAFieldAttribute(126, "MTex", "*mtex[18]", "MTex[]", 216)] public MTex[] ptr_m = new MTex[18]; - [DNAFieldAttribute(127, "Collection", "*dup_group", 376)] + [DNAFieldAttribute(127, "Collection", "*dup_group", "Collection", 376)] public Collection ptr_dup_group; - [DNAFieldAttribute(128, "ListBase", "dupliweights", 16)] + [DNAFieldAttribute(128, "ListBase", "dupliweights", "ListBase", 16)] public ListBase dupliweights; - [DNAFieldAttribute(129, "Collection", "*force_group", 376)] + [DNAFieldAttribute(129, "Collection", "*force_group", "Collection", 376)] public Collection ptr_force_group; - [DNAFieldAttribute(130, "Object", "*dup_ob", 1160)] + [DNAFieldAttribute(130, "Object", "*dup_ob", "Object", 1160)] public Object ptr_dup_ob; - [DNAFieldAttribute(131, "Object", "*bb_ob", 1160)] + [DNAFieldAttribute(131, "Object", "*bb_ob", "Object", 1160)] public Object ptr_bb_ob; - [DNAFieldAttribute(132, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(132, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(133, "PartDeflect", "*pd", 232)] + [DNAFieldAttribute(133, "PartDeflect", "*pd", "PartDeflect", 232)] public PartDeflect ptr_pd; - [DNAFieldAttribute(134, "PartDeflect", "*pd2", 232)] + [DNAFieldAttribute(134, "PartDeflect", "*pd2", "PartDeflect", 232)] public PartDeflect ptr_pd2; - [DNAFieldAttribute(135, "short", "use_modifier_stack", 2)] + [DNAFieldAttribute(135, "short", "use_modifier_stack", "short", 2)] public short use_modifier_stack; - [DNAFieldAttribute(136, "char", "_pad5[2]", 1)] + [DNAFieldAttribute(136, "char", "_pad5[2]", "System.Char[]", 1)] public char[] _pad5 = new System.Char[2]; - [DNAFieldAttribute(137, "short", "shape_flag", 2)] + [DNAFieldAttribute(137, "short", "shape_flag", "short", 2)] public short shape_flag; - [DNAFieldAttribute(138, "char", "_pad6[2]", 1)] + [DNAFieldAttribute(138, "char", "_pad6[2]", "System.Char[]", 1)] public char[] _pad6 = new System.Char[2]; - [DNAFieldAttribute(139, "float", "twist", 4)] + [DNAFieldAttribute(139, "float", "twist", "float", 4)] public float twist; - [DNAFieldAttribute(140, "char", "_pad8[4]", 1)] + [DNAFieldAttribute(140, "char", "_pad8[4]", "System.Char[]", 1)] public char[] _pad8 = new System.Char[4]; - [DNAFieldAttribute(141, "float", "shape", 4)] + [DNAFieldAttribute(141, "float", "shape", "float", 4)] public float shape; - [DNAFieldAttribute(142, "float", "rad_root", 4)] + [DNAFieldAttribute(142, "float", "rad_root", "float", 4)] public float rad_root; - [DNAFieldAttribute(143, "float", "rad_tip", 4)] + [DNAFieldAttribute(143, "float", "rad_tip", "float", 4)] public float rad_tip; - [DNAFieldAttribute(144, "float", "rad_scale", 4)] + [DNAFieldAttribute(144, "float", "rad_scale", "float", 4)] public float rad_scale; - [DNAFieldAttribute(145, "CurveMapping", "*twistcurve", 424)] + [DNAFieldAttribute(145, "CurveMapping", "*twistcurve", "CurveMapping", 424)] public CurveMapping ptr_twistcurve; - [DNAFieldAttribute(146, "void", "*_pad7", 0)] + [DNAFieldAttribute(146, "void", "*_pad7", "void", 0)] public object ptr__pad7; public ParticleSettings() { this.id = default; diff --git a/BlendFile/DNA/ParticleSpring.cs b/BlendFile/DNA/ParticleSpring.cs index 0993474..d8edbb2 100644 --- a/BlendFile/DNA/ParticleSpring.cs +++ b/BlendFile/DNA/ParticleSpring.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(779, "ParticleSpring")] public struct ParticleSpring { - [DNAFieldAttribute(0, "float", "rest_length", 4)] + [DNAFieldAttribute(0, "float", "rest_length", "float", 4)] public float rest_length; - [DNAFieldAttribute(1, "int", "particle_index[2]", 4)] + [DNAFieldAttribute(1, "int", "particle_index[2]", "System.Int32[]", 4)] public int[] particle_index = new System.Int32[2]; - [DNAFieldAttribute(2, "int", "delete_flag", 4)] + [DNAFieldAttribute(2, "int", "delete_flag", "int", 4)] public int delete_flag; public ParticleSpring() { this.rest_length = default; diff --git a/BlendFile/DNA/ParticleSystem.cs b/BlendFile/DNA/ParticleSystem.cs index a60967e..e16e495 100644 --- a/BlendFile/DNA/ParticleSystem.cs +++ b/BlendFile/DNA/ParticleSystem.cs @@ -15,113 +15,113 @@ namespace BlendFile.DNA { [DNAClassAttribute(233, "ParticleSystem")] public class ParticleSystem { - [DNAFieldAttribute(0, "ParticleSystem", "*next", 696)] + [DNAFieldAttribute(0, "ParticleSystem", "*next", "ParticleSystem", 696)] public ParticleSystem ptr_next; - [DNAFieldAttribute(1, "ParticleSystem", "*prev", 696)] + [DNAFieldAttribute(1, "ParticleSystem", "*prev", "ParticleSystem", 696)] public ParticleSystem ptr_prev; - [DNAFieldAttribute(2, "ParticleSettings", "*part", 968)] + [DNAFieldAttribute(2, "ParticleSettings", "*part", "ParticleSettings", 968)] public ParticleSettings ptr_part; - [DNAFieldAttribute(3, "ParticleData", "*particles", 200)] + [DNAFieldAttribute(3, "ParticleData", "*particles", "ParticleData", 200)] public ParticleData ptr_particles; - [DNAFieldAttribute(4, "ChildParticle", "*child", 64)] + [DNAFieldAttribute(4, "ChildParticle", "*child", "ChildParticle", 64)] public ChildParticle ptr_child; - [DNAFieldAttribute(5, "PTCacheEdit", "*edit", 0)] + [DNAFieldAttribute(5, "PTCacheEdit", "*edit", "PTCacheEdit", 0)] public PTCacheEdit ptr_edit; - [DNAFieldAttribute(7, "ParticleCacheKey", "**pathcache", 0)] + [DNAFieldAttribute(7, "ParticleCacheKey", "**pathcache", "ParticleCacheKey", 0)] public ParticleCacheKey ptr_ptr_pathcache; - [DNAFieldAttribute(8, "ParticleCacheKey", "**childcache", 0)] + [DNAFieldAttribute(8, "ParticleCacheKey", "**childcache", "ParticleCacheKey", 0)] public ParticleCacheKey ptr_ptr_childcache; - [DNAFieldAttribute(9, "ListBase", "pathcachebufs", 16)] + [DNAFieldAttribute(9, "ListBase", "pathcachebufs", "ListBase", 16)] public ListBase pathcachebufs; - [DNAFieldAttribute(10, "ListBase", "childcachebufs", 16)] + [DNAFieldAttribute(10, "ListBase", "childcachebufs", "ListBase", 16)] public ListBase childcachebufs; - [DNAFieldAttribute(11, "ClothModifierData", "*clmd", 224)] + [DNAFieldAttribute(11, "ClothModifierData", "*clmd", "ClothModifierData", 224)] public ClothModifierData ptr_clmd; - [DNAFieldAttribute(12, "Mesh", "*hair_in_mesh", 1712)] + [DNAFieldAttribute(12, "Mesh", "*hair_in_mesh", "Mesh", 1712)] public Mesh ptr_hair_in_mesh; - [DNAFieldAttribute(13, "Mesh", "*hair_out_mesh", 1712)] + [DNAFieldAttribute(13, "Mesh", "*hair_out_mesh", "Mesh", 1712)] public Mesh ptr_hair_out_mesh; - [DNAFieldAttribute(14, "Object", "*target_ob", 1160)] + [DNAFieldAttribute(14, "Object", "*target_ob", "Object", 1160)] public Object ptr_target_ob; - [DNAFieldAttribute(15, "LatticeDeformData", "*lattice_deform_data", 0)] + [DNAFieldAttribute(15, "LatticeDeformData", "*lattice_deform_data", "LatticeDeformData", 0)] public LatticeDeformData ptr_lattice_deform_data; - [DNAFieldAttribute(16, "Object", "*parent", 1160)] + [DNAFieldAttribute(16, "Object", "*parent", "Object", 1160)] public Object ptr_parent; - [DNAFieldAttribute(17, "ListBase", "targets", 16)] + [DNAFieldAttribute(17, "ListBase", "targets", "ListBase", 16)] public ListBase targets; - [DNAFieldAttribute(18, "char", "name[64]", 1)] + [DNAFieldAttribute(18, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(19, "float", "imat[4][4]", 4)] + [DNAFieldAttribute(19, "float", "imat[4][4]", "System.Single[,]", 4)] public float[,] imat = new System.Single[4,4]; - [DNAFieldAttribute(20, "float", "cfra", 4)] + [DNAFieldAttribute(20, "float", "cfra", "float", 4)] public float cfra; - [DNAFieldAttribute(21, "float", "tree_frame", 4)] + [DNAFieldAttribute(21, "float", "tree_frame", "float", 4)] public float tree_frame; - [DNAFieldAttribute(22, "float", "bvhtree_frame", 4)] + [DNAFieldAttribute(22, "float", "bvhtree_frame", "float", 4)] public float bvhtree_frame; - [DNAFieldAttribute(23, "int", "seed", 4)] + [DNAFieldAttribute(23, "int", "seed", "int", 4)] public int seed; - [DNAFieldAttribute(24, "int", "child_seed", 4)] + [DNAFieldAttribute(24, "int", "child_seed", "int", 4)] public int child_seed; - [DNAFieldAttribute(25, "int", "flag", 4)] + [DNAFieldAttribute(25, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(26, "int", "totpart", 4)] + [DNAFieldAttribute(26, "int", "totpart", "int", 4)] public int totpart; - [DNAFieldAttribute(27, "int", "totunexist", 4)] + [DNAFieldAttribute(27, "int", "totunexist", "int", 4)] public int totunexist; - [DNAFieldAttribute(28, "int", "totchild", 4)] + [DNAFieldAttribute(28, "int", "totchild", "int", 4)] public int totchild; - [DNAFieldAttribute(29, "int", "totcached", 4)] + [DNAFieldAttribute(29, "int", "totcached", "int", 4)] public int totcached; - [DNAFieldAttribute(30, "int", "totchildcache", 4)] + [DNAFieldAttribute(30, "int", "totchildcache", "int", 4)] public int totchildcache; - [DNAFieldAttribute(31, "int", "recalc", 4)] + [DNAFieldAttribute(31, "int", "recalc", "int", 4)] public int recalc; - [DNAFieldAttribute(32, "short", "target_psys", 2)] + [DNAFieldAttribute(32, "short", "target_psys", "short", 2)] public short target_psys; - [DNAFieldAttribute(33, "short", "totkeyed", 2)] + [DNAFieldAttribute(33, "short", "totkeyed", "short", 2)] public short totkeyed; - [DNAFieldAttribute(34, "short", "bakespace", 2)] + [DNAFieldAttribute(34, "short", "bakespace", "short", 2)] public short bakespace; - [DNAFieldAttribute(35, "char", "_pad1[6]", 1)] + [DNAFieldAttribute(35, "char", "_pad1[6]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[6]; - [DNAFieldAttribute(36, "char", "bb_uvname[3][68]", 1)] + [DNAFieldAttribute(36, "char", "bb_uvname[3][68]", "System.Char[,]", 1)] public char[,] bb_uvname = new System.Char[3,68]; - [DNAFieldAttribute(37, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(37, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(38, "short", "vgroup[13]", 2)] + [DNAFieldAttribute(38, "short", "vgroup[13]", "System.Int16[]", 2)] public short[] vgroup = new System.Int16[13]; - [DNAFieldAttribute(39, "short", "vg_neg", 2)] + [DNAFieldAttribute(39, "short", "vg_neg", "short", 2)] public short vg_neg; - [DNAFieldAttribute(40, "short", "rt3", 2)] + [DNAFieldAttribute(40, "short", "rt3", "short", 2)] public short rt3; - [DNAFieldAttribute(41, "char", "_pad3[6]", 1)] + [DNAFieldAttribute(41, "char", "_pad3[6]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[6]; - [DNAFieldAttribute(42, "PointCache", "*pointcache", 1392)] + [DNAFieldAttribute(42, "PointCache", "*pointcache", "PointCache", 1392)] public PointCache ptr_pointcache; - [DNAFieldAttribute(43, "ListBase", "ptcaches", 16)] + [DNAFieldAttribute(43, "ListBase", "ptcaches", "ListBase", 16)] public ListBase ptcaches; - [DNAFieldAttribute(44, "ListBase", "*effectors", 16)] + [DNAFieldAttribute(44, "ListBase", "*effectors", "ListBase", 16)] public ListBase ptr_effectors; - [DNAFieldAttribute(45, "ParticleSpring", "*fluid_springs", 16)] + [DNAFieldAttribute(45, "ParticleSpring", "*fluid_springs", "ParticleSpring", 16)] public ParticleSpring ptr_fluid_springs; - [DNAFieldAttribute(46, "int", "tot_fluidsprings", 4)] + [DNAFieldAttribute(46, "int", "tot_fluidsprings", "int", 4)] public int tot_fluidsprings; - [DNAFieldAttribute(47, "int", "alloc_fluidsprings", 4)] + [DNAFieldAttribute(47, "int", "alloc_fluidsprings", "int", 4)] public int alloc_fluidsprings; - [DNAFieldAttribute(48, "KDTree_3d", "*tree", 0)] + [DNAFieldAttribute(48, "KDTree_3d", "*tree", "KDTree_3d", 0)] public KDTree_3d ptr_tree; - [DNAFieldAttribute(49, "BVHTree", "*bvhtree", 0)] + [DNAFieldAttribute(49, "BVHTree", "*bvhtree", "BVHTree", 0)] public BVHTree ptr_bvhtree; - [DNAFieldAttribute(50, "ParticleDrawData", "*pdd", 0)] + [DNAFieldAttribute(50, "ParticleDrawData", "*pdd", "ParticleDrawData", 0)] public ParticleDrawData ptr_pdd; - [DNAFieldAttribute(51, "float", "dt_frac", 4)] + [DNAFieldAttribute(51, "float", "dt_frac", "float", 4)] public float dt_frac; - [DNAFieldAttribute(52, "float", "lattice_strength", 4)] + [DNAFieldAttribute(52, "float", "lattice_strength", "float", 4)] public float lattice_strength; - [DNAFieldAttribute(53, "void", "*batch_cache", 0)] + [DNAFieldAttribute(53, "void", "*batch_cache", "void", 0)] public object ptr_batch_cache; - [DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", 696)] + [DNAFieldAttribute(54, "ParticleSystem", "*orig_psys", "ParticleSystem", 696)] public ParticleSystem ptr_orig_psys; public ParticleSystem() { this.ptr_next = default; diff --git a/BlendFile/DNA/ParticleSystemModifierData.cs b/BlendFile/DNA/ParticleSystemModifierData.cs index 90dae8e..08f932a 100644 --- a/BlendFile/DNA/ParticleSystemModifierData.cs +++ b/BlendFile/DNA/ParticleSystemModifierData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(477, "ParticleSystemModifierData")] public class ParticleSystemModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "ParticleSystem", "*psys", 696)] + [DNAFieldAttribute(1, "ParticleSystem", "*psys", "ParticleSystem", 696)] public ParticleSystem ptr_psys; - [DNAFieldAttribute(2, "Mesh", "*mesh_final", 1712)] + [DNAFieldAttribute(2, "Mesh", "*mesh_final", "Mesh", 1712)] public Mesh ptr_mesh_final; - [DNAFieldAttribute(3, "Mesh", "*mesh_original", 1712)] + [DNAFieldAttribute(3, "Mesh", "*mesh_original", "Mesh", 1712)] public Mesh ptr_mesh_original; - [DNAFieldAttribute(4, "int", "totdmvert", 4)] + [DNAFieldAttribute(4, "int", "totdmvert", "int", 4)] public int totdmvert; - [DNAFieldAttribute(5, "int", "totdmedge", 4)] + [DNAFieldAttribute(5, "int", "totdmedge", "int", 4)] public int totdmedge; - [DNAFieldAttribute(6, "int", "totdmface", 4)] + [DNAFieldAttribute(6, "int", "totdmface", "int", 4)] public int totdmface; - [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]; - [DNAFieldAttribute(9, "void", "*_pad1", 0)] + [DNAFieldAttribute(9, "void", "*_pad1", "void", 0)] public object ptr__pad1; public ParticleSystemModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ParticleTarget.cs b/BlendFile/DNA/ParticleTarget.cs index ffe5d7d..e940def 100644 --- a/BlendFile/DNA/ParticleTarget.cs +++ b/BlendFile/DNA/ParticleTarget.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(781, "ParticleTarget")] public class ParticleTarget { - [DNAFieldAttribute(0, "ParticleTarget", "*next", 40)] + [DNAFieldAttribute(0, "ParticleTarget", "*next", "ParticleTarget", 40)] public ParticleTarget ptr_next; - [DNAFieldAttribute(1, "ParticleTarget", "*prev", 40)] + [DNAFieldAttribute(1, "ParticleTarget", "*prev", "ParticleTarget", 40)] public ParticleTarget ptr_prev; - [DNAFieldAttribute(2, "Object", "*ob", 1160)] + [DNAFieldAttribute(2, "Object", "*ob", "Object", 1160)] public Object ptr_ob; - [DNAFieldAttribute(3, "int", "psys", 4)] + [DNAFieldAttribute(3, "int", "psys", "int", 4)] public int psys; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "mode", 2)] + [DNAFieldAttribute(5, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(6, "float", "time", 4)] + [DNAFieldAttribute(6, "float", "time", "float", 4)] public float time; - [DNAFieldAttribute(7, "float", "duration", 4)] + [DNAFieldAttribute(7, "float", "duration", "float", 4)] public float duration; public ParticleTarget() { this.ptr_next = default; diff --git a/BlendFile/DNA/PhysicsSettings.cs b/BlendFile/DNA/PhysicsSettings.cs index da8d31d..dddc676 100644 --- a/BlendFile/DNA/PhysicsSettings.cs +++ b/BlendFile/DNA/PhysicsSettings.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(830, "PhysicsSettings")] public struct PhysicsSettings { - [DNAFieldAttribute(0, "float", "gravity[3]", 4)] + [DNAFieldAttribute(0, "float", "gravity[3]", "System.Single[]", 4)] public float[] gravity = new System.Single[3]; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "quick_cache_step", 4)] + [DNAFieldAttribute(2, "int", "quick_cache_step", "int", 4)] public int quick_cache_step; - [DNAFieldAttribute(3, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public PhysicsSettings() { this.gravity = default; diff --git a/BlendFile/DNA/PixelShaderFxData.cs b/BlendFile/DNA/PixelShaderFxData.cs index 3b6bc45..2d5320b 100644 --- a/BlendFile/DNA/PixelShaderFxData.cs +++ b/BlendFile/DNA/PixelShaderFxData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(921, "PixelShaderFxData")] public struct PixelShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)] public ShaderFxData shaderfx; - [DNAFieldAttribute(1, "int", "size[3]", 4)] + [DNAFieldAttribute(1, "int", "size[3]", "System.Int32[]", 4)] public int[] size = new System.Int32[3]; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "float", "rgba[4]", 4)] + [DNAFieldAttribute(3, "float", "rgba[4]", "System.Single[]", 4)] public float[] rgba = new System.Single[4]; - [DNAFieldAttribute(4, "ShaderFxData_Runtime", "runtime", 40)] + [DNAFieldAttribute(4, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)] public ShaderFxData_Runtime runtime; public PixelShaderFxData() { this.shaderfx = default; diff --git a/BlendFile/DNA/PointCache.cs b/BlendFile/DNA/PointCache.cs index 26ec298..90a5f25 100644 --- a/BlendFile/DNA/PointCache.cs +++ b/BlendFile/DNA/PointCache.cs @@ -15,53 +15,53 @@ namespace BlendFile.DNA { [DNAClassAttribute(229, "PointCache")] public class PointCache { - [DNAFieldAttribute(0, "PointCache", "*next", 1392)] + [DNAFieldAttribute(0, "PointCache", "*next", "PointCache", 1392)] public PointCache ptr_next; - [DNAFieldAttribute(1, "PointCache", "*prev", 1392)] + [DNAFieldAttribute(1, "PointCache", "*prev", "PointCache", 1392)] public PointCache ptr_prev; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "step", 4)] + [DNAFieldAttribute(3, "int", "step", "int", 4)] public int step; - [DNAFieldAttribute(4, "int", "simframe", 4)] + [DNAFieldAttribute(4, "int", "simframe", "int", 4)] public int simframe; - [DNAFieldAttribute(5, "int", "startframe", 4)] + [DNAFieldAttribute(5, "int", "startframe", "int", 4)] public int startframe; - [DNAFieldAttribute(6, "int", "endframe", 4)] + [DNAFieldAttribute(6, "int", "endframe", "int", 4)] public int endframe; - [DNAFieldAttribute(7, "int", "editframe", 4)] + [DNAFieldAttribute(7, "int", "editframe", "int", 4)] public int editframe; - [DNAFieldAttribute(8, "int", "last_exact", 4)] + [DNAFieldAttribute(8, "int", "last_exact", "int", 4)] public int last_exact; - [DNAFieldAttribute(9, "int", "last_valid", 4)] + [DNAFieldAttribute(9, "int", "last_valid", "int", 4)] public int last_valid; - [DNAFieldAttribute(10, "char", "_pad[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(11, "int", "totpoint", 4)] + [DNAFieldAttribute(11, "int", "totpoint", "int", 4)] public int totpoint; - [DNAFieldAttribute(12, "int", "index", 4)] + [DNAFieldAttribute(12, "int", "index", "int", 4)] public int index; - [DNAFieldAttribute(13, "short", "compression", 2)] + [DNAFieldAttribute(13, "short", "compression", "short", 2)] public short compression; - [DNAFieldAttribute(14, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(14, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(15, "char", "name[64]", 1)] + [DNAFieldAttribute(15, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(16, "char", "prev_name[64]", 1)] + [DNAFieldAttribute(16, "char", "prev_name[64]", "System.Char[]", 1)] public char[] prev_name = new System.Char[64]; - [DNAFieldAttribute(17, "char", "info[128]", 1)] + [DNAFieldAttribute(17, "char", "info[128]", "System.Char[]", 1)] public char[] info = new System.Char[128]; - [DNAFieldAttribute(18, "char", "path[1024]", 1)] + [DNAFieldAttribute(18, "char", "path[1024]", "System.Char[]", 1)] public char[] path = new System.Char[1024]; - [DNAFieldAttribute(19, "char", "*cached_frames", 1)] + [DNAFieldAttribute(19, "char", "*cached_frames", "char", 1)] public char ptr_cached_frames; - [DNAFieldAttribute(20, "int", "cached_frames_len", 4)] + [DNAFieldAttribute(20, "int", "cached_frames_len", "int", 4)] public int cached_frames_len; - [DNAFieldAttribute(21, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(21, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(22, "ListBase", "mem_cache", 16)] + [DNAFieldAttribute(22, "ListBase", "mem_cache", "ListBase", 16)] public ListBase mem_cache; - [DNAFieldAttribute(23, "PTCacheEdit", "*edit", 0)] + [DNAFieldAttribute(23, "PTCacheEdit", "*edit", "PTCacheEdit", 0)] public PTCacheEdit ptr_edit; public PointCache() { this.ptr_next = default; diff --git a/BlendFile/DNA/PointCloud.cs b/BlendFile/DNA/PointCloud.cs index cbbdd86..0e6c525 100644 --- a/BlendFile/DNA/PointCloud.cs +++ b/BlendFile/DNA/PointCloud.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(792, "PointCloud")] public class PointCloud { - [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, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "totpoint", 4)] + [DNAFieldAttribute(3, "int", "totpoint", "int", 4)] public int totpoint; - [DNAFieldAttribute(4, "CustomData", "pdata", 248)] + [DNAFieldAttribute(4, "CustomData", "pdata", "CustomData", 248)] public CustomData pdata; - [DNAFieldAttribute(5, "int", "attributes_active_index", 4)] + [DNAFieldAttribute(5, "int", "attributes_active_index", "int", 4)] public int attributes_active_index; - [DNAFieldAttribute(6, "int", "_pad4", 4)] + [DNAFieldAttribute(6, "int", "_pad4", "int", 4)] public int _pad4; - [DNAFieldAttribute(7, "Material", "**mat", 392)] + [DNAFieldAttribute(7, "Material", "**mat", "Material", 392)] public Material ptr_ptr_mat; - [DNAFieldAttribute(8, "short", "totcol", 2)] + [DNAFieldAttribute(8, "short", "totcol", "short", 2)] public short totcol; - [DNAFieldAttribute(9, "short", "_pad3[3]", 2)] + [DNAFieldAttribute(9, "short", "_pad3[3]", "System.Int16[]", 2)] public short[] _pad3 = new System.Int16[3]; - [DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", "PointCloudRuntimeHandle", 0)] public PointCloudRuntimeHandle ptr_runtime; - [DNAFieldAttribute(11, "void", "*batch_cache", 0)] + [DNAFieldAttribute(11, "void", "*batch_cache", "void", 0)] public object ptr_batch_cache; public PointCloud() { this.id = default; diff --git a/BlendFile/DNA/PointDensity.cs b/BlendFile/DNA/PointDensity.cs index 4c15348..98d6e77 100644 --- a/BlendFile/DNA/PointDensity.cs +++ b/BlendFile/DNA/PointDensity.cs @@ -15,61 +15,61 @@ namespace BlendFile.DNA { [DNAClassAttribute(652, "PointDensity")] public class PointDensity { - [DNAFieldAttribute(0, "short", "flag", 2)] + [DNAFieldAttribute(0, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(1, "short", "falloff_type", 2)] + [DNAFieldAttribute(1, "short", "falloff_type", "short", 2)] public short falloff_type; - [DNAFieldAttribute(2, "float", "falloff_softness", 4)] + [DNAFieldAttribute(2, "float", "falloff_softness", "float", 4)] public float falloff_softness; - [DNAFieldAttribute(3, "float", "radius", 4)] + [DNAFieldAttribute(3, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(4, "short", "source", 2)] + [DNAFieldAttribute(4, "short", "source", "short", 2)] public short source; - [DNAFieldAttribute(5, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(6, "short", "color_source", 2)] + [DNAFieldAttribute(6, "short", "color_source", "short", 2)] public short color_source; - [DNAFieldAttribute(7, "short", "ob_color_source", 2)] + [DNAFieldAttribute(7, "short", "ob_color_source", "short", 2)] public short ob_color_source; - [DNAFieldAttribute(8, "int", "totpoints", 4)] + [DNAFieldAttribute(8, "int", "totpoints", "int", 4)] public int totpoints; - [DNAFieldAttribute(9, "Object", "*object", 1160)] + [DNAFieldAttribute(9, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(10, "int", "psys", 4)] + [DNAFieldAttribute(10, "int", "psys", "int", 4)] public int psys; - [DNAFieldAttribute(11, "short", "psys_cache_space", 2)] + [DNAFieldAttribute(11, "short", "psys_cache_space", "short", 2)] public short psys_cache_space; - [DNAFieldAttribute(12, "short", "ob_cache_space", 2)] + [DNAFieldAttribute(12, "short", "ob_cache_space", "short", 2)] public short ob_cache_space; - [DNAFieldAttribute(13, "char", "vertex_attribute_name[68]", 1)] + [DNAFieldAttribute(13, "char", "vertex_attribute_name[68]", "System.Char[]", 1)] public char[] vertex_attribute_name = new System.Char[68]; - [DNAFieldAttribute(14, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(15, "void", "*point_tree", 0)] + [DNAFieldAttribute(15, "void", "*point_tree", "void", 0)] public object ptr_point_tree; - [DNAFieldAttribute(16, "float", "*point_data", 4)] + [DNAFieldAttribute(16, "float", "*point_data", "float", 4)] public float ptr_point_data; - [DNAFieldAttribute(17, "float", "noise_size", 4)] + [DNAFieldAttribute(17, "float", "noise_size", "float", 4)] public float noise_size; - [DNAFieldAttribute(18, "short", "noise_depth", 2)] + [DNAFieldAttribute(18, "short", "noise_depth", "short", 2)] public short noise_depth; - [DNAFieldAttribute(19, "short", "noise_influence", 2)] + [DNAFieldAttribute(19, "short", "noise_influence", "short", 2)] public short noise_influence; - [DNAFieldAttribute(20, "short", "noise_basis", 2)] + [DNAFieldAttribute(20, "short", "noise_basis", "short", 2)] public short noise_basis; - [DNAFieldAttribute(21, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(21, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; - [DNAFieldAttribute(22, "float", "noise_fac", 4)] + [DNAFieldAttribute(22, "float", "noise_fac", "float", 4)] public float noise_fac; - [DNAFieldAttribute(23, "float", "speed_scale", 4)] + [DNAFieldAttribute(23, "float", "speed_scale", "float", 4)] public float speed_scale; - [DNAFieldAttribute(24, "float", "falloff_speed_scale", 4)] + [DNAFieldAttribute(24, "float", "falloff_speed_scale", "float", 4)] public float falloff_speed_scale; - [DNAFieldAttribute(25, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(25, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(26, "ColorBand", "*coba", 776)] + [DNAFieldAttribute(26, "ColorBand", "*coba", "ColorBand", 776)] public ColorBand ptr_coba; - [DNAFieldAttribute(27, "CurveMapping", "*falloff_curve", 424)] + [DNAFieldAttribute(27, "CurveMapping", "*falloff_curve", "CurveMapping", 424)] public CurveMapping ptr_falloff_curve; public PointDensity() { this.flag = default; diff --git a/BlendFile/DNA/PreviewImage.cs b/BlendFile/DNA/PreviewImage.cs index 4eb687a..6fc144b 100644 --- a/BlendFile/DNA/PreviewImage.cs +++ b/BlendFile/DNA/PreviewImage.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(41, "PreviewImage")] public class PreviewImage { - [DNAFieldAttribute(0, "int", "w[2]", 4)] + [DNAFieldAttribute(0, "int", "w[2]", "System.Int32[]", 4)] public int[] w = new System.Int32[2]; - [DNAFieldAttribute(1, "int", "h[2]", 4)] + [DNAFieldAttribute(1, "int", "h[2]", "System.Int32[]", 4)] public int[] h = new System.Int32[2]; - [DNAFieldAttribute(2, "short", "flag[2]", 2)] + [DNAFieldAttribute(2, "short", "flag[2]", "System.Int16[]", 2)] public short[] flag = new System.Int16[2]; - [DNAFieldAttribute(3, "short", "changed_timestamp[2]", 2)] + [DNAFieldAttribute(3, "short", "changed_timestamp[2]", "System.Int16[]", 2)] public short[] changed_timestamp = new System.Int16[2]; - [DNAFieldAttribute(4, "int", "*rect[2]", 4)] + [DNAFieldAttribute(4, "int", "*rect[2]", "System.Int32[]", 4)] public int[] ptr_r = new System.Int32[2]; - [DNAFieldAttribute(5, "PreviewImageRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(5, "PreviewImageRuntimeHandle", "*runtime", "PreviewImageRuntimeHandle", 0)] public PreviewImageRuntimeHandle ptr_runtime; public PreviewImage() { this.w = default; diff --git a/BlendFile/DNA/RaytraceEEVEE.cs b/BlendFile/DNA/RaytraceEEVEE.cs index bd296a6..3a5b46c 100644 --- a/BlendFile/DNA/RaytraceEEVEE.cs +++ b/BlendFile/DNA/RaytraceEEVEE.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(834, "RaytraceEEVEE")] public struct RaytraceEEVEE { - [DNAFieldAttribute(0, "float", "screen_trace_quality", 4)] + [DNAFieldAttribute(0, "float", "screen_trace_quality", "float", 4)] public float screen_trace_quality; - [DNAFieldAttribute(1, "float", "screen_trace_thickness", 4)] + [DNAFieldAttribute(1, "float", "screen_trace_thickness", "float", 4)] public float screen_trace_thickness; - [DNAFieldAttribute(2, "float", "trace_max_roughness", 4)] + [DNAFieldAttribute(2, "float", "trace_max_roughness", "float", 4)] public float trace_max_roughness; - [DNAFieldAttribute(3, "int", "resolution_scale", 4)] + [DNAFieldAttribute(3, "int", "resolution_scale", "int", 4)] public int resolution_scale; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "int", "denoise_stages", 4)] + [DNAFieldAttribute(5, "int", "denoise_stages", "int", 4)] public int denoise_stages; public RaytraceEEVEE() { this.screen_trace_quality = default; diff --git a/BlendFile/DNA/RegionAssetShelf.cs b/BlendFile/DNA/RegionAssetShelf.cs index c860b5e..22b7d31 100644 --- a/BlendFile/DNA/RegionAssetShelf.cs +++ b/BlendFile/DNA/RegionAssetShelf.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(873, "RegionAssetShelf")] public class RegionAssetShelf { - [DNAFieldAttribute(0, "ListBase", "shelves", 16)] + [DNAFieldAttribute(0, "ListBase", "shelves", "ListBase", 16)] public ListBase shelves; - [DNAFieldAttribute(1, "AssetShelf", "*active_shelf", 216)] + [DNAFieldAttribute(1, "AssetShelf", "*active_shelf", "AssetShelf", 216)] public AssetShelf ptr_active_shelf; public RegionAssetShelf() { this.shelves = default; diff --git a/BlendFile/DNA/RegionView3D.cs b/BlendFile/DNA/RegionView3D.cs index 4b42cea..671d571 100644 --- a/BlendFile/DNA/RegionView3D.cs +++ b/BlendFile/DNA/RegionView3D.cs @@ -15,95 +15,95 @@ namespace BlendFile.DNA { [DNAClassAttribute(1024, "RegionView3D")] public class RegionView3D { - [DNAFieldAttribute(0, "float", "winmat[4][4]", 4)] + [DNAFieldAttribute(0, "float", "winmat[4][4]", "System.Single[,]", 4)] public float[,] winmat = new System.Single[4,4]; - [DNAFieldAttribute(1, "float", "viewmat[4][4]", 4)] + [DNAFieldAttribute(1, "float", "viewmat[4][4]", "System.Single[,]", 4)] public float[,] viewmat = new System.Single[4,4]; - [DNAFieldAttribute(2, "float", "viewinv[4][4]", 4)] + [DNAFieldAttribute(2, "float", "viewinv[4][4]", "System.Single[,]", 4)] public float[,] viewinv = new System.Single[4,4]; - [DNAFieldAttribute(3, "float", "persmat[4][4]", 4)] + [DNAFieldAttribute(3, "float", "persmat[4][4]", "System.Single[,]", 4)] public float[,] persmat = new System.Single[4,4]; - [DNAFieldAttribute(4, "float", "persinv[4][4]", 4)] + [DNAFieldAttribute(4, "float", "persinv[4][4]", "System.Single[,]", 4)] public float[,] persinv = new System.Single[4,4]; - [DNAFieldAttribute(5, "float", "viewcamtexcofac[4]", 4)] + [DNAFieldAttribute(5, "float", "viewcamtexcofac[4]", "System.Single[]", 4)] public float[] viewcamtexcofac = new System.Single[4]; - [DNAFieldAttribute(6, "float", "viewmatob[4][4]", 4)] + [DNAFieldAttribute(6, "float", "viewmatob[4][4]", "System.Single[,]", 4)] public float[,] viewmatob = new System.Single[4,4]; - [DNAFieldAttribute(7, "float", "persmatob[4][4]", 4)] + [DNAFieldAttribute(7, "float", "persmatob[4][4]", "System.Single[,]", 4)] public float[,] persmatob = new System.Single[4,4]; - [DNAFieldAttribute(8, "float", "clip[6][4]", 4)] + [DNAFieldAttribute(8, "float", "clip[6][4]", "System.Single[,]", 4)] public float[,] clip = new System.Single[6,4]; - [DNAFieldAttribute(9, "float", "clip_local[6][4]", 4)] + [DNAFieldAttribute(9, "float", "clip_local[6][4]", "System.Single[,]", 4)] public float[,] clip_local = new System.Single[6,4]; - [DNAFieldAttribute(10, "BoundBox", "*clipbb", 96)] + [DNAFieldAttribute(10, "BoundBox", "*clipbb", "BoundBox", 96)] public BoundBox ptr_clipbb; - [DNAFieldAttribute(11, "RegionView3D", "*localvd", 928)] + [DNAFieldAttribute(11, "RegionView3D", "*localvd", "RegionView3D", 928)] public RegionView3D ptr_localvd; - [DNAFieldAttribute(12, "ViewRender", "*view_render", 0)] + [DNAFieldAttribute(12, "ViewRender", "*view_render", "ViewRender", 0)] public ViewRender ptr_view_render; - [DNAFieldAttribute(13, "SmoothView3DStore", "*sms", 0)] + [DNAFieldAttribute(13, "SmoothView3DStore", "*sms", "SmoothView3DStore", 0)] public SmoothView3DStore ptr_sms; - [DNAFieldAttribute(14, "wmTimer", "*smooth_timer", 0)] + [DNAFieldAttribute(14, "wmTimer", "*smooth_timer", "wmTimer", 0)] public wmTimer ptr_smooth_timer; - [DNAFieldAttribute(15, "float", "twmat[4][4]", 4)] + [DNAFieldAttribute(15, "float", "twmat[4][4]", "System.Single[,]", 4)] public float[,] twmat = new System.Single[4,4]; - [DNAFieldAttribute(16, "float", "tw_axis_min[3]", 4)] + [DNAFieldAttribute(16, "float", "tw_axis_min[3]", "System.Single[]", 4)] public float[] tw_axis_min = new System.Single[3]; - [DNAFieldAttribute(17, "float", "tw_axis_max[3]", 4)] + [DNAFieldAttribute(17, "float", "tw_axis_max[3]", "System.Single[]", 4)] public float[] tw_axis_max = new System.Single[3]; - [DNAFieldAttribute(18, "float", "tw_axis_matrix[3][3]", 4)] + [DNAFieldAttribute(18, "float", "tw_axis_matrix[3][3]", "System.Single[,]", 4)] public float[,] tw_axis_matrix = new System.Single[3,3]; - [DNAFieldAttribute(19, "float", "gridview", 4)] + [DNAFieldAttribute(19, "float", "gridview", "float", 4)] public float gridview; - [DNAFieldAttribute(20, "float", "viewquat[4]", 4)] + [DNAFieldAttribute(20, "float", "viewquat[4]", "System.Single[]", 4)] public float[] viewquat = new System.Single[4]; - [DNAFieldAttribute(21, "float", "dist", 4)] + [DNAFieldAttribute(21, "float", "dist", "float", 4)] public float dist; - [DNAFieldAttribute(22, "float", "camdx", 4)] + [DNAFieldAttribute(22, "float", "camdx", "float", 4)] public float camdx; - [DNAFieldAttribute(23, "float", "camdy", 4)] + [DNAFieldAttribute(23, "float", "camdy", "float", 4)] public float camdy; - [DNAFieldAttribute(24, "float", "pixsize", 4)] + [DNAFieldAttribute(24, "float", "pixsize", "float", 4)] public float pixsize; - [DNAFieldAttribute(25, "float", "ofs[3]", 4)] + [DNAFieldAttribute(25, "float", "ofs[3]", "System.Single[]", 4)] public float[] ofs = new System.Single[3]; - [DNAFieldAttribute(26, "float", "camzoom", 4)] + [DNAFieldAttribute(26, "float", "camzoom", "float", 4)] public float camzoom; - [DNAFieldAttribute(27, "char", "is_persp", 1)] + [DNAFieldAttribute(27, "char", "is_persp", "char", 1)] public char is_persp; - [DNAFieldAttribute(28, "char", "persp", 1)] + [DNAFieldAttribute(28, "char", "persp", "char", 1)] public char persp; - [DNAFieldAttribute(29, "char", "view", 1)] + [DNAFieldAttribute(29, "char", "view", "char", 1)] public char view; - [DNAFieldAttribute(30, "char", "view_axis_roll", 1)] + [DNAFieldAttribute(30, "char", "view_axis_roll", "char", 1)] public char view_axis_roll; - [DNAFieldAttribute(31, "char", "viewlock", 1)] + [DNAFieldAttribute(31, "char", "viewlock", "char", 1)] public char viewlock; - [DNAFieldAttribute(32, "char", "runtime_viewlock", 1)] + [DNAFieldAttribute(32, "char", "runtime_viewlock", "char", 1)] public char runtime_viewlock; - [DNAFieldAttribute(33, "char", "viewlock_quad", 1)] + [DNAFieldAttribute(33, "char", "viewlock_quad", "char", 1)] public char viewlock_quad; - [DNAFieldAttribute(34, "char", "_pad[1]", 1)] + [DNAFieldAttribute(34, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; - [DNAFieldAttribute(35, "float", "ofs_lock[2]", 4)] + [DNAFieldAttribute(35, "float", "ofs_lock[2]", "System.Single[]", 4)] public float[] ofs_lock = new System.Single[2]; - [DNAFieldAttribute(36, "short", "twdrawflag", 2)] + [DNAFieldAttribute(36, "short", "twdrawflag", "short", 2)] public short twdrawflag; - [DNAFieldAttribute(37, "short", "rflag", 2)] + [DNAFieldAttribute(37, "short", "rflag", "short", 2)] public short rflag; - [DNAFieldAttribute(38, "float", "lviewquat[4]", 4)] + [DNAFieldAttribute(38, "float", "lviewquat[4]", "System.Single[]", 4)] public float[] lviewquat = new System.Single[4]; - [DNAFieldAttribute(39, "char", "lpersp", 1)] + [DNAFieldAttribute(39, "char", "lpersp", "char", 1)] public char lpersp; - [DNAFieldAttribute(40, "char", "lview", 1)] + [DNAFieldAttribute(40, "char", "lview", "char", 1)] public char lview; - [DNAFieldAttribute(41, "char", "lview_axis_roll", 1)] + [DNAFieldAttribute(41, "char", "lview_axis_roll", "char", 1)] public char lview_axis_roll; - [DNAFieldAttribute(42, "char", "_pad8[1]", 1)] + [DNAFieldAttribute(42, "char", "_pad8[1]", "System.Char[]", 1)] public char[] _pad8 = new System.Char[1]; - [DNAFieldAttribute(43, "float", "rot_angle", 4)] + [DNAFieldAttribute(43, "float", "rot_angle", "float", 4)] public float rot_angle; - [DNAFieldAttribute(44, "float", "rot_axis[3]", 4)] + [DNAFieldAttribute(44, "float", "rot_axis[3]", "System.Single[]", 4)] public float[] rot_axis = new System.Single[3]; public RegionView3D() { this.winmat = default; diff --git a/BlendFile/DNA/RemeshModifierData.cs b/BlendFile/DNA/RemeshModifierData.cs index 9bafe56..c54449d 100644 --- a/BlendFile/DNA/RemeshModifierData.cs +++ b/BlendFile/DNA/RemeshModifierData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(496, "RemeshModifierData")] public struct RemeshModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "float", "threshold", 4)] + [DNAFieldAttribute(1, "float", "threshold", "float", 4)] public float threshold; - [DNAFieldAttribute(2, "float", "scale", 4)] + [DNAFieldAttribute(2, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(3, "float", "hermite_num", 4)] + [DNAFieldAttribute(3, "float", "hermite_num", "float", 4)] public float hermite_num; - [DNAFieldAttribute(4, "char", "depth", 1)] + [DNAFieldAttribute(4, "char", "depth", "char", 1)] public char depth; - [DNAFieldAttribute(5, "char", "flag", 1)] + [DNAFieldAttribute(5, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(6, "char", "mode", 1)] + [DNAFieldAttribute(6, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(7, "char", "_pad", 1)] + [DNAFieldAttribute(7, "char", "_pad", "char", 1)] public char _pad; - [DNAFieldAttribute(8, "float", "voxel_size", 4)] + [DNAFieldAttribute(8, "float", "voxel_size", "float", 4)] public float voxel_size; - [DNAFieldAttribute(9, "float", "adaptivity", 4)] + [DNAFieldAttribute(9, "float", "adaptivity", "float", 4)] public float adaptivity; public RemeshModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/RenderData.cs b/BlendFile/DNA/RenderData.cs index 21ed049..831b71b 100644 --- a/BlendFile/DNA/RenderData.cs +++ b/BlendFile/DNA/RenderData.cs @@ -15,181 +15,181 @@ namespace BlendFile.DNA { [DNAClassAttribute(802, "RenderData")] public class RenderData { - [DNAFieldAttribute(0, "ImageFormatData", "im_format", 336)] + [DNAFieldAttribute(0, "ImageFormatData", "im_format", "ImageFormatData", 336)] public ImageFormatData im_format; - [DNAFieldAttribute(1, "void", "*_pad", 0)] + [DNAFieldAttribute(1, "void", "*_pad", "void", 0)] public object ptr__pad; - [DNAFieldAttribute(2, "FFMpegCodecData", "ffcodecdata", 80)] + [DNAFieldAttribute(2, "FFMpegCodecData", "ffcodecdata", "FFMpegCodecData", 80)] public FFMpegCodecData ffcodecdata; - [DNAFieldAttribute(3, "int", "cfra", 4)] + [DNAFieldAttribute(3, "int", "cfra", "int", 4)] public int cfra; - [DNAFieldAttribute(4, "int", "sfra", 4)] + [DNAFieldAttribute(4, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(5, "int", "efra", 4)] + [DNAFieldAttribute(5, "int", "efra", "int", 4)] public int efra; - [DNAFieldAttribute(6, "float", "subframe", 4)] + [DNAFieldAttribute(6, "float", "subframe", "float", 4)] public float subframe; - [DNAFieldAttribute(7, "int", "psfra", 4)] + [DNAFieldAttribute(7, "int", "psfra", "int", 4)] public int psfra; - [DNAFieldAttribute(8, "int", "pefra", 4)] + [DNAFieldAttribute(8, "int", "pefra", "int", 4)] public int pefra; - [DNAFieldAttribute(9, "int", "images", 4)] + [DNAFieldAttribute(9, "int", "images", "int", 4)] public int images; - [DNAFieldAttribute(10, "int", "framapto", 4)] + [DNAFieldAttribute(10, "int", "framapto", "int", 4)] public int framapto; - [DNAFieldAttribute(11, "short", "flag", 2)] + [DNAFieldAttribute(11, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(12, "short", "threads", 2)] + [DNAFieldAttribute(12, "short", "threads", "short", 2)] public short threads; - [DNAFieldAttribute(13, "float", "framelen", 4)] + [DNAFieldAttribute(13, "float", "framelen", "float", 4)] public float framelen; - [DNAFieldAttribute(14, "int", "frame_step", 4)] + [DNAFieldAttribute(14, "int", "frame_step", "int", 4)] public int frame_step; - [DNAFieldAttribute(15, "short", "dimensionspreset", 2)] + [DNAFieldAttribute(15, "short", "dimensionspreset", "short", 2)] public short dimensionspreset; - [DNAFieldAttribute(16, "short", "size", 2)] + [DNAFieldAttribute(16, "short", "size", "short", 2)] public short size; - [DNAFieldAttribute(17, "int", "xsch", 4)] + [DNAFieldAttribute(17, "int", "xsch", "int", 4)] public int xsch; - [DNAFieldAttribute(18, "int", "ysch", 4)] + [DNAFieldAttribute(18, "int", "ysch", "int", 4)] public int ysch; - [DNAFieldAttribute(19, "int", "tilex", 4)] + [DNAFieldAttribute(19, "int", "tilex", "int", 4)] public int tilex; - [DNAFieldAttribute(20, "int", "tiley", 4)] + [DNAFieldAttribute(20, "int", "tiley", "int", 4)] public int tiley; - [DNAFieldAttribute(21, "short", "planes", 2)] + [DNAFieldAttribute(21, "short", "planes", "short", 2)] public short planes; - [DNAFieldAttribute(22, "short", "imtype", 2)] + [DNAFieldAttribute(22, "short", "imtype", "short", 2)] public short imtype; - [DNAFieldAttribute(23, "short", "subimtype", 2)] + [DNAFieldAttribute(23, "short", "subimtype", "short", 2)] public short subimtype; - [DNAFieldAttribute(24, "short", "quality", 2)] + [DNAFieldAttribute(24, "short", "quality", "short", 2)] public short quality; - [DNAFieldAttribute(25, "char", "use_lock_interface", 1)] + [DNAFieldAttribute(25, "char", "use_lock_interface", "char", 1)] public char use_lock_interface; - [DNAFieldAttribute(26, "char", "_pad7[3]", 1)] + [DNAFieldAttribute(26, "char", "_pad7[3]", "System.Char[]", 1)] public char[] _pad7 = new System.Char[3]; - [DNAFieldAttribute(27, "int", "scemode", 4)] + [DNAFieldAttribute(27, "int", "scemode", "int", 4)] public int scemode; - [DNAFieldAttribute(28, "int", "mode", 4)] + [DNAFieldAttribute(28, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(29, "short", "frs_sec", 2)] + [DNAFieldAttribute(29, "short", "frs_sec", "short", 2)] public short frs_sec; - [DNAFieldAttribute(30, "char", "alphamode", 1)] + [DNAFieldAttribute(30, "char", "alphamode", "char", 1)] public char alphamode; - [DNAFieldAttribute(31, "char", "_pad0[1]", 1)] + [DNAFieldAttribute(31, "char", "_pad0[1]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[1]; - [DNAFieldAttribute(32, "rctf", "border", 16)] + [DNAFieldAttribute(32, "rctf", "border", "rctf", 16)] public rctf border; - [DNAFieldAttribute(33, "ListBase", "layers", 16)] + [DNAFieldAttribute(33, "ListBase", "layers", "ListBase", 16)] public ListBase layers; - [DNAFieldAttribute(34, "short", "actlay", 2)] + [DNAFieldAttribute(34, "short", "actlay", "short", 2)] public short actlay; - [DNAFieldAttribute(35, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(35, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(36, "float", "xasp", 4)] + [DNAFieldAttribute(36, "float", "xasp", "float", 4)] public float xasp; - [DNAFieldAttribute(37, "float", "yasp", 4)] + [DNAFieldAttribute(37, "float", "yasp", "float", 4)] public float yasp; - [DNAFieldAttribute(38, "float", "frs_sec_base", 4)] + [DNAFieldAttribute(38, "float", "frs_sec_base", "float", 4)] public float frs_sec_base; - [DNAFieldAttribute(39, "float", "gauss", 4)] + [DNAFieldAttribute(39, "float", "gauss", "float", 4)] public float gauss; - [DNAFieldAttribute(40, "int", "color_mgt_flag", 4)] + [DNAFieldAttribute(40, "int", "color_mgt_flag", "int", 4)] public int color_mgt_flag; - [DNAFieldAttribute(41, "float", "dither_intensity", 4)] + [DNAFieldAttribute(41, "float", "dither_intensity", "float", 4)] public float dither_intensity; - [DNAFieldAttribute(42, "short", "bake_mode", 2)] + [DNAFieldAttribute(42, "short", "bake_mode", "short", 2)] public short bake_mode; - [DNAFieldAttribute(43, "short", "bake_flag", 2)] + [DNAFieldAttribute(43, "short", "bake_flag", "short", 2)] public short bake_flag; - [DNAFieldAttribute(44, "short", "bake_filter", 2)] + [DNAFieldAttribute(44, "short", "bake_filter", "short", 2)] public short bake_filter; - [DNAFieldAttribute(45, "short", "bake_samples", 2)] + [DNAFieldAttribute(45, "short", "bake_samples", "short", 2)] public short bake_samples; - [DNAFieldAttribute(46, "short", "bake_margin_type", 2)] + [DNAFieldAttribute(46, "short", "bake_margin_type", "short", 2)] public short bake_margin_type; - [DNAFieldAttribute(47, "char", "_pad9[6]", 1)] + [DNAFieldAttribute(47, "char", "_pad9[6]", "System.Char[]", 1)] public char[] _pad9 = new System.Char[6]; - [DNAFieldAttribute(48, "float", "bake_biasdist", 4)] + [DNAFieldAttribute(48, "float", "bake_biasdist", "float", 4)] public float bake_biasdist; - [DNAFieldAttribute(49, "float", "bake_user_scale", 4)] + [DNAFieldAttribute(49, "float", "bake_user_scale", "float", 4)] public float bake_user_scale; - [DNAFieldAttribute(50, "char", "pic[1024]", 1)] + [DNAFieldAttribute(50, "char", "pic[1024]", "System.Char[]", 1)] public char[] pic = new System.Char[1024]; - [DNAFieldAttribute(51, "int", "stamp", 4)] + [DNAFieldAttribute(51, "int", "stamp", "int", 4)] public int stamp; - [DNAFieldAttribute(52, "short", "stamp_font_id", 2)] + [DNAFieldAttribute(52, "short", "stamp_font_id", "short", 2)] public short stamp_font_id; - [DNAFieldAttribute(53, "char", "_pad3[2]", 1)] + [DNAFieldAttribute(53, "char", "_pad3[2]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[2]; - [DNAFieldAttribute(54, "char", "stamp_udata[768]", 1)] + [DNAFieldAttribute(54, "char", "stamp_udata[768]", "System.Char[]", 1)] public char[] stamp_udata = new System.Char[768]; - [DNAFieldAttribute(55, "float", "fg_stamp[4]", 4)] + [DNAFieldAttribute(55, "float", "fg_stamp[4]", "System.Single[]", 4)] public float[] fg_stamp = new System.Single[4]; - [DNAFieldAttribute(56, "float", "bg_stamp[4]", 4)] + [DNAFieldAttribute(56, "float", "bg_stamp[4]", "System.Single[]", 4)] public float[] bg_stamp = new System.Single[4]; - [DNAFieldAttribute(57, "char", "seq_prev_type", 1)] + [DNAFieldAttribute(57, "char", "seq_prev_type", "char", 1)] public char seq_prev_type; - [DNAFieldAttribute(58, "char", "seq_rend_type", 1)] + [DNAFieldAttribute(58, "char", "seq_rend_type", "char", 1)] public char seq_rend_type; - [DNAFieldAttribute(59, "char", "seq_flag", 1)] + [DNAFieldAttribute(59, "char", "seq_flag", "char", 1)] public char seq_flag; - [DNAFieldAttribute(60, "char", "_pad5[3]", 1)] + [DNAFieldAttribute(60, "char", "_pad5[3]", "System.Char[]", 1)] public char[] _pad5 = new System.Char[3]; - [DNAFieldAttribute(61, "short", "simplify_subsurf", 2)] + [DNAFieldAttribute(61, "short", "simplify_subsurf", "short", 2)] public short simplify_subsurf; - [DNAFieldAttribute(62, "short", "simplify_subsurf_render", 2)] + [DNAFieldAttribute(62, "short", "simplify_subsurf_render", "short", 2)] public short simplify_subsurf_render; - [DNAFieldAttribute(63, "short", "simplify_gpencil", 2)] + [DNAFieldAttribute(63, "short", "simplify_gpencil", "short", 2)] public short simplify_gpencil; - [DNAFieldAttribute(64, "float", "simplify_particles", 4)] + [DNAFieldAttribute(64, "float", "simplify_particles", "float", 4)] public float simplify_particles; - [DNAFieldAttribute(65, "float", "simplify_particles_render", 4)] + [DNAFieldAttribute(65, "float", "simplify_particles_render", "float", 4)] public float simplify_particles_render; - [DNAFieldAttribute(66, "float", "simplify_volumes", 4)] + [DNAFieldAttribute(66, "float", "simplify_volumes", "float", 4)] public float simplify_volumes; - [DNAFieldAttribute(67, "int", "line_thickness_mode", 4)] + [DNAFieldAttribute(67, "int", "line_thickness_mode", "int", 4)] public int line_thickness_mode; - [DNAFieldAttribute(68, "float", "unit_line_thickness", 4)] + [DNAFieldAttribute(68, "float", "unit_line_thickness", "float", 4)] public float unit_line_thickness; - [DNAFieldAttribute(69, "char", "engine[32]", 1)] + [DNAFieldAttribute(69, "char", "engine[32]", "System.Char[]", 1)] public char[] engine = new System.Char[32]; - [DNAFieldAttribute(70, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(70, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; - [DNAFieldAttribute(71, "short", "perf_flag", 2)] + [DNAFieldAttribute(71, "short", "perf_flag", "short", 2)] public short perf_flag; - [DNAFieldAttribute(72, "BakeData", "bake", 1400)] + [DNAFieldAttribute(72, "BakeData", "bake", "BakeData", 1400)] public BakeData bake; - [DNAFieldAttribute(73, "int", "_pad8", 4)] + [DNAFieldAttribute(73, "int", "_pad8", "int", 4)] public int _pad8; - [DNAFieldAttribute(74, "short", "preview_pixel_size", 2)] + [DNAFieldAttribute(74, "short", "preview_pixel_size", "short", 2)] public short preview_pixel_size; - [DNAFieldAttribute(75, "short", "_pad4", 2)] + [DNAFieldAttribute(75, "short", "_pad4", "short", 2)] public short _pad4; - [DNAFieldAttribute(76, "ListBase", "views", 16)] + [DNAFieldAttribute(76, "ListBase", "views", "ListBase", 16)] public ListBase views; - [DNAFieldAttribute(77, "short", "actview", 2)] + [DNAFieldAttribute(77, "short", "actview", "short", 2)] public short actview; - [DNAFieldAttribute(78, "short", "views_format", 2)] + [DNAFieldAttribute(78, "short", "views_format", "short", 2)] public short views_format; - [DNAFieldAttribute(79, "short", "hair_type", 2)] + [DNAFieldAttribute(79, "short", "hair_type", "short", 2)] public short hair_type; - [DNAFieldAttribute(80, "short", "hair_subdiv", 2)] + [DNAFieldAttribute(80, "short", "hair_subdiv", "short", 2)] public short hair_subdiv; - [DNAFieldAttribute(81, "float", "blurfac", 4)] + [DNAFieldAttribute(81, "float", "blurfac", "float", 4)] public float blurfac; - [DNAFieldAttribute(82, "int", "motion_blur_position", 4)] + [DNAFieldAttribute(82, "int", "motion_blur_position", "int", 4)] public int motion_blur_position; - [DNAFieldAttribute(83, "CurveMapping", "mblur_shutter_curve", 424)] + [DNAFieldAttribute(83, "CurveMapping", "mblur_shutter_curve", "CurveMapping", 424)] public CurveMapping mblur_shutter_curve; - [DNAFieldAttribute(84, "int", "compositor_device", 4)] + [DNAFieldAttribute(84, "int", "compositor_device", "int", 4)] public int compositor_device; - [DNAFieldAttribute(85, "int", "compositor_precision", 4)] + [DNAFieldAttribute(85, "int", "compositor_precision", "int", 4)] public int compositor_precision; - [DNAFieldAttribute(86, "char", "use_old_cpu_compositor", 1)] + [DNAFieldAttribute(86, "char", "use_old_cpu_compositor", "char", 1)] public char use_old_cpu_compositor; - [DNAFieldAttribute(87, "char", "_pad10[7]", 1)] + [DNAFieldAttribute(87, "char", "_pad10[7]", "System.Char[]", 1)] public char[] _pad10 = new System.Char[7]; public RenderData() { this.im_format = default; diff --git a/BlendFile/DNA/RenderSlot.cs b/BlendFile/DNA/RenderSlot.cs index ea59cb5..1d61422 100644 --- a/BlendFile/DNA/RenderSlot.cs +++ b/BlendFile/DNA/RenderSlot.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(326, "RenderSlot")] public class RenderSlot { - [DNAFieldAttribute(0, "RenderSlot", "*next", 88)] + [DNAFieldAttribute(0, "RenderSlot", "*next", "RenderSlot", 88)] public RenderSlot ptr_next; - [DNAFieldAttribute(1, "RenderSlot", "*prev", 88)] + [DNAFieldAttribute(1, "RenderSlot", "*prev", "RenderSlot", 88)] public RenderSlot 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, "RenderResult", "*render", 0)] + [DNAFieldAttribute(3, "RenderResult", "*render", "RenderResult", 0)] public RenderResult ptr_render; public RenderSlot() { this.ptr_next = default; diff --git a/BlendFile/DNA/RepeatZoneViewerPathElem.cs b/BlendFile/DNA/RepeatZoneViewerPathElem.cs index 2b45abd..a81b4af 100644 --- a/BlendFile/DNA/RepeatZoneViewerPathElem.cs +++ b/BlendFile/DNA/RepeatZoneViewerPathElem.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1035, "RepeatZoneViewerPathElem")] public struct RepeatZoneViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "base", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32)] public ViewerPathElem @base; - [DNAFieldAttribute(1, "int", "repeat_output_node_id", 4)] + [DNAFieldAttribute(1, "int", "repeat_output_node_id", "int", 4)] public int repeat_output_node_id; - [DNAFieldAttribute(2, "int", "iteration", 4)] + [DNAFieldAttribute(2, "int", "iteration", "int", 4)] public int iteration; public RepeatZoneViewerPathElem() { this.@base = default; diff --git a/BlendFile/DNA/ReportList.cs b/BlendFile/DNA/ReportList.cs index 80156dc..a7d2e43 100644 --- a/BlendFile/DNA/ReportList.cs +++ b/BlendFile/DNA/ReportList.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(1042, "ReportList")] public class ReportList { - [DNAFieldAttribute(0, "ListBase", "list", 16)] + [DNAFieldAttribute(0, "ListBase", "list", "ListBase", 16)] public ListBase list; - [DNAFieldAttribute(1, "int", "printlevel", 4)] + [DNAFieldAttribute(1, "int", "printlevel", "int", 4)] public int printlevel; - [DNAFieldAttribute(2, "int", "storelevel", 4)] + [DNAFieldAttribute(2, "int", "storelevel", "int", 4)] public int storelevel; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "wmTimer", "*reporttimer", 0)] + [DNAFieldAttribute(5, "wmTimer", "*reporttimer", "wmTimer", 0)] public wmTimer ptr_reporttimer; - [DNAFieldAttribute(6, "std_mutex_type", "*lock", 0)] + [DNAFieldAttribute(6, "std_mutex_type", "*lock", "std_mutex_type", 0)] public std_mutex_type ptr_lock; public ReportList() { this.list = default; diff --git a/BlendFile/DNA/RigidBodyCon.cs b/BlendFile/DNA/RigidBodyCon.cs index 4f56d30..b71cc5d 100644 --- a/BlendFile/DNA/RigidBodyCon.cs +++ b/BlendFile/DNA/RigidBodyCon.cs @@ -15,79 +15,79 @@ namespace BlendFile.DNA { [DNAClassAttribute(771, "RigidBodyCon")] public class RigidBodyCon { - [DNAFieldAttribute(0, "Object", "*ob1", 1160)] + [DNAFieldAttribute(0, "Object", "*ob1", "Object", 1160)] public Object ptr_ob1; - [DNAFieldAttribute(1, "Object", "*ob2", 1160)] + [DNAFieldAttribute(1, "Object", "*ob2", "Object", 1160)] public Object ptr_ob2; - [DNAFieldAttribute(2, "short", "type", 2)] + [DNAFieldAttribute(2, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(3, "short", "num_solver_iterations", 2)] + [DNAFieldAttribute(3, "short", "num_solver_iterations", "short", 2)] public short num_solver_iterations; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "float", "breaking_threshold", 4)] + [DNAFieldAttribute(5, "float", "breaking_threshold", "float", 4)] public float breaking_threshold; - [DNAFieldAttribute(6, "char", "spring_type", 1)] + [DNAFieldAttribute(6, "char", "spring_type", "char", 1)] public char spring_type; - [DNAFieldAttribute(7, "char", "_pad[3]", 1)] + [DNAFieldAttribute(7, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(8, "float", "limit_lin_x_lower", 4)] + [DNAFieldAttribute(8, "float", "limit_lin_x_lower", "float", 4)] public float limit_lin_x_lower; - [DNAFieldAttribute(9, "float", "limit_lin_x_upper", 4)] + [DNAFieldAttribute(9, "float", "limit_lin_x_upper", "float", 4)] public float limit_lin_x_upper; - [DNAFieldAttribute(10, "float", "limit_lin_y_lower", 4)] + [DNAFieldAttribute(10, "float", "limit_lin_y_lower", "float", 4)] public float limit_lin_y_lower; - [DNAFieldAttribute(11, "float", "limit_lin_y_upper", 4)] + [DNAFieldAttribute(11, "float", "limit_lin_y_upper", "float", 4)] public float limit_lin_y_upper; - [DNAFieldAttribute(12, "float", "limit_lin_z_lower", 4)] + [DNAFieldAttribute(12, "float", "limit_lin_z_lower", "float", 4)] public float limit_lin_z_lower; - [DNAFieldAttribute(13, "float", "limit_lin_z_upper", 4)] + [DNAFieldAttribute(13, "float", "limit_lin_z_upper", "float", 4)] public float limit_lin_z_upper; - [DNAFieldAttribute(14, "float", "limit_ang_x_lower", 4)] + [DNAFieldAttribute(14, "float", "limit_ang_x_lower", "float", 4)] public float limit_ang_x_lower; - [DNAFieldAttribute(15, "float", "limit_ang_x_upper", 4)] + [DNAFieldAttribute(15, "float", "limit_ang_x_upper", "float", 4)] public float limit_ang_x_upper; - [DNAFieldAttribute(16, "float", "limit_ang_y_lower", 4)] + [DNAFieldAttribute(16, "float", "limit_ang_y_lower", "float", 4)] public float limit_ang_y_lower; - [DNAFieldAttribute(17, "float", "limit_ang_y_upper", 4)] + [DNAFieldAttribute(17, "float", "limit_ang_y_upper", "float", 4)] public float limit_ang_y_upper; - [DNAFieldAttribute(18, "float", "limit_ang_z_lower", 4)] + [DNAFieldAttribute(18, "float", "limit_ang_z_lower", "float", 4)] public float limit_ang_z_lower; - [DNAFieldAttribute(19, "float", "limit_ang_z_upper", 4)] + [DNAFieldAttribute(19, "float", "limit_ang_z_upper", "float", 4)] public float limit_ang_z_upper; - [DNAFieldAttribute(20, "float", "spring_stiffness_x", 4)] + [DNAFieldAttribute(20, "float", "spring_stiffness_x", "float", 4)] public float spring_stiffness_x; - [DNAFieldAttribute(21, "float", "spring_stiffness_y", 4)] + [DNAFieldAttribute(21, "float", "spring_stiffness_y", "float", 4)] public float spring_stiffness_y; - [DNAFieldAttribute(22, "float", "spring_stiffness_z", 4)] + [DNAFieldAttribute(22, "float", "spring_stiffness_z", "float", 4)] public float spring_stiffness_z; - [DNAFieldAttribute(23, "float", "spring_stiffness_ang_x", 4)] + [DNAFieldAttribute(23, "float", "spring_stiffness_ang_x", "float", 4)] public float spring_stiffness_ang_x; - [DNAFieldAttribute(24, "float", "spring_stiffness_ang_y", 4)] + [DNAFieldAttribute(24, "float", "spring_stiffness_ang_y", "float", 4)] public float spring_stiffness_ang_y; - [DNAFieldAttribute(25, "float", "spring_stiffness_ang_z", 4)] + [DNAFieldAttribute(25, "float", "spring_stiffness_ang_z", "float", 4)] public float spring_stiffness_ang_z; - [DNAFieldAttribute(26, "float", "spring_damping_x", 4)] + [DNAFieldAttribute(26, "float", "spring_damping_x", "float", 4)] public float spring_damping_x; - [DNAFieldAttribute(27, "float", "spring_damping_y", 4)] + [DNAFieldAttribute(27, "float", "spring_damping_y", "float", 4)] public float spring_damping_y; - [DNAFieldAttribute(28, "float", "spring_damping_z", 4)] + [DNAFieldAttribute(28, "float", "spring_damping_z", "float", 4)] public float spring_damping_z; - [DNAFieldAttribute(29, "float", "spring_damping_ang_x", 4)] + [DNAFieldAttribute(29, "float", "spring_damping_ang_x", "float", 4)] public float spring_damping_ang_x; - [DNAFieldAttribute(30, "float", "spring_damping_ang_y", 4)] + [DNAFieldAttribute(30, "float", "spring_damping_ang_y", "float", 4)] public float spring_damping_ang_y; - [DNAFieldAttribute(31, "float", "spring_damping_ang_z", 4)] + [DNAFieldAttribute(31, "float", "spring_damping_ang_z", "float", 4)] public float spring_damping_ang_z; - [DNAFieldAttribute(32, "float", "motor_lin_target_velocity", 4)] + [DNAFieldAttribute(32, "float", "motor_lin_target_velocity", "float", 4)] public float motor_lin_target_velocity; - [DNAFieldAttribute(33, "float", "motor_ang_target_velocity", 4)] + [DNAFieldAttribute(33, "float", "motor_ang_target_velocity", "float", 4)] public float motor_ang_target_velocity; - [DNAFieldAttribute(34, "float", "motor_lin_max_impulse", 4)] + [DNAFieldAttribute(34, "float", "motor_lin_max_impulse", "float", 4)] public float motor_lin_max_impulse; - [DNAFieldAttribute(35, "float", "motor_ang_max_impulse", 4)] + [DNAFieldAttribute(35, "float", "motor_ang_max_impulse", "float", 4)] public float motor_ang_max_impulse; - [DNAFieldAttribute(36, "void", "*physics_constraint", 0)] + [DNAFieldAttribute(36, "void", "*physics_constraint", "void", 0)] public object ptr_physics_constraint; public RigidBodyCon() { this.ptr_ob1 = default; diff --git a/BlendFile/DNA/RigidBodyOb.cs b/BlendFile/DNA/RigidBodyOb.cs index 4531d48..e344a6b 100644 --- a/BlendFile/DNA/RigidBodyOb.cs +++ b/BlendFile/DNA/RigidBodyOb.cs @@ -15,41 +15,41 @@ namespace BlendFile.DNA { [DNAClassAttribute(770, "RigidBodyOb")] public class RigidBodyOb { - [DNAFieldAttribute(0, "short", "type", 2)] + [DNAFieldAttribute(0, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(1, "short", "shape", 2)] + [DNAFieldAttribute(1, "short", "shape", "short", 2)] public short shape; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "col_groups", 4)] + [DNAFieldAttribute(3, "int", "col_groups", "int", 4)] public int col_groups; - [DNAFieldAttribute(4, "short", "mesh_source", 2)] + [DNAFieldAttribute(4, "short", "mesh_source", "short", 2)] public short mesh_source; - [DNAFieldAttribute(5, "char", "_pad[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(6, "float", "mass", 4)] + [DNAFieldAttribute(6, "float", "mass", "float", 4)] public float mass; - [DNAFieldAttribute(7, "float", "friction", 4)] + [DNAFieldAttribute(7, "float", "friction", "float", 4)] public float friction; - [DNAFieldAttribute(8, "float", "restitution", 4)] + [DNAFieldAttribute(8, "float", "restitution", "float", 4)] public float restitution; - [DNAFieldAttribute(9, "float", "margin", 4)] + [DNAFieldAttribute(9, "float", "margin", "float", 4)] public float margin; - [DNAFieldAttribute(10, "float", "lin_damping", 4)] + [DNAFieldAttribute(10, "float", "lin_damping", "float", 4)] public float lin_damping; - [DNAFieldAttribute(11, "float", "ang_damping", 4)] + [DNAFieldAttribute(11, "float", "ang_damping", "float", 4)] public float ang_damping; - [DNAFieldAttribute(12, "float", "lin_sleep_thresh", 4)] + [DNAFieldAttribute(12, "float", "lin_sleep_thresh", "float", 4)] public float lin_sleep_thresh; - [DNAFieldAttribute(13, "float", "ang_sleep_thresh", 4)] + [DNAFieldAttribute(13, "float", "ang_sleep_thresh", "float", 4)] public float ang_sleep_thresh; - [DNAFieldAttribute(14, "float", "orn[4]", 4)] + [DNAFieldAttribute(14, "float", "orn[4]", "System.Single[]", 4)] public float[] orn = new System.Single[4]; - [DNAFieldAttribute(15, "float", "pos[3]", 4)] + [DNAFieldAttribute(15, "float", "pos[3]", "System.Single[]", 4)] public float[] pos = new System.Single[3]; - [DNAFieldAttribute(16, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(16, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", 0)] + [DNAFieldAttribute(17, "RigidBodyOb_Shared", "*shared", "RigidBodyOb_Shared", 0)] public RigidBodyOb_Shared ptr_shared; public RigidBodyOb() { this.type = default; diff --git a/BlendFile/DNA/RigidBodyWorld.cs b/BlendFile/DNA/RigidBodyWorld.cs index 8835d37..9a852fc 100644 --- a/BlendFile/DNA/RigidBodyWorld.cs +++ b/BlendFile/DNA/RigidBodyWorld.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(795, "RigidBodyWorld")] public class RigidBodyWorld { - [DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", 72)] + [DNAFieldAttribute(0, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)] public EffectorWeights ptr_effector_weights; - [DNAFieldAttribute(1, "Collection", "*group", 376)] + [DNAFieldAttribute(1, "Collection", "*group", "Collection", 376)] public Collection ptr_group; - [DNAFieldAttribute(2, "Object", "**objects", 1160)] + [DNAFieldAttribute(2, "Object", "**objects", "Object", 1160)] public Object ptr_ptr_objects; - [DNAFieldAttribute(3, "Collection", "*constraints", 376)] + [DNAFieldAttribute(3, "Collection", "*constraints", "Collection", 376)] public Collection ptr_constraints; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "float", "ltime", 4)] + [DNAFieldAttribute(5, "float", "ltime", "float", 4)] public float ltime; - [DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", 32)] + [DNAFieldAttribute(6, "RigidBodyWorld_Shared", "*shared", "RigidBodyWorld_Shared", 32)] public RigidBodyWorld_Shared ptr_shared; - [DNAFieldAttribute(7, "PointCache", "*pointcache", 1392)] + [DNAFieldAttribute(7, "PointCache", "*pointcache", "PointCache", 1392)] public PointCache ptr_pointcache; - [DNAFieldAttribute(8, "ListBase", "ptcaches", 16)] + [DNAFieldAttribute(8, "ListBase", "ptcaches", "ListBase", 16)] public ListBase ptcaches; - [DNAFieldAttribute(9, "int", "numbodies", 4)] + [DNAFieldAttribute(9, "int", "numbodies", "int", 4)] public int numbodies; - [DNAFieldAttribute(10, "short", "steps_per_second", 2)] + [DNAFieldAttribute(10, "short", "steps_per_second", "short", 2)] public short steps_per_second; - [DNAFieldAttribute(11, "short", "num_solver_iterations", 2)] + [DNAFieldAttribute(11, "short", "num_solver_iterations", "short", 2)] public short num_solver_iterations; - [DNAFieldAttribute(12, "int", "flag", 4)] + [DNAFieldAttribute(12, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(13, "float", "time_scale", 4)] + [DNAFieldAttribute(13, "float", "time_scale", "float", 4)] public float time_scale; public RigidBodyWorld() { this.ptr_effector_weights = default; diff --git a/BlendFile/DNA/RigidBodyWorld_Shared.cs b/BlendFile/DNA/RigidBodyWorld_Shared.cs index abec5f0..ee848ac 100644 --- a/BlendFile/DNA/RigidBodyWorld_Shared.cs +++ b/BlendFile/DNA/RigidBodyWorld_Shared.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(794, "RigidBodyWorld_Shared")] public class RigidBodyWorld_Shared { - [DNAFieldAttribute(0, "PointCache", "*pointcache", 1392)] + [DNAFieldAttribute(0, "PointCache", "*pointcache", "PointCache", 1392)] public PointCache ptr_pointcache; - [DNAFieldAttribute(1, "ListBase", "ptcaches", 16)] + [DNAFieldAttribute(1, "ListBase", "ptcaches", "ListBase", 16)] public ListBase ptcaches; - [DNAFieldAttribute(2, "void", "*physics_world", 0)] + [DNAFieldAttribute(2, "void", "*physics_world", "void", 0)] public object ptr_physics_world; public RigidBodyWorld_Shared() { this.ptr_pointcache = default; diff --git a/BlendFile/DNA/RimShaderFxData.cs b/BlendFile/DNA/RimShaderFxData.cs index 54d7f21..eba16d8 100644 --- a/BlendFile/DNA/RimShaderFxData.cs +++ b/BlendFile/DNA/RimShaderFxData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(922, "RimShaderFxData")] public struct RimShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)] public ShaderFxData shaderfx; - [DNAFieldAttribute(1, "int", "offset[2]", 4)] + [DNAFieldAttribute(1, "int", "offset[2]", "System.Int32[]", 4)] public int[] offset = new System.Int32[2]; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "float", "rim_rgb[3]", 4)] + [DNAFieldAttribute(3, "float", "rim_rgb[3]", "System.Single[]", 4)] public float[] rim_rgb = new System.Single[3]; - [DNAFieldAttribute(4, "float", "mask_rgb[3]", 4)] + [DNAFieldAttribute(4, "float", "mask_rgb[3]", "System.Single[]", 4)] public float[] mask_rgb = new System.Single[3]; - [DNAFieldAttribute(5, "int", "mode", 4)] + [DNAFieldAttribute(5, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(6, "int", "blur[2]", 4)] + [DNAFieldAttribute(6, "int", "blur[2]", "System.Int32[]", 4)] public int[] blur = new System.Int32[2]; - [DNAFieldAttribute(7, "int", "samples", 4)] + [DNAFieldAttribute(7, "int", "samples", "int", 4)] public int samples; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(9, "ShaderFxData_Runtime", "runtime", 40)] + [DNAFieldAttribute(9, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)] public ShaderFxData_Runtime runtime; public RimShaderFxData() { this.shaderfx = default; diff --git a/BlendFile/DNA/SBVertex.cs b/BlendFile/DNA/SBVertex.cs index c61d716..df8db32 100644 --- a/BlendFile/DNA/SBVertex.cs +++ b/BlendFile/DNA/SBVertex.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(758, "SBVertex")] public struct SBVertex { - [DNAFieldAttribute(0, "float", "vec[4]", 4)] + [DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 4)] public float[] vec = new System.Single[4]; public SBVertex() { this.vec = default; diff --git a/BlendFile/DNA/SDefBind.cs b/BlendFile/DNA/SDefBind.cs index 6ed907a..0915a6f 100644 --- a/BlendFile/DNA/SDefBind.cs +++ b/BlendFile/DNA/SDefBind.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(510, "SDefBind")] public class SDefBind { - [DNAFieldAttribute(0, "int", "*vert_inds", 4)] + [DNAFieldAttribute(0, "int", "*vert_inds", "int", 4)] public int ptr_vert_inds; - [DNAFieldAttribute(1, "int", "numverts", 4)] + [DNAFieldAttribute(1, "int", "numverts", "int", 4)] public int numverts; - [DNAFieldAttribute(2, "int", "mode", 4)] + [DNAFieldAttribute(2, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(3, "float", "*vert_weights", 4)] + [DNAFieldAttribute(3, "float", "*vert_weights", "float", 4)] public float ptr_vert_weights; - [DNAFieldAttribute(4, "float", "normal_dist", 4)] + [DNAFieldAttribute(4, "float", "normal_dist", "float", 4)] public float normal_dist; - [DNAFieldAttribute(5, "float", "influence", 4)] + [DNAFieldAttribute(5, "float", "influence", "float", 4)] public float influence; public SDefBind() { this.ptr_vert_inds = default; diff --git a/BlendFile/DNA/SDefVert.cs b/BlendFile/DNA/SDefVert.cs index 8e1a3ba..15a7f62 100644 --- a/BlendFile/DNA/SDefVert.cs +++ b/BlendFile/DNA/SDefVert.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(511, "SDefVert")] public class SDefVert { - [DNAFieldAttribute(0, "SDefBind", "*binds", 32)] + [DNAFieldAttribute(0, "SDefBind", "*binds", "SDefBind", 32)] public SDefBind ptr_binds; - [DNAFieldAttribute(1, "int", "numbinds", 4)] + [DNAFieldAttribute(1, "int", "numbinds", "int", 4)] public int numbinds; - [DNAFieldAttribute(2, "int", "vertex_idx", 4)] + [DNAFieldAttribute(2, "int", "vertex_idx", "int", 4)] public int vertex_idx; public SDefVert() { this.ptr_binds = default; diff --git a/BlendFile/DNA/SPHFluidSettings.cs b/BlendFile/DNA/SPHFluidSettings.cs index 435eccc..ca3acae 100644 --- a/BlendFile/DNA/SPHFluidSettings.cs +++ b/BlendFile/DNA/SPHFluidSettings.cs @@ -15,39 +15,39 @@ namespace BlendFile.DNA { [DNAClassAttribute(784, "SPHFluidSettings")] public struct SPHFluidSettings { - [DNAFieldAttribute(0, "float", "radius", 4)] + [DNAFieldAttribute(0, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(1, "float", "spring_k", 4)] + [DNAFieldAttribute(1, "float", "spring_k", "float", 4)] public float spring_k; - [DNAFieldAttribute(2, "float", "rest_length", 4)] + [DNAFieldAttribute(2, "float", "rest_length", "float", 4)] public float rest_length; - [DNAFieldAttribute(3, "float", "plasticity_constant", 4)] + [DNAFieldAttribute(3, "float", "plasticity_constant", "float", 4)] public float plasticity_constant; - [DNAFieldAttribute(4, "float", "yield_ratio", 4)] + [DNAFieldAttribute(4, "float", "yield_ratio", "float", 4)] public float yield_ratio; - [DNAFieldAttribute(5, "float", "plasticity_balance", 4)] + [DNAFieldAttribute(5, "float", "plasticity_balance", "float", 4)] public float plasticity_balance; - [DNAFieldAttribute(6, "float", "yield_balance", 4)] + [DNAFieldAttribute(6, "float", "yield_balance", "float", 4)] public float yield_balance; - [DNAFieldAttribute(7, "float", "viscosity_omega", 4)] + [DNAFieldAttribute(7, "float", "viscosity_omega", "float", 4)] public float viscosity_omega; - [DNAFieldAttribute(8, "float", "viscosity_beta", 4)] + [DNAFieldAttribute(8, "float", "viscosity_beta", "float", 4)] public float viscosity_beta; - [DNAFieldAttribute(9, "float", "stiffness_k", 4)] + [DNAFieldAttribute(9, "float", "stiffness_k", "float", 4)] public float stiffness_k; - [DNAFieldAttribute(10, "float", "stiffness_knear", 4)] + [DNAFieldAttribute(10, "float", "stiffness_knear", "float", 4)] public float stiffness_knear; - [DNAFieldAttribute(11, "float", "rest_density", 4)] + [DNAFieldAttribute(11, "float", "rest_density", "float", 4)] public float rest_density; - [DNAFieldAttribute(12, "float", "buoyancy", 4)] + [DNAFieldAttribute(12, "float", "buoyancy", "float", 4)] public float buoyancy; - [DNAFieldAttribute(13, "int", "flag", 4)] + [DNAFieldAttribute(13, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(14, "int", "spring_frames", 4)] + [DNAFieldAttribute(14, "int", "spring_frames", "int", 4)] public int spring_frames; - [DNAFieldAttribute(15, "short", "solver", 2)] + [DNAFieldAttribute(15, "short", "solver", "short", 2)] public short solver; - [DNAFieldAttribute(16, "char", "_pad[6]", 1)] + [DNAFieldAttribute(16, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public SPHFluidSettings() { this.radius = default; diff --git a/BlendFile/DNA/Scene.cs b/BlendFile/DNA/Scene.cs index e9f894f..3f09f88 100644 --- a/BlendFile/DNA/Scene.cs +++ b/BlendFile/DNA/Scene.cs @@ -15,121 +15,121 @@ namespace BlendFile.DNA { [DNAClassAttribute(241, "Scene")] public class Scene { - [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, "DrawDataList", "drawdata", 16)] + [DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)] public DrawDataList drawdata; - [DNAFieldAttribute(3, "Object", "*camera", 1160)] + [DNAFieldAttribute(3, "Object", "*camera", "Object", 1160)] public Object ptr_camera; - [DNAFieldAttribute(4, "World", "*world", 400)] + [DNAFieldAttribute(4, "World", "*world", "World", 400)] public World ptr_world; - [DNAFieldAttribute(5, "Scene", "*set", 6744)] + [DNAFieldAttribute(5, "Scene", "*set", "Scene", 6744)] public Scene ptr_set; - [DNAFieldAttribute(6, "ListBase", "base", 16)] + [DNAFieldAttribute(6, "ListBase", "base", "ListBase", 16)] public ListBase @base; - [DNAFieldAttribute(7, "Base", "*basact", 48)] + [DNAFieldAttribute(7, "Base", "*basact", "Base", 48)] public Base ptr_basact; - [DNAFieldAttribute(8, "void", "*_pad1", 0)] + [DNAFieldAttribute(8, "void", "*_pad1", "void", 0)] public object ptr__pad1; - [DNAFieldAttribute(9, "View3DCursor", "cursor", 64)] + [DNAFieldAttribute(9, "View3DCursor", "cursor", "View3DCursor", 64)] public View3DCursor cursor; - [DNAFieldAttribute(10, "int", "lay", 4)] + [DNAFieldAttribute(10, "int", "lay", "int", 4)] public int lay; - [DNAFieldAttribute(11, "int", "layact", 4)] + [DNAFieldAttribute(11, "int", "layact", "int", 4)] public int layact; - [DNAFieldAttribute(12, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(13, "short", "flag", 2)] + [DNAFieldAttribute(13, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(14, "char", "use_nodes", 1)] + [DNAFieldAttribute(14, "char", "use_nodes", "char", 1)] public char use_nodes; - [DNAFieldAttribute(15, "char", "_pad3[1]", 1)] + [DNAFieldAttribute(15, "char", "_pad3[1]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[1]; - [DNAFieldAttribute(16, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(16, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(17, "Editing", "*ed", 3256)] + [DNAFieldAttribute(17, "Editing", "*ed", "Editing", 3256)] public Editing ptr_ed; - [DNAFieldAttribute(18, "ToolSettings", "*toolsettings", 1072)] + [DNAFieldAttribute(18, "ToolSettings", "*toolsettings", "ToolSettings", 1072)] public ToolSettings ptr_toolsettings; - [DNAFieldAttribute(19, "void", "*_pad4", 0)] + [DNAFieldAttribute(19, "void", "*_pad4", "void", 0)] public object ptr__pad4; - [DNAFieldAttribute(20, "DisplaySafeAreas", "safe_areas", 32)] + [DNAFieldAttribute(20, "DisplaySafeAreas", "safe_areas", "DisplaySafeAreas", 32)] public DisplaySafeAreas safe_areas; - [DNAFieldAttribute(21, "RenderData", "r", 4376)] + [DNAFieldAttribute(21, "RenderData", "r", "RenderData", 4376)] public RenderData r; - [DNAFieldAttribute(22, "AudioData", "audio", 32)] + [DNAFieldAttribute(22, "AudioData", "audio", "AudioData", 32)] public AudioData audio; - [DNAFieldAttribute(23, "ListBase", "markers", 16)] + [DNAFieldAttribute(23, "ListBase", "markers", "ListBase", 16)] public ListBase markers; - [DNAFieldAttribute(24, "ListBase", "transform_spaces", 16)] + [DNAFieldAttribute(24, "ListBase", "transform_spaces", "ListBase", 16)] public ListBase transform_spaces; - [DNAFieldAttribute(25, "TransformOrientationSlot", "orientation_slots[4]", 16)] + [DNAFieldAttribute(25, "TransformOrientationSlot", "orientation_slots[4]", "TransformOrientationSlot[]", 16)] public TransformOrientationSlot[] orientation_slots = new TransformOrientationSlot[4]; - [DNAFieldAttribute(26, "void", "*sound_scene", 0)] + [DNAFieldAttribute(26, "void", "*sound_scene", "void", 0)] public object ptr_sound_scene; - [DNAFieldAttribute(27, "void", "*playback_handle", 0)] + [DNAFieldAttribute(27, "void", "*playback_handle", "void", 0)] public object ptr_playback_handle; - [DNAFieldAttribute(28, "void", "*sound_scrub_handle", 0)] + [DNAFieldAttribute(28, "void", "*sound_scrub_handle", "void", 0)] public object ptr_sound_scrub_handle; - [DNAFieldAttribute(29, "void", "*speaker_handles", 0)] + [DNAFieldAttribute(29, "void", "*speaker_handles", "void", 0)] public object ptr_speaker_handles; - [DNAFieldAttribute(30, "void", "*fps_info", 0)] + [DNAFieldAttribute(30, "void", "*fps_info", "void", 0)] public object ptr_fps_info; - [DNAFieldAttribute(31, "GHash", "*depsgraph_hash", 0)] + [DNAFieldAttribute(31, "GHash", "*depsgraph_hash", "GHash", 0)] public GHash ptr_depsgraph_hash; - [DNAFieldAttribute(32, "char", "_pad7[4]", 1)] + [DNAFieldAttribute(32, "char", "_pad7[4]", "System.Char[]", 1)] public char[] _pad7 = new System.Char[4]; - [DNAFieldAttribute(33, "int", "active_keyingset", 4)] + [DNAFieldAttribute(33, "int", "active_keyingset", "int", 4)] public int active_keyingset; - [DNAFieldAttribute(34, "ListBase", "keyingsets", 16)] + [DNAFieldAttribute(34, "ListBase", "keyingsets", "ListBase", 16)] public ListBase keyingsets; - [DNAFieldAttribute(35, "UnitSettings", "unit", 16)] + [DNAFieldAttribute(35, "UnitSettings", "unit", "UnitSettings", 16)] public UnitSettings unit; - [DNAFieldAttribute(36, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(36, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(37, "MovieClip", "*clip", 2568)] + [DNAFieldAttribute(37, "MovieClip", "*clip", "MovieClip", 2568)] public MovieClip ptr_clip; - [DNAFieldAttribute(38, "PhysicsSettings", "physics_settings", 24)] + [DNAFieldAttribute(38, "PhysicsSettings", "physics_settings", "PhysicsSettings", 24)] public PhysicsSettings physics_settings; - [DNAFieldAttribute(39, "void", "*_pad8", 0)] + [DNAFieldAttribute(39, "void", "*_pad8", "void", 0)] public object ptr__pad8; - [DNAFieldAttribute(40, "CustomData_MeshMasks", "customdata_mask", 40)] + [DNAFieldAttribute(40, "CustomData_MeshMasks", "customdata_mask", "CustomData_MeshMasks", 40)] public CustomData_MeshMasks customdata_mask; - [DNAFieldAttribute(41, "CustomData_MeshMasks", "customdata_mask_modal", 40)] + [DNAFieldAttribute(41, "CustomData_MeshMasks", "customdata_mask_modal", "CustomData_MeshMasks", 40)] public CustomData_MeshMasks customdata_mask_modal; - [DNAFieldAttribute(42, "ColorManagedViewSettings", "view_settings", 168)] + [DNAFieldAttribute(42, "ColorManagedViewSettings", "view_settings", "ColorManagedViewSettings", 168)] public ColorManagedViewSettings view_settings; - [DNAFieldAttribute(43, "ColorManagedDisplaySettings", "display_settings", 64)] + [DNAFieldAttribute(43, "ColorManagedDisplaySettings", "display_settings", "ColorManagedDisplaySettings", 64)] public ColorManagedDisplaySettings display_settings; - [DNAFieldAttribute(44, "ColorManagedColorspaceSettings", "sequencer_colorspace_settings", 64)] + [DNAFieldAttribute(44, "ColorManagedColorspaceSettings", "sequencer_colorspace_settings", "ColorManagedColorspaceSettings", 64)] public ColorManagedColorspaceSettings sequencer_colorspace_settings; - [DNAFieldAttribute(45, "RigidBodyWorld", "*rigidbody_world", 88)] + [DNAFieldAttribute(45, "RigidBodyWorld", "*rigidbody_world", "RigidBodyWorld", 88)] public RigidBodyWorld ptr_rigidbody_world; - [DNAFieldAttribute(46, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(46, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(47, "ListBase", "view_layers", 16)] + [DNAFieldAttribute(47, "ListBase", "view_layers", "ListBase", 16)] public ListBase view_layers; - [DNAFieldAttribute(48, "Collection", "*master_collection", 376)] + [DNAFieldAttribute(48, "Collection", "*master_collection", "Collection", 376)] public Collection ptr_master_collection; - [DNAFieldAttribute(49, "IDProperty", "*layer_properties", 136)] + [DNAFieldAttribute(49, "IDProperty", "*layer_properties", "IDProperty", 136)] public IDProperty ptr_layer_properties; - [DNAFieldAttribute(50, "int", "simulation_frame_start", 4)] + [DNAFieldAttribute(50, "int", "simulation_frame_start", "int", 4)] public int simulation_frame_start; - [DNAFieldAttribute(51, "int", "simulation_frame_end", 4)] + [DNAFieldAttribute(51, "int", "simulation_frame_end", "int", 4)] public int simulation_frame_end; - [DNAFieldAttribute(52, "SceneDisplay", "display", 984)] + [DNAFieldAttribute(52, "SceneDisplay", "display", "SceneDisplay", 984)] public SceneDisplay display; - [DNAFieldAttribute(53, "SceneEEVEE", "eevee", 224)] + [DNAFieldAttribute(53, "SceneEEVEE", "eevee", "SceneEEVEE", 224)] public SceneEEVEE eevee; - [DNAFieldAttribute(54, "SceneGpencil", "grease_pencil_settings", 8)] + [DNAFieldAttribute(54, "SceneGpencil", "grease_pencil_settings", "SceneGpencil", 8)] public SceneGpencil grease_pencil_settings; - [DNAFieldAttribute(55, "SceneHydra", "hydra", 8)] + [DNAFieldAttribute(55, "SceneHydra", "hydra", "SceneHydra", 8)] public SceneHydra hydra; - [DNAFieldAttribute(56, "SceneRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(56, "SceneRuntimeHandle", "*runtime", "SceneRuntimeHandle", 0)] public SceneRuntimeHandle ptr_runtime; - [DNAFieldAttribute(57, "void", "*_pad9", 0)] + [DNAFieldAttribute(57, "void", "*_pad9", "void", 0)] public object ptr__pad9; public Scene() { this.id = default; diff --git a/BlendFile/DNA/SceneDisplay.cs b/BlendFile/DNA/SceneDisplay.cs index c2ba3d4..74ae746 100644 --- a/BlendFile/DNA/SceneDisplay.cs +++ b/BlendFile/DNA/SceneDisplay.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(832, "SceneDisplay")] public struct SceneDisplay { - [DNAFieldAttribute(0, "float", "light_direction[3]", 4)] + [DNAFieldAttribute(0, "float", "light_direction[3]", "System.Single[]", 4)] public float[] light_direction = new System.Single[3]; - [DNAFieldAttribute(1, "float", "shadow_shift", 4)] + [DNAFieldAttribute(1, "float", "shadow_shift", "float", 4)] public float shadow_shift; - [DNAFieldAttribute(2, "float", "shadow_focus", 4)] + [DNAFieldAttribute(2, "float", "shadow_focus", "float", 4)] public float shadow_focus; - [DNAFieldAttribute(3, "float", "matcap_ssao_distance", 4)] + [DNAFieldAttribute(3, "float", "matcap_ssao_distance", "float", 4)] public float matcap_ssao_distance; - [DNAFieldAttribute(4, "float", "matcap_ssao_attenuation", 4)] + [DNAFieldAttribute(4, "float", "matcap_ssao_attenuation", "float", 4)] public float matcap_ssao_attenuation; - [DNAFieldAttribute(5, "int", "matcap_ssao_samples", 4)] + [DNAFieldAttribute(5, "int", "matcap_ssao_samples", "int", 4)] public int matcap_ssao_samples; - [DNAFieldAttribute(6, "char", "viewport_aa", 1)] + [DNAFieldAttribute(6, "char", "viewport_aa", "char", 1)] public char viewport_aa; - [DNAFieldAttribute(7, "char", "render_aa", 1)] + [DNAFieldAttribute(7, "char", "render_aa", "char", 1)] public char render_aa; - [DNAFieldAttribute(8, "char", "_pad[6]", 1)] + [DNAFieldAttribute(8, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(9, "View3DShading", "shading", 944)] + [DNAFieldAttribute(9, "View3DShading", "shading", "View3DShading", 944)] public View3DShading shading; public SceneDisplay() { this.light_direction = default; diff --git a/BlendFile/DNA/SceneEEVEE.cs b/BlendFile/DNA/SceneEEVEE.cs index 4135df8..c9d8008 100644 --- a/BlendFile/DNA/SceneEEVEE.cs +++ b/BlendFile/DNA/SceneEEVEE.cs @@ -15,109 +15,109 @@ namespace BlendFile.DNA { [DNAClassAttribute(835, "SceneEEVEE")] public struct SceneEEVEE { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "int", "gi_diffuse_bounces", 4)] + [DNAFieldAttribute(1, "int", "gi_diffuse_bounces", "int", 4)] public int gi_diffuse_bounces; - [DNAFieldAttribute(2, "int", "gi_cubemap_resolution", 4)] + [DNAFieldAttribute(2, "int", "gi_cubemap_resolution", "int", 4)] public int gi_cubemap_resolution; - [DNAFieldAttribute(3, "int", "gi_visibility_resolution", 4)] + [DNAFieldAttribute(3, "int", "gi_visibility_resolution", "int", 4)] public int gi_visibility_resolution; - [DNAFieldAttribute(4, "float", "gi_glossy_clamp", 4)] + [DNAFieldAttribute(4, "float", "gi_glossy_clamp", "float", 4)] public float gi_glossy_clamp; - [DNAFieldAttribute(5, "int", "gi_irradiance_pool_size", 4)] + [DNAFieldAttribute(5, "int", "gi_irradiance_pool_size", "int", 4)] public int gi_irradiance_pool_size; - [DNAFieldAttribute(6, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(7, "int", "taa_samples", 4)] + [DNAFieldAttribute(7, "int", "taa_samples", "int", 4)] public int taa_samples; - [DNAFieldAttribute(8, "int", "taa_render_samples", 4)] + [DNAFieldAttribute(8, "int", "taa_render_samples", "int", 4)] public int taa_render_samples; - [DNAFieldAttribute(9, "float", "volumetric_start", 4)] + [DNAFieldAttribute(9, "float", "volumetric_start", "float", 4)] public float volumetric_start; - [DNAFieldAttribute(10, "float", "volumetric_end", 4)] + [DNAFieldAttribute(10, "float", "volumetric_end", "float", 4)] public float volumetric_end; - [DNAFieldAttribute(11, "int", "volumetric_tile_size", 4)] + [DNAFieldAttribute(11, "int", "volumetric_tile_size", "int", 4)] public int volumetric_tile_size; - [DNAFieldAttribute(12, "int", "volumetric_samples", 4)] + [DNAFieldAttribute(12, "int", "volumetric_samples", "int", 4)] public int volumetric_samples; - [DNAFieldAttribute(13, "float", "volumetric_sample_distribution", 4)] + [DNAFieldAttribute(13, "float", "volumetric_sample_distribution", "float", 4)] public float volumetric_sample_distribution; - [DNAFieldAttribute(14, "float", "volumetric_light_clamp", 4)] + [DNAFieldAttribute(14, "float", "volumetric_light_clamp", "float", 4)] public float volumetric_light_clamp; - [DNAFieldAttribute(15, "int", "volumetric_shadow_samples", 4)] + [DNAFieldAttribute(15, "int", "volumetric_shadow_samples", "int", 4)] public int volumetric_shadow_samples; - [DNAFieldAttribute(16, "int", "volumetric_ray_depth", 4)] + [DNAFieldAttribute(16, "int", "volumetric_ray_depth", "int", 4)] public int volumetric_ray_depth; - [DNAFieldAttribute(17, "float", "gtao_distance", 4)] + [DNAFieldAttribute(17, "float", "gtao_distance", "float", 4)] public float gtao_distance; - [DNAFieldAttribute(18, "float", "gtao_thickness", 4)] + [DNAFieldAttribute(18, "float", "gtao_thickness", "float", 4)] public float gtao_thickness; - [DNAFieldAttribute(19, "float", "gtao_focus", 4)] + [DNAFieldAttribute(19, "float", "gtao_focus", "float", 4)] public float gtao_focus; - [DNAFieldAttribute(20, "int", "gtao_resolution", 4)] + [DNAFieldAttribute(20, "int", "gtao_resolution", "int", 4)] public int gtao_resolution; - [DNAFieldAttribute(21, "int", "fast_gi_step_count", 4)] + [DNAFieldAttribute(21, "int", "fast_gi_step_count", "int", 4)] public int fast_gi_step_count; - [DNAFieldAttribute(22, "int", "fast_gi_ray_count", 4)] + [DNAFieldAttribute(22, "int", "fast_gi_ray_count", "int", 4)] public int fast_gi_ray_count; - [DNAFieldAttribute(23, "float", "gtao_quality", 4)] + [DNAFieldAttribute(23, "float", "gtao_quality", "float", 4)] public float gtao_quality; - [DNAFieldAttribute(24, "float", "fast_gi_distance", 4)] + [DNAFieldAttribute(24, "float", "fast_gi_distance", "float", 4)] public float fast_gi_distance; - [DNAFieldAttribute(25, "float", "fast_gi_thickness_near", 4)] + [DNAFieldAttribute(25, "float", "fast_gi_thickness_near", "float", 4)] public float fast_gi_thickness_near; - [DNAFieldAttribute(26, "float", "fast_gi_thickness_far", 4)] + [DNAFieldAttribute(26, "float", "fast_gi_thickness_far", "float", 4)] public float fast_gi_thickness_far; - [DNAFieldAttribute(27, "char", "fast_gi_method", 1)] + [DNAFieldAttribute(27, "char", "fast_gi_method", "char", 1)] public char fast_gi_method; - [DNAFieldAttribute(28, "char", "_pad1[3]", 1)] + [DNAFieldAttribute(28, "char", "_pad1[3]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[3]; - [DNAFieldAttribute(29, "float", "bokeh_overblur", 4)] + [DNAFieldAttribute(29, "float", "bokeh_overblur", "float", 4)] public float bokeh_overblur; - [DNAFieldAttribute(30, "float", "bokeh_max_size", 4)] + [DNAFieldAttribute(30, "float", "bokeh_max_size", "float", 4)] public float bokeh_max_size; - [DNAFieldAttribute(31, "float", "bokeh_threshold", 4)] + [DNAFieldAttribute(31, "float", "bokeh_threshold", "float", 4)] public float bokeh_threshold; - [DNAFieldAttribute(32, "float", "bokeh_neighbor_max", 4)] + [DNAFieldAttribute(32, "float", "bokeh_neighbor_max", "float", 4)] public float bokeh_neighbor_max; - [DNAFieldAttribute(33, "int", "motion_blur_samples", 4)] + [DNAFieldAttribute(33, "int", "motion_blur_samples", "int", 4)] public int motion_blur_samples; - [DNAFieldAttribute(34, "int", "motion_blur_max", 4)] + [DNAFieldAttribute(34, "int", "motion_blur_max", "int", 4)] public int motion_blur_max; - [DNAFieldAttribute(35, "int", "motion_blur_steps", 4)] + [DNAFieldAttribute(35, "int", "motion_blur_steps", "int", 4)] public int motion_blur_steps; - [DNAFieldAttribute(36, "int", "motion_blur_position", 4)] + [DNAFieldAttribute(36, "int", "motion_blur_position", "int", 4)] public int motion_blur_position; - [DNAFieldAttribute(37, "float", "motion_blur_shutter", 4)] + [DNAFieldAttribute(37, "float", "motion_blur_shutter", "float", 4)] public float motion_blur_shutter; - [DNAFieldAttribute(38, "float", "motion_blur_depth_scale", 4)] + [DNAFieldAttribute(38, "float", "motion_blur_depth_scale", "float", 4)] public float motion_blur_depth_scale; - [DNAFieldAttribute(39, "int", "shadow_cube_size", 4)] + [DNAFieldAttribute(39, "int", "shadow_cube_size", "int", 4)] public int shadow_cube_size; - [DNAFieldAttribute(40, "int", "shadow_pool_size", 4)] + [DNAFieldAttribute(40, "int", "shadow_pool_size", "int", 4)] public int shadow_pool_size; - [DNAFieldAttribute(41, "int", "shadow_ray_count", 4)] + [DNAFieldAttribute(41, "int", "shadow_ray_count", "int", 4)] public int shadow_ray_count; - [DNAFieldAttribute(42, "int", "shadow_step_count", 4)] + [DNAFieldAttribute(42, "int", "shadow_step_count", "int", 4)] public int shadow_step_count; - [DNAFieldAttribute(43, "float", "shadow_resolution_scale", 4)] + [DNAFieldAttribute(43, "float", "shadow_resolution_scale", "float", 4)] public float shadow_resolution_scale; - [DNAFieldAttribute(44, "float", "clamp_surface_direct", 4)] + [DNAFieldAttribute(44, "float", "clamp_surface_direct", "float", 4)] public float clamp_surface_direct; - [DNAFieldAttribute(45, "float", "clamp_surface_indirect", 4)] + [DNAFieldAttribute(45, "float", "clamp_surface_indirect", "float", 4)] public float clamp_surface_indirect; - [DNAFieldAttribute(46, "float", "clamp_volume_direct", 4)] + [DNAFieldAttribute(46, "float", "clamp_volume_direct", "float", 4)] public float clamp_volume_direct; - [DNAFieldAttribute(47, "float", "clamp_volume_indirect", 4)] + [DNAFieldAttribute(47, "float", "clamp_volume_indirect", "float", 4)] public float clamp_volume_indirect; - [DNAFieldAttribute(48, "int", "ray_tracing_method", 4)] + [DNAFieldAttribute(48, "int", "ray_tracing_method", "int", 4)] public int ray_tracing_method; - [DNAFieldAttribute(49, "RaytraceEEVEE", "ray_tracing_options", 24)] + [DNAFieldAttribute(49, "RaytraceEEVEE", "ray_tracing_options", "RaytraceEEVEE", 24)] public RaytraceEEVEE ray_tracing_options; - [DNAFieldAttribute(50, "float", "overscan", 4)] + [DNAFieldAttribute(50, "float", "overscan", "float", 4)] public float overscan; - [DNAFieldAttribute(51, "float", "light_threshold", 4)] + [DNAFieldAttribute(51, "float", "light_threshold", "float", 4)] public float light_threshold; public SceneEEVEE() { this.flag = default; diff --git a/BlendFile/DNA/SceneGpencil.cs b/BlendFile/DNA/SceneGpencil.cs index 479f401..5420586 100644 --- a/BlendFile/DNA/SceneGpencil.cs +++ b/BlendFile/DNA/SceneGpencil.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(836, "SceneGpencil")] public struct SceneGpencil { - [DNAFieldAttribute(0, "float", "smaa_threshold", 4)] + [DNAFieldAttribute(0, "float", "smaa_threshold", "float", 4)] public float smaa_threshold; - [DNAFieldAttribute(1, "char", "_pad[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public SceneGpencil() { this.smaa_threshold = default; diff --git a/BlendFile/DNA/SceneHydra.cs b/BlendFile/DNA/SceneHydra.cs index fc2c135..4cfc828 100644 --- a/BlendFile/DNA/SceneHydra.cs +++ b/BlendFile/DNA/SceneHydra.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(837, "SceneHydra")] public struct SceneHydra { - [DNAFieldAttribute(0, "int", "export_method", 4)] + [DNAFieldAttribute(0, "int", "export_method", "int", 4)] public int export_method; - [DNAFieldAttribute(1, "int", "_pad0", 4)] + [DNAFieldAttribute(1, "int", "_pad0", "int", 4)] public int _pad0; public SceneHydra() { this.export_method = default; diff --git a/BlendFile/DNA/SceneRenderLayer.cs b/BlendFile/DNA/SceneRenderLayer.cs index b10b32b..09afa72 100644 --- a/BlendFile/DNA/SceneRenderLayer.cs +++ b/BlendFile/DNA/SceneRenderLayer.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(799, "SceneRenderLayer")] public class SceneRenderLayer { - [DNAFieldAttribute(0, "SceneRenderLayer", "*next", 192)] + [DNAFieldAttribute(0, "SceneRenderLayer", "*next", "SceneRenderLayer", 192)] public SceneRenderLayer ptr_next; - [DNAFieldAttribute(1, "SceneRenderLayer", "*prev", 192)] + [DNAFieldAttribute(1, "SceneRenderLayer", "*prev", "SceneRenderLayer", 192)] public SceneRenderLayer 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, "Material", "*mat_override", 392)] + [DNAFieldAttribute(3, "Material", "*mat_override", "Material", 392)] public Material ptr_mat_override; - [DNAFieldAttribute(4, "World", "*world_override", 400)] + [DNAFieldAttribute(4, "World", "*world_override", "World", 400)] public World ptr_world_override; - [DNAFieldAttribute(5, "int", "lay", 4)] + [DNAFieldAttribute(5, "int", "lay", "int", 4)] public int lay; - [DNAFieldAttribute(6, "int", "lay_zmask", 4)] + [DNAFieldAttribute(6, "int", "lay_zmask", "int", 4)] public int lay_zmask; - [DNAFieldAttribute(7, "int", "lay_exclude", 4)] + [DNAFieldAttribute(7, "int", "lay_exclude", "int", 4)] public int lay_exclude; - [DNAFieldAttribute(8, "int", "layflag", 4)] + [DNAFieldAttribute(8, "int", "layflag", "int", 4)] public int layflag; - [DNAFieldAttribute(9, "int", "passflag", 4)] + [DNAFieldAttribute(9, "int", "passflag", "int", 4)] public int passflag; - [DNAFieldAttribute(10, "int", "pass_xor", 4)] + [DNAFieldAttribute(10, "int", "pass_xor", "int", 4)] public int pass_xor; - [DNAFieldAttribute(11, "int", "samples", 4)] + [DNAFieldAttribute(11, "int", "samples", "int", 4)] public int samples; - [DNAFieldAttribute(12, "float", "pass_alpha_threshold", 4)] + [DNAFieldAttribute(12, "float", "pass_alpha_threshold", "float", 4)] public float pass_alpha_threshold; - [DNAFieldAttribute(13, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(13, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(14, "FreestyleConfig", "freestyleConfig", 56)] + [DNAFieldAttribute(14, "FreestyleConfig", "freestyleConfig", "FreestyleConfig", 56)] public FreestyleConfig freestyleConfig; public SceneRenderLayer() { this.ptr_next = default; diff --git a/BlendFile/DNA/SceneRenderView.cs b/BlendFile/DNA/SceneRenderView.cs index 52da883..6d3104f 100644 --- a/BlendFile/DNA/SceneRenderView.cs +++ b/BlendFile/DNA/SceneRenderView.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(800, "SceneRenderView")] public class SceneRenderView { - [DNAFieldAttribute(0, "SceneRenderView", "*next", 152)] + [DNAFieldAttribute(0, "SceneRenderView", "*next", "SceneRenderView", 152)] public SceneRenderView ptr_next; - [DNAFieldAttribute(1, "SceneRenderView", "*prev", 152)] + [DNAFieldAttribute(1, "SceneRenderView", "*prev", "SceneRenderView", 152)] public SceneRenderView 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, "char", "suffix[64]", 1)] + [DNAFieldAttribute(3, "char", "suffix[64]", "System.Char[]", 1)] public char[] suffix = new System.Char[64]; - [DNAFieldAttribute(4, "int", "viewflag", 4)] + [DNAFieldAttribute(4, "int", "viewflag", "int", 4)] public int viewflag; - [DNAFieldAttribute(5, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; public SceneRenderView() { this.ptr_next = default; diff --git a/BlendFile/DNA/Scopes.cs b/BlendFile/DNA/Scopes.cs index e801f59..b481e2b 100644 --- a/BlendFile/DNA/Scopes.cs +++ b/BlendFile/DNA/Scopes.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(167, "Scopes")] public class Scopes { - [DNAFieldAttribute(0, "int", "ok", 4)] + [DNAFieldAttribute(0, "int", "ok", "int", 4)] public int ok; - [DNAFieldAttribute(1, "int", "sample_full", 4)] + [DNAFieldAttribute(1, "int", "sample_full", "int", 4)] public int sample_full; - [DNAFieldAttribute(2, "int", "sample_lines", 4)] + [DNAFieldAttribute(2, "int", "sample_lines", "int", 4)] public int sample_lines; - [DNAFieldAttribute(3, "int", "wavefrm_mode", 4)] + [DNAFieldAttribute(3, "int", "wavefrm_mode", "int", 4)] public int wavefrm_mode; - [DNAFieldAttribute(4, "int", "vecscope_mode", 4)] + [DNAFieldAttribute(4, "int", "vecscope_mode", "int", 4)] public int vecscope_mode; - [DNAFieldAttribute(5, "int", "wavefrm_height", 4)] + [DNAFieldAttribute(5, "int", "wavefrm_height", "int", 4)] public int wavefrm_height; - [DNAFieldAttribute(6, "int", "vecscope_height", 4)] + [DNAFieldAttribute(6, "int", "vecscope_height", "int", 4)] public int vecscope_height; - [DNAFieldAttribute(7, "int", "waveform_tot", 4)] + [DNAFieldAttribute(7, "int", "waveform_tot", "int", 4)] public int waveform_tot; - [DNAFieldAttribute(8, "float", "accuracy", 4)] + [DNAFieldAttribute(8, "float", "accuracy", "float", 4)] public float accuracy; - [DNAFieldAttribute(9, "float", "wavefrm_alpha", 4)] + [DNAFieldAttribute(9, "float", "wavefrm_alpha", "float", 4)] public float wavefrm_alpha; - [DNAFieldAttribute(10, "float", "wavefrm_yfac", 4)] + [DNAFieldAttribute(10, "float", "wavefrm_yfac", "float", 4)] public float wavefrm_yfac; - [DNAFieldAttribute(11, "float", "vecscope_alpha", 4)] + [DNAFieldAttribute(11, "float", "vecscope_alpha", "float", 4)] public float vecscope_alpha; - [DNAFieldAttribute(12, "float", "minmax[3][2]", 4)] + [DNAFieldAttribute(12, "float", "minmax[3][2]", "System.Single[,]", 4)] public float[,] minmax = new System.Single[3,2]; - [DNAFieldAttribute(13, "Histogram", "hist", 5160)] + [DNAFieldAttribute(13, "Histogram", "hist", "Histogram", 5160)] public Histogram hist; - [DNAFieldAttribute(14, "float", "*waveform_1", 4)] + [DNAFieldAttribute(14, "float", "*waveform_1", "float", 4)] public float ptr_waveform_1; - [DNAFieldAttribute(15, "float", "*waveform_2", 4)] + [DNAFieldAttribute(15, "float", "*waveform_2", "float", 4)] public float ptr_waveform_2; - [DNAFieldAttribute(16, "float", "*waveform_3", 4)] + [DNAFieldAttribute(16, "float", "*waveform_3", "float", 4)] public float ptr_waveform_3; - [DNAFieldAttribute(17, "float", "*vecscope", 4)] + [DNAFieldAttribute(17, "float", "*vecscope", "float", 4)] public float ptr_vecscope; - [DNAFieldAttribute(18, "float", "*vecscope_rgb", 4)] + [DNAFieldAttribute(18, "float", "*vecscope_rgb", "float", 4)] public float ptr_vecscope_rgb; public Scopes() { this.ok = default; diff --git a/BlendFile/DNA/ScrArea.cs b/BlendFile/DNA/ScrArea.cs index 818cdcc..8721785 100644 --- a/BlendFile/DNA/ScrArea.cs +++ b/BlendFile/DNA/ScrArea.cs @@ -15,55 +15,55 @@ namespace BlendFile.DNA { [DNAClassAttribute(863, "ScrArea")] public class ScrArea { - [DNAFieldAttribute(0, "ScrArea", "*next", 184)] + [DNAFieldAttribute(0, "ScrArea", "*next", "ScrArea", 184)] public ScrArea ptr_next; - [DNAFieldAttribute(1, "ScrArea", "*prev", 184)] + [DNAFieldAttribute(1, "ScrArea", "*prev", "ScrArea", 184)] public ScrArea ptr_prev; - [DNAFieldAttribute(2, "ScrVert", "*v1", 32)] + [DNAFieldAttribute(2, "ScrVert", "*v1", "ScrVert", 32)] public ScrVert ptr_v1; - [DNAFieldAttribute(3, "ScrVert", "*v2", 32)] + [DNAFieldAttribute(3, "ScrVert", "*v2", "ScrVert", 32)] public ScrVert ptr_v2; - [DNAFieldAttribute(4, "ScrVert", "*v3", 32)] + [DNAFieldAttribute(4, "ScrVert", "*v3", "ScrVert", 32)] public ScrVert ptr_v3; - [DNAFieldAttribute(5, "ScrVert", "*v4", 32)] + [DNAFieldAttribute(5, "ScrVert", "*v4", "ScrVert", 32)] public ScrVert ptr_v4; - [DNAFieldAttribute(6, "bScreen", "*full", 336)] + [DNAFieldAttribute(6, "bScreen", "*full", "bScreen", 336)] public bScreen ptr_full; - [DNAFieldAttribute(7, "rcti", "totrct", 16)] + [DNAFieldAttribute(7, "rcti", "totrct", "rcti", 16)] public rcti totrct; - [DNAFieldAttribute(8, "char", "spacetype", 1)] + [DNAFieldAttribute(8, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(9, "char", "butspacetype", 1)] + [DNAFieldAttribute(9, "char", "butspacetype", "char", 1)] public char butspacetype; - [DNAFieldAttribute(10, "short", "butspacetype_subtype", 2)] + [DNAFieldAttribute(10, "short", "butspacetype_subtype", "short", 2)] public short butspacetype_subtype; - [DNAFieldAttribute(11, "short", "winx", 2)] + [DNAFieldAttribute(11, "short", "winx", "short", 2)] public short winx; - [DNAFieldAttribute(12, "short", "winy", 2)] + [DNAFieldAttribute(12, "short", "winy", "short", 2)] public short winy; - [DNAFieldAttribute(13, "char", "headertype", 1)] + [DNAFieldAttribute(13, "char", "headertype", "char", 1)] public char headertype; - [DNAFieldAttribute(14, "char", "do_refresh", 1)] + [DNAFieldAttribute(14, "char", "do_refresh", "char", 1)] public char do_refresh; - [DNAFieldAttribute(15, "short", "flag", 2)] + [DNAFieldAttribute(15, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(16, "short", "region_active_win", 2)] + [DNAFieldAttribute(16, "short", "region_active_win", "short", 2)] public short region_active_win; - [DNAFieldAttribute(17, "char", "_pad[2]", 1)] + [DNAFieldAttribute(17, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(18, "SpaceType", "*type", 0)] + [DNAFieldAttribute(18, "SpaceType", "*type", "SpaceType", 0)] public SpaceType ptr_type; - [DNAFieldAttribute(19, "ScrGlobalAreaData", "*global", 12)] + [DNAFieldAttribute(19, "ScrGlobalAreaData", "*global", "ScrGlobalAreaData", 12)] public ScrGlobalAreaData ptr_global; - [DNAFieldAttribute(20, "ListBase", "spacedata", 16)] + [DNAFieldAttribute(20, "ListBase", "spacedata", "ListBase", 16)] public ListBase spacedata; - [DNAFieldAttribute(21, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(21, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(22, "ListBase", "handlers", 16)] + [DNAFieldAttribute(22, "ListBase", "handlers", "ListBase", 16)] public ListBase handlers; - [DNAFieldAttribute(23, "ListBase", "actionzones", 16)] + [DNAFieldAttribute(23, "ListBase", "actionzones", "ListBase", 16)] public ListBase actionzones; - [DNAFieldAttribute(24, "ScrArea_Runtime", "runtime", 16)] + [DNAFieldAttribute(24, "ScrArea_Runtime", "runtime", "ScrArea_Runtime", 16)] public ScrArea_Runtime runtime; public ScrArea() { this.ptr_next = default; diff --git a/BlendFile/DNA/ScrAreaMap.cs b/BlendFile/DNA/ScrAreaMap.cs index d9062bc..9916a4a 100644 --- a/BlendFile/DNA/ScrAreaMap.cs +++ b/BlendFile/DNA/ScrAreaMap.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(848, "ScrAreaMap")] public struct ScrAreaMap { - [DNAFieldAttribute(0, "ListBase", "vertbase", 16)] + [DNAFieldAttribute(0, "ListBase", "vertbase", "ListBase", 16)] public ListBase vertbase; - [DNAFieldAttribute(1, "ListBase", "edgebase", 16)] + [DNAFieldAttribute(1, "ListBase", "edgebase", "ListBase", 16)] public ListBase edgebase; - [DNAFieldAttribute(2, "ListBase", "areabase", 16)] + [DNAFieldAttribute(2, "ListBase", "areabase", "ListBase", 16)] public ListBase areabase; public ScrAreaMap() { this.vertbase = default; diff --git a/BlendFile/DNA/ScrArea_Runtime.cs b/BlendFile/DNA/ScrArea_Runtime.cs index d21c35d..142c853 100644 --- a/BlendFile/DNA/ScrArea_Runtime.cs +++ b/BlendFile/DNA/ScrArea_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(861, "ScrArea_Runtime")] public class ScrArea_Runtime { - [DNAFieldAttribute(0, "bToolRef", "*tool", 168)] + [DNAFieldAttribute(0, "bToolRef", "*tool", "bToolRef", 168)] public bToolRef ptr_tool; - [DNAFieldAttribute(1, "char", "is_tool_set", 1)] + [DNAFieldAttribute(1, "char", "is_tool_set", "char", 1)] public char is_tool_set; - [DNAFieldAttribute(2, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(2, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public ScrArea_Runtime() { this.ptr_tool = default; diff --git a/BlendFile/DNA/ScrEdge.cs b/BlendFile/DNA/ScrEdge.cs index a5511c7..fe4196a 100644 --- a/BlendFile/DNA/ScrEdge.cs +++ b/BlendFile/DNA/ScrEdge.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(847, "ScrEdge")] public class ScrEdge { - [DNAFieldAttribute(0, "ScrEdge", "*next", 40)] + [DNAFieldAttribute(0, "ScrEdge", "*next", "ScrEdge", 40)] public ScrEdge ptr_next; - [DNAFieldAttribute(1, "ScrEdge", "*prev", 40)] + [DNAFieldAttribute(1, "ScrEdge", "*prev", "ScrEdge", 40)] public ScrEdge ptr_prev; - [DNAFieldAttribute(2, "ScrVert", "*v1", 32)] + [DNAFieldAttribute(2, "ScrVert", "*v1", "ScrVert", 32)] public ScrVert ptr_v1; - [DNAFieldAttribute(3, "ScrVert", "*v2", 32)] + [DNAFieldAttribute(3, "ScrVert", "*v2", "ScrVert", 32)] public ScrVert ptr_v2; - [DNAFieldAttribute(4, "short", "border", 2)] + [DNAFieldAttribute(4, "short", "border", "short", 2)] public short border; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public ScrEdge() { this.ptr_next = default; diff --git a/BlendFile/DNA/ScrGlobalAreaData.cs b/BlendFile/DNA/ScrGlobalAreaData.cs index f730e34..c537e62 100644 --- a/BlendFile/DNA/ScrGlobalAreaData.cs +++ b/BlendFile/DNA/ScrGlobalAreaData.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(860, "ScrGlobalAreaData")] public struct ScrGlobalAreaData { - [DNAFieldAttribute(0, "short", "cur_fixed_height", 2)] + [DNAFieldAttribute(0, "short", "cur_fixed_height", "short", 2)] public short cur_fixed_height; - [DNAFieldAttribute(1, "short", "size_min", 2)] + [DNAFieldAttribute(1, "short", "size_min", "short", 2)] public short size_min; - [DNAFieldAttribute(2, "short", "size_max", 2)] + [DNAFieldAttribute(2, "short", "size_max", "short", 2)] public short size_max; - [DNAFieldAttribute(3, "short", "align", 2)] + [DNAFieldAttribute(3, "short", "align", "short", 2)] public short align; - [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]; public ScrGlobalAreaData() { this.cur_fixed_height = default; diff --git a/BlendFile/DNA/ScrVert.cs b/BlendFile/DNA/ScrVert.cs index 88bb692..02c31b5 100644 --- a/BlendFile/DNA/ScrVert.cs +++ b/BlendFile/DNA/ScrVert.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(845, "ScrVert")] public class ScrVert { - [DNAFieldAttribute(0, "ScrVert", "*next", 32)] + [DNAFieldAttribute(0, "ScrVert", "*next", "ScrVert", 32)] public ScrVert ptr_next; - [DNAFieldAttribute(1, "ScrVert", "*prev", 32)] + [DNAFieldAttribute(1, "ScrVert", "*prev", "ScrVert", 32)] public ScrVert ptr_prev; - [DNAFieldAttribute(2, "ScrVert", "*newv", 32)] + [DNAFieldAttribute(2, "ScrVert", "*newv", "ScrVert", 32)] public ScrVert ptr_newv; - [DNAFieldAttribute(3, "vec2s", "vec", 4)] + [DNAFieldAttribute(3, "vec2s", "vec", "vec2s", 4)] public vec2s vec; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "editflag", 2)] + [DNAFieldAttribute(5, "short", "editflag", "short", 2)] public short editflag; public ScrVert() { this.ptr_next = default; diff --git a/BlendFile/DNA/ScrewModifierData.cs b/BlendFile/DNA/ScrewModifierData.cs index 01e0e62..0712a1b 100644 --- a/BlendFile/DNA/ScrewModifierData.cs +++ b/BlendFile/DNA/ScrewModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(488, "ScrewModifierData")] public class ScrewModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Object", "*ob_axis", 1160)] + [DNAFieldAttribute(1, "Object", "*ob_axis", "Object", 1160)] public Object ptr_ob_axis; - [DNAFieldAttribute(2, "int", "steps", 4)] + [DNAFieldAttribute(2, "int", "steps", "int", 4)] public int steps; - [DNAFieldAttribute(3, "int", "render_steps", 4)] + [DNAFieldAttribute(3, "int", "render_steps", "int", 4)] public int render_steps; - [DNAFieldAttribute(4, "int", "iter", 4)] + [DNAFieldAttribute(4, "int", "iter", "int", 4)] public int iter; - [DNAFieldAttribute(5, "float", "screw_ofs", 4)] + [DNAFieldAttribute(5, "float", "screw_ofs", "float", 4)] public float screw_ofs; - [DNAFieldAttribute(6, "float", "angle", 4)] + [DNAFieldAttribute(6, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(7, "float", "merge_dist", 4)] + [DNAFieldAttribute(7, "float", "merge_dist", "float", 4)] public float merge_dist; - [DNAFieldAttribute(8, "short", "flag", 2)] + [DNAFieldAttribute(8, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(9, "char", "axis", 1)] + [DNAFieldAttribute(9, "char", "axis", "char", 1)] public char axis; - [DNAFieldAttribute(10, "char", "_pad[5]", 1)] + [DNAFieldAttribute(10, "char", "_pad[5]", "System.Char[]", 1)] public char[] _pad = new System.Char[5]; - [DNAFieldAttribute(11, "void", "*_pad1", 0)] + [DNAFieldAttribute(11, "void", "*_pad1", "void", 0)] public object ptr__pad1; public ScrewModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/Script.cs b/BlendFile/DNA/Script.cs index 37ee6de..c199cfa 100644 --- a/BlendFile/DNA/Script.cs +++ b/BlendFile/DNA/Script.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(953, "Script")] public class Script { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "void", "*py_draw", 0)] + [DNAFieldAttribute(1, "void", "*py_draw", "void", 0)] public object ptr_py_draw; - [DNAFieldAttribute(2, "void", "*py_event", 0)] + [DNAFieldAttribute(2, "void", "*py_event", "void", 0)] public object ptr_py_event; - [DNAFieldAttribute(3, "void", "*py_button", 0)] + [DNAFieldAttribute(3, "void", "*py_button", "void", 0)] public object ptr_py_button; - [DNAFieldAttribute(4, "void", "*py_browsercallback", 0)] + [DNAFieldAttribute(4, "void", "*py_browsercallback", "void", 0)] public object ptr_py_browsercallback; - [DNAFieldAttribute(5, "void", "*py_globaldict", 0)] + [DNAFieldAttribute(5, "void", "*py_globaldict", "void", 0)] public object ptr_py_globaldict; - [DNAFieldAttribute(6, "int", "flags", 4)] + [DNAFieldAttribute(6, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(7, "int", "lastspace", 4)] + [DNAFieldAttribute(7, "int", "lastspace", "int", 4)] public int lastspace; - [DNAFieldAttribute(8, "char", "scriptname[1024]", 1)] + [DNAFieldAttribute(8, "char", "scriptname[1024]", "System.Char[]", 1)] public char[] scriptname = new System.Char[1024]; - [DNAFieldAttribute(9, "char", "scriptarg[256]", 1)] + [DNAFieldAttribute(9, "char", "scriptarg[256]", "System.Char[]", 1)] public char[] scriptarg = new System.Char[256]; public Script() { this.id = default; diff --git a/BlendFile/DNA/Sculpt.cs b/BlendFile/DNA/Sculpt.cs index 007312b..94e5fa5 100644 --- a/BlendFile/DNA/Sculpt.cs +++ b/BlendFile/DNA/Sculpt.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(812, "Sculpt")] public class Sculpt { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; - [DNAFieldAttribute(1, "int", "flags", 4)] + [DNAFieldAttribute(1, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(2, "int", "transform_mode", 4)] + [DNAFieldAttribute(2, "int", "transform_mode", "int", 4)] public int transform_mode; - [DNAFieldAttribute(3, "int", "automasking_flags", 4)] + [DNAFieldAttribute(3, "int", "automasking_flags", "int", 4)] public int automasking_flags; - [DNAFieldAttribute(4, "int", "radial_symm[3]", 4)] + [DNAFieldAttribute(4, "int", "radial_symm[3]", "System.Int32[]", 4)] public int[] radial_symm = new System.Int32[3]; - [DNAFieldAttribute(5, "float", "detail_size", 4)] + [DNAFieldAttribute(5, "float", "detail_size", "float", 4)] public float detail_size; - [DNAFieldAttribute(6, "int", "symmetrize_direction", 4)] + [DNAFieldAttribute(6, "int", "symmetrize_direction", "int", 4)] public int symmetrize_direction; - [DNAFieldAttribute(7, "float", "gravity_factor", 4)] + [DNAFieldAttribute(7, "float", "gravity_factor", "float", 4)] public float gravity_factor; - [DNAFieldAttribute(8, "float", "constant_detail", 4)] + [DNAFieldAttribute(8, "float", "constant_detail", "float", 4)] public float constant_detail; - [DNAFieldAttribute(9, "float", "detail_percent", 4)] + [DNAFieldAttribute(9, "float", "detail_percent", "float", 4)] public float detail_percent; - [DNAFieldAttribute(10, "int", "automasking_boundary_edges_propagation_steps", 4)] + [DNAFieldAttribute(10, "int", "automasking_boundary_edges_propagation_steps", "int", 4)] public int automasking_boundary_edges_propagation_steps; - [DNAFieldAttribute(11, "int", "automasking_cavity_blur_steps", 4)] + [DNAFieldAttribute(11, "int", "automasking_cavity_blur_steps", "int", 4)] public int automasking_cavity_blur_steps; - [DNAFieldAttribute(12, "float", "automasking_cavity_factor", 4)] + [DNAFieldAttribute(12, "float", "automasking_cavity_factor", "float", 4)] public float automasking_cavity_factor; - [DNAFieldAttribute(13, "float", "automasking_start_normal_limit", 4)] + [DNAFieldAttribute(13, "float", "automasking_start_normal_limit", "float", 4)] public float automasking_start_normal_limit; - [DNAFieldAttribute(14, "float", "automasking_start_normal_falloff", 4)] + [DNAFieldAttribute(14, "float", "automasking_start_normal_falloff", "float", 4)] public float automasking_start_normal_falloff; - [DNAFieldAttribute(15, "float", "automasking_view_normal_limit", 4)] + [DNAFieldAttribute(15, "float", "automasking_view_normal_limit", "float", 4)] public float automasking_view_normal_limit; - [DNAFieldAttribute(16, "float", "automasking_view_normal_falloff", 4)] + [DNAFieldAttribute(16, "float", "automasking_view_normal_falloff", "float", 4)] public float automasking_view_normal_falloff; - [DNAFieldAttribute(17, "CurveMapping", "*automasking_cavity_curve", 424)] + [DNAFieldAttribute(17, "CurveMapping", "*automasking_cavity_curve", "CurveMapping", 424)] public CurveMapping ptr_automasking_cavity_curve; - [DNAFieldAttribute(18, "CurveMapping", "*automasking_cavity_curve_op", 424)] + [DNAFieldAttribute(18, "CurveMapping", "*automasking_cavity_curve_op", "CurveMapping", 424)] public CurveMapping ptr_automasking_cavity_curve_op; - [DNAFieldAttribute(19, "Object", "*gravity_object", 1160)] + [DNAFieldAttribute(19, "Object", "*gravity_object", "Object", 1160)] public Object ptr_gravity_object; public Sculpt() { this.paint = default; diff --git a/BlendFile/DNA/SeqConnection.cs b/BlendFile/DNA/SeqConnection.cs index 509ee29..7328c1c 100644 --- a/BlendFile/DNA/SeqConnection.cs +++ b/BlendFile/DNA/SeqConnection.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(889, "SeqConnection")] public class SeqConnection { - [DNAFieldAttribute(0, "SeqConnection", "*next", 24)] + [DNAFieldAttribute(0, "SeqConnection", "*next", "SeqConnection", 24)] public SeqConnection ptr_next; - [DNAFieldAttribute(1, "SeqConnection", "*prev", 24)] + [DNAFieldAttribute(1, "SeqConnection", "*prev", "SeqConnection", 24)] public SeqConnection ptr_prev; - [DNAFieldAttribute(2, "Sequence", "*seq_ref", 464)] + [DNAFieldAttribute(2, "Sequence", "*seq_ref", "Sequence", 464)] public Sequence ptr_seq_ref; public SeqConnection() { this.ptr_next = default; diff --git a/BlendFile/DNA/SeqRetimingHandle.cs b/BlendFile/DNA/SeqRetimingHandle.cs index 83770cb..aa41b07 100644 --- a/BlendFile/DNA/SeqRetimingHandle.cs +++ b/BlendFile/DNA/SeqRetimingHandle.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(883, "SeqRetimingHandle")] public struct SeqRetimingHandle { - [DNAFieldAttribute(0, "double", "strip_frame_index", 8)] + [DNAFieldAttribute(0, "double", "strip_frame_index", "double", 8)] public double strip_frame_index; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "_pad0", 4)] + [DNAFieldAttribute(2, "int", "_pad0", "int", 4)] public int _pad0; - [DNAFieldAttribute(3, "float", "retiming_factor", 4)] + [DNAFieldAttribute(3, "float", "retiming_factor", "float", 4)] public float retiming_factor; - [DNAFieldAttribute(4, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(5, "double", "original_strip_frame_index", 8)] + [DNAFieldAttribute(5, "double", "original_strip_frame_index", "double", 8)] public double original_strip_frame_index; - [DNAFieldAttribute(6, "float", "original_retiming_factor", 4)] + [DNAFieldAttribute(6, "float", "original_retiming_factor", "float", 4)] public float original_retiming_factor; - [DNAFieldAttribute(7, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(7, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; public SeqRetimingHandle() { this.strip_frame_index = default; diff --git a/BlendFile/DNA/SeqTimelineChannel.cs b/BlendFile/DNA/SeqTimelineChannel.cs index 00b7b75..654808d 100644 --- a/BlendFile/DNA/SeqTimelineChannel.cs +++ b/BlendFile/DNA/SeqTimelineChannel.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(888, "SeqTimelineChannel")] public class SeqTimelineChannel { - [DNAFieldAttribute(0, "SeqTimelineChannel", "*next", 88)] + [DNAFieldAttribute(0, "SeqTimelineChannel", "*next", "SeqTimelineChannel", 88)] public SeqTimelineChannel ptr_next; - [DNAFieldAttribute(1, "SeqTimelineChannel", "*prev", 88)] + [DNAFieldAttribute(1, "SeqTimelineChannel", "*prev", "SeqTimelineChannel", 88)] public SeqTimelineChannel 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, "int", "index", 4)] + [DNAFieldAttribute(3, "int", "index", "int", 4)] public int index; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; public SeqTimelineChannel() { this.ptr_next = default; diff --git a/BlendFile/DNA/Sequence.cs b/BlendFile/DNA/Sequence.cs index 7319d6e..aadc259 100644 --- a/BlendFile/DNA/Sequence.cs +++ b/BlendFile/DNA/Sequence.cs @@ -15,141 +15,141 @@ namespace BlendFile.DNA { [DNAClassAttribute(885, "Sequence")] public class Sequence { - [DNAFieldAttribute(0, "Sequence", "*next", 464)] + [DNAFieldAttribute(0, "Sequence", "*next", "Sequence", 464)] public Sequence ptr_next; - [DNAFieldAttribute(1, "Sequence", "*prev", 464)] + [DNAFieldAttribute(1, "Sequence", "*prev", "Sequence", 464)] public Sequence ptr_prev; - [DNAFieldAttribute(2, "void", "*tmp", 0)] + [DNAFieldAttribute(2, "void", "*tmp", "void", 0)] public object ptr_tmp; - [DNAFieldAttribute(3, "void", "*lib", 0)] + [DNAFieldAttribute(3, "void", "*lib", "void", 0)] public object ptr_lib; - [DNAFieldAttribute(4, "char", "name[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(6, "int", "type", 4)] + [DNAFieldAttribute(6, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(7, "int", "len", 4)] + [DNAFieldAttribute(7, "int", "len", "int", 4)] public int len; - [DNAFieldAttribute(8, "float", "start", 4)] + [DNAFieldAttribute(8, "float", "start", "float", 4)] public float start; - [DNAFieldAttribute(9, "float", "startofs", 4)] + [DNAFieldAttribute(9, "float", "startofs", "float", 4)] public float startofs; - [DNAFieldAttribute(10, "float", "endofs", 4)] + [DNAFieldAttribute(10, "float", "endofs", "float", 4)] public float endofs; - [DNAFieldAttribute(11, "float", "startstill", 4)] + [DNAFieldAttribute(11, "float", "startstill", "float", 4)] public float startstill; - [DNAFieldAttribute(12, "float", "endstill", 4)] + [DNAFieldAttribute(12, "float", "endstill", "float", 4)] public float endstill; - [DNAFieldAttribute(13, "int", "machine", 4)] + [DNAFieldAttribute(13, "int", "machine", "int", 4)] public int machine; - [DNAFieldAttribute(14, "int", "startdisp", 4)] + [DNAFieldAttribute(14, "int", "startdisp", "int", 4)] public int startdisp; - [DNAFieldAttribute(15, "int", "enddisp", 4)] + [DNAFieldAttribute(15, "int", "enddisp", "int", 4)] public int enddisp; - [DNAFieldAttribute(16, "float", "sat", 4)] + [DNAFieldAttribute(16, "float", "sat", "float", 4)] public float sat; - [DNAFieldAttribute(17, "float", "mul", 4)] + [DNAFieldAttribute(17, "float", "mul", "float", 4)] public float mul; - [DNAFieldAttribute(18, "short", "streamindex", 2)] + [DNAFieldAttribute(18, "short", "streamindex", "short", 2)] public short streamindex; - [DNAFieldAttribute(19, "short", "_pad", 2)] + [DNAFieldAttribute(19, "short", "_pad", "short", 2)] public short _pad; - [DNAFieldAttribute(20, "int", "multicam_source", 4)] + [DNAFieldAttribute(20, "int", "multicam_source", "int", 4)] public int multicam_source; - [DNAFieldAttribute(21, "int", "clip_flag", 4)] + [DNAFieldAttribute(21, "int", "clip_flag", "int", 4)] public int clip_flag; - [DNAFieldAttribute(22, "Strip", "*strip", 904)] + [DNAFieldAttribute(22, "Strip", "*strip", "Strip", 904)] public Strip ptr_strip; - [DNAFieldAttribute(23, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(23, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(24, "Scene", "*scene", 6744)] + [DNAFieldAttribute(24, "Scene", "*scene", "Scene", 6744)] public Scene ptr_scene; - [DNAFieldAttribute(25, "Object", "*scene_camera", 1160)] + [DNAFieldAttribute(25, "Object", "*scene_camera", "Object", 1160)] public Object ptr_scene_camera; - [DNAFieldAttribute(26, "MovieClip", "*clip", 2568)] + [DNAFieldAttribute(26, "MovieClip", "*clip", "MovieClip", 2568)] public MovieClip ptr_clip; - [DNAFieldAttribute(27, "Mask", "*mask", 272)] + [DNAFieldAttribute(27, "Mask", "*mask", "Mask", 272)] public Mask ptr_mask; - [DNAFieldAttribute(28, "ListBase", "anims", 16)] + [DNAFieldAttribute(28, "ListBase", "anims", "ListBase", 16)] public ListBase anims; - [DNAFieldAttribute(29, "float", "effect_fader", 4)] + [DNAFieldAttribute(29, "float", "effect_fader", "float", 4)] public float effect_fader; - [DNAFieldAttribute(30, "float", "speed_fader", 4)] + [DNAFieldAttribute(30, "float", "speed_fader", "float", 4)] public float speed_fader; - [DNAFieldAttribute(31, "Sequence", "*seq1", 464)] + [DNAFieldAttribute(31, "Sequence", "*seq1", "Sequence", 464)] public Sequence ptr_seq1; - [DNAFieldAttribute(32, "Sequence", "*seq2", 464)] + [DNAFieldAttribute(32, "Sequence", "*seq2", "Sequence", 464)] public Sequence ptr_seq2; - [DNAFieldAttribute(33, "void", "*_pad7", 0)] + [DNAFieldAttribute(33, "void", "*_pad7", "void", 0)] public object ptr__pad7; - [DNAFieldAttribute(34, "int", "_pad8[2]", 4)] + [DNAFieldAttribute(34, "int", "_pad8[2]", "System.Int32[]", 4)] public int[] _pad8 = new System.Int32[2]; - [DNAFieldAttribute(35, "ListBase", "seqbase", 16)] + [DNAFieldAttribute(35, "ListBase", "seqbase", "ListBase", 16)] public ListBase seqbase; - [DNAFieldAttribute(36, "ListBase", "channels", 16)] + [DNAFieldAttribute(36, "ListBase", "channels", "ListBase", 16)] public ListBase channels; - [DNAFieldAttribute(37, "ListBase", "connections", 16)] + [DNAFieldAttribute(37, "ListBase", "connections", "ListBase", 16)] public ListBase connections; - [DNAFieldAttribute(38, "bSound", "*sound", 1344)] + [DNAFieldAttribute(38, "bSound", "*sound", "bSound", 1344)] public bSound ptr_sound; - [DNAFieldAttribute(39, "void", "*scene_sound", 0)] + [DNAFieldAttribute(39, "void", "*scene_sound", "void", 0)] public object ptr_scene_sound; - [DNAFieldAttribute(40, "float", "volume", 4)] + [DNAFieldAttribute(40, "float", "volume", "float", 4)] public float volume; - [DNAFieldAttribute(41, "float", "pitch", 4)] + [DNAFieldAttribute(41, "float", "pitch", "float", 4)] public float pitch; - [DNAFieldAttribute(42, "float", "pan", 4)] + [DNAFieldAttribute(42, "float", "pan", "float", 4)] public float pan; - [DNAFieldAttribute(43, "float", "strobe", 4)] + [DNAFieldAttribute(43, "float", "strobe", "float", 4)] public float strobe; - [DNAFieldAttribute(44, "float", "sound_offset", 4)] + [DNAFieldAttribute(44, "float", "sound_offset", "float", 4)] public float sound_offset; - [DNAFieldAttribute(45, "char", "_pad4[4]", 1)] + [DNAFieldAttribute(45, "char", "_pad4[4]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[4]; - [DNAFieldAttribute(46, "void", "*effectdata", 0)] + [DNAFieldAttribute(46, "void", "*effectdata", "void", 0)] public object ptr_effectdata; - [DNAFieldAttribute(47, "int", "anim_startofs", 4)] + [DNAFieldAttribute(47, "int", "anim_startofs", "int", 4)] public int anim_startofs; - [DNAFieldAttribute(48, "int", "anim_endofs", 4)] + [DNAFieldAttribute(48, "int", "anim_endofs", "int", 4)] public int anim_endofs; - [DNAFieldAttribute(49, "int", "blend_mode", 4)] + [DNAFieldAttribute(49, "int", "blend_mode", "int", 4)] public int blend_mode; - [DNAFieldAttribute(50, "float", "blend_opacity", 4)] + [DNAFieldAttribute(50, "float", "blend_opacity", "float", 4)] public float blend_opacity; - [DNAFieldAttribute(51, "int8_t", "color_tag", 1)] + [DNAFieldAttribute(51, "int8_t", "color_tag", "int8_t", 1)] public sbyte color_tag; - [DNAFieldAttribute(52, "char", "alpha_mode", 1)] + [DNAFieldAttribute(52, "char", "alpha_mode", "char", 1)] public char alpha_mode; - [DNAFieldAttribute(53, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(53, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; - [DNAFieldAttribute(54, "int", "cache_flag", 4)] + [DNAFieldAttribute(54, "int", "cache_flag", "int", 4)] public int cache_flag; - [DNAFieldAttribute(55, "int", "sfra", 4)] + [DNAFieldAttribute(55, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(56, "char", "views_format", 1)] + [DNAFieldAttribute(56, "char", "views_format", "char", 1)] public char views_format; - [DNAFieldAttribute(57, "char", "_pad3[3]", 1)] + [DNAFieldAttribute(57, "char", "_pad3[3]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[3]; - [DNAFieldAttribute(58, "Stereo3dFormat", "*stereo3d_format", 8)] + [DNAFieldAttribute(58, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 8)] public Stereo3dFormat ptr_stereo3d_format; - [DNAFieldAttribute(59, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(59, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(60, "ListBase", "modifiers", 16)] + [DNAFieldAttribute(60, "ListBase", "modifiers", "ListBase", 16)] public ListBase modifiers; - [DNAFieldAttribute(61, "float", "media_playback_rate", 4)] + [DNAFieldAttribute(61, "float", "media_playback_rate", "float", 4)] public float media_playback_rate; - [DNAFieldAttribute(62, "float", "speed_factor", 4)] + [DNAFieldAttribute(62, "float", "speed_factor", "float", 4)] public float speed_factor; - [DNAFieldAttribute(63, "SeqRetimingHandle", "*retiming_handles", 40)] + [DNAFieldAttribute(63, "SeqRetimingHandle", "*retiming_handles", "SeqRetimingHandle", 40)] public SeqRetimingHandle ptr_retiming_handles; - [DNAFieldAttribute(64, "void", "*_pad5", 0)] + [DNAFieldAttribute(64, "void", "*_pad5", "void", 0)] public object ptr__pad5; - [DNAFieldAttribute(65, "int", "retiming_handle_num", 4)] + [DNAFieldAttribute(65, "int", "retiming_handle_num", "int", 4)] public int retiming_handle_num; - [DNAFieldAttribute(66, "char", "_pad6[4]", 1)] + [DNAFieldAttribute(66, "char", "_pad6[4]", "System.Char[]", 1)] public char[] _pad6 = new System.Char[4]; - [DNAFieldAttribute(67, "SequenceRuntime", "runtime", 8)] + [DNAFieldAttribute(67, "SequenceRuntime", "runtime", "SequenceRuntime", 8)] public SequenceRuntime runtime; public Sequence() { this.ptr_next = default; diff --git a/BlendFile/DNA/SequenceModifierData.cs b/BlendFile/DNA/SequenceModifierData.cs index d23dd10..c04dd79 100644 --- a/BlendFile/DNA/SequenceModifierData.cs +++ b/BlendFile/DNA/SequenceModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(904, "SequenceModifierData")] public class SequenceModifierData { - [DNAFieldAttribute(0, "SequenceModifierData", "*next", 112)] + [DNAFieldAttribute(0, "SequenceModifierData", "*next", "SequenceModifierData", 112)] public SequenceModifierData ptr_next; - [DNAFieldAttribute(1, "SequenceModifierData", "*prev", 112)] + [DNAFieldAttribute(1, "SequenceModifierData", "*prev", "SequenceModifierData", 112)] public SequenceModifierData 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[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "int", "mask_input_type", 4)] + [DNAFieldAttribute(5, "int", "mask_input_type", "int", 4)] public int mask_input_type; - [DNAFieldAttribute(6, "int", "mask_time", 4)] + [DNAFieldAttribute(6, "int", "mask_time", "int", 4)] public int mask_time; - [DNAFieldAttribute(7, "Sequence", "*mask_sequence", 464)] + [DNAFieldAttribute(7, "Sequence", "*mask_sequence", "Sequence", 464)] public Sequence ptr_mask_sequence; - [DNAFieldAttribute(8, "Mask", "*mask_id", 272)] + [DNAFieldAttribute(8, "Mask", "*mask_id", "Mask", 272)] public Mask ptr_mask_id; public SequenceModifierData() { this.ptr_next = default; diff --git a/BlendFile/DNA/SequenceRuntime.cs b/BlendFile/DNA/SequenceRuntime.cs index 26ec78a..f5dde1e 100644 --- a/BlendFile/DNA/SequenceRuntime.cs +++ b/BlendFile/DNA/SequenceRuntime.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(884, "SequenceRuntime")] public struct SequenceRuntime { - [DNAFieldAttribute(0, "SessionUID", "session_uid", 8)] + [DNAFieldAttribute(0, "SessionUID", "session_uid", "SessionUID", 8)] public SessionUID session_uid; public SequenceRuntime() { this.session_uid = default; diff --git a/BlendFile/DNA/SequencerCacheOverlay.cs b/BlendFile/DNA/SequencerCacheOverlay.cs index d411216..023083a 100644 --- a/BlendFile/DNA/SequencerCacheOverlay.cs +++ b/BlendFile/DNA/SequencerCacheOverlay.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(936, "SequencerCacheOverlay")] public struct SequencerCacheOverlay { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public SequencerCacheOverlay() { this.flag = default; diff --git a/BlendFile/DNA/SequencerMaskModifierData.cs b/BlendFile/DNA/SequencerMaskModifierData.cs index 27612df..1797627 100644 --- a/BlendFile/DNA/SequencerMaskModifierData.cs +++ b/BlendFile/DNA/SequencerMaskModifierData.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(909, "SequencerMaskModifierData")] public struct SequencerMaskModifierData { - [DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)] + [DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)] public SequenceModifierData modifier; public SequencerMaskModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SequencerPreviewOverlay.cs b/BlendFile/DNA/SequencerPreviewOverlay.cs index 2df6fff..b7c358f 100644 --- a/BlendFile/DNA/SequencerPreviewOverlay.cs +++ b/BlendFile/DNA/SequencerPreviewOverlay.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(934, "SequencerPreviewOverlay")] public struct SequencerPreviewOverlay { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public SequencerPreviewOverlay() { this.flag = default; diff --git a/BlendFile/DNA/SequencerTimelineOverlay.cs b/BlendFile/DNA/SequencerTimelineOverlay.cs index 7db7055..d263ef8 100644 --- a/BlendFile/DNA/SequencerTimelineOverlay.cs +++ b/BlendFile/DNA/SequencerTimelineOverlay.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(935, "SequencerTimelineOverlay")] public struct SequencerTimelineOverlay { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public SequencerTimelineOverlay() { this.flag = default; diff --git a/BlendFile/DNA/SequencerTonemapModifierData.cs b/BlendFile/DNA/SequencerTonemapModifierData.cs index c78c01f..fa13290 100644 --- a/BlendFile/DNA/SequencerTonemapModifierData.cs +++ b/BlendFile/DNA/SequencerTonemapModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(911, "SequencerTonemapModifierData")] public struct SequencerTonemapModifierData { - [DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)] + [DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)] public SequenceModifierData modifier; - [DNAFieldAttribute(1, "float", "key", 4)] + [DNAFieldAttribute(1, "float", "key", "float", 4)] public float key; - [DNAFieldAttribute(2, "float", "offset", 4)] + [DNAFieldAttribute(2, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(3, "float", "gamma", 4)] + [DNAFieldAttribute(3, "float", "gamma", "float", 4)] public float gamma; - [DNAFieldAttribute(4, "float", "intensity", 4)] + [DNAFieldAttribute(4, "float", "intensity", "float", 4)] public float intensity; - [DNAFieldAttribute(5, "float", "contrast", 4)] + [DNAFieldAttribute(5, "float", "contrast", "float", 4)] public float contrast; - [DNAFieldAttribute(6, "float", "adaptation", 4)] + [DNAFieldAttribute(6, "float", "adaptation", "float", 4)] public float adaptation; - [DNAFieldAttribute(7, "float", "correction", 4)] + [DNAFieldAttribute(7, "float", "correction", "float", 4)] public float correction; - [DNAFieldAttribute(8, "int", "type", 4)] + [DNAFieldAttribute(8, "int", "type", "int", 4)] public int type; public SequencerTonemapModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SequencerToolSettings.cs b/BlendFile/DNA/SequencerToolSettings.cs index f64e92c..182b622 100644 --- a/BlendFile/DNA/SequencerToolSettings.cs +++ b/BlendFile/DNA/SequencerToolSettings.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(827, "SequencerToolSettings")] public struct SequencerToolSettings { - [DNAFieldAttribute(0, "int", "fit_method", 4)] + [DNAFieldAttribute(0, "int", "fit_method", "int", 4)] public int fit_method; - [DNAFieldAttribute(1, "short", "snap_mode", 2)] + [DNAFieldAttribute(1, "short", "snap_mode", "short", 2)] public short snap_mode; - [DNAFieldAttribute(2, "short", "snap_flag", 2)] + [DNAFieldAttribute(2, "short", "snap_flag", "short", 2)] public short snap_flag; - [DNAFieldAttribute(3, "int", "overlap_mode", 4)] + [DNAFieldAttribute(3, "int", "overlap_mode", "int", 4)] public int overlap_mode; - [DNAFieldAttribute(4, "int", "snap_distance", 4)] + [DNAFieldAttribute(4, "int", "snap_distance", "int", 4)] public int snap_distance; - [DNAFieldAttribute(5, "int", "pivot_point", 4)] + [DNAFieldAttribute(5, "int", "pivot_point", "int", 4)] public int pivot_point; public SequencerToolSettings() { this.fit_method = default; diff --git a/BlendFile/DNA/SessionUID.cs b/BlendFile/DNA/SessionUID.cs index 586ddc4..da3f2e0 100644 --- a/BlendFile/DNA/SessionUID.cs +++ b/BlendFile/DNA/SessionUID.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(50, "SessionUID")] public struct SessionUID { - [DNAFieldAttribute(0, "uint64_t", "uid_", 8)] + [DNAFieldAttribute(0, "uint64_t", "uid_", "uint64_t", 8)] public ulong uid_; public SessionUID() { this.uid_ = default; diff --git a/BlendFile/DNA/ShaderFxData.cs b/BlendFile/DNA/ShaderFxData.cs index 1e0c2d9..7b9cc29 100644 --- a/BlendFile/DNA/ShaderFxData.cs +++ b/BlendFile/DNA/ShaderFxData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(914, "ShaderFxData")] public class ShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "*next", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "*next", "ShaderFxData", 104)] public ShaderFxData ptr_next; - [DNAFieldAttribute(1, "ShaderFxData", "*prev", 104)] + [DNAFieldAttribute(1, "ShaderFxData", "*prev", "ShaderFxData", 104)] public ShaderFxData ptr_prev; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "int", "mode", 4)] + [DNAFieldAttribute(3, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(4, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "short", "ui_expand_flag", 2)] + [DNAFieldAttribute(6, "short", "ui_expand_flag", "short", 2)] public short ui_expand_flag; - [DNAFieldAttribute(7, "char", "name[64]", 1)] + [DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(8, "char", "*error", 1)] + [DNAFieldAttribute(8, "char", "*error", "char", 1)] public char ptr_error; public ShaderFxData() { this.ptr_next = default; diff --git a/BlendFile/DNA/ShaderFxData_Runtime.cs b/BlendFile/DNA/ShaderFxData_Runtime.cs index 55dece8..614f06a 100644 --- a/BlendFile/DNA/ShaderFxData_Runtime.cs +++ b/BlendFile/DNA/ShaderFxData_Runtime.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(915, "ShaderFxData_Runtime")] public class ShaderFxData_Runtime { - [DNAFieldAttribute(0, "float", "loc[3]", 4)] + [DNAFieldAttribute(0, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(1, "char", "_pad[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(2, "DRWShadingGroup", "*fx_sh", 0)] + [DNAFieldAttribute(2, "DRWShadingGroup", "*fx_sh", "DRWShadingGroup", 0)] public DRWShadingGroup ptr_fx_sh; - [DNAFieldAttribute(3, "DRWShadingGroup", "*fx_sh_b", 0)] + [DNAFieldAttribute(3, "DRWShadingGroup", "*fx_sh_b", "DRWShadingGroup", 0)] public DRWShadingGroup ptr_fx_sh_b; - [DNAFieldAttribute(4, "DRWShadingGroup", "*fx_sh_c", 0)] + [DNAFieldAttribute(4, "DRWShadingGroup", "*fx_sh_c", "DRWShadingGroup", 0)] public DRWShadingGroup ptr_fx_sh_c; public ShaderFxData_Runtime() { this.loc = default; diff --git a/BlendFile/DNA/ShadowShaderFxData.cs b/BlendFile/DNA/ShadowShaderFxData.cs index 8cc1008..5528ccc 100644 --- a/BlendFile/DNA/ShadowShaderFxData.cs +++ b/BlendFile/DNA/ShadowShaderFxData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(923, "ShadowShaderFxData")] public class ShadowShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)] public ShaderFxData shaderfx; - [DNAFieldAttribute(1, "Object", "*object", 1160)] + [DNAFieldAttribute(1, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(2, "int", "offset[2]", 4)] + [DNAFieldAttribute(2, "int", "offset[2]", "System.Int32[]", 4)] public int[] offset = new System.Int32[2]; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "float", "shadow_rgba[4]", 4)] + [DNAFieldAttribute(4, "float", "shadow_rgba[4]", "System.Single[]", 4)] public float[] shadow_rgba = new System.Single[4]; - [DNAFieldAttribute(5, "float", "amplitude", 4)] + [DNAFieldAttribute(5, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(6, "float", "period", 4)] + [DNAFieldAttribute(6, "float", "period", "float", 4)] public float period; - [DNAFieldAttribute(7, "float", "phase", 4)] + [DNAFieldAttribute(7, "float", "phase", "float", 4)] public float phase; - [DNAFieldAttribute(8, "int", "orientation", 4)] + [DNAFieldAttribute(8, "int", "orientation", "int", 4)] public int orientation; - [DNAFieldAttribute(9, "float", "scale[2]", 4)] + [DNAFieldAttribute(9, "float", "scale[2]", "System.Single[]", 4)] public float[] scale = new System.Single[2]; - [DNAFieldAttribute(10, "float", "rotation", 4)] + [DNAFieldAttribute(10, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(11, "int", "blur[2]", 4)] + [DNAFieldAttribute(11, "int", "blur[2]", "System.Int32[]", 4)] public int[] blur = new System.Int32[2]; - [DNAFieldAttribute(12, "int", "samples", 4)] + [DNAFieldAttribute(12, "int", "samples", "int", 4)] public int samples; - [DNAFieldAttribute(13, "char", "_pad[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(14, "ShaderFxData_Runtime", "runtime", 40)] + [DNAFieldAttribute(14, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)] public ShaderFxData_Runtime runtime; public ShadowShaderFxData() { this.shaderfx = default; diff --git a/BlendFile/DNA/ShapeKeyModifierData.cs b/BlendFile/DNA/ShapeKeyModifierData.cs index d755667..32a1d7f 100644 --- a/BlendFile/DNA/ShapeKeyModifierData.cs +++ b/BlendFile/DNA/ShapeKeyModifierData.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(486, "ShapeKeyModifierData")] public struct ShapeKeyModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; public ShapeKeyModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ShrinkwrapGpencilModifierData.cs b/BlendFile/DNA/ShrinkwrapGpencilModifierData.cs index cf3becc..bac1be5 100644 --- a/BlendFile/DNA/ShrinkwrapGpencilModifierData.cs +++ b/BlendFile/DNA/ShrinkwrapGpencilModifierData.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(304, "ShrinkwrapGpencilModifierData")] public class ShrinkwrapGpencilModifierData { - [DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)] + [DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)] public GpencilModifierData modifier; - [DNAFieldAttribute(1, "Object", "*target", 1160)] + [DNAFieldAttribute(1, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(2, "Object", "*aux_target", 1160)] + [DNAFieldAttribute(2, "Object", "*aux_target", "Object", 1160)] public Object ptr_aux_target; - [DNAFieldAttribute(3, "Material", "*material", 392)] + [DNAFieldAttribute(3, "Material", "*material", "Material", 392)] public Material ptr_material; - [DNAFieldAttribute(4, "char", "layername[64]", 1)] + [DNAFieldAttribute(4, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = new System.Char[64]; - [DNAFieldAttribute(5, "char", "vgname[64]", 1)] + [DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(6, "int", "pass_index", 4)] + [DNAFieldAttribute(6, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(7, "int", "flag", 4)] + [DNAFieldAttribute(7, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(8, "int", "layer_pass", 4)] + [DNAFieldAttribute(8, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(9, "float", "keep_dist", 4)] + [DNAFieldAttribute(9, "float", "keep_dist", "float", 4)] public float keep_dist; - [DNAFieldAttribute(10, "short", "shrink_type", 2)] + [DNAFieldAttribute(10, "short", "shrink_type", "short", 2)] public short shrink_type; - [DNAFieldAttribute(11, "char", "shrink_opts", 1)] + [DNAFieldAttribute(11, "char", "shrink_opts", "char", 1)] public char shrink_opts; - [DNAFieldAttribute(12, "char", "shrink_mode", 1)] + [DNAFieldAttribute(12, "char", "shrink_mode", "char", 1)] public char shrink_mode; - [DNAFieldAttribute(13, "float", "proj_limit", 4)] + [DNAFieldAttribute(13, "float", "proj_limit", "float", 4)] public float proj_limit; - [DNAFieldAttribute(14, "char", "proj_axis", 1)] + [DNAFieldAttribute(14, "char", "proj_axis", "char", 1)] public char proj_axis; - [DNAFieldAttribute(15, "char", "subsurf_levels", 1)] + [DNAFieldAttribute(15, "char", "subsurf_levels", "char", 1)] public char subsurf_levels; - [DNAFieldAttribute(16, "char", "_pad[6]", 1)] + [DNAFieldAttribute(16, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(17, "float", "smooth_factor", 4)] + [DNAFieldAttribute(17, "float", "smooth_factor", "float", 4)] public float smooth_factor; - [DNAFieldAttribute(18, "int", "smooth_step", 4)] + [DNAFieldAttribute(18, "int", "smooth_step", "int", 4)] public int smooth_step; - [DNAFieldAttribute(19, "ShrinkwrapTreeData", "*cache_data", 0)] + [DNAFieldAttribute(19, "ShrinkwrapTreeData", "*cache_data", "ShrinkwrapTreeData", 0)] public ShrinkwrapTreeData ptr_cache_data; public ShrinkwrapGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ShrinkwrapModifierData.cs b/BlendFile/DNA/ShrinkwrapModifierData.cs index e533dce..a3bbc18 100644 --- a/BlendFile/DNA/ShrinkwrapModifierData.cs +++ b/BlendFile/DNA/ShrinkwrapModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(484, "ShrinkwrapModifierData")] public class ShrinkwrapModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Object", "*target", 1160)] + [DNAFieldAttribute(1, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(2, "Object", "*auxTarget", 1160)] + [DNAFieldAttribute(2, "Object", "*auxTarget", "Object", 1160)] public Object ptr_auxTarget; - [DNAFieldAttribute(3, "char", "vgroup_name[64]", 1)] + [DNAFieldAttribute(3, "char", "vgroup_name[64]", "System.Char[]", 1)] public char[] vgroup_name = new System.Char[64]; - [DNAFieldAttribute(4, "float", "keepDist", 4)] + [DNAFieldAttribute(4, "float", "keepDist", "float", 4)] public float keepDist; - [DNAFieldAttribute(5, "short", "shrinkType", 2)] + [DNAFieldAttribute(5, "short", "shrinkType", "short", 2)] public short shrinkType; - [DNAFieldAttribute(6, "char", "shrinkOpts", 1)] + [DNAFieldAttribute(6, "char", "shrinkOpts", "char", 1)] public char shrinkOpts; - [DNAFieldAttribute(7, "char", "shrinkMode", 1)] + [DNAFieldAttribute(7, "char", "shrinkMode", "char", 1)] public char shrinkMode; - [DNAFieldAttribute(8, "float", "projLimit", 4)] + [DNAFieldAttribute(8, "float", "projLimit", "float", 4)] public float projLimit; - [DNAFieldAttribute(9, "char", "projAxis", 1)] + [DNAFieldAttribute(9, "char", "projAxis", "char", 1)] public char projAxis; - [DNAFieldAttribute(10, "char", "subsurfLevels", 1)] + [DNAFieldAttribute(10, "char", "subsurfLevels", "char", 1)] public char subsurfLevels; - [DNAFieldAttribute(11, "char", "_pad[2]", 1)] + [DNAFieldAttribute(11, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public ShrinkwrapModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SimpleDeformModifierData.cs b/BlendFile/DNA/SimpleDeformModifierData.cs index a0572cc..4dce51c 100644 --- a/BlendFile/DNA/SimpleDeformModifierData.cs +++ b/BlendFile/DNA/SimpleDeformModifierData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(485, "SimpleDeformModifierData")] public class SimpleDeformModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Object", "*origin", 1160)] + [DNAFieldAttribute(1, "Object", "*origin", "Object", 1160)] public Object ptr_origin; - [DNAFieldAttribute(2, "char", "vgroup_name[64]", 1)] + [DNAFieldAttribute(2, "char", "vgroup_name[64]", "System.Char[]", 1)] public char[] vgroup_name = new System.Char[64]; - [DNAFieldAttribute(3, "float", "factor", 4)] + [DNAFieldAttribute(3, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(4, "float", "limit[2]", 4)] + [DNAFieldAttribute(4, "float", "limit[2]", "System.Single[]", 4)] public float[] limit = new System.Single[2]; - [DNAFieldAttribute(5, "char", "mode", 1)] + [DNAFieldAttribute(5, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(6, "char", "axis", 1)] + [DNAFieldAttribute(6, "char", "axis", "char", 1)] public char axis; - [DNAFieldAttribute(7, "char", "deform_axis", 1)] + [DNAFieldAttribute(7, "char", "deform_axis", "char", 1)] public char deform_axis; - [DNAFieldAttribute(8, "char", "flag", 1)] + [DNAFieldAttribute(8, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(9, "void", "*_pad1", 0)] + [DNAFieldAttribute(9, "void", "*_pad1", "void", 0)] public object ptr__pad1; public SimpleDeformModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SimplifyGpencilModifierData.cs b/BlendFile/DNA/SimplifyGpencilModifierData.cs index 372db49..55d589f 100644 --- a/BlendFile/DNA/SimplifyGpencilModifierData.cs +++ b/BlendFile/DNA/SimplifyGpencilModifierData.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(293, "SimplifyGpencilModifierData")] public class SimplifyGpencilModifierData { - [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", "factor", 4)] + [DNAFieldAttribute(6, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(7, "short", "mode", 2)] + [DNAFieldAttribute(7, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(8, "short", "step", 2)] + [DNAFieldAttribute(8, "short", "step", "short", 2)] public short step; - [DNAFieldAttribute(9, "int", "layer_pass", 4)] + [DNAFieldAttribute(9, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(10, "float", "length", 4)] + [DNAFieldAttribute(10, "float", "length", "float", 4)] public float length; - [DNAFieldAttribute(11, "float", "sharp_threshold", 4)] + [DNAFieldAttribute(11, "float", "sharp_threshold", "float", 4)] public float sharp_threshold; - [DNAFieldAttribute(12, "float", "distance", 4)] + [DNAFieldAttribute(12, "float", "distance", "float", 4)] public float distance; public SimplifyGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SimulationZoneViewerPathElem.cs b/BlendFile/DNA/SimulationZoneViewerPathElem.cs index 6b577fc..e084b83 100644 --- a/BlendFile/DNA/SimulationZoneViewerPathElem.cs +++ b/BlendFile/DNA/SimulationZoneViewerPathElem.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1034, "SimulationZoneViewerPathElem")] public struct SimulationZoneViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "base", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32)] public ViewerPathElem @base; - [DNAFieldAttribute(1, "int", "sim_output_node_id", 4)] + [DNAFieldAttribute(1, "int", "sim_output_node_id", "int", 4)] public int sim_output_node_id; - [DNAFieldAttribute(2, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public SimulationZoneViewerPathElem() { this.@base = default; diff --git a/BlendFile/DNA/SkinModifierData.cs b/BlendFile/DNA/SkinModifierData.cs index 10029d1..fdb5ad9 100644 --- a/BlendFile/DNA/SkinModifierData.cs +++ b/BlendFile/DNA/SkinModifierData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(497, "SkinModifierData")] public struct SkinModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "float", "branch_smoothing", 4)] + [DNAFieldAttribute(1, "float", "branch_smoothing", "float", 4)] public float branch_smoothing; - [DNAFieldAttribute(2, "char", "flag", 1)] + [DNAFieldAttribute(2, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(3, "char", "symmetry_axes", 1)] + [DNAFieldAttribute(3, "char", "symmetry_axes", "char", 1)] public char symmetry_axes; - [DNAFieldAttribute(4, "char", "_pad[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public SkinModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SmokeModifierData.cs b/BlendFile/DNA/SmokeModifierData.cs index 5ce36ff..4a6f87e 100644 --- a/BlendFile/DNA/SmokeModifierData.cs +++ b/BlendFile/DNA/SmokeModifierData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(483, "SmokeModifierData")] public struct SmokeModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "int", "type", 4)] + [DNAFieldAttribute(1, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(2, "int", "_pad", 4)] + [DNAFieldAttribute(2, "int", "_pad", "int", 4)] public int _pad; public SmokeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SmoothGpencilModifierData.cs b/BlendFile/DNA/SmoothGpencilModifierData.cs index 3936fa4..0395840 100644 --- a/BlendFile/DNA/SmoothGpencilModifierData.cs +++ b/BlendFile/DNA/SmoothGpencilModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(295, "SmoothGpencilModifierData")] public class SmoothGpencilModifierData { - [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, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "factor", 4)] + [DNAFieldAttribute(7, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(8, "int", "step", 4)] + [DNAFieldAttribute(8, "int", "step", "int", 4)] public int step; - [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 SmoothGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SmoothModifierData.cs b/BlendFile/DNA/SmoothModifierData.cs index 6ba93ea..cc8b7ba 100644 --- a/BlendFile/DNA/SmoothModifierData.cs +++ b/BlendFile/DNA/SmoothModifierData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(458, "SmoothModifierData")] public struct SmoothModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "float", "fac", 4)] + [DNAFieldAttribute(1, "float", "fac", "float", 4)] public float fac; - [DNAFieldAttribute(2, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(2, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "short", "repeat", 2)] + [DNAFieldAttribute(4, "short", "repeat", "short", 2)] public short repeat; public SmoothModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SoftBody.cs b/BlendFile/DNA/SoftBody.cs index 9c7abd7..c6d4ff8 100644 --- a/BlendFile/DNA/SoftBody.cs +++ b/BlendFile/DNA/SoftBody.cs @@ -15,113 +15,113 @@ namespace BlendFile.DNA { [DNAClassAttribute(760, "SoftBody")] public class SoftBody { - [DNAFieldAttribute(0, "int", "totpoint", 4)] + [DNAFieldAttribute(0, "int", "totpoint", "int", 4)] public int totpoint; - [DNAFieldAttribute(1, "int", "totspring", 4)] + [DNAFieldAttribute(1, "int", "totspring", "int", 4)] public int totspring; - [DNAFieldAttribute(2, "BodyPoint", "*bpoint", 0)] + [DNAFieldAttribute(2, "BodyPoint", "*bpoint", "BodyPoint", 0)] public BodyPoint ptr_bpoint; - [DNAFieldAttribute(3, "BodySpring", "*bspring", 0)] + [DNAFieldAttribute(3, "BodySpring", "*bspring", "BodySpring", 0)] public BodySpring ptr_bspring; - [DNAFieldAttribute(4, "char", "_pad", 1)] + [DNAFieldAttribute(4, "char", "_pad", "char", 1)] public char _pad; - [DNAFieldAttribute(5, "char", "msg_lock", 1)] + [DNAFieldAttribute(5, "char", "msg_lock", "char", 1)] public char msg_lock; - [DNAFieldAttribute(6, "short", "msg_value", 2)] + [DNAFieldAttribute(6, "short", "msg_value", "short", 2)] public short msg_value; - [DNAFieldAttribute(7, "float", "nodemass", 4)] + [DNAFieldAttribute(7, "float", "nodemass", "float", 4)] public float nodemass; - [DNAFieldAttribute(8, "char", "namedVG_Mass[64]", 1)] + [DNAFieldAttribute(8, "char", "namedVG_Mass[64]", "System.Char[]", 1)] public char[] namedVG_Mass = new System.Char[64]; - [DNAFieldAttribute(9, "float", "grav", 4)] + [DNAFieldAttribute(9, "float", "grav", "float", 4)] public float grav; - [DNAFieldAttribute(10, "float", "mediafrict", 4)] + [DNAFieldAttribute(10, "float", "mediafrict", "float", 4)] public float mediafrict; - [DNAFieldAttribute(11, "float", "rklimit", 4)] + [DNAFieldAttribute(11, "float", "rklimit", "float", 4)] public float rklimit; - [DNAFieldAttribute(12, "float", "physics_speed", 4)] + [DNAFieldAttribute(12, "float", "physics_speed", "float", 4)] public float physics_speed; - [DNAFieldAttribute(13, "float", "goalspring", 4)] + [DNAFieldAttribute(13, "float", "goalspring", "float", 4)] public float goalspring; - [DNAFieldAttribute(14, "float", "goalfrict", 4)] + [DNAFieldAttribute(14, "float", "goalfrict", "float", 4)] public float goalfrict; - [DNAFieldAttribute(15, "float", "mingoal", 4)] + [DNAFieldAttribute(15, "float", "mingoal", "float", 4)] public float mingoal; - [DNAFieldAttribute(16, "float", "maxgoal", 4)] + [DNAFieldAttribute(16, "float", "maxgoal", "float", 4)] public float maxgoal; - [DNAFieldAttribute(17, "float", "defgoal", 4)] + [DNAFieldAttribute(17, "float", "defgoal", "float", 4)] public float defgoal; - [DNAFieldAttribute(18, "short", "vertgroup", 2)] + [DNAFieldAttribute(18, "short", "vertgroup", "short", 2)] public short vertgroup; - [DNAFieldAttribute(19, "char", "namedVG_Softgoal[64]", 1)] + [DNAFieldAttribute(19, "char", "namedVG_Softgoal[64]", "System.Char[]", 1)] public char[] namedVG_Softgoal = new System.Char[64]; - [DNAFieldAttribute(20, "short", "fuzzyness", 2)] + [DNAFieldAttribute(20, "short", "fuzzyness", "short", 2)] public short fuzzyness; - [DNAFieldAttribute(21, "float", "inspring", 4)] + [DNAFieldAttribute(21, "float", "inspring", "float", 4)] public float inspring; - [DNAFieldAttribute(22, "float", "infrict", 4)] + [DNAFieldAttribute(22, "float", "infrict", "float", 4)] public float infrict; - [DNAFieldAttribute(23, "char", "namedVG_Spring_K[64]", 1)] + [DNAFieldAttribute(23, "char", "namedVG_Spring_K[64]", "System.Char[]", 1)] public char[] namedVG_Spring_K = new System.Char[64]; - [DNAFieldAttribute(24, "char", "_pad1[6]", 1)] + [DNAFieldAttribute(24, "char", "_pad1[6]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[6]; - [DNAFieldAttribute(25, "char", "local", 1)] + [DNAFieldAttribute(25, "char", "local", "char", 1)] public char local; - [DNAFieldAttribute(26, "char", "solverflags", 1)] + [DNAFieldAttribute(26, "char", "solverflags", "char", 1)] public char solverflags; - [DNAFieldAttribute(27, "SBVertex", "**keys", 16)] + [DNAFieldAttribute(27, "SBVertex", "**keys", "SBVertex", 16)] public SBVertex ptr_ptr_keys; - [DNAFieldAttribute(28, "int", "totpointkey", 4)] + [DNAFieldAttribute(28, "int", "totpointkey", "int", 4)] public int totpointkey; - [DNAFieldAttribute(29, "int", "totkey", 4)] + [DNAFieldAttribute(29, "int", "totkey", "int", 4)] public int totkey; - [DNAFieldAttribute(30, "float", "secondspring", 4)] + [DNAFieldAttribute(30, "float", "secondspring", "float", 4)] public float secondspring; - [DNAFieldAttribute(31, "float", "colball", 4)] + [DNAFieldAttribute(31, "float", "colball", "float", 4)] public float colball; - [DNAFieldAttribute(32, "float", "balldamp", 4)] + [DNAFieldAttribute(32, "float", "balldamp", "float", 4)] public float balldamp; - [DNAFieldAttribute(33, "float", "ballstiff", 4)] + [DNAFieldAttribute(33, "float", "ballstiff", "float", 4)] public float ballstiff; - [DNAFieldAttribute(34, "short", "sbc_mode", 2)] + [DNAFieldAttribute(34, "short", "sbc_mode", "short", 2)] public short sbc_mode; - [DNAFieldAttribute(35, "short", "aeroedge", 2)] + [DNAFieldAttribute(35, "short", "aeroedge", "short", 2)] public short aeroedge; - [DNAFieldAttribute(36, "short", "minloops", 2)] + [DNAFieldAttribute(36, "short", "minloops", "short", 2)] public short minloops; - [DNAFieldAttribute(37, "short", "maxloops", 2)] + [DNAFieldAttribute(37, "short", "maxloops", "short", 2)] public short maxloops; - [DNAFieldAttribute(38, "short", "choke", 2)] + [DNAFieldAttribute(38, "short", "choke", "short", 2)] public short choke; - [DNAFieldAttribute(39, "short", "solver_ID", 2)] + [DNAFieldAttribute(39, "short", "solver_ID", "short", 2)] public short solver_ID; - [DNAFieldAttribute(40, "short", "plastic", 2)] + [DNAFieldAttribute(40, "short", "plastic", "short", 2)] public short plastic; - [DNAFieldAttribute(41, "short", "springpreload", 2)] + [DNAFieldAttribute(41, "short", "springpreload", "short", 2)] public short springpreload; - [DNAFieldAttribute(42, "SBScratch", "*scratch", 0)] + [DNAFieldAttribute(42, "SBScratch", "*scratch", "SBScratch", 0)] public SBScratch ptr_scratch; - [DNAFieldAttribute(43, "float", "shearstiff", 4)] + [DNAFieldAttribute(43, "float", "shearstiff", "float", 4)] public float shearstiff; - [DNAFieldAttribute(44, "float", "inpush", 4)] + [DNAFieldAttribute(44, "float", "inpush", "float", 4)] public float inpush; - [DNAFieldAttribute(45, "SoftBody_Shared", "*shared", 24)] + [DNAFieldAttribute(45, "SoftBody_Shared", "*shared", "SoftBody_Shared", 24)] public SoftBody_Shared ptr_shared; - [DNAFieldAttribute(46, "PointCache", "*pointcache", 1392)] + [DNAFieldAttribute(46, "PointCache", "*pointcache", "PointCache", 1392)] public PointCache ptr_pointcache; - [DNAFieldAttribute(47, "ListBase", "ptcaches", 16)] + [DNAFieldAttribute(47, "ListBase", "ptcaches", "ListBase", 16)] public ListBase ptcaches; - [DNAFieldAttribute(48, "Collection", "*collision_group", 376)] + [DNAFieldAttribute(48, "Collection", "*collision_group", "Collection", 376)] public Collection ptr_collision_group; - [DNAFieldAttribute(49, "EffectorWeights", "*effector_weights", 72)] + [DNAFieldAttribute(49, "EffectorWeights", "*effector_weights", "EffectorWeights", 72)] public EffectorWeights ptr_effector_weights; - [DNAFieldAttribute(50, "float", "lcom[3]", 4)] + [DNAFieldAttribute(50, "float", "lcom[3]", "System.Single[]", 4)] public float[] lcom = new System.Single[3]; - [DNAFieldAttribute(51, "float", "lrot[3][3]", 4)] + [DNAFieldAttribute(51, "float", "lrot[3][3]", "System.Single[,]", 4)] public float[,] lrot = new System.Single[3,3]; - [DNAFieldAttribute(52, "float", "lscale[3][3]", 4)] + [DNAFieldAttribute(52, "float", "lscale[3][3]", "System.Single[,]", 4)] public float[,] lscale = new System.Single[3,3]; - [DNAFieldAttribute(53, "int", "last_frame", 4)] + [DNAFieldAttribute(53, "int", "last_frame", "int", 4)] public int last_frame; public SoftBody() { this.totpoint = default; diff --git a/BlendFile/DNA/SoftBody_Shared.cs b/BlendFile/DNA/SoftBody_Shared.cs index 5558787..f1c0525 100644 --- a/BlendFile/DNA/SoftBody_Shared.cs +++ b/BlendFile/DNA/SoftBody_Shared.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(759, "SoftBody_Shared")] public class SoftBody_Shared { - [DNAFieldAttribute(0, "PointCache", "*pointcache", 1392)] + [DNAFieldAttribute(0, "PointCache", "*pointcache", "PointCache", 1392)] public PointCache ptr_pointcache; - [DNAFieldAttribute(1, "ListBase", "ptcaches", 16)] + [DNAFieldAttribute(1, "ListBase", "ptcaches", "ListBase", 16)] public ListBase ptcaches; public SoftBody_Shared() { this.ptr_pointcache = default; diff --git a/BlendFile/DNA/SoftbodyModifierData.cs b/BlendFile/DNA/SoftbodyModifierData.cs index e7a2f13..0c591ac 100644 --- a/BlendFile/DNA/SoftbodyModifierData.cs +++ b/BlendFile/DNA/SoftbodyModifierData.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(463, "SoftbodyModifierData")] public struct SoftbodyModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; public SoftbodyModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SolidColorVars.cs b/BlendFile/DNA/SolidColorVars.cs index 4516212..27df15a 100644 --- a/BlendFile/DNA/SolidColorVars.cs +++ b/BlendFile/DNA/SolidColorVars.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(899, "SolidColorVars")] public struct SolidColorVars { - [DNAFieldAttribute(0, "float", "col[3]", 4)] + [DNAFieldAttribute(0, "float", "col[3]", "System.Single[]", 4)] public float[] col = new System.Single[3]; - [DNAFieldAttribute(1, "char", "_pad[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public SolidColorVars() { this.col = default; diff --git a/BlendFile/DNA/SolidLight.cs b/BlendFile/DNA/SolidLight.cs index aa5efa2..821ba76 100644 --- a/BlendFile/DNA/SolidLight.cs +++ b/BlendFile/DNA/SolidLight.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(1007, "SolidLight")] public struct SolidLight { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "float", "smooth", 4)] + [DNAFieldAttribute(1, "float", "smooth", "float", 4)] public float smooth; - [DNAFieldAttribute(2, "float", "col[4]", 4)] + [DNAFieldAttribute(2, "float", "col[4]", "System.Single[]", 4)] public float[] col = new System.Single[4]; - [DNAFieldAttribute(3, "float", "spec[4]", 4)] + [DNAFieldAttribute(3, "float", "spec[4]", "System.Single[]", 4)] public float[] spec = new System.Single[4]; - [DNAFieldAttribute(4, "float", "vec[4]", 4)] + [DNAFieldAttribute(4, "float", "vec[4]", "System.Single[]", 4)] public float[] vec = new System.Single[4]; public SolidLight() { this.flag = default; diff --git a/BlendFile/DNA/SolidifyModifierData.cs b/BlendFile/DNA/SolidifyModifierData.cs index e19c04b..42905d9 100644 --- a/BlendFile/DNA/SolidifyModifierData.cs +++ b/BlendFile/DNA/SolidifyModifierData.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(487, "SolidifyModifierData")] public struct SolidifyModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(2, "char", "shell_defgrp_name[64]", 1)] + [DNAFieldAttribute(2, "char", "shell_defgrp_name[64]", "System.Char[]", 1)] public char[] shell_defgrp_name = new System.Char[64]; - [DNAFieldAttribute(3, "char", "rim_defgrp_name[64]", 1)] + [DNAFieldAttribute(3, "char", "rim_defgrp_name[64]", "System.Char[]", 1)] public char[] rim_defgrp_name = new System.Char[64]; - [DNAFieldAttribute(4, "float", "offset", 4)] + [DNAFieldAttribute(4, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(5, "float", "offset_fac", 4)] + [DNAFieldAttribute(5, "float", "offset_fac", "float", 4)] public float offset_fac; - [DNAFieldAttribute(6, "float", "offset_fac_vg", 4)] + [DNAFieldAttribute(6, "float", "offset_fac_vg", "float", 4)] public float offset_fac_vg; - [DNAFieldAttribute(7, "float", "offset_clamp", 4)] + [DNAFieldAttribute(7, "float", "offset_clamp", "float", 4)] public float offset_clamp; - [DNAFieldAttribute(8, "char", "mode", 1)] + [DNAFieldAttribute(8, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(9, "char", "nonmanifold_offset_mode", 1)] + [DNAFieldAttribute(9, "char", "nonmanifold_offset_mode", "char", 1)] public char nonmanifold_offset_mode; - [DNAFieldAttribute(10, "char", "nonmanifold_boundary_mode", 1)] + [DNAFieldAttribute(10, "char", "nonmanifold_boundary_mode", "char", 1)] public char nonmanifold_boundary_mode; - [DNAFieldAttribute(11, "char", "_pad", 1)] + [DNAFieldAttribute(11, "char", "_pad", "char", 1)] public char _pad; - [DNAFieldAttribute(12, "float", "crease_inner", 4)] + [DNAFieldAttribute(12, "float", "crease_inner", "float", 4)] public float crease_inner; - [DNAFieldAttribute(13, "float", "crease_outer", 4)] + [DNAFieldAttribute(13, "float", "crease_outer", "float", 4)] public float crease_outer; - [DNAFieldAttribute(14, "float", "crease_rim", 4)] + [DNAFieldAttribute(14, "float", "crease_rim", "float", 4)] public float crease_rim; - [DNAFieldAttribute(15, "int", "flag", 4)] + [DNAFieldAttribute(15, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(16, "short", "mat_ofs", 2)] + [DNAFieldAttribute(16, "short", "mat_ofs", "short", 2)] public short mat_ofs; - [DNAFieldAttribute(17, "short", "mat_ofs_rim", 2)] + [DNAFieldAttribute(17, "short", "mat_ofs_rim", "short", 2)] public short mat_ofs_rim; - [DNAFieldAttribute(18, "float", "merge_tolerance", 4)] + [DNAFieldAttribute(18, "float", "merge_tolerance", "float", 4)] public float merge_tolerance; - [DNAFieldAttribute(19, "float", "bevel_convex", 4)] + [DNAFieldAttribute(19, "float", "bevel_convex", "float", 4)] public float bevel_convex; public SolidifyModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SoundEqualizerModifierData.cs b/BlendFile/DNA/SoundEqualizerModifierData.cs index f818808..1bffaf9 100644 --- a/BlendFile/DNA/SoundEqualizerModifierData.cs +++ b/BlendFile/DNA/SoundEqualizerModifierData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(913, "SoundEqualizerModifierData")] public struct SoundEqualizerModifierData { - [DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)] + [DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)] public SequenceModifierData modifier; - [DNAFieldAttribute(1, "ListBase", "graphics", 16)] + [DNAFieldAttribute(1, "ListBase", "graphics", "ListBase", 16)] public ListBase graphics; public SoundEqualizerModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SpaceAction.cs b/BlendFile/DNA/SpaceAction.cs index 37725c8..291dedd 100644 --- a/BlendFile/DNA/SpaceAction.cs +++ b/BlendFile/DNA/SpaceAction.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(72, "SpaceAction")] public class SpaceAction { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "View2D", "v2d", 152)] + [DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)] public View2D v2d; - [DNAFieldAttribute(7, "bAction", "*action", 352)] + [DNAFieldAttribute(7, "bAction", "*action", "bAction", 352)] public bAction ptr_action; - [DNAFieldAttribute(8, "int", "action_slot_handle", 4)] + [DNAFieldAttribute(8, "int", "action_slot_handle", "int", 4)] public int action_slot_handle; - [DNAFieldAttribute(9, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(10, "bDopeSheet", "ads", 112)] + [DNAFieldAttribute(10, "bDopeSheet", "ads", "bDopeSheet", 112)] public bDopeSheet ads; - [DNAFieldAttribute(11, "float", "timeslide", 4)] + [DNAFieldAttribute(11, "float", "timeslide", "float", 4)] public float timeslide; - [DNAFieldAttribute(12, "short", "flag", 2)] + [DNAFieldAttribute(12, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(13, "char", "mode", 1)] + [DNAFieldAttribute(13, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(14, "char", "mode_prev", 1)] + [DNAFieldAttribute(14, "char", "mode_prev", "char", 1)] public char mode_prev; - [DNAFieldAttribute(15, "char", "autosnap", 1)] + [DNAFieldAttribute(15, "char", "autosnap", "char", 1)] public char autosnap; - [DNAFieldAttribute(16, "char", "cache_display", 1)] + [DNAFieldAttribute(16, "char", "cache_display", "char", 1)] public char cache_display; - [DNAFieldAttribute(17, "char", "_pad1[6]", 1)] + [DNAFieldAttribute(17, "char", "_pad1[6]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[6]; - [DNAFieldAttribute(18, "SpaceAction_Runtime", "runtime", 8)] + [DNAFieldAttribute(18, "SpaceAction_Runtime", "runtime", "SpaceAction_Runtime", 8)] public SpaceAction_Runtime runtime; public SpaceAction() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceAction_Runtime.cs b/BlendFile/DNA/SpaceAction_Runtime.cs index 299d556..e0862d6 100644 --- a/BlendFile/DNA/SpaceAction_Runtime.cs +++ b/BlendFile/DNA/SpaceAction_Runtime.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(71, "SpaceAction_Runtime")] public struct SpaceAction_Runtime { - [DNAFieldAttribute(0, "char", "flag", 1)] + [DNAFieldAttribute(0, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(1, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(1, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public SpaceAction_Runtime() { this.flag = default; diff --git a/BlendFile/DNA/SpaceButs.cs b/BlendFile/DNA/SpaceButs.cs index e8582bd..b226678 100644 --- a/BlendFile/DNA/SpaceButs.cs +++ b/BlendFile/DNA/SpaceButs.cs @@ -15,47 +15,47 @@ namespace BlendFile.DNA { [DNAClassAttribute(927, "SpaceButs")] public class SpaceButs { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "View2D", "v2d", 152)] + [DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)] public View2D v2d; - [DNAFieldAttribute(7, "short", "space_subtype", 2)] + [DNAFieldAttribute(7, "short", "space_subtype", "short", 2)] public short space_subtype; - [DNAFieldAttribute(8, "short", "mainb", 2)] + [DNAFieldAttribute(8, "short", "mainb", "short", 2)] public short mainb; - [DNAFieldAttribute(9, "short", "mainbo", 2)] + [DNAFieldAttribute(9, "short", "mainbo", "short", 2)] public short mainbo; - [DNAFieldAttribute(10, "short", "mainbuser", 2)] + [DNAFieldAttribute(10, "short", "mainbuser", "short", 2)] public short mainbuser; - [DNAFieldAttribute(11, "short", "preview", 2)] + [DNAFieldAttribute(11, "short", "preview", "short", 2)] public short preview; - [DNAFieldAttribute(12, "char", "_pad[4]", 1)] + [DNAFieldAttribute(12, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(13, "char", "flag", 1)] + [DNAFieldAttribute(13, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(14, "char", "outliner_sync", 1)] + [DNAFieldAttribute(14, "char", "outliner_sync", "char", 1)] public char outliner_sync; - [DNAFieldAttribute(15, "void", "*path", 0)] + [DNAFieldAttribute(15, "void", "*path", "void", 0)] public object ptr_path; - [DNAFieldAttribute(16, "int", "pathflag", 4)] + [DNAFieldAttribute(16, "int", "pathflag", "int", 4)] public int pathflag; - [DNAFieldAttribute(17, "int", "dataicon", 4)] + [DNAFieldAttribute(17, "int", "dataicon", "int", 4)] public int dataicon; - [DNAFieldAttribute(18, "ID", "*pinid", 208)] + [DNAFieldAttribute(18, "ID", "*pinid", "ID", 208)] public ID ptr_pinid; - [DNAFieldAttribute(19, "void", "*texuser", 0)] + [DNAFieldAttribute(19, "void", "*texuser", "void", 0)] public object ptr_texuser; - [DNAFieldAttribute(20, "SpaceProperties_Runtime", "*runtime", 0)] + [DNAFieldAttribute(20, "SpaceProperties_Runtime", "*runtime", "SpaceProperties_Runtime", 0)] public SpaceProperties_Runtime ptr_runtime; public SpaceButs() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceClip.cs b/BlendFile/DNA/SpaceClip.cs index 9c3cfa4..d746193 100644 --- a/BlendFile/DNA/SpaceClip.cs +++ b/BlendFile/DNA/SpaceClip.cs @@ -15,71 +15,71 @@ namespace BlendFile.DNA { [DNAClassAttribute(962, "SpaceClip")] public class SpaceClip { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "char", "gizmo_flag", 1)] + [DNAFieldAttribute(6, "char", "gizmo_flag", "char", 1)] public char gizmo_flag; - [DNAFieldAttribute(7, "char", "_pad1[3]", 1)] + [DNAFieldAttribute(7, "char", "_pad1[3]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[3]; - [DNAFieldAttribute(8, "float", "xof", 4)] + [DNAFieldAttribute(8, "float", "xof", "float", 4)] public float xof; - [DNAFieldAttribute(9, "float", "yof", 4)] + [DNAFieldAttribute(9, "float", "yof", "float", 4)] public float yof; - [DNAFieldAttribute(10, "float", "xlockof", 4)] + [DNAFieldAttribute(10, "float", "xlockof", "float", 4)] public float xlockof; - [DNAFieldAttribute(11, "float", "ylockof", 4)] + [DNAFieldAttribute(11, "float", "ylockof", "float", 4)] public float ylockof; - [DNAFieldAttribute(12, "float", "zoom", 4)] + [DNAFieldAttribute(12, "float", "zoom", "float", 4)] public float zoom; - [DNAFieldAttribute(13, "MovieClipUser", "user", 8)] + [DNAFieldAttribute(13, "MovieClipUser", "user", "MovieClipUser", 8)] public MovieClipUser user; - [DNAFieldAttribute(14, "MovieClip", "*clip", 2568)] + [DNAFieldAttribute(14, "MovieClip", "*clip", "MovieClip", 2568)] public MovieClip ptr_clip; - [DNAFieldAttribute(15, "MovieClipScopes", "scopes", 136)] + [DNAFieldAttribute(15, "MovieClipScopes", "scopes", "MovieClipScopes", 136)] public MovieClipScopes scopes; - [DNAFieldAttribute(16, "int", "flag", 4)] + [DNAFieldAttribute(16, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(17, "short", "mode", 2)] + [DNAFieldAttribute(17, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(18, "short", "view", 2)] + [DNAFieldAttribute(18, "short", "view", "short", 2)] public short view; - [DNAFieldAttribute(19, "int", "path_length", 4)] + [DNAFieldAttribute(19, "int", "path_length", "int", 4)] public int path_length; - [DNAFieldAttribute(20, "float", "loc[2]", 4)] + [DNAFieldAttribute(20, "float", "loc[2]", "System.Single[]", 4)] public float[] loc = new System.Single[2]; - [DNAFieldAttribute(21, "float", "scale", 4)] + [DNAFieldAttribute(21, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(22, "float", "angle", 4)] + [DNAFieldAttribute(22, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(23, "char", "_pad[4]", 1)] + [DNAFieldAttribute(23, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(24, "float", "stabmat[4][4]", 4)] + [DNAFieldAttribute(24, "float", "stabmat[4][4]", "System.Single[,]", 4)] public float[,] stabmat = new System.Single[4,4]; - [DNAFieldAttribute(25, "float", "unistabmat[4][4]", 4)] + [DNAFieldAttribute(25, "float", "unistabmat[4][4]", "System.Single[,]", 4)] public float[,] unistabmat = new System.Single[4,4]; - [DNAFieldAttribute(26, "int", "postproc_flag", 4)] + [DNAFieldAttribute(26, "int", "postproc_flag", "int", 4)] public int postproc_flag; - [DNAFieldAttribute(27, "short", "gpencil_src", 2)] + [DNAFieldAttribute(27, "short", "gpencil_src", "short", 2)] public short gpencil_src; - [DNAFieldAttribute(28, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(28, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; - [DNAFieldAttribute(29, "int", "around", 4)] + [DNAFieldAttribute(29, "int", "around", "int", 4)] public int around; - [DNAFieldAttribute(30, "char", "_pad4[4]", 1)] + [DNAFieldAttribute(30, "char", "_pad4[4]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[4]; - [DNAFieldAttribute(31, "float", "cursor[2]", 4)] + [DNAFieldAttribute(31, "float", "cursor[2]", "System.Single[]", 4)] public float[] cursor = new System.Single[2]; - [DNAFieldAttribute(32, "MaskSpaceInfo", "mask_info", 16)] + [DNAFieldAttribute(32, "MaskSpaceInfo", "mask_info", "MaskSpaceInfo", 16)] public MaskSpaceInfo mask_info; public SpaceClip() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceConsole.cs b/BlendFile/DNA/SpaceConsole.cs index a635cca..2866dd4 100644 --- a/BlendFile/DNA/SpaceConsole.cs +++ b/BlendFile/DNA/SpaceConsole.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(960, "SpaceConsole")] public class SpaceConsole { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "ListBase", "scrollback", 16)] + [DNAFieldAttribute(6, "ListBase", "scrollback", "ListBase", 16)] public ListBase scrollback; - [DNAFieldAttribute(7, "ListBase", "history", 16)] + [DNAFieldAttribute(7, "ListBase", "history", "ListBase", 16)] public ListBase history; - [DNAFieldAttribute(8, "char", "prompt[256]", 1)] + [DNAFieldAttribute(8, "char", "prompt[256]", "System.Char[]", 1)] public char[] prompt = new System.Char[256]; - [DNAFieldAttribute(9, "char", "language[32]", 1)] + [DNAFieldAttribute(9, "char", "language[32]", "System.Char[]", 1)] public char[] language = new System.Char[32]; - [DNAFieldAttribute(10, "int", "lheight", 4)] + [DNAFieldAttribute(10, "int", "lheight", "int", 4)] public int lheight; - [DNAFieldAttribute(11, "int", "history_index", 4)] + [DNAFieldAttribute(11, "int", "history_index", "int", 4)] public int history_index; - [DNAFieldAttribute(12, "int", "sel_start", 4)] + [DNAFieldAttribute(12, "int", "sel_start", "int", 4)] public int sel_start; - [DNAFieldAttribute(13, "int", "sel_end", 4)] + [DNAFieldAttribute(13, "int", "sel_end", "int", 4)] public int sel_end; public SpaceConsole() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceFile.cs b/BlendFile/DNA/SpaceFile.cs index eeb4da8..5fd0790 100644 --- a/BlendFile/DNA/SpaceFile.cs +++ b/BlendFile/DNA/SpaceFile.cs @@ -15,57 +15,57 @@ namespace BlendFile.DNA { [DNAClassAttribute(944, "SpaceFile")] public class SpaceFile { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "char", "browse_mode", 1)] + [DNAFieldAttribute(6, "char", "browse_mode", "char", 1)] public char browse_mode; - [DNAFieldAttribute(7, "char", "_pad1[1]", 1)] + [DNAFieldAttribute(7, "char", "_pad1[1]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[1]; - [DNAFieldAttribute(8, "short", "tags", 2)] + [DNAFieldAttribute(8, "short", "tags", "short", 2)] public short tags; - [DNAFieldAttribute(9, "int", "scroll_offset", 4)] + [DNAFieldAttribute(9, "int", "scroll_offset", "int", 4)] public int scroll_offset; - [DNAFieldAttribute(10, "FileSelectParams", "*params", 2088)] + [DNAFieldAttribute(10, "FileSelectParams", "*params", "FileSelectParams", 2088)] public FileSelectParams ptr_params; - [DNAFieldAttribute(11, "FileAssetSelectParams", "*asset_params", 2128)] + [DNAFieldAttribute(11, "FileAssetSelectParams", "*asset_params", "FileAssetSelectParams", 2128)] public FileAssetSelectParams ptr_asset_params; - [DNAFieldAttribute(12, "void", "*_pad2", 0)] + [DNAFieldAttribute(12, "void", "*_pad2", "void", 0)] public object ptr__pad2; - [DNAFieldAttribute(13, "FileList", "*files", 0)] + [DNAFieldAttribute(13, "FileList", "*files", "FileList", 0)] public FileList ptr_files; - [DNAFieldAttribute(14, "ListBase", "*folders_prev", 16)] + [DNAFieldAttribute(14, "ListBase", "*folders_prev", "ListBase", 16)] public ListBase ptr_folders_prev; - [DNAFieldAttribute(15, "ListBase", "*folders_next", 16)] + [DNAFieldAttribute(15, "ListBase", "*folders_next", "ListBase", 16)] public ListBase ptr_folders_next; - [DNAFieldAttribute(16, "ListBase", "folder_histories", 16)] + [DNAFieldAttribute(16, "ListBase", "folder_histories", "ListBase", 16)] public ListBase folder_histories; - [DNAFieldAttribute(17, "wmOperator", "*op", 168)] + [DNAFieldAttribute(17, "wmOperator", "*op", "wmOperator", 168)] public wmOperator ptr_op; - [DNAFieldAttribute(18, "wmTimer", "*smoothscroll_timer", 0)] + [DNAFieldAttribute(18, "wmTimer", "*smoothscroll_timer", "wmTimer", 0)] public wmTimer ptr_smoothscroll_timer; - [DNAFieldAttribute(19, "wmTimer", "*previews_timer", 0)] + [DNAFieldAttribute(19, "wmTimer", "*previews_timer", "wmTimer", 0)] public wmTimer ptr_previews_timer; - [DNAFieldAttribute(20, "FileLayout", "*layout", 0)] + [DNAFieldAttribute(20, "FileLayout", "*layout", "FileLayout", 0)] public FileLayout ptr_layout; - [DNAFieldAttribute(21, "short", "recentnr", 2)] + [DNAFieldAttribute(21, "short", "recentnr", "short", 2)] public short recentnr; - [DNAFieldAttribute(22, "short", "bookmarknr", 2)] + [DNAFieldAttribute(22, "short", "bookmarknr", "short", 2)] public short bookmarknr; - [DNAFieldAttribute(23, "short", "systemnr", 2)] + [DNAFieldAttribute(23, "short", "systemnr", "short", 2)] public short systemnr; - [DNAFieldAttribute(24, "short", "system_bookmarknr", 2)] + [DNAFieldAttribute(24, "short", "system_bookmarknr", "short", 2)] public short system_bookmarknr; - [DNAFieldAttribute(25, "SpaceFile_Runtime", "*runtime", 0)] + [DNAFieldAttribute(25, "SpaceFile_Runtime", "*runtime", "SpaceFile_Runtime", 0)] public SpaceFile_Runtime ptr_runtime; public SpaceFile() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceGraph_Runtime.cs b/BlendFile/DNA/SpaceGraph_Runtime.cs index 9d03669..b3e1426 100644 --- a/BlendFile/DNA/SpaceGraph_Runtime.cs +++ b/BlendFile/DNA/SpaceGraph_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(931, "SpaceGraph_Runtime")] public struct SpaceGraph_Runtime { - [DNAFieldAttribute(0, "char", "flag", 1)] + [DNAFieldAttribute(0, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(1, "char", "_pad[7]", 1)] + [DNAFieldAttribute(1, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(2, "ListBase", "ghost_curves", 16)] + [DNAFieldAttribute(2, "ListBase", "ghost_curves", "ListBase", 16)] public ListBase ghost_curves; public SpaceGraph_Runtime() { this.flag = default; diff --git a/BlendFile/DNA/SpaceImage.cs b/BlendFile/DNA/SpaceImage.cs index 4c0bfc8..136e3a4 100644 --- a/BlendFile/DNA/SpaceImage.cs +++ b/BlendFile/DNA/SpaceImage.cs @@ -15,75 +15,75 @@ namespace BlendFile.DNA { [DNAClassAttribute(950, "SpaceImage")] public class SpaceImage { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "Image", "*image", 1600)] + [DNAFieldAttribute(6, "Image", "*image", "Image", 1600)] public Image ptr_image; - [DNAFieldAttribute(7, "ImageUser", "iuser", 40)] + [DNAFieldAttribute(7, "ImageUser", "iuser", "ImageUser", 40)] public ImageUser iuser; - [DNAFieldAttribute(8, "Scopes", "scopes", 5272)] + [DNAFieldAttribute(8, "Scopes", "scopes", "Scopes", 5272)] public Scopes scopes; - [DNAFieldAttribute(9, "Histogram", "sample_line_hist", 5160)] + [DNAFieldAttribute(9, "Histogram", "sample_line_hist", "Histogram", 5160)] public Histogram sample_line_hist; - [DNAFieldAttribute(10, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(10, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(11, "float", "cursor[2]", 4)] + [DNAFieldAttribute(11, "float", "cursor[2]", "System.Single[]", 4)] public float[] cursor = new System.Single[2]; - [DNAFieldAttribute(12, "float", "xof", 4)] + [DNAFieldAttribute(12, "float", "xof", "float", 4)] public float xof; - [DNAFieldAttribute(13, "float", "yof", 4)] + [DNAFieldAttribute(13, "float", "yof", "float", 4)] public float yof; - [DNAFieldAttribute(14, "float", "zoom", 4)] + [DNAFieldAttribute(14, "float", "zoom", "float", 4)] public float zoom; - [DNAFieldAttribute(15, "float", "centx", 4)] + [DNAFieldAttribute(15, "float", "centx", "float", 4)] public float centx; - [DNAFieldAttribute(16, "float", "centy", 4)] + [DNAFieldAttribute(16, "float", "centy", "float", 4)] public float centy; - [DNAFieldAttribute(17, "char", "mode", 1)] + [DNAFieldAttribute(17, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(18, "char", "mode_prev", 1)] + [DNAFieldAttribute(18, "char", "mode_prev", "char", 1)] public char mode_prev; - [DNAFieldAttribute(19, "char", "pin", 1)] + [DNAFieldAttribute(19, "char", "pin", "char", 1)] public char pin; - [DNAFieldAttribute(20, "char", "pixel_snap_mode", 1)] + [DNAFieldAttribute(20, "char", "pixel_snap_mode", "char", 1)] public char pixel_snap_mode; - [DNAFieldAttribute(21, "char", "lock", 1)] + [DNAFieldAttribute(21, "char", "lock", "char", 1)] public char @lock; - [DNAFieldAttribute(22, "char", "dt_uv", 1)] + [DNAFieldAttribute(22, "char", "dt_uv", "char", 1)] public char dt_uv; - [DNAFieldAttribute(23, "char", "dt_uvstretch", 1)] + [DNAFieldAttribute(23, "char", "dt_uvstretch", "char", 1)] public char dt_uvstretch; - [DNAFieldAttribute(24, "char", "around", 1)] + [DNAFieldAttribute(24, "char", "around", "char", 1)] public char around; - [DNAFieldAttribute(25, "char", "gizmo_flag", 1)] + [DNAFieldAttribute(25, "char", "gizmo_flag", "char", 1)] public char gizmo_flag; - [DNAFieldAttribute(26, "char", "grid_shape_source", 1)] + [DNAFieldAttribute(26, "char", "grid_shape_source", "char", 1)] public char grid_shape_source; - [DNAFieldAttribute(27, "char", "_pad1[6]", 1)] + [DNAFieldAttribute(27, "char", "_pad1[6]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[6]; - [DNAFieldAttribute(28, "int", "flag", 4)] + [DNAFieldAttribute(28, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(29, "float", "uv_opacity", 4)] + [DNAFieldAttribute(29, "float", "uv_opacity", "float", 4)] public float uv_opacity; - [DNAFieldAttribute(30, "float", "stretch_opacity", 4)] + [DNAFieldAttribute(30, "float", "stretch_opacity", "float", 4)] public float stretch_opacity; - [DNAFieldAttribute(31, "int", "tile_grid_shape[2]", 4)] + [DNAFieldAttribute(31, "int", "tile_grid_shape[2]", "System.Int32[]", 4)] public int[] tile_grid_shape = new System.Int32[2]; - [DNAFieldAttribute(32, "int", "custom_grid_subdiv[2]", 4)] + [DNAFieldAttribute(32, "int", "custom_grid_subdiv[2]", "System.Int32[]", 4)] public int[] custom_grid_subdiv = new System.Int32[2]; - [DNAFieldAttribute(33, "MaskSpaceInfo", "mask_info", 16)] + [DNAFieldAttribute(33, "MaskSpaceInfo", "mask_info", "MaskSpaceInfo", 16)] public MaskSpaceInfo mask_info; - [DNAFieldAttribute(34, "SpaceImageOverlay", "overlay", 8)] + [DNAFieldAttribute(34, "SpaceImageOverlay", "overlay", "SpaceImageOverlay", 8)] public SpaceImageOverlay overlay; public SpaceImage() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceImageOverlay.cs b/BlendFile/DNA/SpaceImageOverlay.cs index 5dcd10d..f426c0e 100644 --- a/BlendFile/DNA/SpaceImageOverlay.cs +++ b/BlendFile/DNA/SpaceImageOverlay.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(949, "SpaceImageOverlay")] public struct SpaceImageOverlay { - [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]; public SpaceImageOverlay() { this.flag = default; diff --git a/BlendFile/DNA/SpaceInfo.cs b/BlendFile/DNA/SpaceInfo.cs index 5a123a1..15d2ce1 100644 --- a/BlendFile/DNA/SpaceInfo.cs +++ b/BlendFile/DNA/SpaceInfo.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(926, "SpaceInfo")] public class SpaceInfo { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "char", "rpt_mask", 1)] + [DNAFieldAttribute(6, "char", "rpt_mask", "char", 1)] public char rpt_mask; - [DNAFieldAttribute(7, "char", "_pad[7]", 1)] + [DNAFieldAttribute(7, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public SpaceInfo() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceIpo.cs b/BlendFile/DNA/SpaceIpo.cs index d4ac221..f316fb3 100644 --- a/BlendFile/DNA/SpaceIpo.cs +++ b/BlendFile/DNA/SpaceIpo.cs @@ -15,37 +15,37 @@ namespace BlendFile.DNA { [DNAClassAttribute(932, "SpaceIpo")] public class SpaceIpo { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "View2D", "v2d", 152)] + [DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)] public View2D v2d; - [DNAFieldAttribute(7, "bDopeSheet", "*ads", 112)] + [DNAFieldAttribute(7, "bDopeSheet", "*ads", "bDopeSheet", 112)] public bDopeSheet ptr_ads; - [DNAFieldAttribute(8, "short", "mode", 2)] + [DNAFieldAttribute(8, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(9, "short", "autosnap", 2)] + [DNAFieldAttribute(9, "short", "autosnap", "short", 2)] public short autosnap; - [DNAFieldAttribute(10, "int", "flag", 4)] + [DNAFieldAttribute(10, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(11, "float", "cursorTime", 4)] + [DNAFieldAttribute(11, "float", "cursorTime", "float", 4)] public float cursorTime; - [DNAFieldAttribute(12, "float", "cursorVal", 4)] + [DNAFieldAttribute(12, "float", "cursorVal", "float", 4)] public float cursorVal; - [DNAFieldAttribute(13, "int", "around", 4)] + [DNAFieldAttribute(13, "int", "around", "int", 4)] public int around; - [DNAFieldAttribute(14, "char", "_pad[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(15, "SpaceGraph_Runtime", "runtime", 24)] + [DNAFieldAttribute(15, "SpaceGraph_Runtime", "runtime", "SpaceGraph_Runtime", 24)] public SpaceGraph_Runtime runtime; public SpaceIpo() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceLink.cs b/BlendFile/DNA/SpaceLink.cs index 7faabe0..52384f2 100644 --- a/BlendFile/DNA/SpaceLink.cs +++ b/BlendFile/DNA/SpaceLink.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(73, "SpaceLink")] public class SpaceLink { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; public SpaceLink() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceNla.cs b/BlendFile/DNA/SpaceNla.cs index 033b987..90f5cd1 100644 --- a/BlendFile/DNA/SpaceNla.cs +++ b/BlendFile/DNA/SpaceNla.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(933, "SpaceNla")] public class SpaceNla { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "short", "autosnap", 2)] + [DNAFieldAttribute(6, "short", "autosnap", "short", 2)] public short autosnap; - [DNAFieldAttribute(7, "short", "flag", 2)] + [DNAFieldAttribute(7, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(9, "bDopeSheet", "*ads", 112)] + [DNAFieldAttribute(9, "bDopeSheet", "*ads", "bDopeSheet", 112)] public bDopeSheet ptr_ads; - [DNAFieldAttribute(10, "View2D", "v2d", 152)] + [DNAFieldAttribute(10, "View2D", "v2d", "View2D", 152)] public View2D v2d; public SpaceNla() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceNode.cs b/BlendFile/DNA/SpaceNode.cs index f313ae5..c53b010 100644 --- a/BlendFile/DNA/SpaceNode.cs +++ b/BlendFile/DNA/SpaceNode.cs @@ -15,59 +15,59 @@ namespace BlendFile.DNA { [DNAClassAttribute(957, "SpaceNode")] public class SpaceNode { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "View2D", "v2d", 152)] + [DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)] public View2D v2d; - [DNAFieldAttribute(7, "ID", "*id", 208)] + [DNAFieldAttribute(7, "ID", "*id", "ID", 208)] public ID ptr_id; - [DNAFieldAttribute(8, "ID", "*from", 208)] + [DNAFieldAttribute(8, "ID", "*from", "ID", 208)] public ID ptr_from; - [DNAFieldAttribute(9, "short", "flag", 2)] + [DNAFieldAttribute(9, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(10, "char", "insert_ofs_dir", 1)] + [DNAFieldAttribute(10, "char", "insert_ofs_dir", "char", 1)] public char insert_ofs_dir; - [DNAFieldAttribute(11, "char", "_pad1", 1)] + [DNAFieldAttribute(11, "char", "_pad1", "char", 1)] public char _pad1; - [DNAFieldAttribute(12, "float", "xof", 4)] + [DNAFieldAttribute(12, "float", "xof", "float", 4)] public float xof; - [DNAFieldAttribute(13, "float", "yof", 4)] + [DNAFieldAttribute(13, "float", "yof", "float", 4)] public float yof; - [DNAFieldAttribute(14, "float", "zoom", 4)] + [DNAFieldAttribute(14, "float", "zoom", "float", 4)] public float zoom; - [DNAFieldAttribute(15, "ListBase", "treepath", 16)] + [DNAFieldAttribute(15, "ListBase", "treepath", "ListBase", 16)] public ListBase treepath; - [DNAFieldAttribute(16, "bNodeTree", "*edittree", 544)] + [DNAFieldAttribute(16, "bNodeTree", "*edittree", "bNodeTree", 544)] public bNodeTree ptr_edittree; - [DNAFieldAttribute(17, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(17, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(18, "char", "tree_idname[64]", 1)] + [DNAFieldAttribute(18, "char", "tree_idname[64]", "System.Char[]", 1)] public char[] tree_idname = new System.Char[64]; - [DNAFieldAttribute(19, "int", "treetype", 4)] + [DNAFieldAttribute(19, "int", "treetype", "int", 4)] public int treetype; - [DNAFieldAttribute(20, "short", "texfrom", 2)] + [DNAFieldAttribute(20, "short", "texfrom", "short", 2)] public short texfrom; - [DNAFieldAttribute(21, "char", "shaderfrom", 1)] + [DNAFieldAttribute(21, "char", "shaderfrom", "char", 1)] public char shaderfrom; - [DNAFieldAttribute(22, "char", "geometry_nodes_type", 1)] + [DNAFieldAttribute(22, "char", "geometry_nodes_type", "char", 1)] public char geometry_nodes_type; - [DNAFieldAttribute(23, "bNodeTree", "*geometry_nodes_tool_tree", 544)] + [DNAFieldAttribute(23, "bNodeTree", "*geometry_nodes_tool_tree", "bNodeTree", 544)] public bNodeTree ptr_geometry_nodes_tool_tree; - [DNAFieldAttribute(24, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(24, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(25, "SpaceNodeOverlay", "overlay", 8)] + [DNAFieldAttribute(25, "SpaceNodeOverlay", "overlay", "SpaceNodeOverlay", 8)] public SpaceNodeOverlay overlay; - [DNAFieldAttribute(26, "SpaceNode_Runtime", "*runtime", 0)] + [DNAFieldAttribute(26, "SpaceNode_Runtime", "*runtime", "SpaceNode_Runtime", 0)] public SpaceNode_Runtime ptr_runtime; public SpaceNode() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceNodeOverlay.cs b/BlendFile/DNA/SpaceNodeOverlay.cs index 9d32096..786869b 100644 --- a/BlendFile/DNA/SpaceNodeOverlay.cs +++ b/BlendFile/DNA/SpaceNodeOverlay.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(956, "SpaceNodeOverlay")] public struct SpaceNodeOverlay { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "int", "preview_shape", 4)] + [DNAFieldAttribute(1, "int", "preview_shape", "int", 4)] public int preview_shape; public SpaceNodeOverlay() { this.flag = default; diff --git a/BlendFile/DNA/SpaceOops.cs b/BlendFile/DNA/SpaceOops.cs index dc5abdb..f848562 100644 --- a/BlendFile/DNA/SpaceOops.cs +++ b/BlendFile/DNA/SpaceOops.cs @@ -15,49 +15,49 @@ namespace BlendFile.DNA { [DNAClassAttribute(929, "SpaceOops")] public class SpaceOops { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "View2D", "v2d", 152)] + [DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)] public View2D v2d; - [DNAFieldAttribute(7, "ListBase", "tree", 16)] + [DNAFieldAttribute(7, "ListBase", "tree", "ListBase", 16)] public ListBase tree; - [DNAFieldAttribute(8, "BLI_mempool", "*treestore", 0)] + [DNAFieldAttribute(8, "BLI_mempool", "*treestore", "BLI_mempool", 0)] public BLI_mempool ptr_treestore; - [DNAFieldAttribute(9, "char", "search_string[64]", 1)] + [DNAFieldAttribute(9, "char", "search_string[64]", "System.Char[]", 1)] public char[] search_string = new System.Char[64]; - [DNAFieldAttribute(10, "short", "flag", 2)] + [DNAFieldAttribute(10, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(11, "short", "outlinevis", 2)] + [DNAFieldAttribute(11, "short", "outlinevis", "short", 2)] public short outlinevis; - [DNAFieldAttribute(12, "short", "lib_override_view_mode", 2)] + [DNAFieldAttribute(12, "short", "lib_override_view_mode", "short", 2)] public short lib_override_view_mode; - [DNAFieldAttribute(13, "short", "storeflag", 2)] + [DNAFieldAttribute(13, "short", "storeflag", "short", 2)] public short storeflag; - [DNAFieldAttribute(14, "char", "search_flags", 1)] + [DNAFieldAttribute(14, "char", "search_flags", "char", 1)] public char search_flags; - [DNAFieldAttribute(15, "char", "_pad[6]", 1)] + [DNAFieldAttribute(15, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(16, "char", "sync_select_dirty", 1)] + [DNAFieldAttribute(16, "char", "sync_select_dirty", "char", 1)] public char sync_select_dirty; - [DNAFieldAttribute(17, "int", "filter", 4)] + [DNAFieldAttribute(17, "int", "filter", "int", 4)] public int filter; - [DNAFieldAttribute(18, "char", "filter_state", 1)] + [DNAFieldAttribute(18, "char", "filter_state", "char", 1)] public char filter_state; - [DNAFieldAttribute(19, "char", "show_restrict_flags", 1)] + [DNAFieldAttribute(19, "char", "show_restrict_flags", "char", 1)] public char show_restrict_flags; - [DNAFieldAttribute(20, "short", "filter_id_type", 2)] + [DNAFieldAttribute(20, "short", "filter_id_type", "short", 2)] public short filter_id_type; - [DNAFieldAttribute(21, "SpaceOutliner_Runtime", "*runtime", 0)] + [DNAFieldAttribute(21, "SpaceOutliner_Runtime", "*runtime", "SpaceOutliner_Runtime", 0)] public SpaceOutliner_Runtime ptr_runtime; public SpaceOops() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceScript.cs b/BlendFile/DNA/SpaceScript.cs index faa7e30..2e2cce1 100644 --- a/BlendFile/DNA/SpaceScript.cs +++ b/BlendFile/DNA/SpaceScript.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(954, "SpaceScript")] public class SpaceScript { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "Script", "*script", 1536)] + [DNAFieldAttribute(6, "Script", "*script", "Script", 1536)] public Script ptr_script; - [DNAFieldAttribute(7, "short", "flags", 2)] + [DNAFieldAttribute(7, "short", "flags", "short", 2)] public short flags; - [DNAFieldAttribute(8, "short", "menunr", 2)] + [DNAFieldAttribute(8, "short", "menunr", "short", 2)] public short menunr; - [DNAFieldAttribute(9, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(10, "void", "*but_refs", 0)] + [DNAFieldAttribute(10, "void", "*but_refs", "void", 0)] public object ptr_but_refs; public SpaceScript() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceSeq.cs b/BlendFile/DNA/SpaceSeq.cs index 3f61dc1..c6842fe 100644 --- a/BlendFile/DNA/SpaceSeq.cs +++ b/BlendFile/DNA/SpaceSeq.cs @@ -15,61 +15,61 @@ namespace BlendFile.DNA { [DNAClassAttribute(937, "SpaceSeq")] public class SpaceSeq { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "View2D", "v2d", 152)] + [DNAFieldAttribute(6, "View2D", "v2d", "View2D", 152)] public View2D v2d; - [DNAFieldAttribute(7, "float", "xof", 4)] + [DNAFieldAttribute(7, "float", "xof", "float", 4)] public float xof; - [DNAFieldAttribute(8, "float", "yof", 4)] + [DNAFieldAttribute(8, "float", "yof", "float", 4)] public float yof; - [DNAFieldAttribute(9, "short", "mainb", 2)] + [DNAFieldAttribute(9, "short", "mainb", "short", 2)] public short mainb; - [DNAFieldAttribute(10, "short", "render_size", 2)] + [DNAFieldAttribute(10, "short", "render_size", "short", 2)] public short render_size; - [DNAFieldAttribute(11, "short", "chanshown", 2)] + [DNAFieldAttribute(11, "short", "chanshown", "short", 2)] public short chanshown; - [DNAFieldAttribute(12, "short", "zebra", 2)] + [DNAFieldAttribute(12, "short", "zebra", "short", 2)] public short zebra; - [DNAFieldAttribute(13, "int", "flag", 4)] + [DNAFieldAttribute(13, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(14, "float", "zoom", 4)] + [DNAFieldAttribute(14, "float", "zoom", "float", 4)] public float zoom; - [DNAFieldAttribute(15, "char", "view", 1)] + [DNAFieldAttribute(15, "char", "view", "char", 1)] public char view; - [DNAFieldAttribute(16, "char", "overlay_type", 1)] + [DNAFieldAttribute(16, "char", "overlay_type", "char", 1)] public char overlay_type; - [DNAFieldAttribute(17, "char", "draw_flag", 1)] + [DNAFieldAttribute(17, "char", "draw_flag", "char", 1)] public char draw_flag; - [DNAFieldAttribute(18, "char", "gizmo_flag", 1)] + [DNAFieldAttribute(18, "char", "gizmo_flag", "char", 1)] public char gizmo_flag; - [DNAFieldAttribute(19, "char", "_pad[4]", 1)] + [DNAFieldAttribute(19, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(20, "float", "cursor[2]", 4)] + [DNAFieldAttribute(20, "float", "cursor[2]", "System.Single[]", 4)] public float[] cursor = new System.Single[2]; - [DNAFieldAttribute(21, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(21, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(22, "SequencerPreviewOverlay", "preview_overlay", 8)] + [DNAFieldAttribute(22, "SequencerPreviewOverlay", "preview_overlay", "SequencerPreviewOverlay", 8)] public SequencerPreviewOverlay preview_overlay; - [DNAFieldAttribute(23, "SequencerTimelineOverlay", "timeline_overlay", 8)] + [DNAFieldAttribute(23, "SequencerTimelineOverlay", "timeline_overlay", "SequencerTimelineOverlay", 8)] public SequencerTimelineOverlay timeline_overlay; - [DNAFieldAttribute(24, "SequencerCacheOverlay", "cache_overlay", 8)] + [DNAFieldAttribute(24, "SequencerCacheOverlay", "cache_overlay", "SequencerCacheOverlay", 8)] public SequencerCacheOverlay cache_overlay; - [DNAFieldAttribute(25, "char", "multiview_eye", 1)] + [DNAFieldAttribute(25, "char", "multiview_eye", "char", 1)] public char multiview_eye; - [DNAFieldAttribute(26, "char", "_pad2[7]", 1)] + [DNAFieldAttribute(26, "char", "_pad2[7]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[7]; - [DNAFieldAttribute(27, "SpaceSeq_Runtime", "*runtime", 0)] + [DNAFieldAttribute(27, "SpaceSeq_Runtime", "*runtime", "SpaceSeq_Runtime", 0)] public SpaceSeq_Runtime ptr_runtime; public SpaceSeq() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceSpreadsheet.cs b/BlendFile/DNA/SpaceSpreadsheet.cs index 82abb42..9bb2630 100644 --- a/BlendFile/DNA/SpaceSpreadsheet.cs +++ b/BlendFile/DNA/SpaceSpreadsheet.cs @@ -15,41 +15,41 @@ namespace BlendFile.DNA { [DNAClassAttribute(968, "SpaceSpreadsheet")] public class SpaceSpreadsheet { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "ListBase", "columns", 16)] + [DNAFieldAttribute(6, "ListBase", "columns", "ListBase", 16)] public ListBase columns; - [DNAFieldAttribute(7, "ListBase", "row_filters", 16)] + [DNAFieldAttribute(7, "ListBase", "row_filters", "ListBase", 16)] public ListBase row_filters; - [DNAFieldAttribute(8, "ViewerPath", "viewer_path", 16)] + [DNAFieldAttribute(8, "ViewerPath", "viewer_path", "ViewerPath", 16)] public ViewerPath viewer_path; - [DNAFieldAttribute(9, "SpreadsheetInstanceID", "*instance_ids", 4)] + [DNAFieldAttribute(9, "SpreadsheetInstanceID", "*instance_ids", "SpreadsheetInstanceID", 4)] public SpreadsheetInstanceID ptr_instance_ids; - [DNAFieldAttribute(10, "int", "instance_ids_num", 4)] + [DNAFieldAttribute(10, "int", "instance_ids_num", "int", 4)] public int instance_ids_num; - [DNAFieldAttribute(11, "uchar", "filter_flag", 1)] + [DNAFieldAttribute(11, "uchar", "filter_flag", "uchar", 1)] public byte filter_flag; - [DNAFieldAttribute(12, "uchar", "geometry_component_type", 1)] + [DNAFieldAttribute(12, "uchar", "geometry_component_type", "uchar", 1)] public byte geometry_component_type; - [DNAFieldAttribute(13, "uchar", "attribute_domain", 1)] + [DNAFieldAttribute(13, "uchar", "attribute_domain", "uchar", 1)] public byte attribute_domain; - [DNAFieldAttribute(14, "uchar", "object_eval_state", 1)] + [DNAFieldAttribute(14, "uchar", "object_eval_state", "uchar", 1)] public byte object_eval_state; - [DNAFieldAttribute(15, "int", "active_layer_index", 4)] + [DNAFieldAttribute(15, "int", "active_layer_index", "int", 4)] public int active_layer_index; - [DNAFieldAttribute(16, "int", "flag", 4)] + [DNAFieldAttribute(16, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", 0)] + [DNAFieldAttribute(17, "SpaceSpreadsheet_Runtime", "*runtime", "SpaceSpreadsheet_Runtime", 0)] public SpaceSpreadsheet_Runtime ptr_runtime; public SpaceSpreadsheet() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceStatusBar.cs b/BlendFile/DNA/SpaceStatusBar.cs index 05ad6ce..8ed0e58 100644 --- a/BlendFile/DNA/SpaceStatusBar.cs +++ b/BlendFile/DNA/SpaceStatusBar.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(964, "SpaceStatusBar")] public class SpaceStatusBar { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; public SpaceStatusBar() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceText.cs b/BlendFile/DNA/SpaceText.cs index dbf0dda..e61b6ac 100644 --- a/BlendFile/DNA/SpaceText.cs +++ b/BlendFile/DNA/SpaceText.cs @@ -15,57 +15,57 @@ namespace BlendFile.DNA { [DNAClassAttribute(951, "SpaceText")] public class SpaceText { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "Text", "*text", 280)] + [DNAFieldAttribute(6, "Text", "*text", "Text", 280)] public Text ptr_text; - [DNAFieldAttribute(7, "int", "top", 4)] + [DNAFieldAttribute(7, "int", "top", "int", 4)] public int top; - [DNAFieldAttribute(8, "int", "left", 4)] + [DNAFieldAttribute(8, "int", "left", "int", 4)] public int left; - [DNAFieldAttribute(9, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(10, "short", "flags", 2)] + [DNAFieldAttribute(10, "short", "flags", "short", 2)] public short flags; - [DNAFieldAttribute(11, "short", "lheight", 2)] + [DNAFieldAttribute(11, "short", "lheight", "short", 2)] public short lheight; - [DNAFieldAttribute(12, "int", "tabnumber", 4)] + [DNAFieldAttribute(12, "int", "tabnumber", "int", 4)] public int tabnumber; - [DNAFieldAttribute(13, "char", "wordwrap", 1)] + [DNAFieldAttribute(13, "char", "wordwrap", "char", 1)] public char wordwrap; - [DNAFieldAttribute(14, "char", "doplugins", 1)] + [DNAFieldAttribute(14, "char", "doplugins", "char", 1)] public char doplugins; - [DNAFieldAttribute(15, "char", "showlinenrs", 1)] + [DNAFieldAttribute(15, "char", "showlinenrs", "char", 1)] public char showlinenrs; - [DNAFieldAttribute(16, "char", "showsyntax", 1)] + [DNAFieldAttribute(16, "char", "showsyntax", "char", 1)] public char showsyntax; - [DNAFieldAttribute(17, "char", "line_hlight", 1)] + [DNAFieldAttribute(17, "char", "line_hlight", "char", 1)] public char line_hlight; - [DNAFieldAttribute(18, "char", "overwrite", 1)] + [DNAFieldAttribute(18, "char", "overwrite", "char", 1)] public char overwrite; - [DNAFieldAttribute(19, "char", "live_edit", 1)] + [DNAFieldAttribute(19, "char", "live_edit", "char", 1)] public char live_edit; - [DNAFieldAttribute(20, "char", "_pad2[1]", 1)] + [DNAFieldAttribute(20, "char", "_pad2[1]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[1]; - [DNAFieldAttribute(21, "char", "findstr[256]", 1)] + [DNAFieldAttribute(21, "char", "findstr[256]", "System.Char[]", 1)] public char[] findstr = new System.Char[256]; - [DNAFieldAttribute(22, "char", "replacestr[256]", 1)] + [DNAFieldAttribute(22, "char", "replacestr[256]", "System.Char[]", 1)] public char[] replacestr = new System.Char[256]; - [DNAFieldAttribute(23, "short", "margin_column", 2)] + [DNAFieldAttribute(23, "short", "margin_column", "short", 2)] public short margin_column; - [DNAFieldAttribute(24, "char", "_pad3[2]", 1)] + [DNAFieldAttribute(24, "char", "_pad3[2]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[2]; - [DNAFieldAttribute(25, "SpaceText_Runtime", "*runtime", 0)] + [DNAFieldAttribute(25, "SpaceText_Runtime", "*runtime", "SpaceText_Runtime", 0)] public SpaceText_Runtime ptr_runtime; public SpaceText() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceTopBar.cs b/BlendFile/DNA/SpaceTopBar.cs index f800112..5dec8fc 100644 --- a/BlendFile/DNA/SpaceTopBar.cs +++ b/BlendFile/DNA/SpaceTopBar.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(963, "SpaceTopBar")] public class SpaceTopBar { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; public SpaceTopBar() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpaceUserPref.cs b/BlendFile/DNA/SpaceUserPref.cs index 7693474..f4fc2a6 100644 --- a/BlendFile/DNA/SpaceUserPref.cs +++ b/BlendFile/DNA/SpaceUserPref.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(961, "SpaceUserPref")] public class SpaceUserPref { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "char", "_pad1[7]", 1)] + [DNAFieldAttribute(6, "char", "_pad1[7]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[7]; - [DNAFieldAttribute(7, "char", "filter_type", 1)] + [DNAFieldAttribute(7, "char", "filter_type", "char", 1)] public char filter_type; - [DNAFieldAttribute(8, "char", "filter[64]", 1)] + [DNAFieldAttribute(8, "char", "filter[64]", "System.Char[]", 1)] public char[] filter = new System.Char[64]; public SpaceUserPref() { this.ptr_next = default; diff --git a/BlendFile/DNA/Speaker.cs b/BlendFile/DNA/Speaker.cs index 302dd33..4a638b9 100644 --- a/BlendFile/DNA/Speaker.cs +++ b/BlendFile/DNA/Speaker.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(972, "Speaker")] public class Speaker { - [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, "bSound", "*sound", 1344)] + [DNAFieldAttribute(2, "bSound", "*sound", "bSound", 1344)] public bSound ptr_sound; - [DNAFieldAttribute(3, "float", "volume_max", 4)] + [DNAFieldAttribute(3, "float", "volume_max", "float", 4)] public float volume_max; - [DNAFieldAttribute(4, "float", "volume_min", 4)] + [DNAFieldAttribute(4, "float", "volume_min", "float", 4)] public float volume_min; - [DNAFieldAttribute(5, "float", "distance_max", 4)] + [DNAFieldAttribute(5, "float", "distance_max", "float", 4)] public float distance_max; - [DNAFieldAttribute(6, "float", "distance_reference", 4)] + [DNAFieldAttribute(6, "float", "distance_reference", "float", 4)] public float distance_reference; - [DNAFieldAttribute(7, "float", "attenuation", 4)] + [DNAFieldAttribute(7, "float", "attenuation", "float", 4)] public float attenuation; - [DNAFieldAttribute(8, "float", "cone_angle_outer", 4)] + [DNAFieldAttribute(8, "float", "cone_angle_outer", "float", 4)] public float cone_angle_outer; - [DNAFieldAttribute(9, "float", "cone_angle_inner", 4)] + [DNAFieldAttribute(9, "float", "cone_angle_inner", "float", 4)] public float cone_angle_inner; - [DNAFieldAttribute(10, "float", "cone_volume_outer", 4)] + [DNAFieldAttribute(10, "float", "cone_volume_outer", "float", 4)] public float cone_volume_outer; - [DNAFieldAttribute(11, "float", "volume", 4)] + [DNAFieldAttribute(11, "float", "volume", "float", 4)] public float volume; - [DNAFieldAttribute(12, "float", "pitch", 4)] + [DNAFieldAttribute(12, "float", "pitch", "float", 4)] public float pitch; - [DNAFieldAttribute(13, "short", "flag", 2)] + [DNAFieldAttribute(13, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(14, "char", "_pad1[6]", 1)] + [DNAFieldAttribute(14, "char", "_pad1[6]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[6]; public Speaker() { this.id = default; diff --git a/BlendFile/DNA/SpeedControlVars.cs b/BlendFile/DNA/SpeedControlVars.cs index 89f35e5..eb5c33a 100644 --- a/BlendFile/DNA/SpeedControlVars.cs +++ b/BlendFile/DNA/SpeedControlVars.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(900, "SpeedControlVars")] public class SpeedControlVars { - [DNAFieldAttribute(0, "float", "*frameMap", 4)] + [DNAFieldAttribute(0, "float", "*frameMap", "float", 4)] public float ptr_frameMap; - [DNAFieldAttribute(1, "float", "globalSpeed", 4)] + [DNAFieldAttribute(1, "float", "globalSpeed", "float", 4)] public float globalSpeed; - [DNAFieldAttribute(2, "int", "flags", 4)] + [DNAFieldAttribute(2, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(3, "int", "speed_control_type", 4)] + [DNAFieldAttribute(3, "int", "speed_control_type", "int", 4)] public int speed_control_type; - [DNAFieldAttribute(4, "float", "speed_fader", 4)] + [DNAFieldAttribute(4, "float", "speed_fader", "float", 4)] public float speed_fader; - [DNAFieldAttribute(5, "float", "speed_fader_length", 4)] + [DNAFieldAttribute(5, "float", "speed_fader_length", "float", 4)] public float speed_fader_length; - [DNAFieldAttribute(6, "float", "speed_fader_frame_number", 4)] + [DNAFieldAttribute(6, "float", "speed_fader_frame_number", "float", 4)] public float speed_fader_frame_number; public SpeedControlVars() { this.ptr_frameMap = default; diff --git a/BlendFile/DNA/SpreadsheetColumn.cs b/BlendFile/DNA/SpreadsheetColumn.cs index 4168c35..9c0ab6c 100644 --- a/BlendFile/DNA/SpreadsheetColumn.cs +++ b/BlendFile/DNA/SpreadsheetColumn.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(966, "SpreadsheetColumn")] public class SpreadsheetColumn { - [DNAFieldAttribute(0, "SpreadsheetColumn", "*next", 40)] + [DNAFieldAttribute(0, "SpreadsheetColumn", "*next", "SpreadsheetColumn", 40)] public SpreadsheetColumn ptr_next; - [DNAFieldAttribute(1, "SpreadsheetColumn", "*prev", 40)] + [DNAFieldAttribute(1, "SpreadsheetColumn", "*prev", "SpreadsheetColumn", 40)] public SpreadsheetColumn ptr_prev; - [DNAFieldAttribute(2, "SpreadsheetColumnID", "*id", 8)] + [DNAFieldAttribute(2, "SpreadsheetColumnID", "*id", "SpreadsheetColumnID", 8)] public SpreadsheetColumnID ptr_id; - [DNAFieldAttribute(3, "uchar", "data_type", 1)] + [DNAFieldAttribute(3, "uchar", "data_type", "uchar", 1)] public byte data_type; - [DNAFieldAttribute(4, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; - [DNAFieldAttribute(5, "char", "*display_name", 1)] + [DNAFieldAttribute(5, "char", "*display_name", "char", 1)] public char ptr_display_name; public SpreadsheetColumn() { this.ptr_next = default; diff --git a/BlendFile/DNA/SpreadsheetColumnID.cs b/BlendFile/DNA/SpreadsheetColumnID.cs index e245f4c..22e630b 100644 --- a/BlendFile/DNA/SpreadsheetColumnID.cs +++ b/BlendFile/DNA/SpreadsheetColumnID.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(965, "SpreadsheetColumnID")] public class SpreadsheetColumnID { - [DNAFieldAttribute(0, "char", "*name", 1)] + [DNAFieldAttribute(0, "char", "*name", "char", 1)] public char ptr_name; public SpreadsheetColumnID() { this.ptr_name = default; diff --git a/BlendFile/DNA/SpreadsheetInstanceID.cs b/BlendFile/DNA/SpreadsheetInstanceID.cs index d6829f5..fefd3f0 100644 --- a/BlendFile/DNA/SpreadsheetInstanceID.cs +++ b/BlendFile/DNA/SpreadsheetInstanceID.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(967, "SpreadsheetInstanceID")] public struct SpreadsheetInstanceID { - [DNAFieldAttribute(0, "int", "reference_index", 4)] + [DNAFieldAttribute(0, "int", "reference_index", "int", 4)] public int reference_index; public SpreadsheetInstanceID() { this.reference_index = default; diff --git a/BlendFile/DNA/SpreadsheetRowFilter.cs b/BlendFile/DNA/SpreadsheetRowFilter.cs index 3ac77cd..7cb1580 100644 --- a/BlendFile/DNA/SpreadsheetRowFilter.cs +++ b/BlendFile/DNA/SpreadsheetRowFilter.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(971, "SpreadsheetRowFilter")] public class SpreadsheetRowFilter { - [DNAFieldAttribute(0, "SpreadsheetRowFilter", "*next", 152)] + [DNAFieldAttribute(0, "SpreadsheetRowFilter", "*next", "SpreadsheetRowFilter", 152)] public SpreadsheetRowFilter ptr_next; - [DNAFieldAttribute(1, "SpreadsheetRowFilter", "*prev", 152)] + [DNAFieldAttribute(1, "SpreadsheetRowFilter", "*prev", "SpreadsheetRowFilter", 152)] public SpreadsheetRowFilter ptr_prev; - [DNAFieldAttribute(2, "char", "column_name[64]", 1)] + [DNAFieldAttribute(2, "char", "column_name[64]", "System.Char[]", 1)] public char[] column_name = new System.Char[64]; - [DNAFieldAttribute(3, "uchar", "operation", 1)] + [DNAFieldAttribute(3, "uchar", "operation", "uchar", 1)] public byte operation; - [DNAFieldAttribute(4, "uchar", "flag", 1)] + [DNAFieldAttribute(4, "uchar", "flag", "uchar", 1)] public byte flag; - [DNAFieldAttribute(5, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(6, "int", "value_int", 4)] + [DNAFieldAttribute(6, "int", "value_int", "int", 4)] public int value_int; - [DNAFieldAttribute(7, "int", "value_int2[2]", 4)] + [DNAFieldAttribute(7, "int", "value_int2[2]", "System.Int32[]", 4)] public int[] value_int2 = new System.Int32[2]; - [DNAFieldAttribute(8, "char", "*value_string", 1)] + [DNAFieldAttribute(8, "char", "*value_string", "char", 1)] public char ptr_value_string; - [DNAFieldAttribute(9, "float", "value_float", 4)] + [DNAFieldAttribute(9, "float", "value_float", "float", 4)] public float value_float; - [DNAFieldAttribute(10, "float", "threshold", 4)] + [DNAFieldAttribute(10, "float", "threshold", "float", 4)] public float threshold; - [DNAFieldAttribute(11, "float", "value_float2[2]", 4)] + [DNAFieldAttribute(11, "float", "value_float2[2]", "System.Single[]", 4)] public float[] value_float2 = new System.Single[2]; - [DNAFieldAttribute(12, "float", "value_float3[3]", 4)] + [DNAFieldAttribute(12, "float", "value_float3[3]", "System.Single[]", 4)] public float[] value_float3 = new System.Single[3]; - [DNAFieldAttribute(13, "float", "value_color[4]", 4)] + [DNAFieldAttribute(13, "float", "value_color[4]", "System.Single[]", 4)] public float[] value_color = new System.Single[4]; - [DNAFieldAttribute(14, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public SpreadsheetRowFilter() { this.ptr_next = default; diff --git a/BlendFile/DNA/Stereo3dFormat.cs b/BlendFile/DNA/Stereo3dFormat.cs index bcb50b6..640dbd1 100644 --- a/BlendFile/DNA/Stereo3dFormat.cs +++ b/BlendFile/DNA/Stereo3dFormat.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(334, "Stereo3dFormat")] public struct Stereo3dFormat { - [DNAFieldAttribute(0, "short", "flag", 2)] + [DNAFieldAttribute(0, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(1, "char", "display_mode", 1)] + [DNAFieldAttribute(1, "char", "display_mode", "char", 1)] public char display_mode; - [DNAFieldAttribute(2, "char", "anaglyph_type", 1)] + [DNAFieldAttribute(2, "char", "anaglyph_type", "char", 1)] public char anaglyph_type; - [DNAFieldAttribute(3, "char", "interlace_type", 1)] + [DNAFieldAttribute(3, "char", "interlace_type", "char", 1)] public char interlace_type; - [DNAFieldAttribute(4, "char", "_pad[3]", 1)] + [DNAFieldAttribute(4, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public Stereo3dFormat() { this.flag = default; diff --git a/BlendFile/DNA/Strip.cs b/BlendFile/DNA/Strip.cs index 61c56c1..901bb06 100644 --- a/BlendFile/DNA/Strip.cs +++ b/BlendFile/DNA/Strip.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(882, "Strip")] public class Strip { - [DNAFieldAttribute(0, "Strip", "*next", 904)] + [DNAFieldAttribute(0, "Strip", "*next", "Strip", 904)] public Strip ptr_next; - [DNAFieldAttribute(1, "Strip", "*prev", 904)] + [DNAFieldAttribute(1, "Strip", "*prev", "Strip", 904)] public Strip ptr_prev; - [DNAFieldAttribute(2, "int", "us", 4)] + [DNAFieldAttribute(2, "int", "us", "int", 4)] public int us; - [DNAFieldAttribute(3, "int", "done", 4)] + [DNAFieldAttribute(3, "int", "done", "int", 4)] public int done; - [DNAFieldAttribute(4, "int", "startstill", 4)] + [DNAFieldAttribute(4, "int", "startstill", "int", 4)] public int startstill; - [DNAFieldAttribute(5, "int", "endstill", 4)] + [DNAFieldAttribute(5, "int", "endstill", "int", 4)] public int endstill; - [DNAFieldAttribute(6, "StripElem", "*stripdata", 268)] + [DNAFieldAttribute(6, "StripElem", "*stripdata", "StripElem", 268)] public StripElem ptr_stripdata; - [DNAFieldAttribute(7, "char", "dir[768]", 1)] + [DNAFieldAttribute(7, "char", "dir[768]", "System.Char[]", 1)] public char[] dir = new System.Char[768]; - [DNAFieldAttribute(8, "StripProxy", "*proxy", 1048)] + [DNAFieldAttribute(8, "StripProxy", "*proxy", "StripProxy", 1048)] public StripProxy ptr_proxy; - [DNAFieldAttribute(9, "StripCrop", "*crop", 16)] + [DNAFieldAttribute(9, "StripCrop", "*crop", "StripCrop", 16)] public StripCrop ptr_crop; - [DNAFieldAttribute(10, "StripTransform", "*transform", 32)] + [DNAFieldAttribute(10, "StripTransform", "*transform", "StripTransform", 32)] public StripTransform ptr_transform; - [DNAFieldAttribute(11, "StripColorBalance", "*color_balance", 84)] + [DNAFieldAttribute(11, "StripColorBalance", "*color_balance", "StripColorBalance", 84)] public StripColorBalance ptr_color_balance; - [DNAFieldAttribute(12, "ColorManagedColorspaceSettings", "colorspace_settings", 64)] + [DNAFieldAttribute(12, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64)] public ColorManagedColorspaceSettings colorspace_settings; public Strip() { this.ptr_next = default; diff --git a/BlendFile/DNA/StripAnim.cs b/BlendFile/DNA/StripAnim.cs index 8c3d9ee..514da9e 100644 --- a/BlendFile/DNA/StripAnim.cs +++ b/BlendFile/DNA/StripAnim.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(876, "StripAnim")] public class StripAnim { - [DNAFieldAttribute(0, "StripAnim", "*next", 24)] + [DNAFieldAttribute(0, "StripAnim", "*next", "StripAnim", 24)] public StripAnim ptr_next; - [DNAFieldAttribute(1, "StripAnim", "*prev", 24)] + [DNAFieldAttribute(1, "StripAnim", "*prev", "StripAnim", 24)] public StripAnim ptr_prev; - [DNAFieldAttribute(2, "ImBufAnim", "*anim", 0)] + [DNAFieldAttribute(2, "ImBufAnim", "*anim", "ImBufAnim", 0)] public ImBufAnim ptr_anim; public StripAnim() { this.ptr_next = default; diff --git a/BlendFile/DNA/StripColorBalance.cs b/BlendFile/DNA/StripColorBalance.cs index 483344f..89af1ef 100644 --- a/BlendFile/DNA/StripColorBalance.cs +++ b/BlendFile/DNA/StripColorBalance.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(880, "StripColorBalance")] public struct StripColorBalance { - [DNAFieldAttribute(0, "int", "method", 4)] + [DNAFieldAttribute(0, "int", "method", "int", 4)] public int method; - [DNAFieldAttribute(1, "float", "lift[3]", 4)] + [DNAFieldAttribute(1, "float", "lift[3]", "System.Single[]", 4)] public float[] lift = new System.Single[3]; - [DNAFieldAttribute(2, "float", "gamma[3]", 4)] + [DNAFieldAttribute(2, "float", "gamma[3]", "System.Single[]", 4)] public float[] gamma = new System.Single[3]; - [DNAFieldAttribute(3, "float", "gain[3]", 4)] + [DNAFieldAttribute(3, "float", "gain[3]", "System.Single[]", 4)] public float[] gain = new System.Single[3]; - [DNAFieldAttribute(4, "float", "slope[3]", 4)] + [DNAFieldAttribute(4, "float", "slope[3]", "System.Single[]", 4)] public float[] slope = new System.Single[3]; - [DNAFieldAttribute(5, "float", "offset[3]", 4)] + [DNAFieldAttribute(5, "float", "offset[3]", "System.Single[]", 4)] public float[] offset = new System.Single[3]; - [DNAFieldAttribute(6, "float", "power[3]", 4)] + [DNAFieldAttribute(6, "float", "power[3]", "System.Single[]", 4)] public float[] power = new System.Single[3]; - [DNAFieldAttribute(7, "int", "flag", 4)] + [DNAFieldAttribute(7, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public StripColorBalance() { this.method = default; diff --git a/BlendFile/DNA/StripCrop.cs b/BlendFile/DNA/StripCrop.cs index b891fe8..5d5b6dc 100644 --- a/BlendFile/DNA/StripCrop.cs +++ b/BlendFile/DNA/StripCrop.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(878, "StripCrop")] public struct StripCrop { - [DNAFieldAttribute(0, "int", "top", 4)] + [DNAFieldAttribute(0, "int", "top", "int", 4)] public int top; - [DNAFieldAttribute(1, "int", "bottom", 4)] + [DNAFieldAttribute(1, "int", "bottom", "int", 4)] public int bottom; - [DNAFieldAttribute(2, "int", "left", 4)] + [DNAFieldAttribute(2, "int", "left", "int", 4)] public int left; - [DNAFieldAttribute(3, "int", "right", 4)] + [DNAFieldAttribute(3, "int", "right", "int", 4)] public int right; public StripCrop() { this.top = default; diff --git a/BlendFile/DNA/StripElem.cs b/BlendFile/DNA/StripElem.cs index d389b36..0b59018 100644 --- a/BlendFile/DNA/StripElem.cs +++ b/BlendFile/DNA/StripElem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(877, "StripElem")] public struct StripElem { - [DNAFieldAttribute(0, "char", "name[256]", 1)] + [DNAFieldAttribute(0, "char", "name[256]", "System.Char[]", 1)] public char[] name = new System.Char[256]; - [DNAFieldAttribute(1, "int", "orig_width", 4)] + [DNAFieldAttribute(1, "int", "orig_width", "int", 4)] public int orig_width; - [DNAFieldAttribute(2, "int", "orig_height", 4)] + [DNAFieldAttribute(2, "int", "orig_height", "int", 4)] public int orig_height; - [DNAFieldAttribute(3, "float", "orig_fps", 4)] + [DNAFieldAttribute(3, "float", "orig_fps", "float", 4)] public float orig_fps; public StripElem() { this.name = default; diff --git a/BlendFile/DNA/StripProxy.cs b/BlendFile/DNA/StripProxy.cs index dc73c33..14e91d8 100644 --- a/BlendFile/DNA/StripProxy.cs +++ b/BlendFile/DNA/StripProxy.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(881, "StripProxy")] public class StripProxy { - [DNAFieldAttribute(0, "char", "dir[768]", 1)] + [DNAFieldAttribute(0, "char", "dir[768]", "System.Char[]", 1)] public char[] dir = new System.Char[768]; - [DNAFieldAttribute(1, "char", "file[256]", 1)] + [DNAFieldAttribute(1, "char", "file[256]", "System.Char[]", 1)] public char[] file = new System.Char[256]; - [DNAFieldAttribute(2, "ImBufAnim", "*anim", 0)] + [DNAFieldAttribute(2, "ImBufAnim", "*anim", "ImBufAnim", 0)] public ImBufAnim ptr_anim; - [DNAFieldAttribute(3, "short", "tc", 2)] + [DNAFieldAttribute(3, "short", "tc", "short", 2)] public short tc; - [DNAFieldAttribute(4, "short", "quality", 2)] + [DNAFieldAttribute(4, "short", "quality", "short", 2)] public short quality; - [DNAFieldAttribute(5, "short", "build_size_flags", 2)] + [DNAFieldAttribute(5, "short", "build_size_flags", "short", 2)] public short build_size_flags; - [DNAFieldAttribute(6, "short", "build_tc_flags", 2)] + [DNAFieldAttribute(6, "short", "build_tc_flags", "short", 2)] public short build_tc_flags; - [DNAFieldAttribute(7, "short", "build_flags", 2)] + [DNAFieldAttribute(7, "short", "build_flags", "short", 2)] public short build_flags; - [DNAFieldAttribute(8, "char", "storage", 1)] + [DNAFieldAttribute(8, "char", "storage", "char", 1)] public char storage; - [DNAFieldAttribute(9, "char", "_pad[5]", 1)] + [DNAFieldAttribute(9, "char", "_pad[5]", "System.Char[]", 1)] public char[] _pad = new System.Char[5]; public StripProxy() { this.dir = default; diff --git a/BlendFile/DNA/StripTransform.cs b/BlendFile/DNA/StripTransform.cs index 46e179a..5b142cb 100644 --- a/BlendFile/DNA/StripTransform.cs +++ b/BlendFile/DNA/StripTransform.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(879, "StripTransform")] public struct StripTransform { - [DNAFieldAttribute(0, "float", "xofs", 4)] + [DNAFieldAttribute(0, "float", "xofs", "float", 4)] public float xofs; - [DNAFieldAttribute(1, "float", "yofs", 4)] + [DNAFieldAttribute(1, "float", "yofs", "float", 4)] public float yofs; - [DNAFieldAttribute(2, "float", "scale_x", 4)] + [DNAFieldAttribute(2, "float", "scale_x", "float", 4)] public float scale_x; - [DNAFieldAttribute(3, "float", "scale_y", 4)] + [DNAFieldAttribute(3, "float", "scale_y", "float", 4)] public float scale_y; - [DNAFieldAttribute(4, "float", "rotation", 4)] + [DNAFieldAttribute(4, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(5, "float", "origin[2]", 4)] + [DNAFieldAttribute(5, "float", "origin[2]", "System.Single[]", 4)] public float[] origin = new System.Single[2]; - [DNAFieldAttribute(6, "int", "filter", 4)] + [DNAFieldAttribute(6, "int", "filter", "int", 4)] public int filter; public StripTransform() { this.xofs = default; diff --git a/BlendFile/DNA/SubdivGpencilModifierData.cs b/BlendFile/DNA/SubdivGpencilModifierData.cs index 762d38f..48caa0a 100644 --- a/BlendFile/DNA/SubdivGpencilModifierData.cs +++ b/BlendFile/DNA/SubdivGpencilModifierData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(277, "SubdivGpencilModifierData")] public class SubdivGpencilModifierData { - [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, "int", "level", 4)] + [DNAFieldAttribute(6, "int", "level", "int", 4)] public int level; - [DNAFieldAttribute(7, "int", "layer_pass", 4)] + [DNAFieldAttribute(7, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(8, "short", "type", 2)] + [DNAFieldAttribute(8, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(9, "char", "_pad[6]", 1)] + [DNAFieldAttribute(9, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public SubdivGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SubsurfModifierData.cs b/BlendFile/DNA/SubsurfModifierData.cs index d6c4d8a..0ee1440 100644 --- a/BlendFile/DNA/SubsurfModifierData.cs +++ b/BlendFile/DNA/SubsurfModifierData.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(446, "SubsurfModifierData")] public class SubsurfModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "short", "subdivType", 2)] + [DNAFieldAttribute(1, "short", "subdivType", "short", 2)] public short subdivType; - [DNAFieldAttribute(2, "short", "levels", 2)] + [DNAFieldAttribute(2, "short", "levels", "short", 2)] public short levels; - [DNAFieldAttribute(3, "short", "renderLevels", 2)] + [DNAFieldAttribute(3, "short", "renderLevels", "short", 2)] public short renderLevels; - [DNAFieldAttribute(4, "short", "flags", 2)] + [DNAFieldAttribute(4, "short", "flags", "short", 2)] public short flags; - [DNAFieldAttribute(5, "short", "uv_smooth", 2)] + [DNAFieldAttribute(5, "short", "uv_smooth", "short", 2)] public short uv_smooth; - [DNAFieldAttribute(6, "short", "quality", 2)] + [DNAFieldAttribute(6, "short", "quality", "short", 2)] public short quality; - [DNAFieldAttribute(7, "short", "boundary_smooth", 2)] + [DNAFieldAttribute(7, "short", "boundary_smooth", "short", 2)] public short boundary_smooth; - [DNAFieldAttribute(8, "char", "_pad[2]", 1)] + [DNAFieldAttribute(8, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(9, "void", "*emCache", 0)] + [DNAFieldAttribute(9, "void", "*emCache", "void", 0)] public object ptr_emCache; - [DNAFieldAttribute(10, "void", "*mCache", 0)] + [DNAFieldAttribute(10, "void", "*mCache", "void", 0)] public object ptr_mCache; public SubsurfModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SurfaceDeformModifierData.cs b/BlendFile/DNA/SurfaceDeformModifierData.cs index 60b4ce3..79c0b5d 100644 --- a/BlendFile/DNA/SurfaceDeformModifierData.cs +++ b/BlendFile/DNA/SurfaceDeformModifierData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(512, "SurfaceDeformModifierData")] public class SurfaceDeformModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Depsgraph", "*depsgraph", 0)] + [DNAFieldAttribute(1, "Depsgraph", "*depsgraph", "Depsgraph", 0)] public Depsgraph ptr_depsgraph; - [DNAFieldAttribute(2, "Object", "*target", 1160)] + [DNAFieldAttribute(2, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(3, "SDefVert", "*verts", 16)] + [DNAFieldAttribute(3, "SDefVert", "*verts", "SDefVert", 16)] public SDefVert ptr_verts; - [DNAFieldAttribute(4, "void", "*_pad1", 0)] + [DNAFieldAttribute(4, "void", "*_pad1", "void", 0)] public object ptr__pad1; - [DNAFieldAttribute(5, "float", "falloff", 4)] + [DNAFieldAttribute(5, "float", "falloff", "float", 4)] public float falloff; - [DNAFieldAttribute(6, "int", "num_mesh_verts", 4)] + [DNAFieldAttribute(6, "int", "num_mesh_verts", "int", 4)] public int num_mesh_verts; - [DNAFieldAttribute(7, "int", "numverts", 4)] + [DNAFieldAttribute(7, "int", "numverts", "int", 4)] public int numverts; - [DNAFieldAttribute(8, "int", "target_verts_num", 4)] + [DNAFieldAttribute(8, "int", "target_verts_num", "int", 4)] public int target_verts_num; - [DNAFieldAttribute(9, "int", "numpoly", 4)] + [DNAFieldAttribute(9, "int", "numpoly", "int", 4)] public int numpoly; - [DNAFieldAttribute(10, "int", "flags", 4)] + [DNAFieldAttribute(10, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(11, "float", "mat[4][4]", 4)] + [DNAFieldAttribute(11, "float", "mat[4][4]", "System.Single[,]", 4)] public float[,] mat = new System.Single[4,4]; - [DNAFieldAttribute(12, "float", "strength", 4)] + [DNAFieldAttribute(12, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(13, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(13, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(14, "int", "_pad2", 4)] + [DNAFieldAttribute(14, "int", "_pad2", "int", 4)] public int _pad2; public SurfaceDeformModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SurfaceModifierData.cs b/BlendFile/DNA/SurfaceModifierData.cs index 160a75a..aa4ca2f 100644 --- a/BlendFile/DNA/SurfaceModifierData.cs +++ b/BlendFile/DNA/SurfaceModifierData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(472, "SurfaceModifierData")] public class SurfaceModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "SurfaceModifierData_Runtime", "runtime", 40)] + [DNAFieldAttribute(1, "SurfaceModifierData_Runtime", "runtime", "SurfaceModifierData_Runtime", 40)] public SurfaceModifierData_Runtime runtime; public SurfaceModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/SurfaceModifierData_Runtime.cs b/BlendFile/DNA/SurfaceModifierData_Runtime.cs index 91bc380..2ac5fef 100644 --- a/BlendFile/DNA/SurfaceModifierData_Runtime.cs +++ b/BlendFile/DNA/SurfaceModifierData_Runtime.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(470, "SurfaceModifierData_Runtime")] public class SurfaceModifierData_Runtime { - [DNAFieldAttribute(2, "Mesh", "*mesh", 1712)] + [DNAFieldAttribute(2, "Mesh", "*mesh", "Mesh", 1712)] public Mesh ptr_mesh; - [DNAFieldAttribute(3, "BVHTreeFromMesh", "*bvhtree", 0)] + [DNAFieldAttribute(3, "BVHTreeFromMesh", "*bvhtree", "BVHTreeFromMesh", 0)] public BVHTreeFromMesh ptr_bvhtree; - [DNAFieldAttribute(4, "int", "cfra_prev", 4)] + [DNAFieldAttribute(4, "int", "cfra_prev", "int", 4)] public int cfra_prev; - [DNAFieldAttribute(5, "int", "verts_num", 4)] + [DNAFieldAttribute(5, "int", "verts_num", "int", 4)] public int verts_num; public SurfaceModifierData_Runtime() { this.ptr_mesh = default; diff --git a/BlendFile/DNA/SwirlShaderFxData.cs b/BlendFile/DNA/SwirlShaderFxData.cs index d3506b6..92cd5a4 100644 --- a/BlendFile/DNA/SwirlShaderFxData.cs +++ b/BlendFile/DNA/SwirlShaderFxData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(924, "SwirlShaderFxData")] public class SwirlShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)] public ShaderFxData shaderfx; - [DNAFieldAttribute(1, "Object", "*object", 1160)] + [DNAFieldAttribute(1, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "radius", 4)] + [DNAFieldAttribute(3, "int", "radius", "int", 4)] public int radius; - [DNAFieldAttribute(4, "float", "angle", 4)] + [DNAFieldAttribute(4, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(5, "int", "transparent", 4)] + [DNAFieldAttribute(5, "int", "transparent", "int", 4)] public int transparent; - [DNAFieldAttribute(6, "ShaderFxData_Runtime", "runtime", 40)] + [DNAFieldAttribute(6, "ShaderFxData_Runtime", "runtime", "ShaderFxData_Runtime", 40)] public ShaderFxData_Runtime runtime; public SwirlShaderFxData() { this.shaderfx = default; diff --git a/BlendFile/DNA/TFace.cs b/BlendFile/DNA/TFace.cs index f82ad22..52cdfc2 100644 --- a/BlendFile/DNA/TFace.cs +++ b/BlendFile/DNA/TFace.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(422, "TFace")] public class TFace { - [DNAFieldAttribute(0, "void", "*tpage", 0)] + [DNAFieldAttribute(0, "void", "*tpage", "void", 0)] public object ptr_tpage; - [DNAFieldAttribute(1, "float", "uv[4][2]", 4)] + [DNAFieldAttribute(1, "float", "uv[4][2]", "System.Single[,]", 4)] public float[,] uv = new System.Single[4,2]; - [DNAFieldAttribute(2, "int", "col[4]", 4)] + [DNAFieldAttribute(2, "int", "col[4]", "System.Int32[]", 4)] public int[] col = new System.Int32[4]; - [DNAFieldAttribute(3, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "transp", 1)] + [DNAFieldAttribute(4, "char", "transp", "char", 1)] public char transp; - [DNAFieldAttribute(5, "short", "mode", 2)] + [DNAFieldAttribute(5, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(6, "short", "tile", 2)] + [DNAFieldAttribute(6, "short", "tile", "short", 2)] public short tile; - [DNAFieldAttribute(7, "short", "unwrap", 2)] + [DNAFieldAttribute(7, "short", "unwrap", "short", 2)] public short unwrap; public TFace() { this.ptr_tpage = default; diff --git a/BlendFile/DNA/Tex.cs b/BlendFile/DNA/Tex.cs index aaf12a9..b91a20d 100644 --- a/BlendFile/DNA/Tex.cs +++ b/BlendFile/DNA/Tex.cs @@ -15,125 +15,125 @@ namespace BlendFile.DNA { [DNAClassAttribute(230, "Tex")] public class Tex { - [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, "DrawDataList", "drawdata", 16)] + [DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)] public DrawDataList drawdata; - [DNAFieldAttribute(3, "float", "noisesize", 4)] + [DNAFieldAttribute(3, "float", "noisesize", "float", 4)] public float noisesize; - [DNAFieldAttribute(4, "float", "turbul", 4)] + [DNAFieldAttribute(4, "float", "turbul", "float", 4)] public float turbul; - [DNAFieldAttribute(5, "float", "bright", 4)] + [DNAFieldAttribute(5, "float", "bright", "float", 4)] public float bright; - [DNAFieldAttribute(6, "float", "contrast", 4)] + [DNAFieldAttribute(6, "float", "contrast", "float", 4)] public float contrast; - [DNAFieldAttribute(7, "float", "saturation", 4)] + [DNAFieldAttribute(7, "float", "saturation", "float", 4)] public float saturation; - [DNAFieldAttribute(8, "float", "rfac", 4)] + [DNAFieldAttribute(8, "float", "rfac", "float", 4)] public float rfac; - [DNAFieldAttribute(9, "float", "gfac", 4)] + [DNAFieldAttribute(9, "float", "gfac", "float", 4)] public float gfac; - [DNAFieldAttribute(10, "float", "bfac", 4)] + [DNAFieldAttribute(10, "float", "bfac", "float", 4)] public float bfac; - [DNAFieldAttribute(11, "float", "filtersize", 4)] + [DNAFieldAttribute(11, "float", "filtersize", "float", 4)] public float filtersize; - [DNAFieldAttribute(12, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(12, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(13, "float", "mg_H", 4)] + [DNAFieldAttribute(13, "float", "mg_H", "float", 4)] public float mg_H; - [DNAFieldAttribute(14, "float", "mg_lacunarity", 4)] + [DNAFieldAttribute(14, "float", "mg_lacunarity", "float", 4)] public float mg_lacunarity; - [DNAFieldAttribute(15, "float", "mg_octaves", 4)] + [DNAFieldAttribute(15, "float", "mg_octaves", "float", 4)] public float mg_octaves; - [DNAFieldAttribute(16, "float", "mg_offset", 4)] + [DNAFieldAttribute(16, "float", "mg_offset", "float", 4)] public float mg_offset; - [DNAFieldAttribute(17, "float", "mg_gain", 4)] + [DNAFieldAttribute(17, "float", "mg_gain", "float", 4)] public float mg_gain; - [DNAFieldAttribute(18, "float", "dist_amount", 4)] + [DNAFieldAttribute(18, "float", "dist_amount", "float", 4)] public float dist_amount; - [DNAFieldAttribute(19, "float", "ns_outscale", 4)] + [DNAFieldAttribute(19, "float", "ns_outscale", "float", 4)] public float ns_outscale; - [DNAFieldAttribute(20, "float", "vn_w1", 4)] + [DNAFieldAttribute(20, "float", "vn_w1", "float", 4)] public float vn_w1; - [DNAFieldAttribute(21, "float", "vn_w2", 4)] + [DNAFieldAttribute(21, "float", "vn_w2", "float", 4)] public float vn_w2; - [DNAFieldAttribute(22, "float", "vn_w3", 4)] + [DNAFieldAttribute(22, "float", "vn_w3", "float", 4)] public float vn_w3; - [DNAFieldAttribute(23, "float", "vn_w4", 4)] + [DNAFieldAttribute(23, "float", "vn_w4", "float", 4)] public float vn_w4; - [DNAFieldAttribute(24, "float", "vn_mexp", 4)] + [DNAFieldAttribute(24, "float", "vn_mexp", "float", 4)] public float vn_mexp; - [DNAFieldAttribute(25, "short", "vn_distm", 2)] + [DNAFieldAttribute(25, "short", "vn_distm", "short", 2)] public short vn_distm; - [DNAFieldAttribute(26, "short", "vn_coltype", 2)] + [DNAFieldAttribute(26, "short", "vn_coltype", "short", 2)] public short vn_coltype; - [DNAFieldAttribute(27, "short", "noisedepth", 2)] + [DNAFieldAttribute(27, "short", "noisedepth", "short", 2)] public short noisedepth; - [DNAFieldAttribute(28, "short", "noisetype", 2)] + [DNAFieldAttribute(28, "short", "noisetype", "short", 2)] public short noisetype; - [DNAFieldAttribute(29, "short", "noisebasis", 2)] + [DNAFieldAttribute(29, "short", "noisebasis", "short", 2)] public short noisebasis; - [DNAFieldAttribute(30, "short", "noisebasis2", 2)] + [DNAFieldAttribute(30, "short", "noisebasis2", "short", 2)] public short noisebasis2; - [DNAFieldAttribute(31, "short", "imaflag", 2)] + [DNAFieldAttribute(31, "short", "imaflag", "short", 2)] public short imaflag; - [DNAFieldAttribute(32, "short", "flag", 2)] + [DNAFieldAttribute(32, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(33, "short", "type", 2)] + [DNAFieldAttribute(33, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(34, "short", "stype", 2)] + [DNAFieldAttribute(34, "short", "stype", "short", 2)] public short stype; - [DNAFieldAttribute(35, "float", "cropxmin", 4)] + [DNAFieldAttribute(35, "float", "cropxmin", "float", 4)] public float cropxmin; - [DNAFieldAttribute(36, "float", "cropymin", 4)] + [DNAFieldAttribute(36, "float", "cropymin", "float", 4)] public float cropymin; - [DNAFieldAttribute(37, "float", "cropxmax", 4)] + [DNAFieldAttribute(37, "float", "cropxmax", "float", 4)] public float cropxmax; - [DNAFieldAttribute(38, "float", "cropymax", 4)] + [DNAFieldAttribute(38, "float", "cropymax", "float", 4)] public float cropymax; - [DNAFieldAttribute(39, "int", "texfilter", 4)] + [DNAFieldAttribute(39, "int", "texfilter", "int", 4)] public int texfilter; - [DNAFieldAttribute(40, "int", "afmax", 4)] + [DNAFieldAttribute(40, "int", "afmax", "int", 4)] public int afmax; - [DNAFieldAttribute(41, "short", "xrepeat", 2)] + [DNAFieldAttribute(41, "short", "xrepeat", "short", 2)] public short xrepeat; - [DNAFieldAttribute(42, "short", "yrepeat", 2)] + [DNAFieldAttribute(42, "short", "yrepeat", "short", 2)] public short yrepeat; - [DNAFieldAttribute(43, "short", "extend", 2)] + [DNAFieldAttribute(43, "short", "extend", "short", 2)] public short extend; - [DNAFieldAttribute(44, "short", "_pad0", 2)] + [DNAFieldAttribute(44, "short", "_pad0", "short", 2)] public short _pad0; - [DNAFieldAttribute(45, "int", "len", 4)] + [DNAFieldAttribute(45, "int", "len", "int", 4)] public int len; - [DNAFieldAttribute(46, "int", "frames", 4)] + [DNAFieldAttribute(46, "int", "frames", "int", 4)] public int frames; - [DNAFieldAttribute(47, "int", "offset", 4)] + [DNAFieldAttribute(47, "int", "offset", "int", 4)] public int offset; - [DNAFieldAttribute(48, "int", "sfra", 4)] + [DNAFieldAttribute(48, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(49, "float", "checkerdist", 4)] + [DNAFieldAttribute(49, "float", "checkerdist", "float", 4)] public float checkerdist; - [DNAFieldAttribute(50, "float", "nabla", 4)] + [DNAFieldAttribute(50, "float", "nabla", "float", 4)] public float nabla; - [DNAFieldAttribute(51, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(51, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(52, "ImageUser", "iuser", 40)] + [DNAFieldAttribute(52, "ImageUser", "iuser", "ImageUser", 40)] public ImageUser iuser; - [DNAFieldAttribute(53, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(53, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(54, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(54, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(55, "Image", "*ima", 1600)] + [DNAFieldAttribute(55, "Image", "*ima", "Image", 1600)] public Image ptr_ima; - [DNAFieldAttribute(56, "ColorBand", "*coba", 776)] + [DNAFieldAttribute(56, "ColorBand", "*coba", "ColorBand", 776)] public ColorBand ptr_coba; - [DNAFieldAttribute(57, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(57, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(58, "char", "use_nodes", 1)] + [DNAFieldAttribute(58, "char", "use_nodes", "char", 1)] public char use_nodes; - [DNAFieldAttribute(59, "char", "_pad[7]", 1)] + [DNAFieldAttribute(59, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public Tex() { this.id = default; diff --git a/BlendFile/DNA/TexMapping.cs b/BlendFile/DNA/TexMapping.cs index 1c7161e..07e3047 100644 --- a/BlendFile/DNA/TexMapping.cs +++ b/BlendFile/DNA/TexMapping.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(635, "TexMapping")] public class TexMapping { - [DNAFieldAttribute(0, "float", "loc[3]", 4)] + [DNAFieldAttribute(0, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(1, "float", "rot[3]", 4)] + [DNAFieldAttribute(1, "float", "rot[3]", "System.Single[]", 4)] public float[] rot = new System.Single[3]; - [DNAFieldAttribute(2, "float", "size[3]", 4)] + [DNAFieldAttribute(2, "float", "size[3]", "System.Single[]", 4)] public float[] size = new System.Single[3]; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "char", "projx", 1)] + [DNAFieldAttribute(4, "char", "projx", "char", 1)] public char projx; - [DNAFieldAttribute(5, "char", "projy", 1)] + [DNAFieldAttribute(5, "char", "projy", "char", 1)] public char projy; - [DNAFieldAttribute(6, "char", "projz", 1)] + [DNAFieldAttribute(6, "char", "projz", "char", 1)] public char projz; - [DNAFieldAttribute(7, "char", "mapping", 1)] + [DNAFieldAttribute(7, "char", "mapping", "char", 1)] public char mapping; - [DNAFieldAttribute(8, "int", "type", 4)] + [DNAFieldAttribute(8, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(9, "float", "mat[4][4]", 4)] + [DNAFieldAttribute(9, "float", "mat[4][4]", "System.Single[,]", 4)] public float[,] mat = new System.Single[4,4]; - [DNAFieldAttribute(10, "float", "min[3]", 4)] + [DNAFieldAttribute(10, "float", "min[3]", "System.Single[]", 4)] public float[] min = new System.Single[3]; - [DNAFieldAttribute(11, "float", "max[3]", 4)] + [DNAFieldAttribute(11, "float", "max[3]", "System.Single[]", 4)] public float[] max = new System.Single[3]; - [DNAFieldAttribute(12, "Object", "*ob", 1160)] + [DNAFieldAttribute(12, "Object", "*ob", "Object", 1160)] public Object ptr_ob; public TexMapping() { this.loc = default; diff --git a/BlendFile/DNA/TexNodeOutput.cs b/BlendFile/DNA/TexNodeOutput.cs index 8faa247..a64391b 100644 --- a/BlendFile/DNA/TexNodeOutput.cs +++ b/BlendFile/DNA/TexNodeOutput.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(655, "TexNodeOutput")] public struct TexNodeOutput { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; public TexNodeOutput() { this.name = default; diff --git a/BlendFile/DNA/TexPaintSlot.cs b/BlendFile/DNA/TexPaintSlot.cs index b236be9..6448a5f 100644 --- a/BlendFile/DNA/TexPaintSlot.cs +++ b/BlendFile/DNA/TexPaintSlot.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(413, "TexPaintSlot")] public class TexPaintSlot { - [DNAFieldAttribute(0, "Image", "*ima", 1600)] + [DNAFieldAttribute(0, "Image", "*ima", "Image", 1600)] public Image ptr_ima; - [DNAFieldAttribute(1, "ImageUser", "*image_user", 40)] + [DNAFieldAttribute(1, "ImageUser", "*image_user", "ImageUser", 40)] public ImageUser ptr_image_user; - [DNAFieldAttribute(2, "char", "*uvname", 1)] + [DNAFieldAttribute(2, "char", "*uvname", "char", 1)] public char ptr_uvname; - [DNAFieldAttribute(3, "char", "*attribute_name", 1)] + [DNAFieldAttribute(3, "char", "*attribute_name", "char", 1)] public char ptr_attribute_name; - [DNAFieldAttribute(4, "int", "valid", 4)] + [DNAFieldAttribute(4, "int", "valid", "int", 4)] public int valid; - [DNAFieldAttribute(5, "int", "interp", 4)] + [DNAFieldAttribute(5, "int", "interp", "int", 4)] public int interp; public TexPaintSlot() { this.ptr_ima = default; diff --git a/BlendFile/DNA/Text.cs b/BlendFile/DNA/Text.cs index 75f77b5..b89b14e 100644 --- a/BlendFile/DNA/Text.cs +++ b/BlendFile/DNA/Text.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(175, "Text")] public class Text { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "char", "*name", 1)] + [DNAFieldAttribute(1, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(2, "void", "*compiled", 0)] + [DNAFieldAttribute(2, "void", "*compiled", "void", 0)] public object ptr_compiled; - [DNAFieldAttribute(3, "int", "flags", 4)] + [DNAFieldAttribute(3, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(4, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(5, "ListBase", "lines", 16)] + [DNAFieldAttribute(5, "ListBase", "lines", "ListBase", 16)] public ListBase lines; - [DNAFieldAttribute(6, "TextLine", "*curl", 40)] + [DNAFieldAttribute(6, "TextLine", "*curl", "TextLine", 40)] public TextLine ptr_curl; - [DNAFieldAttribute(7, "TextLine", "*sell", 40)] + [DNAFieldAttribute(7, "TextLine", "*sell", "TextLine", 40)] public TextLine ptr_sell; - [DNAFieldAttribute(8, "int", "curc", 4)] + [DNAFieldAttribute(8, "int", "curc", "int", 4)] public int curc; - [DNAFieldAttribute(9, "int", "selc", 4)] + [DNAFieldAttribute(9, "int", "selc", "int", 4)] public int selc; - [DNAFieldAttribute(10, "double", "mtime", 8)] + [DNAFieldAttribute(10, "double", "mtime", "double", 8)] public double mtime; public Text() { this.id = default; diff --git a/BlendFile/DNA/TextBox.cs b/BlendFile/DNA/TextBox.cs index 63f06e8..5a38cb5 100644 --- a/BlendFile/DNA/TextBox.cs +++ b/BlendFile/DNA/TextBox.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(209, "TextBox")] public struct TextBox { - [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, "float", "w", 4)] + [DNAFieldAttribute(2, "float", "w", "float", 4)] public float w; - [DNAFieldAttribute(3, "float", "h", 4)] + [DNAFieldAttribute(3, "float", "h", "float", 4)] public float h; public TextBox() { this.x = default; diff --git a/BlendFile/DNA/TextLine.cs b/BlendFile/DNA/TextLine.cs index ad7f1a4..eff9955 100644 --- a/BlendFile/DNA/TextLine.cs +++ b/BlendFile/DNA/TextLine.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(973, "TextLine")] public class TextLine { - [DNAFieldAttribute(0, "TextLine", "*next", 40)] + [DNAFieldAttribute(0, "TextLine", "*next", "TextLine", 40)] public TextLine ptr_next; - [DNAFieldAttribute(1, "TextLine", "*prev", 40)] + [DNAFieldAttribute(1, "TextLine", "*prev", "TextLine", 40)] public TextLine ptr_prev; - [DNAFieldAttribute(2, "char", "*line", 1)] + [DNAFieldAttribute(2, "char", "*line", "char", 1)] public char ptr_line; - [DNAFieldAttribute(3, "char", "*format", 1)] + [DNAFieldAttribute(3, "char", "*format", "char", 1)] public char ptr_format; - [DNAFieldAttribute(4, "int", "len", 4)] + [DNAFieldAttribute(4, "int", "len", "int", 4)] public int len; - [DNAFieldAttribute(5, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public TextLine() { this.ptr_next = default; diff --git a/BlendFile/DNA/TextVars.cs b/BlendFile/DNA/TextVars.cs index bc786b8..5c1f0d4 100644 --- a/BlendFile/DNA/TextVars.cs +++ b/BlendFile/DNA/TextVars.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(902, "TextVars")] public class TextVars { - [DNAFieldAttribute(0, "char", "text[512]", 1)] + [DNAFieldAttribute(0, "char", "text[512]", "System.Char[]", 1)] public char[] text = new System.Char[512]; - [DNAFieldAttribute(1, "VFont", "*text_font", 1256)] + [DNAFieldAttribute(1, "VFont", "*text_font", "VFont", 1256)] public VFont ptr_text_font; - [DNAFieldAttribute(2, "int", "text_blf_id", 4)] + [DNAFieldAttribute(2, "int", "text_blf_id", "int", 4)] public int text_blf_id; - [DNAFieldAttribute(3, "float", "text_size", 4)] + [DNAFieldAttribute(3, "float", "text_size", "float", 4)] public float text_size; - [DNAFieldAttribute(4, "float", "color[4]", 4)] + [DNAFieldAttribute(4, "float", "color[4]", "System.Single[]", 4)] public float[] color = new System.Single[4]; - [DNAFieldAttribute(5, "float", "shadow_color[4]", 4)] + [DNAFieldAttribute(5, "float", "shadow_color[4]", "System.Single[]", 4)] public float[] shadow_color = new System.Single[4]; - [DNAFieldAttribute(6, "float", "box_color[4]", 4)] + [DNAFieldAttribute(6, "float", "box_color[4]", "System.Single[]", 4)] public float[] box_color = new System.Single[4]; - [DNAFieldAttribute(7, "float", "outline_color[4]", 4)] + [DNAFieldAttribute(7, "float", "outline_color[4]", "System.Single[]", 4)] public float[] outline_color = new System.Single[4]; - [DNAFieldAttribute(8, "float", "loc[2]", 4)] + [DNAFieldAttribute(8, "float", "loc[2]", "System.Single[]", 4)] public float[] loc = new System.Single[2]; - [DNAFieldAttribute(9, "float", "wrap_width", 4)] + [DNAFieldAttribute(9, "float", "wrap_width", "float", 4)] public float wrap_width; - [DNAFieldAttribute(10, "float", "box_margin", 4)] + [DNAFieldAttribute(10, "float", "box_margin", "float", 4)] public float box_margin; - [DNAFieldAttribute(11, "float", "shadow_angle", 4)] + [DNAFieldAttribute(11, "float", "shadow_angle", "float", 4)] public float shadow_angle; - [DNAFieldAttribute(12, "float", "shadow_offset", 4)] + [DNAFieldAttribute(12, "float", "shadow_offset", "float", 4)] public float shadow_offset; - [DNAFieldAttribute(13, "float", "shadow_blur", 4)] + [DNAFieldAttribute(13, "float", "shadow_blur", "float", 4)] public float shadow_blur; - [DNAFieldAttribute(14, "float", "outline_width", 4)] + [DNAFieldAttribute(14, "float", "outline_width", "float", 4)] public float outline_width; - [DNAFieldAttribute(15, "char", "flag", 1)] + [DNAFieldAttribute(15, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(16, "char", "align", 1)] + [DNAFieldAttribute(16, "char", "align", "char", 1)] public char align; - [DNAFieldAttribute(17, "char", "align_y", 1)] + [DNAFieldAttribute(17, "char", "align_y", "char", 1)] public char align_y; - [DNAFieldAttribute(18, "char", "_pad[5]", 1)] + [DNAFieldAttribute(18, "char", "_pad[5]", "System.Char[]", 1)] public char[] _pad = new System.Char[5]; public TextVars() { this.text = default; diff --git a/BlendFile/DNA/TextureGpencilModifierData.cs b/BlendFile/DNA/TextureGpencilModifierData.cs index 5866054..11d3690 100644 --- a/BlendFile/DNA/TextureGpencilModifierData.cs +++ b/BlendFile/DNA/TextureGpencilModifierData.cs @@ -15,39 +15,39 @@ namespace BlendFile.DNA { [DNAClassAttribute(299, "TextureGpencilModifierData")] public class TextureGpencilModifierData { - [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, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "uv_offset", 4)] + [DNAFieldAttribute(7, "float", "uv_offset", "float", 4)] public float uv_offset; - [DNAFieldAttribute(8, "float", "uv_scale", 4)] + [DNAFieldAttribute(8, "float", "uv_scale", "float", 4)] public float uv_scale; - [DNAFieldAttribute(9, "float", "fill_rotation", 4)] + [DNAFieldAttribute(9, "float", "fill_rotation", "float", 4)] public float fill_rotation; - [DNAFieldAttribute(10, "float", "fill_offset[2]", 4)] + [DNAFieldAttribute(10, "float", "fill_offset[2]", "System.Single[]", 4)] public float[] fill_offset = new System.Single[2]; - [DNAFieldAttribute(11, "float", "fill_scale", 4)] + [DNAFieldAttribute(11, "float", "fill_scale", "float", 4)] public float fill_scale; - [DNAFieldAttribute(12, "int", "layer_pass", 4)] + [DNAFieldAttribute(12, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(13, "short", "fit_method", 2)] + [DNAFieldAttribute(13, "short", "fit_method", "short", 2)] public short fit_method; - [DNAFieldAttribute(14, "short", "mode", 2)] + [DNAFieldAttribute(14, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(15, "float", "alignment_rotation", 4)] + [DNAFieldAttribute(15, "float", "alignment_rotation", "float", 4)] public float alignment_rotation; - [DNAFieldAttribute(16, "char", "_pad[4]", 1)] + [DNAFieldAttribute(16, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public TextureGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ThemeAssetShelf.cs b/BlendFile/DNA/ThemeAssetShelf.cs index eb0079a..e11a8df 100644 --- a/BlendFile/DNA/ThemeAssetShelf.cs +++ b/BlendFile/DNA/ThemeAssetShelf.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(993, "ThemeAssetShelf")] public struct ThemeAssetShelf { - [DNAFieldAttribute(0, "char", "header_back[4]", 1)] + [DNAFieldAttribute(0, "char", "header_back[4]", "System.Char[]", 1)] public char[] header_back = new System.Char[4]; - [DNAFieldAttribute(1, "char", "back[4]", 1)] + [DNAFieldAttribute(1, "char", "back[4]", "System.Char[]", 1)] public char[] back = new System.Char[4]; public ThemeAssetShelf() { this.header_back = default; diff --git a/BlendFile/DNA/ThemeCollectionColor.cs b/BlendFile/DNA/ThemeCollectionColor.cs index 904b84d..bc35564 100644 --- a/BlendFile/DNA/ThemeCollectionColor.cs +++ b/BlendFile/DNA/ThemeCollectionColor.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(995, "ThemeCollectionColor")] public struct ThemeCollectionColor { - [DNAFieldAttribute(0, "char", "color[4]", 1)] + [DNAFieldAttribute(0, "char", "color[4]", "System.Char[]", 1)] public char[] color = new System.Char[4]; public ThemeCollectionColor() { this.color = default; diff --git a/BlendFile/DNA/ThemeSpace.cs b/BlendFile/DNA/ThemeSpace.cs index 2bd0906..3e3fb85 100644 --- a/BlendFile/DNA/ThemeSpace.cs +++ b/BlendFile/DNA/ThemeSpace.cs @@ -15,483 +15,483 @@ namespace BlendFile.DNA { [DNAClassAttribute(994, "ThemeSpace")] public struct ThemeSpace { - [DNAFieldAttribute(0, "char", "back[4]", 1)] + [DNAFieldAttribute(0, "char", "back[4]", "System.Char[]", 1)] public char[] back = new System.Char[4]; - [DNAFieldAttribute(1, "char", "back_grad[4]", 1)] + [DNAFieldAttribute(1, "char", "back_grad[4]", "System.Char[]", 1)] public char[] back_grad = new System.Char[4]; - [DNAFieldAttribute(2, "char", "show_back_grad", 1)] + [DNAFieldAttribute(2, "char", "show_back_grad", "char", 1)] public char show_back_grad; - [DNAFieldAttribute(3, "char", "_pad0[3]", 1)] + [DNAFieldAttribute(3, "char", "_pad0[3]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[3]; - [DNAFieldAttribute(4, "char", "title[4]", 1)] + [DNAFieldAttribute(4, "char", "title[4]", "System.Char[]", 1)] public char[] title = new System.Char[4]; - [DNAFieldAttribute(5, "char", "text[4]", 1)] + [DNAFieldAttribute(5, "char", "text[4]", "System.Char[]", 1)] public char[] text = new System.Char[4]; - [DNAFieldAttribute(6, "char", "text_hi[4]", 1)] + [DNAFieldAttribute(6, "char", "text_hi[4]", "System.Char[]", 1)] public char[] text_hi = new System.Char[4]; - [DNAFieldAttribute(7, "char", "header[4]", 1)] + [DNAFieldAttribute(7, "char", "header[4]", "System.Char[]", 1)] public char[] header = new System.Char[4]; - [DNAFieldAttribute(8, "char", "header_title[4]", 1)] + [DNAFieldAttribute(8, "char", "header_title[4]", "System.Char[]", 1)] public char[] header_title = new System.Char[4]; - [DNAFieldAttribute(9, "char", "header_text[4]", 1)] + [DNAFieldAttribute(9, "char", "header_text[4]", "System.Char[]", 1)] public char[] header_text = new System.Char[4]; - [DNAFieldAttribute(10, "char", "header_text_hi[4]", 1)] + [DNAFieldAttribute(10, "char", "header_text_hi[4]", "System.Char[]", 1)] public char[] header_text_hi = new System.Char[4]; - [DNAFieldAttribute(11, "char", "tab_active[4]", 1)] + [DNAFieldAttribute(11, "char", "tab_active[4]", "System.Char[]", 1)] public char[] tab_active = new System.Char[4]; - [DNAFieldAttribute(12, "char", "tab_inactive[4]", 1)] + [DNAFieldAttribute(12, "char", "tab_inactive[4]", "System.Char[]", 1)] public char[] tab_inactive = new System.Char[4]; - [DNAFieldAttribute(13, "char", "tab_back[4]", 1)] + [DNAFieldAttribute(13, "char", "tab_back[4]", "System.Char[]", 1)] public char[] tab_back = new System.Char[4]; - [DNAFieldAttribute(14, "char", "tab_outline[4]", 1)] + [DNAFieldAttribute(14, "char", "tab_outline[4]", "System.Char[]", 1)] public char[] tab_outline = new System.Char[4]; - [DNAFieldAttribute(15, "char", "button[4]", 1)] + [DNAFieldAttribute(15, "char", "button[4]", "System.Char[]", 1)] public char[] button = new System.Char[4]; - [DNAFieldAttribute(16, "char", "button_title[4]", 1)] + [DNAFieldAttribute(16, "char", "button_title[4]", "System.Char[]", 1)] public char[] button_title = new System.Char[4]; - [DNAFieldAttribute(17, "char", "button_text[4]", 1)] + [DNAFieldAttribute(17, "char", "button_text[4]", "System.Char[]", 1)] public char[] button_text = new System.Char[4]; - [DNAFieldAttribute(18, "char", "button_text_hi[4]", 1)] + [DNAFieldAttribute(18, "char", "button_text_hi[4]", "System.Char[]", 1)] public char[] button_text_hi = new System.Char[4]; - [DNAFieldAttribute(19, "char", "list[4]", 1)] + [DNAFieldAttribute(19, "char", "list[4]", "System.Char[]", 1)] public char[] list = new System.Char[4]; - [DNAFieldAttribute(20, "char", "list_title[4]", 1)] + [DNAFieldAttribute(20, "char", "list_title[4]", "System.Char[]", 1)] public char[] list_title = new System.Char[4]; - [DNAFieldAttribute(21, "char", "list_text[4]", 1)] + [DNAFieldAttribute(21, "char", "list_text[4]", "System.Char[]", 1)] public char[] list_text = new System.Char[4]; - [DNAFieldAttribute(22, "char", "list_text_hi[4]", 1)] + [DNAFieldAttribute(22, "char", "list_text_hi[4]", "System.Char[]", 1)] public char[] list_text_hi = new System.Char[4]; - [DNAFieldAttribute(23, "char", "navigation_bar[4]", 1)] + [DNAFieldAttribute(23, "char", "navigation_bar[4]", "System.Char[]", 1)] public char[] navigation_bar = new System.Char[4]; - [DNAFieldAttribute(24, "char", "execution_buts[4]", 1)] + [DNAFieldAttribute(24, "char", "execution_buts[4]", "System.Char[]", 1)] public char[] execution_buts = new System.Char[4]; - [DNAFieldAttribute(25, "uiPanelColors", "panelcolors", 16)] + [DNAFieldAttribute(25, "uiPanelColors", "panelcolors", "uiPanelColors", 16)] public uiPanelColors panelcolors; - [DNAFieldAttribute(26, "ThemeAssetShelf", "asset_shelf", 8)] + [DNAFieldAttribute(26, "ThemeAssetShelf", "asset_shelf", "ThemeAssetShelf", 8)] public ThemeAssetShelf asset_shelf; - [DNAFieldAttribute(27, "char", "shade1[4]", 1)] + [DNAFieldAttribute(27, "char", "shade1[4]", "System.Char[]", 1)] public char[] shade1 = new System.Char[4]; - [DNAFieldAttribute(28, "char", "shade2[4]", 1)] + [DNAFieldAttribute(28, "char", "shade2[4]", "System.Char[]", 1)] public char[] shade2 = new System.Char[4]; - [DNAFieldAttribute(29, "char", "hilite[4]", 1)] + [DNAFieldAttribute(29, "char", "hilite[4]", "System.Char[]", 1)] public char[] hilite = new System.Char[4]; - [DNAFieldAttribute(30, "char", "grid[4]", 1)] + [DNAFieldAttribute(30, "char", "grid[4]", "System.Char[]", 1)] public char[] grid = new System.Char[4]; - [DNAFieldAttribute(31, "char", "view_overlay[4]", 1)] + [DNAFieldAttribute(31, "char", "view_overlay[4]", "System.Char[]", 1)] public char[] view_overlay = new System.Char[4]; - [DNAFieldAttribute(32, "char", "wire[4]", 1)] + [DNAFieldAttribute(32, "char", "wire[4]", "System.Char[]", 1)] public char[] wire = new System.Char[4]; - [DNAFieldAttribute(33, "char", "wire_edit[4]", 1)] + [DNAFieldAttribute(33, "char", "wire_edit[4]", "System.Char[]", 1)] public char[] wire_edit = new System.Char[4]; - [DNAFieldAttribute(34, "char", "select[4]", 1)] + [DNAFieldAttribute(34, "char", "select[4]", "System.Char[]", 1)] public char[] select = new System.Char[4]; - [DNAFieldAttribute(35, "char", "lamp[4]", 1)] + [DNAFieldAttribute(35, "char", "lamp[4]", "System.Char[]", 1)] public char[] lamp = new System.Char[4]; - [DNAFieldAttribute(36, "char", "speaker[4]", 1)] + [DNAFieldAttribute(36, "char", "speaker[4]", "System.Char[]", 1)] public char[] speaker = new System.Char[4]; - [DNAFieldAttribute(37, "char", "empty[4]", 1)] + [DNAFieldAttribute(37, "char", "empty[4]", "System.Char[]", 1)] public char[] empty = new System.Char[4]; - [DNAFieldAttribute(38, "char", "camera[4]", 1)] + [DNAFieldAttribute(38, "char", "camera[4]", "System.Char[]", 1)] public char[] camera = new System.Char[4]; - [DNAFieldAttribute(39, "char", "active[4]", 1)] + [DNAFieldAttribute(39, "char", "active[4]", "System.Char[]", 1)] public char[] active = new System.Char[4]; - [DNAFieldAttribute(40, "char", "group[4]", 1)] + [DNAFieldAttribute(40, "char", "group[4]", "System.Char[]", 1)] public char[] group = new System.Char[4]; - [DNAFieldAttribute(41, "char", "group_active[4]", 1)] + [DNAFieldAttribute(41, "char", "group_active[4]", "System.Char[]", 1)] public char[] group_active = new System.Char[4]; - [DNAFieldAttribute(42, "char", "transform[4]", 1)] + [DNAFieldAttribute(42, "char", "transform[4]", "System.Char[]", 1)] public char[] transform = new System.Char[4]; - [DNAFieldAttribute(43, "char", "vertex[4]", 1)] + [DNAFieldAttribute(43, "char", "vertex[4]", "System.Char[]", 1)] public char[] vertex = new System.Char[4]; - [DNAFieldAttribute(44, "char", "vertex_select[4]", 1)] + [DNAFieldAttribute(44, "char", "vertex_select[4]", "System.Char[]", 1)] public char[] vertex_select = new System.Char[4]; - [DNAFieldAttribute(45, "char", "vertex_active[4]", 1)] + [DNAFieldAttribute(45, "char", "vertex_active[4]", "System.Char[]", 1)] public char[] vertex_active = new System.Char[4]; - [DNAFieldAttribute(46, "char", "vertex_bevel[4]", 1)] + [DNAFieldAttribute(46, "char", "vertex_bevel[4]", "System.Char[]", 1)] public char[] vertex_bevel = new System.Char[4]; - [DNAFieldAttribute(47, "char", "vertex_unreferenced[4]", 1)] + [DNAFieldAttribute(47, "char", "vertex_unreferenced[4]", "System.Char[]", 1)] public char[] vertex_unreferenced = new System.Char[4]; - [DNAFieldAttribute(48, "char", "edge[4]", 1)] + [DNAFieldAttribute(48, "char", "edge[4]", "System.Char[]", 1)] public char[] edge = new System.Char[4]; - [DNAFieldAttribute(49, "char", "edge_select[4]", 1)] + [DNAFieldAttribute(49, "char", "edge_select[4]", "System.Char[]", 1)] public char[] edge_select = new System.Char[4]; - [DNAFieldAttribute(50, "char", "edge_mode_select[4]", 1)] + [DNAFieldAttribute(50, "char", "edge_mode_select[4]", "System.Char[]", 1)] public char[] edge_mode_select = new System.Char[4]; - [DNAFieldAttribute(51, "char", "edge_seam[4]", 1)] + [DNAFieldAttribute(51, "char", "edge_seam[4]", "System.Char[]", 1)] public char[] edge_seam = new System.Char[4]; - [DNAFieldAttribute(52, "char", "edge_sharp[4]", 1)] + [DNAFieldAttribute(52, "char", "edge_sharp[4]", "System.Char[]", 1)] public char[] edge_sharp = new System.Char[4]; - [DNAFieldAttribute(53, "char", "edge_facesel[4]", 1)] + [DNAFieldAttribute(53, "char", "edge_facesel[4]", "System.Char[]", 1)] public char[] edge_facesel = new System.Char[4]; - [DNAFieldAttribute(54, "char", "edge_crease[4]", 1)] + [DNAFieldAttribute(54, "char", "edge_crease[4]", "System.Char[]", 1)] public char[] edge_crease = new System.Char[4]; - [DNAFieldAttribute(55, "char", "edge_bevel[4]", 1)] + [DNAFieldAttribute(55, "char", "edge_bevel[4]", "System.Char[]", 1)] public char[] edge_bevel = new System.Char[4]; - [DNAFieldAttribute(56, "char", "face[4]", 1)] + [DNAFieldAttribute(56, "char", "face[4]", "System.Char[]", 1)] public char[] face = new System.Char[4]; - [DNAFieldAttribute(57, "char", "face_select[4]", 1)] + [DNAFieldAttribute(57, "char", "face_select[4]", "System.Char[]", 1)] public char[] face_select = new System.Char[4]; - [DNAFieldAttribute(58, "char", "face_mode_select[4]", 1)] + [DNAFieldAttribute(58, "char", "face_mode_select[4]", "System.Char[]", 1)] public char[] face_mode_select = new System.Char[4]; - [DNAFieldAttribute(59, "char", "face_retopology[4]", 1)] + [DNAFieldAttribute(59, "char", "face_retopology[4]", "System.Char[]", 1)] public char[] face_retopology = new System.Char[4]; - [DNAFieldAttribute(60, "char", "face_back[4]", 1)] + [DNAFieldAttribute(60, "char", "face_back[4]", "System.Char[]", 1)] public char[] face_back = new System.Char[4]; - [DNAFieldAttribute(61, "char", "face_front[4]", 1)] + [DNAFieldAttribute(61, "char", "face_front[4]", "System.Char[]", 1)] public char[] face_front = new System.Char[4]; - [DNAFieldAttribute(62, "char", "face_dot[4]", 1)] + [DNAFieldAttribute(62, "char", "face_dot[4]", "System.Char[]", 1)] public char[] face_dot = new System.Char[4]; - [DNAFieldAttribute(63, "char", "extra_edge_len[4]", 1)] + [DNAFieldAttribute(63, "char", "extra_edge_len[4]", "System.Char[]", 1)] public char[] extra_edge_len = new System.Char[4]; - [DNAFieldAttribute(64, "char", "extra_edge_angle[4]", 1)] + [DNAFieldAttribute(64, "char", "extra_edge_angle[4]", "System.Char[]", 1)] public char[] extra_edge_angle = new System.Char[4]; - [DNAFieldAttribute(65, "char", "extra_face_angle[4]", 1)] + [DNAFieldAttribute(65, "char", "extra_face_angle[4]", "System.Char[]", 1)] public char[] extra_face_angle = new System.Char[4]; - [DNAFieldAttribute(66, "char", "extra_face_area[4]", 1)] + [DNAFieldAttribute(66, "char", "extra_face_area[4]", "System.Char[]", 1)] public char[] extra_face_area = new System.Char[4]; - [DNAFieldAttribute(67, "char", "normal[4]", 1)] + [DNAFieldAttribute(67, "char", "normal[4]", "System.Char[]", 1)] public char[] normal = new System.Char[4]; - [DNAFieldAttribute(68, "char", "vertex_normal[4]", 1)] + [DNAFieldAttribute(68, "char", "vertex_normal[4]", "System.Char[]", 1)] public char[] vertex_normal = new System.Char[4]; - [DNAFieldAttribute(69, "char", "loop_normal[4]", 1)] + [DNAFieldAttribute(69, "char", "loop_normal[4]", "System.Char[]", 1)] public char[] loop_normal = new System.Char[4]; - [DNAFieldAttribute(70, "char", "bone_solid[4]", 1)] + [DNAFieldAttribute(70, "char", "bone_solid[4]", "System.Char[]", 1)] public char[] bone_solid = new System.Char[4]; - [DNAFieldAttribute(71, "char", "bone_pose[4]", 1)] + [DNAFieldAttribute(71, "char", "bone_pose[4]", "System.Char[]", 1)] public char[] bone_pose = new System.Char[4]; - [DNAFieldAttribute(72, "char", "bone_pose_active[4]", 1)] + [DNAFieldAttribute(72, "char", "bone_pose_active[4]", "System.Char[]", 1)] public char[] bone_pose_active = new System.Char[4]; - [DNAFieldAttribute(73, "char", "bone_locked_weight[4]", 1)] + [DNAFieldAttribute(73, "char", "bone_locked_weight[4]", "System.Char[]", 1)] public char[] bone_locked_weight = new System.Char[4]; - [DNAFieldAttribute(74, "char", "strip[4]", 1)] + [DNAFieldAttribute(74, "char", "strip[4]", "System.Char[]", 1)] public char[] strip = new System.Char[4]; - [DNAFieldAttribute(75, "char", "strip_select[4]", 1)] + [DNAFieldAttribute(75, "char", "strip_select[4]", "System.Char[]", 1)] public char[] strip_select = new System.Char[4]; - [DNAFieldAttribute(76, "char", "cframe[4]", 1)] + [DNAFieldAttribute(76, "char", "cframe[4]", "System.Char[]", 1)] public char[] cframe = new System.Char[4]; - [DNAFieldAttribute(77, "char", "before_current_frame[4]", 1)] + [DNAFieldAttribute(77, "char", "before_current_frame[4]", "System.Char[]", 1)] public char[] before_current_frame = new System.Char[4]; - [DNAFieldAttribute(78, "char", "after_current_frame[4]", 1)] + [DNAFieldAttribute(78, "char", "after_current_frame[4]", "System.Char[]", 1)] public char[] after_current_frame = new System.Char[4]; - [DNAFieldAttribute(79, "char", "time_keyframe[4]", 1)] + [DNAFieldAttribute(79, "char", "time_keyframe[4]", "System.Char[]", 1)] public char[] time_keyframe = new System.Char[4]; - [DNAFieldAttribute(80, "char", "time_gp_keyframe[4]", 1)] + [DNAFieldAttribute(80, "char", "time_gp_keyframe[4]", "System.Char[]", 1)] public char[] time_gp_keyframe = new System.Char[4]; - [DNAFieldAttribute(81, "char", "freestyle_edge_mark[4]", 1)] + [DNAFieldAttribute(81, "char", "freestyle_edge_mark[4]", "System.Char[]", 1)] public char[] freestyle_edge_mark = new System.Char[4]; - [DNAFieldAttribute(82, "char", "freestyle_face_mark[4]", 1)] + [DNAFieldAttribute(82, "char", "freestyle_face_mark[4]", "System.Char[]", 1)] public char[] freestyle_face_mark = new System.Char[4]; - [DNAFieldAttribute(83, "char", "scrubbing_background[4]", 1)] + [DNAFieldAttribute(83, "char", "scrubbing_background[4]", "System.Char[]", 1)] public char[] scrubbing_background = new System.Char[4]; - [DNAFieldAttribute(84, "char", "time_marker_line[4]", 1)] + [DNAFieldAttribute(84, "char", "time_marker_line[4]", "System.Char[]", 1)] public char[] time_marker_line = new System.Char[4]; - [DNAFieldAttribute(85, "char", "time_marker_line_selected[4]", 1)] + [DNAFieldAttribute(85, "char", "time_marker_line_selected[4]", "System.Char[]", 1)] public char[] time_marker_line_selected = new System.Char[4]; - [DNAFieldAttribute(86, "char", "nurb_uline[4]", 1)] + [DNAFieldAttribute(86, "char", "nurb_uline[4]", "System.Char[]", 1)] public char[] nurb_uline = new System.Char[4]; - [DNAFieldAttribute(87, "char", "nurb_vline[4]", 1)] + [DNAFieldAttribute(87, "char", "nurb_vline[4]", "System.Char[]", 1)] public char[] nurb_vline = new System.Char[4]; - [DNAFieldAttribute(88, "char", "act_spline[4]", 1)] + [DNAFieldAttribute(88, "char", "act_spline[4]", "System.Char[]", 1)] public char[] act_spline = new System.Char[4]; - [DNAFieldAttribute(89, "char", "nurb_sel_uline[4]", 1)] + [DNAFieldAttribute(89, "char", "nurb_sel_uline[4]", "System.Char[]", 1)] public char[] nurb_sel_uline = new System.Char[4]; - [DNAFieldAttribute(90, "char", "nurb_sel_vline[4]", 1)] + [DNAFieldAttribute(90, "char", "nurb_sel_vline[4]", "System.Char[]", 1)] public char[] nurb_sel_vline = new System.Char[4]; - [DNAFieldAttribute(91, "char", "lastsel_point[4]", 1)] + [DNAFieldAttribute(91, "char", "lastsel_point[4]", "System.Char[]", 1)] public char[] lastsel_point = new System.Char[4]; - [DNAFieldAttribute(92, "char", "handle_free[4]", 1)] + [DNAFieldAttribute(92, "char", "handle_free[4]", "System.Char[]", 1)] public char[] handle_free = new System.Char[4]; - [DNAFieldAttribute(93, "char", "handle_auto[4]", 1)] + [DNAFieldAttribute(93, "char", "handle_auto[4]", "System.Char[]", 1)] public char[] handle_auto = new System.Char[4]; - [DNAFieldAttribute(94, "char", "handle_vect[4]", 1)] + [DNAFieldAttribute(94, "char", "handle_vect[4]", "System.Char[]", 1)] public char[] handle_vect = new System.Char[4]; - [DNAFieldAttribute(95, "char", "handle_align[4]", 1)] + [DNAFieldAttribute(95, "char", "handle_align[4]", "System.Char[]", 1)] public char[] handle_align = new System.Char[4]; - [DNAFieldAttribute(96, "char", "handle_auto_clamped[4]", 1)] + [DNAFieldAttribute(96, "char", "handle_auto_clamped[4]", "System.Char[]", 1)] public char[] handle_auto_clamped = new System.Char[4]; - [DNAFieldAttribute(97, "char", "handle_sel_free[4]", 1)] + [DNAFieldAttribute(97, "char", "handle_sel_free[4]", "System.Char[]", 1)] public char[] handle_sel_free = new System.Char[4]; - [DNAFieldAttribute(98, "char", "handle_sel_auto[4]", 1)] + [DNAFieldAttribute(98, "char", "handle_sel_auto[4]", "System.Char[]", 1)] public char[] handle_sel_auto = new System.Char[4]; - [DNAFieldAttribute(99, "char", "handle_sel_vect[4]", 1)] + [DNAFieldAttribute(99, "char", "handle_sel_vect[4]", "System.Char[]", 1)] public char[] handle_sel_vect = new System.Char[4]; - [DNAFieldAttribute(100, "char", "handle_sel_align[4]", 1)] + [DNAFieldAttribute(100, "char", "handle_sel_align[4]", "System.Char[]", 1)] public char[] handle_sel_align = new System.Char[4]; - [DNAFieldAttribute(101, "char", "handle_sel_auto_clamped[4]", 1)] + [DNAFieldAttribute(101, "char", "handle_sel_auto_clamped[4]", "System.Char[]", 1)] public char[] handle_sel_auto_clamped = new System.Char[4]; - [DNAFieldAttribute(102, "char", "ds_channel[4]", 1)] + [DNAFieldAttribute(102, "char", "ds_channel[4]", "System.Char[]", 1)] public char[] ds_channel = new System.Char[4]; - [DNAFieldAttribute(103, "char", "ds_subchannel[4]", 1)] + [DNAFieldAttribute(103, "char", "ds_subchannel[4]", "System.Char[]", 1)] public char[] ds_subchannel = new System.Char[4]; - [DNAFieldAttribute(104, "char", "ds_ipoline[4]", 1)] + [DNAFieldAttribute(104, "char", "ds_ipoline[4]", "System.Char[]", 1)] public char[] ds_ipoline = new System.Char[4]; - [DNAFieldAttribute(105, "char", "keytype_keyframe[4]", 1)] + [DNAFieldAttribute(105, "char", "keytype_keyframe[4]", "System.Char[]", 1)] public char[] keytype_keyframe = new System.Char[4]; - [DNAFieldAttribute(106, "char", "keytype_extreme[4]", 1)] + [DNAFieldAttribute(106, "char", "keytype_extreme[4]", "System.Char[]", 1)] public char[] keytype_extreme = new System.Char[4]; - [DNAFieldAttribute(107, "char", "keytype_breakdown[4]", 1)] + [DNAFieldAttribute(107, "char", "keytype_breakdown[4]", "System.Char[]", 1)] public char[] keytype_breakdown = new System.Char[4]; - [DNAFieldAttribute(108, "char", "keytype_jitter[4]", 1)] + [DNAFieldAttribute(108, "char", "keytype_jitter[4]", "System.Char[]", 1)] public char[] keytype_jitter = new System.Char[4]; - [DNAFieldAttribute(109, "char", "keytype_movehold[4]", 1)] + [DNAFieldAttribute(109, "char", "keytype_movehold[4]", "System.Char[]", 1)] public char[] keytype_movehold = new System.Char[4]; - [DNAFieldAttribute(110, "char", "keytype_generated[4]", 1)] + [DNAFieldAttribute(110, "char", "keytype_generated[4]", "System.Char[]", 1)] public char[] keytype_generated = new System.Char[4]; - [DNAFieldAttribute(111, "char", "keytype_keyframe_select[4]", 1)] + [DNAFieldAttribute(111, "char", "keytype_keyframe_select[4]", "System.Char[]", 1)] public char[] keytype_keyframe_select = new System.Char[4]; - [DNAFieldAttribute(112, "char", "keytype_extreme_select[4]", 1)] + [DNAFieldAttribute(112, "char", "keytype_extreme_select[4]", "System.Char[]", 1)] public char[] keytype_extreme_select = new System.Char[4]; - [DNAFieldAttribute(113, "char", "keytype_breakdown_select[4]", 1)] + [DNAFieldAttribute(113, "char", "keytype_breakdown_select[4]", "System.Char[]", 1)] public char[] keytype_breakdown_select = new System.Char[4]; - [DNAFieldAttribute(114, "char", "keytype_jitter_select[4]", 1)] + [DNAFieldAttribute(114, "char", "keytype_jitter_select[4]", "System.Char[]", 1)] public char[] keytype_jitter_select = new System.Char[4]; - [DNAFieldAttribute(115, "char", "keytype_movehold_select[4]", 1)] + [DNAFieldAttribute(115, "char", "keytype_movehold_select[4]", "System.Char[]", 1)] public char[] keytype_movehold_select = new System.Char[4]; - [DNAFieldAttribute(116, "char", "keytype_generated_select[4]", 1)] + [DNAFieldAttribute(116, "char", "keytype_generated_select[4]", "System.Char[]", 1)] public char[] keytype_generated_select = new System.Char[4]; - [DNAFieldAttribute(117, "char", "keyborder[4]", 1)] + [DNAFieldAttribute(117, "char", "keyborder[4]", "System.Char[]", 1)] public char[] keyborder = new System.Char[4]; - [DNAFieldAttribute(118, "char", "keyborder_select[4]", 1)] + [DNAFieldAttribute(118, "char", "keyborder_select[4]", "System.Char[]", 1)] public char[] keyborder_select = new System.Char[4]; - [DNAFieldAttribute(119, "char", "_pad4[3]", 1)] + [DNAFieldAttribute(119, "char", "_pad4[3]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[3]; - [DNAFieldAttribute(120, "char", "console_output[4]", 1)] + [DNAFieldAttribute(120, "char", "console_output[4]", "System.Char[]", 1)] public char[] console_output = new System.Char[4]; - [DNAFieldAttribute(121, "char", "console_input[4]", 1)] + [DNAFieldAttribute(121, "char", "console_input[4]", "System.Char[]", 1)] public char[] console_input = new System.Char[4]; - [DNAFieldAttribute(122, "char", "console_info[4]", 1)] + [DNAFieldAttribute(122, "char", "console_info[4]", "System.Char[]", 1)] public char[] console_info = new System.Char[4]; - [DNAFieldAttribute(123, "char", "console_error[4]", 1)] + [DNAFieldAttribute(123, "char", "console_error[4]", "System.Char[]", 1)] public char[] console_error = new System.Char[4]; - [DNAFieldAttribute(124, "char", "console_cursor[4]", 1)] + [DNAFieldAttribute(124, "char", "console_cursor[4]", "System.Char[]", 1)] public char[] console_cursor = new System.Char[4]; - [DNAFieldAttribute(125, "char", "console_select[4]", 1)] + [DNAFieldAttribute(125, "char", "console_select[4]", "System.Char[]", 1)] public char[] console_select = new System.Char[4]; - [DNAFieldAttribute(126, "char", "vertex_size", 1)] + [DNAFieldAttribute(126, "char", "vertex_size", "char", 1)] public char vertex_size; - [DNAFieldAttribute(127, "char", "edge_width", 1)] + [DNAFieldAttribute(127, "char", "edge_width", "char", 1)] public char edge_width; - [DNAFieldAttribute(128, "char", "outline_width", 1)] + [DNAFieldAttribute(128, "char", "outline_width", "char", 1)] public char outline_width; - [DNAFieldAttribute(129, "char", "obcenter_dia", 1)] + [DNAFieldAttribute(129, "char", "obcenter_dia", "char", 1)] public char obcenter_dia; - [DNAFieldAttribute(130, "char", "facedot_size", 1)] + [DNAFieldAttribute(130, "char", "facedot_size", "char", 1)] public char facedot_size; - [DNAFieldAttribute(131, "char", "noodle_curving", 1)] + [DNAFieldAttribute(131, "char", "noodle_curving", "char", 1)] public char noodle_curving; - [DNAFieldAttribute(132, "char", "grid_levels", 1)] + [DNAFieldAttribute(132, "char", "grid_levels", "char", 1)] public char grid_levels; - [DNAFieldAttribute(133, "char", "_pad5[2]", 1)] + [DNAFieldAttribute(133, "char", "_pad5[2]", "System.Char[]", 1)] public char[] _pad5 = new System.Char[2]; - [DNAFieldAttribute(134, "float", "dash_alpha", 4)] + [DNAFieldAttribute(134, "float", "dash_alpha", "float", 4)] public float dash_alpha; - [DNAFieldAttribute(135, "char", "syntaxl[4]", 1)] + [DNAFieldAttribute(135, "char", "syntaxl[4]", "System.Char[]", 1)] public char[] syntaxl = new System.Char[4]; - [DNAFieldAttribute(136, "char", "syntaxs[4]", 1)] + [DNAFieldAttribute(136, "char", "syntaxs[4]", "System.Char[]", 1)] public char[] syntaxs = new System.Char[4]; - [DNAFieldAttribute(137, "char", "syntaxb[4]", 1)] + [DNAFieldAttribute(137, "char", "syntaxb[4]", "System.Char[]", 1)] public char[] syntaxb = new System.Char[4]; - [DNAFieldAttribute(138, "char", "syntaxn[4]", 1)] + [DNAFieldAttribute(138, "char", "syntaxn[4]", "System.Char[]", 1)] public char[] syntaxn = new System.Char[4]; - [DNAFieldAttribute(139, "char", "syntaxv[4]", 1)] + [DNAFieldAttribute(139, "char", "syntaxv[4]", "System.Char[]", 1)] public char[] syntaxv = new System.Char[4]; - [DNAFieldAttribute(140, "char", "syntaxc[4]", 1)] + [DNAFieldAttribute(140, "char", "syntaxc[4]", "System.Char[]", 1)] public char[] syntaxc = new System.Char[4]; - [DNAFieldAttribute(141, "char", "syntaxd[4]", 1)] + [DNAFieldAttribute(141, "char", "syntaxd[4]", "System.Char[]", 1)] public char[] syntaxd = new System.Char[4]; - [DNAFieldAttribute(142, "char", "syntaxr[4]", 1)] + [DNAFieldAttribute(142, "char", "syntaxr[4]", "System.Char[]", 1)] public char[] syntaxr = new System.Char[4]; - [DNAFieldAttribute(143, "char", "line_numbers[4]", 1)] + [DNAFieldAttribute(143, "char", "line_numbers[4]", "System.Char[]", 1)] public char[] line_numbers = new System.Char[4]; - [DNAFieldAttribute(144, "char", "nodeclass_output[4]", 1)] + [DNAFieldAttribute(144, "char", "nodeclass_output[4]", "System.Char[]", 1)] public char[] nodeclass_output = new System.Char[4]; - [DNAFieldAttribute(145, "char", "nodeclass_filter[4]", 1)] + [DNAFieldAttribute(145, "char", "nodeclass_filter[4]", "System.Char[]", 1)] public char[] nodeclass_filter = new System.Char[4]; - [DNAFieldAttribute(146, "char", "nodeclass_vector[4]", 1)] + [DNAFieldAttribute(146, "char", "nodeclass_vector[4]", "System.Char[]", 1)] public char[] nodeclass_vector = new System.Char[4]; - [DNAFieldAttribute(147, "char", "nodeclass_texture[4]", 1)] + [DNAFieldAttribute(147, "char", "nodeclass_texture[4]", "System.Char[]", 1)] public char[] nodeclass_texture = new System.Char[4]; - [DNAFieldAttribute(148, "char", "nodeclass_shader[4]", 1)] + [DNAFieldAttribute(148, "char", "nodeclass_shader[4]", "System.Char[]", 1)] public char[] nodeclass_shader = new System.Char[4]; - [DNAFieldAttribute(149, "char", "nodeclass_script[4]", 1)] + [DNAFieldAttribute(149, "char", "nodeclass_script[4]", "System.Char[]", 1)] public char[] nodeclass_script = new System.Char[4]; - [DNAFieldAttribute(150, "char", "nodeclass_pattern[4]", 1)] + [DNAFieldAttribute(150, "char", "nodeclass_pattern[4]", "System.Char[]", 1)] public char[] nodeclass_pattern = new System.Char[4]; - [DNAFieldAttribute(151, "char", "nodeclass_layout[4]", 1)] + [DNAFieldAttribute(151, "char", "nodeclass_layout[4]", "System.Char[]", 1)] public char[] nodeclass_layout = new System.Char[4]; - [DNAFieldAttribute(152, "char", "nodeclass_geometry[4]", 1)] + [DNAFieldAttribute(152, "char", "nodeclass_geometry[4]", "System.Char[]", 1)] public char[] nodeclass_geometry = new System.Char[4]; - [DNAFieldAttribute(153, "char", "nodeclass_attribute[4]", 1)] + [DNAFieldAttribute(153, "char", "nodeclass_attribute[4]", "System.Char[]", 1)] public char[] nodeclass_attribute = new System.Char[4]; - [DNAFieldAttribute(154, "char", "node_zone_simulation[4]", 1)] + [DNAFieldAttribute(154, "char", "node_zone_simulation[4]", "System.Char[]", 1)] public char[] node_zone_simulation = new System.Char[4]; - [DNAFieldAttribute(155, "char", "node_zone_repeat[4]", 1)] + [DNAFieldAttribute(155, "char", "node_zone_repeat[4]", "System.Char[]", 1)] public char[] node_zone_repeat = new System.Char[4]; - [DNAFieldAttribute(156, "char", "node_zone_foreach_geometry_element[4]", 1)] + [DNAFieldAttribute(156, "char", "node_zone_foreach_geometry_element[4]", "System.Char[]", 1)] public char[] node_zone_foreach_geometry_element = new System.Char[4]; - [DNAFieldAttribute(157, "char", "simulated_frames[4]", 1)] + [DNAFieldAttribute(157, "char", "simulated_frames[4]", "System.Char[]", 1)] public char[] simulated_frames = new System.Char[4]; - [DNAFieldAttribute(158, "char", "movie[4]", 1)] + [DNAFieldAttribute(158, "char", "movie[4]", "System.Char[]", 1)] public char[] movie = new System.Char[4]; - [DNAFieldAttribute(159, "char", "movieclip[4]", 1)] + [DNAFieldAttribute(159, "char", "movieclip[4]", "System.Char[]", 1)] public char[] movieclip = new System.Char[4]; - [DNAFieldAttribute(160, "char", "mask[4]", 1)] + [DNAFieldAttribute(160, "char", "mask[4]", "System.Char[]", 1)] public char[] mask = new System.Char[4]; - [DNAFieldAttribute(161, "char", "image[4]", 1)] + [DNAFieldAttribute(161, "char", "image[4]", "System.Char[]", 1)] public char[] image = new System.Char[4]; - [DNAFieldAttribute(162, "char", "scene[4]", 1)] + [DNAFieldAttribute(162, "char", "scene[4]", "System.Char[]", 1)] public char[] scene = new System.Char[4]; - [DNAFieldAttribute(163, "char", "audio[4]", 1)] + [DNAFieldAttribute(163, "char", "audio[4]", "System.Char[]", 1)] public char[] audio = new System.Char[4]; - [DNAFieldAttribute(164, "char", "effect[4]", 1)] + [DNAFieldAttribute(164, "char", "effect[4]", "System.Char[]", 1)] public char[] effect = new System.Char[4]; - [DNAFieldAttribute(165, "char", "transition[4]", 1)] + [DNAFieldAttribute(165, "char", "transition[4]", "System.Char[]", 1)] public char[] transition = new System.Char[4]; - [DNAFieldAttribute(166, "char", "meta[4]", 1)] + [DNAFieldAttribute(166, "char", "meta[4]", "System.Char[]", 1)] public char[] meta = new System.Char[4]; - [DNAFieldAttribute(167, "char", "text_strip[4]", 1)] + [DNAFieldAttribute(167, "char", "text_strip[4]", "System.Char[]", 1)] public char[] text_strip = new System.Char[4]; - [DNAFieldAttribute(168, "char", "color_strip[4]", 1)] + [DNAFieldAttribute(168, "char", "color_strip[4]", "System.Char[]", 1)] public char[] color_strip = new System.Char[4]; - [DNAFieldAttribute(169, "char", "active_strip[4]", 1)] + [DNAFieldAttribute(169, "char", "active_strip[4]", "System.Char[]", 1)] public char[] active_strip = new System.Char[4]; - [DNAFieldAttribute(170, "char", "selected_strip[4]", 1)] + [DNAFieldAttribute(170, "char", "selected_strip[4]", "System.Char[]", 1)] public char[] selected_strip = new System.Char[4]; - [DNAFieldAttribute(171, "float", "keyframe_scale_fac", 4)] + [DNAFieldAttribute(171, "float", "keyframe_scale_fac", "float", 4)] public float keyframe_scale_fac; - [DNAFieldAttribute(172, "char", "editmesh_active[4]", 1)] + [DNAFieldAttribute(172, "char", "editmesh_active[4]", "System.Char[]", 1)] public char[] editmesh_active = new System.Char[4]; - [DNAFieldAttribute(173, "char", "handle_vertex[4]", 1)] + [DNAFieldAttribute(173, "char", "handle_vertex[4]", "System.Char[]", 1)] public char[] handle_vertex = new System.Char[4]; - [DNAFieldAttribute(174, "char", "handle_vertex_select[4]", 1)] + [DNAFieldAttribute(174, "char", "handle_vertex_select[4]", "System.Char[]", 1)] public char[] handle_vertex_select = new System.Char[4]; - [DNAFieldAttribute(175, "char", "handle_vertex_size", 1)] + [DNAFieldAttribute(175, "char", "handle_vertex_size", "char", 1)] public char handle_vertex_size; - [DNAFieldAttribute(176, "char", "clipping_border_3d[4]", 1)] + [DNAFieldAttribute(176, "char", "clipping_border_3d[4]", "System.Char[]", 1)] public char[] clipping_border_3d = new System.Char[4]; - [DNAFieldAttribute(177, "char", "marker_outline[4]", 1)] + [DNAFieldAttribute(177, "char", "marker_outline[4]", "System.Char[]", 1)] public char[] marker_outline = new System.Char[4]; - [DNAFieldAttribute(178, "char", "marker[4]", 1)] + [DNAFieldAttribute(178, "char", "marker[4]", "System.Char[]", 1)] public char[] marker = new System.Char[4]; - [DNAFieldAttribute(179, "char", "act_marker[4]", 1)] + [DNAFieldAttribute(179, "char", "act_marker[4]", "System.Char[]", 1)] public char[] act_marker = new System.Char[4]; - [DNAFieldAttribute(180, "char", "sel_marker[4]", 1)] + [DNAFieldAttribute(180, "char", "sel_marker[4]", "System.Char[]", 1)] public char[] sel_marker = new System.Char[4]; - [DNAFieldAttribute(181, "char", "dis_marker[4]", 1)] + [DNAFieldAttribute(181, "char", "dis_marker[4]", "System.Char[]", 1)] public char[] dis_marker = new System.Char[4]; - [DNAFieldAttribute(182, "char", "lock_marker[4]", 1)] + [DNAFieldAttribute(182, "char", "lock_marker[4]", "System.Char[]", 1)] public char[] lock_marker = new System.Char[4]; - [DNAFieldAttribute(183, "char", "bundle_solid[4]", 1)] + [DNAFieldAttribute(183, "char", "bundle_solid[4]", "System.Char[]", 1)] public char[] bundle_solid = new System.Char[4]; - [DNAFieldAttribute(184, "char", "path_before[4]", 1)] + [DNAFieldAttribute(184, "char", "path_before[4]", "System.Char[]", 1)] public char[] path_before = new System.Char[4]; - [DNAFieldAttribute(185, "char", "path_after[4]", 1)] + [DNAFieldAttribute(185, "char", "path_after[4]", "System.Char[]", 1)] public char[] path_after = new System.Char[4]; - [DNAFieldAttribute(186, "char", "path_keyframe_before[4]", 1)] + [DNAFieldAttribute(186, "char", "path_keyframe_before[4]", "System.Char[]", 1)] public char[] path_keyframe_before = new System.Char[4]; - [DNAFieldAttribute(187, "char", "path_keyframe_after[4]", 1)] + [DNAFieldAttribute(187, "char", "path_keyframe_after[4]", "System.Char[]", 1)] public char[] path_keyframe_after = new System.Char[4]; - [DNAFieldAttribute(188, "char", "camera_path[4]", 1)] + [DNAFieldAttribute(188, "char", "camera_path[4]", "System.Char[]", 1)] public char[] camera_path = new System.Char[4]; - [DNAFieldAttribute(189, "char", "camera_passepartout[4]", 1)] + [DNAFieldAttribute(189, "char", "camera_passepartout[4]", "System.Char[]", 1)] public char[] camera_passepartout = new System.Char[4]; - [DNAFieldAttribute(190, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(190, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(191, "char", "gp_vertex_size", 1)] + [DNAFieldAttribute(191, "char", "gp_vertex_size", "char", 1)] public char gp_vertex_size; - [DNAFieldAttribute(192, "char", "gp_vertex[4]", 1)] + [DNAFieldAttribute(192, "char", "gp_vertex[4]", "System.Char[]", 1)] public char[] gp_vertex = new System.Char[4]; - [DNAFieldAttribute(193, "char", "gp_vertex_select[4]", 1)] + [DNAFieldAttribute(193, "char", "gp_vertex_select[4]", "System.Char[]", 1)] public char[] gp_vertex_select = new System.Char[4]; - [DNAFieldAttribute(194, "char", "preview_back[4]", 1)] + [DNAFieldAttribute(194, "char", "preview_back[4]", "System.Char[]", 1)] public char[] preview_back = new System.Char[4]; - [DNAFieldAttribute(195, "char", "preview_stitch_face[4]", 1)] + [DNAFieldAttribute(195, "char", "preview_stitch_face[4]", "System.Char[]", 1)] public char[] preview_stitch_face = new System.Char[4]; - [DNAFieldAttribute(196, "char", "preview_stitch_edge[4]", 1)] + [DNAFieldAttribute(196, "char", "preview_stitch_edge[4]", "System.Char[]", 1)] public char[] preview_stitch_edge = new System.Char[4]; - [DNAFieldAttribute(197, "char", "preview_stitch_vert[4]", 1)] + [DNAFieldAttribute(197, "char", "preview_stitch_vert[4]", "System.Char[]", 1)] public char[] preview_stitch_vert = new System.Char[4]; - [DNAFieldAttribute(198, "char", "preview_stitch_stitchable[4]", 1)] + [DNAFieldAttribute(198, "char", "preview_stitch_stitchable[4]", "System.Char[]", 1)] public char[] preview_stitch_stitchable = new System.Char[4]; - [DNAFieldAttribute(199, "char", "preview_stitch_unstitchable[4]", 1)] + [DNAFieldAttribute(199, "char", "preview_stitch_unstitchable[4]", "System.Char[]", 1)] public char[] preview_stitch_unstitchable = new System.Char[4]; - [DNAFieldAttribute(200, "char", "preview_stitch_active[4]", 1)] + [DNAFieldAttribute(200, "char", "preview_stitch_active[4]", "System.Char[]", 1)] public char[] preview_stitch_active = new System.Char[4]; - [DNAFieldAttribute(201, "char", "uv_shadow[4]", 1)] + [DNAFieldAttribute(201, "char", "uv_shadow[4]", "System.Char[]", 1)] public char[] uv_shadow = new System.Char[4]; - [DNAFieldAttribute(202, "char", "match[4]", 1)] + [DNAFieldAttribute(202, "char", "match[4]", "System.Char[]", 1)] public char[] match = new System.Char[4]; - [DNAFieldAttribute(203, "char", "selected_highlight[4]", 1)] + [DNAFieldAttribute(203, "char", "selected_highlight[4]", "System.Char[]", 1)] public char[] selected_highlight = new System.Char[4]; - [DNAFieldAttribute(204, "char", "selected_object[4]", 1)] + [DNAFieldAttribute(204, "char", "selected_object[4]", "System.Char[]", 1)] public char[] selected_object = new System.Char[4]; - [DNAFieldAttribute(205, "char", "active_object[4]", 1)] + [DNAFieldAttribute(205, "char", "active_object[4]", "System.Char[]", 1)] public char[] active_object = new System.Char[4]; - [DNAFieldAttribute(206, "char", "edited_object[4]", 1)] + [DNAFieldAttribute(206, "char", "edited_object[4]", "System.Char[]", 1)] public char[] edited_object = new System.Char[4]; - [DNAFieldAttribute(207, "char", "row_alternate[4]", 1)] + [DNAFieldAttribute(207, "char", "row_alternate[4]", "System.Char[]", 1)] public char[] row_alternate = new System.Char[4]; - [DNAFieldAttribute(208, "char", "skin_root[4]", 1)] + [DNAFieldAttribute(208, "char", "skin_root[4]", "System.Char[]", 1)] public char[] skin_root = new System.Char[4]; - [DNAFieldAttribute(209, "char", "anim_active[4]", 1)] + [DNAFieldAttribute(209, "char", "anim_active[4]", "System.Char[]", 1)] public char[] anim_active = new System.Char[4]; - [DNAFieldAttribute(210, "char", "anim_non_active[4]", 1)] + [DNAFieldAttribute(210, "char", "anim_non_active[4]", "System.Char[]", 1)] public char[] anim_non_active = new System.Char[4]; - [DNAFieldAttribute(211, "char", "anim_preview_range[4]", 1)] + [DNAFieldAttribute(211, "char", "anim_preview_range[4]", "System.Char[]", 1)] public char[] anim_preview_range = new System.Char[4]; - [DNAFieldAttribute(212, "char", "nla_tweaking[4]", 1)] + [DNAFieldAttribute(212, "char", "nla_tweaking[4]", "System.Char[]", 1)] public char[] nla_tweaking = new System.Char[4]; - [DNAFieldAttribute(213, "char", "nla_tweakdupli[4]", 1)] + [DNAFieldAttribute(213, "char", "nla_tweakdupli[4]", "System.Char[]", 1)] public char[] nla_tweakdupli = new System.Char[4]; - [DNAFieldAttribute(214, "char", "nla_track[4]", 1)] + [DNAFieldAttribute(214, "char", "nla_track[4]", "System.Char[]", 1)] public char[] nla_track = new System.Char[4]; - [DNAFieldAttribute(215, "char", "nla_transition[4]", 1)] + [DNAFieldAttribute(215, "char", "nla_transition[4]", "System.Char[]", 1)] public char[] nla_transition = new System.Char[4]; - [DNAFieldAttribute(216, "char", "nla_transition_sel[4]", 1)] + [DNAFieldAttribute(216, "char", "nla_transition_sel[4]", "System.Char[]", 1)] public char[] nla_transition_sel = new System.Char[4]; - [DNAFieldAttribute(217, "char", "nla_meta[4]", 1)] + [DNAFieldAttribute(217, "char", "nla_meta[4]", "System.Char[]", 1)] public char[] nla_meta = new System.Char[4]; - [DNAFieldAttribute(218, "char", "nla_meta_sel[4]", 1)] + [DNAFieldAttribute(218, "char", "nla_meta_sel[4]", "System.Char[]", 1)] public char[] nla_meta_sel = new System.Char[4]; - [DNAFieldAttribute(219, "char", "nla_sound[4]", 1)] + [DNAFieldAttribute(219, "char", "nla_sound[4]", "System.Char[]", 1)] public char[] nla_sound = new System.Char[4]; - [DNAFieldAttribute(220, "char", "nla_sound_sel[4]", 1)] + [DNAFieldAttribute(220, "char", "nla_sound_sel[4]", "System.Char[]", 1)] public char[] nla_sound_sel = new System.Char[4]; - [DNAFieldAttribute(221, "char", "info_selected[4]", 1)] + [DNAFieldAttribute(221, "char", "info_selected[4]", "System.Char[]", 1)] public char[] info_selected = new System.Char[4]; - [DNAFieldAttribute(222, "char", "info_selected_text[4]", 1)] + [DNAFieldAttribute(222, "char", "info_selected_text[4]", "System.Char[]", 1)] public char[] info_selected_text = new System.Char[4]; - [DNAFieldAttribute(223, "char", "info_error[4]", 1)] + [DNAFieldAttribute(223, "char", "info_error[4]", "System.Char[]", 1)] public char[] info_error = new System.Char[4]; - [DNAFieldAttribute(224, "char", "info_error_text[4]", 1)] + [DNAFieldAttribute(224, "char", "info_error_text[4]", "System.Char[]", 1)] public char[] info_error_text = new System.Char[4]; - [DNAFieldAttribute(225, "char", "info_warning[4]", 1)] + [DNAFieldAttribute(225, "char", "info_warning[4]", "System.Char[]", 1)] public char[] info_warning = new System.Char[4]; - [DNAFieldAttribute(226, "char", "info_warning_text[4]", 1)] + [DNAFieldAttribute(226, "char", "info_warning_text[4]", "System.Char[]", 1)] public char[] info_warning_text = new System.Char[4]; - [DNAFieldAttribute(227, "char", "info_info[4]", 1)] + [DNAFieldAttribute(227, "char", "info_info[4]", "System.Char[]", 1)] public char[] info_info = new System.Char[4]; - [DNAFieldAttribute(228, "char", "info_info_text[4]", 1)] + [DNAFieldAttribute(228, "char", "info_info_text[4]", "System.Char[]", 1)] public char[] info_info_text = new System.Char[4]; - [DNAFieldAttribute(229, "char", "info_debug[4]", 1)] + [DNAFieldAttribute(229, "char", "info_debug[4]", "System.Char[]", 1)] public char[] info_debug = new System.Char[4]; - [DNAFieldAttribute(230, "char", "info_debug_text[4]", 1)] + [DNAFieldAttribute(230, "char", "info_debug_text[4]", "System.Char[]", 1)] public char[] info_debug_text = new System.Char[4]; - [DNAFieldAttribute(231, "char", "info_property[4]", 1)] + [DNAFieldAttribute(231, "char", "info_property[4]", "System.Char[]", 1)] public char[] info_property = new System.Char[4]; - [DNAFieldAttribute(232, "char", "info_property_text[4]", 1)] + [DNAFieldAttribute(232, "char", "info_property_text[4]", "System.Char[]", 1)] public char[] info_property_text = new System.Char[4]; - [DNAFieldAttribute(233, "char", "info_operator[4]", 1)] + [DNAFieldAttribute(233, "char", "info_operator[4]", "System.Char[]", 1)] public char[] info_operator = new System.Char[4]; - [DNAFieldAttribute(234, "char", "info_operator_text[4]", 1)] + [DNAFieldAttribute(234, "char", "info_operator_text[4]", "System.Char[]", 1)] public char[] info_operator_text = new System.Char[4]; - [DNAFieldAttribute(235, "char", "paint_curve_pivot[4]", 1)] + [DNAFieldAttribute(235, "char", "paint_curve_pivot[4]", "System.Char[]", 1)] public char[] paint_curve_pivot = new System.Char[4]; - [DNAFieldAttribute(236, "char", "paint_curve_handle[4]", 1)] + [DNAFieldAttribute(236, "char", "paint_curve_handle[4]", "System.Char[]", 1)] public char[] paint_curve_handle = new System.Char[4]; - [DNAFieldAttribute(237, "char", "metadatabg[4]", 1)] + [DNAFieldAttribute(237, "char", "metadatabg[4]", "System.Char[]", 1)] public char[] metadatabg = new System.Char[4]; - [DNAFieldAttribute(238, "char", "metadatatext[4]", 1)] + [DNAFieldAttribute(238, "char", "metadatatext[4]", "System.Char[]", 1)] public char[] metadatatext = new System.Char[4]; public ThemeSpace() { this.back = default; diff --git a/BlendFile/DNA/ThemeStripColor.cs b/BlendFile/DNA/ThemeStripColor.cs index 407186b..fc133b1 100644 --- a/BlendFile/DNA/ThemeStripColor.cs +++ b/BlendFile/DNA/ThemeStripColor.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(996, "ThemeStripColor")] public struct ThemeStripColor { - [DNAFieldAttribute(0, "char", "color[4]", 1)] + [DNAFieldAttribute(0, "char", "color[4]", "System.Char[]", 1)] public char[] color = new System.Char[4]; public ThemeStripColor() { this.color = default; diff --git a/BlendFile/DNA/ThemeUI.cs b/BlendFile/DNA/ThemeUI.cs index 527199f..f022bbc 100644 --- a/BlendFile/DNA/ThemeUI.cs +++ b/BlendFile/DNA/ThemeUI.cs @@ -15,115 +15,115 @@ namespace BlendFile.DNA { [DNAClassAttribute(992, "ThemeUI")] public struct ThemeUI { - [DNAFieldAttribute(0, "uiWidgetColors", "wcol_regular", 40)] + [DNAFieldAttribute(0, "uiWidgetColors", "wcol_regular", "uiWidgetColors", 40)] public uiWidgetColors wcol_regular; - [DNAFieldAttribute(1, "uiWidgetColors", "wcol_tool", 40)] + [DNAFieldAttribute(1, "uiWidgetColors", "wcol_tool", "uiWidgetColors", 40)] public uiWidgetColors wcol_tool; - [DNAFieldAttribute(2, "uiWidgetColors", "wcol_toolbar_item", 40)] + [DNAFieldAttribute(2, "uiWidgetColors", "wcol_toolbar_item", "uiWidgetColors", 40)] public uiWidgetColors wcol_toolbar_item; - [DNAFieldAttribute(3, "uiWidgetColors", "wcol_text", 40)] + [DNAFieldAttribute(3, "uiWidgetColors", "wcol_text", "uiWidgetColors", 40)] public uiWidgetColors wcol_text; - [DNAFieldAttribute(4, "uiWidgetColors", "wcol_radio", 40)] + [DNAFieldAttribute(4, "uiWidgetColors", "wcol_radio", "uiWidgetColors", 40)] public uiWidgetColors wcol_radio; - [DNAFieldAttribute(5, "uiWidgetColors", "wcol_option", 40)] + [DNAFieldAttribute(5, "uiWidgetColors", "wcol_option", "uiWidgetColors", 40)] public uiWidgetColors wcol_option; - [DNAFieldAttribute(6, "uiWidgetColors", "wcol_toggle", 40)] + [DNAFieldAttribute(6, "uiWidgetColors", "wcol_toggle", "uiWidgetColors", 40)] public uiWidgetColors wcol_toggle; - [DNAFieldAttribute(7, "uiWidgetColors", "wcol_num", 40)] + [DNAFieldAttribute(7, "uiWidgetColors", "wcol_num", "uiWidgetColors", 40)] public uiWidgetColors wcol_num; - [DNAFieldAttribute(8, "uiWidgetColors", "wcol_numslider", 40)] + [DNAFieldAttribute(8, "uiWidgetColors", "wcol_numslider", "uiWidgetColors", 40)] public uiWidgetColors wcol_numslider; - [DNAFieldAttribute(9, "uiWidgetColors", "wcol_tab", 40)] + [DNAFieldAttribute(9, "uiWidgetColors", "wcol_tab", "uiWidgetColors", 40)] public uiWidgetColors wcol_tab; - [DNAFieldAttribute(10, "uiWidgetColors", "wcol_menu", 40)] + [DNAFieldAttribute(10, "uiWidgetColors", "wcol_menu", "uiWidgetColors", 40)] public uiWidgetColors wcol_menu; - [DNAFieldAttribute(11, "uiWidgetColors", "wcol_pulldown", 40)] + [DNAFieldAttribute(11, "uiWidgetColors", "wcol_pulldown", "uiWidgetColors", 40)] public uiWidgetColors wcol_pulldown; - [DNAFieldAttribute(12, "uiWidgetColors", "wcol_menu_back", 40)] + [DNAFieldAttribute(12, "uiWidgetColors", "wcol_menu_back", "uiWidgetColors", 40)] public uiWidgetColors wcol_menu_back; - [DNAFieldAttribute(13, "uiWidgetColors", "wcol_menu_item", 40)] + [DNAFieldAttribute(13, "uiWidgetColors", "wcol_menu_item", "uiWidgetColors", 40)] public uiWidgetColors wcol_menu_item; - [DNAFieldAttribute(14, "uiWidgetColors", "wcol_tooltip", 40)] + [DNAFieldAttribute(14, "uiWidgetColors", "wcol_tooltip", "uiWidgetColors", 40)] public uiWidgetColors wcol_tooltip; - [DNAFieldAttribute(15, "uiWidgetColors", "wcol_box", 40)] + [DNAFieldAttribute(15, "uiWidgetColors", "wcol_box", "uiWidgetColors", 40)] public uiWidgetColors wcol_box; - [DNAFieldAttribute(16, "uiWidgetColors", "wcol_scroll", 40)] + [DNAFieldAttribute(16, "uiWidgetColors", "wcol_scroll", "uiWidgetColors", 40)] public uiWidgetColors wcol_scroll; - [DNAFieldAttribute(17, "uiWidgetColors", "wcol_progress", 40)] + [DNAFieldAttribute(17, "uiWidgetColors", "wcol_progress", "uiWidgetColors", 40)] public uiWidgetColors wcol_progress; - [DNAFieldAttribute(18, "uiWidgetColors", "wcol_list_item", 40)] + [DNAFieldAttribute(18, "uiWidgetColors", "wcol_list_item", "uiWidgetColors", 40)] public uiWidgetColors wcol_list_item; - [DNAFieldAttribute(19, "uiWidgetColors", "wcol_pie_menu", 40)] + [DNAFieldAttribute(19, "uiWidgetColors", "wcol_pie_menu", "uiWidgetColors", 40)] public uiWidgetColors wcol_pie_menu; - [DNAFieldAttribute(20, "uiWidgetStateColors", "wcol_state", 48)] + [DNAFieldAttribute(20, "uiWidgetStateColors", "wcol_state", "uiWidgetStateColors", 48)] public uiWidgetStateColors wcol_state; - [DNAFieldAttribute(21, "char", "widget_emboss[4]", 1)] + [DNAFieldAttribute(21, "char", "widget_emboss[4]", "System.Char[]", 1)] public char[] widget_emboss = new System.Char[4]; - [DNAFieldAttribute(22, "float", "menu_shadow_fac", 4)] + [DNAFieldAttribute(22, "float", "menu_shadow_fac", "float", 4)] public float menu_shadow_fac; - [DNAFieldAttribute(23, "short", "menu_shadow_width", 2)] + [DNAFieldAttribute(23, "short", "menu_shadow_width", "short", 2)] public short menu_shadow_width; - [DNAFieldAttribute(24, "char", "editor_border[4]", 1)] + [DNAFieldAttribute(24, "char", "editor_border[4]", "System.Char[]", 1)] public char[] editor_border = new System.Char[4]; - [DNAFieldAttribute(25, "char", "editor_outline[4]", 1)] + [DNAFieldAttribute(25, "char", "editor_outline[4]", "System.Char[]", 1)] public char[] editor_outline = new System.Char[4]; - [DNAFieldAttribute(26, "char", "editor_outline_active[4]", 1)] + [DNAFieldAttribute(26, "char", "editor_outline_active[4]", "System.Char[]", 1)] public char[] editor_outline_active = new System.Char[4]; - [DNAFieldAttribute(27, "char", "transparent_checker_primary[4]", 1)] + [DNAFieldAttribute(27, "char", "transparent_checker_primary[4]", "System.Char[]", 1)] public char[] transparent_checker_primary = new System.Char[4]; - [DNAFieldAttribute(28, "char", "transparent_checker_secondary[4]", 1)] + [DNAFieldAttribute(28, "char", "transparent_checker_secondary[4]", "System.Char[]", 1)] public char[] transparent_checker_secondary = new System.Char[4]; - [DNAFieldAttribute(29, "char", "transparent_checker_size", 1)] + [DNAFieldAttribute(29, "char", "transparent_checker_size", "char", 1)] public char transparent_checker_size; - [DNAFieldAttribute(30, "char", "_pad1[1]", 1)] + [DNAFieldAttribute(30, "char", "_pad1[1]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[1]; - [DNAFieldAttribute(31, "float", "icon_alpha", 4)] + [DNAFieldAttribute(31, "float", "icon_alpha", "float", 4)] public float icon_alpha; - [DNAFieldAttribute(32, "float", "icon_saturation", 4)] + [DNAFieldAttribute(32, "float", "icon_saturation", "float", 4)] public float icon_saturation; - [DNAFieldAttribute(33, "char", "widget_text_cursor[4]", 1)] + [DNAFieldAttribute(33, "char", "widget_text_cursor[4]", "System.Char[]", 1)] public char[] widget_text_cursor = new System.Char[4]; - [DNAFieldAttribute(34, "char", "xaxis[4]", 1)] + [DNAFieldAttribute(34, "char", "xaxis[4]", "System.Char[]", 1)] public char[] xaxis = new System.Char[4]; - [DNAFieldAttribute(35, "char", "yaxis[4]", 1)] + [DNAFieldAttribute(35, "char", "yaxis[4]", "System.Char[]", 1)] public char[] yaxis = new System.Char[4]; - [DNAFieldAttribute(36, "char", "zaxis[4]", 1)] + [DNAFieldAttribute(36, "char", "zaxis[4]", "System.Char[]", 1)] public char[] zaxis = new System.Char[4]; - [DNAFieldAttribute(37, "char", "gizmo_hi[4]", 1)] + [DNAFieldAttribute(37, "char", "gizmo_hi[4]", "System.Char[]", 1)] public char[] gizmo_hi = new System.Char[4]; - [DNAFieldAttribute(38, "char", "gizmo_primary[4]", 1)] + [DNAFieldAttribute(38, "char", "gizmo_primary[4]", "System.Char[]", 1)] public char[] gizmo_primary = new System.Char[4]; - [DNAFieldAttribute(39, "char", "gizmo_secondary[4]", 1)] + [DNAFieldAttribute(39, "char", "gizmo_secondary[4]", "System.Char[]", 1)] public char[] gizmo_secondary = new System.Char[4]; - [DNAFieldAttribute(40, "char", "gizmo_view_align[4]", 1)] + [DNAFieldAttribute(40, "char", "gizmo_view_align[4]", "System.Char[]", 1)] public char[] gizmo_view_align = new System.Char[4]; - [DNAFieldAttribute(41, "char", "gizmo_a[4]", 1)] + [DNAFieldAttribute(41, "char", "gizmo_a[4]", "System.Char[]", 1)] public char[] gizmo_a = new System.Char[4]; - [DNAFieldAttribute(42, "char", "gizmo_b[4]", 1)] + [DNAFieldAttribute(42, "char", "gizmo_b[4]", "System.Char[]", 1)] public char[] gizmo_b = new System.Char[4]; - [DNAFieldAttribute(43, "char", "icon_scene[4]", 1)] + [DNAFieldAttribute(43, "char", "icon_scene[4]", "System.Char[]", 1)] public char[] icon_scene = new System.Char[4]; - [DNAFieldAttribute(44, "char", "icon_collection[4]", 1)] + [DNAFieldAttribute(44, "char", "icon_collection[4]", "System.Char[]", 1)] public char[] icon_collection = new System.Char[4]; - [DNAFieldAttribute(45, "char", "icon_object[4]", 1)] + [DNAFieldAttribute(45, "char", "icon_object[4]", "System.Char[]", 1)] public char[] icon_object = new System.Char[4]; - [DNAFieldAttribute(46, "char", "icon_object_data[4]", 1)] + [DNAFieldAttribute(46, "char", "icon_object_data[4]", "System.Char[]", 1)] public char[] icon_object_data = new System.Char[4]; - [DNAFieldAttribute(47, "char", "icon_modifier[4]", 1)] + [DNAFieldAttribute(47, "char", "icon_modifier[4]", "System.Char[]", 1)] public char[] icon_modifier = new System.Char[4]; - [DNAFieldAttribute(48, "char", "icon_shading[4]", 1)] + [DNAFieldAttribute(48, "char", "icon_shading[4]", "System.Char[]", 1)] public char[] icon_shading = new System.Char[4]; - [DNAFieldAttribute(49, "char", "icon_folder[4]", 1)] + [DNAFieldAttribute(49, "char", "icon_folder[4]", "System.Char[]", 1)] public char[] icon_folder = new System.Char[4]; - [DNAFieldAttribute(50, "char", "icon_autokey[4]", 1)] + [DNAFieldAttribute(50, "char", "icon_autokey[4]", "System.Char[]", 1)] public char[] icon_autokey = new System.Char[4]; - [DNAFieldAttribute(51, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(51, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(52, "float", "icon_border_intensity", 4)] + [DNAFieldAttribute(52, "float", "icon_border_intensity", "float", 4)] public float icon_border_intensity; - [DNAFieldAttribute(53, "float", "panel_roundness", 4)] + [DNAFieldAttribute(53, "float", "panel_roundness", "float", 4)] public float panel_roundness; - [DNAFieldAttribute(54, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(54, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; public ThemeUI() { this.wcol_regular = default; diff --git a/BlendFile/DNA/ThemeWireColor.cs b/BlendFile/DNA/ThemeWireColor.cs index 158dbec..eb22709 100644 --- a/BlendFile/DNA/ThemeWireColor.cs +++ b/BlendFile/DNA/ThemeWireColor.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(64, "ThemeWireColor")] public struct ThemeWireColor { - [DNAFieldAttribute(0, "char", "solid[4]", 1)] + [DNAFieldAttribute(0, "char", "solid[4]", "System.Char[]", 1)] public char[] solid = new System.Char[4]; - [DNAFieldAttribute(1, "char", "select[4]", 1)] + [DNAFieldAttribute(1, "char", "select[4]", "System.Char[]", 1)] public char[] select = new System.Char[4]; - [DNAFieldAttribute(2, "char", "active[4]", 1)] + [DNAFieldAttribute(2, "char", "active[4]", "System.Char[]", 1)] public char[] active = new System.Char[4]; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; public ThemeWireColor() { this.solid = default; diff --git a/BlendFile/DNA/ThickGpencilModifierData.cs b/BlendFile/DNA/ThickGpencilModifierData.cs index d490194..6697f9f 100644 --- a/BlendFile/DNA/ThickGpencilModifierData.cs +++ b/BlendFile/DNA/ThickGpencilModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(278, "ThickGpencilModifierData")] public class ThickGpencilModifierData { - [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, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "thickness_fac", 4)] + [DNAFieldAttribute(7, "float", "thickness_fac", "float", 4)] public float thickness_fac; - [DNAFieldAttribute(8, "int", "thickness", 4)] + [DNAFieldAttribute(8, "int", "thickness", "int", 4)] public int thickness; - [DNAFieldAttribute(9, "int", "layer_pass", 4)] + [DNAFieldAttribute(9, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(10, "char", "_pad[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(11, "CurveMapping", "*curve_thickness", 424)] + [DNAFieldAttribute(11, "CurveMapping", "*curve_thickness", "CurveMapping", 424)] public CurveMapping ptr_curve_thickness; public ThickGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/TimeGpencilModifierData.cs b/BlendFile/DNA/TimeGpencilModifierData.cs index e0eb433..df5875e 100644 --- a/BlendFile/DNA/TimeGpencilModifierData.cs +++ b/BlendFile/DNA/TimeGpencilModifierData.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(280, "TimeGpencilModifierData")] public class TimeGpencilModifierData { - [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", "layer_pass", 4)] + [DNAFieldAttribute(3, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "int", "offset", 4)] + [DNAFieldAttribute(5, "int", "offset", "int", 4)] public int offset; - [DNAFieldAttribute(6, "float", "frame_scale", 4)] + [DNAFieldAttribute(6, "float", "frame_scale", "float", 4)] public float frame_scale; - [DNAFieldAttribute(7, "int", "mode", 4)] + [DNAFieldAttribute(7, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(8, "int", "sfra", 4)] + [DNAFieldAttribute(8, "int", "sfra", "int", 4)] public int sfra; - [DNAFieldAttribute(9, "int", "efra", 4)] + [DNAFieldAttribute(9, "int", "efra", "int", 4)] public int efra; - [DNAFieldAttribute(10, "char", "_pad[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(11, "TimeGpencilModifierSegment", "*segments", 88)] + [DNAFieldAttribute(11, "TimeGpencilModifierSegment", "*segments", "TimeGpencilModifierSegment", 88)] public TimeGpencilModifierSegment ptr_segments; - [DNAFieldAttribute(12, "int", "segments_len", 4)] + [DNAFieldAttribute(12, "int", "segments_len", "int", 4)] public int segments_len; - [DNAFieldAttribute(13, "int", "segment_active_index", 4)] + [DNAFieldAttribute(13, "int", "segment_active_index", "int", 4)] public int segment_active_index; public TimeGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/TimeGpencilModifierSegment.cs b/BlendFile/DNA/TimeGpencilModifierSegment.cs index aaa2c96..d7ba0af 100644 --- a/BlendFile/DNA/TimeGpencilModifierSegment.cs +++ b/BlendFile/DNA/TimeGpencilModifierSegment.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(279, "TimeGpencilModifierSegment")] public class TimeGpencilModifierSegment { - [DNAFieldAttribute(0, "char", "name[64]", 1)] + [DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(1, "TimeGpencilModifierData", "*gpmd", 224)] + [DNAFieldAttribute(1, "TimeGpencilModifierData", "*gpmd", "TimeGpencilModifierData", 224)] public TimeGpencilModifierData ptr_gpmd; - [DNAFieldAttribute(2, "int", "seg_start", 4)] + [DNAFieldAttribute(2, "int", "seg_start", "int", 4)] public int seg_start; - [DNAFieldAttribute(3, "int", "seg_end", 4)] + [DNAFieldAttribute(3, "int", "seg_end", "int", 4)] public int seg_end; - [DNAFieldAttribute(4, "int", "seg_mode", 4)] + [DNAFieldAttribute(4, "int", "seg_mode", "int", 4)] public int seg_mode; - [DNAFieldAttribute(5, "int", "seg_repeat", 4)] + [DNAFieldAttribute(5, "int", "seg_repeat", "int", 4)] public int seg_repeat; public TimeGpencilModifierSegment() { this.name = default; diff --git a/BlendFile/DNA/TimeMarker.cs b/BlendFile/DNA/TimeMarker.cs index 604c75a..5dd013d 100644 --- a/BlendFile/DNA/TimeMarker.cs +++ b/BlendFile/DNA/TimeMarker.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(803, "TimeMarker")] public class TimeMarker { - [DNAFieldAttribute(0, "TimeMarker", "*next", 104)] + [DNAFieldAttribute(0, "TimeMarker", "*next", "TimeMarker", 104)] public TimeMarker ptr_next; - [DNAFieldAttribute(1, "TimeMarker", "*prev", 104)] + [DNAFieldAttribute(1, "TimeMarker", "*prev", "TimeMarker", 104)] public TimeMarker ptr_prev; - [DNAFieldAttribute(2, "int", "frame", 4)] + [DNAFieldAttribute(2, "int", "frame", "int", 4)] public int frame; - [DNAFieldAttribute(3, "char", "name[64]", 1)] + [DNAFieldAttribute(3, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "Object", "*camera", 1160)] + [DNAFieldAttribute(5, "Object", "*camera", "Object", 1160)] public Object ptr_camera; - [DNAFieldAttribute(6, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(6, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; public TimeMarker() { this.ptr_next = default; diff --git a/BlendFile/DNA/TintGpencilModifierData.cs b/BlendFile/DNA/TintGpencilModifierData.cs index 291f7aa..e932a43 100644 --- a/BlendFile/DNA/TintGpencilModifierData.cs +++ b/BlendFile/DNA/TintGpencilModifierData.cs @@ -15,37 +15,37 @@ namespace BlendFile.DNA { [DNAClassAttribute(298, "TintGpencilModifierData")] public class TintGpencilModifierData { - [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, "char", "layername[64]", 1)] + [DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = new System.Char[64]; - [DNAFieldAttribute(4, "char", "materialname[64]", 1)] + [DNAFieldAttribute(4, "char", "materialname[64]", "System.Char[]", 1)] public char[] materialname = new System.Char[64]; - [DNAFieldAttribute(5, "char", "vgname[64]", 1)] + [DNAFieldAttribute(5, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(6, "int", "pass_index", 4)] + [DNAFieldAttribute(6, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(7, "int", "layer_pass", 4)] + [DNAFieldAttribute(7, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(8, "int", "flag", 4)] + [DNAFieldAttribute(8, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(9, "int", "mode", 4)] + [DNAFieldAttribute(9, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(10, "float", "factor", 4)] + [DNAFieldAttribute(10, "float", "factor", "float", 4)] public float factor; - [DNAFieldAttribute(11, "float", "radius", 4)] + [DNAFieldAttribute(11, "float", "radius", "float", 4)] public float radius; - [DNAFieldAttribute(12, "float", "rgb[3]", 4)] + [DNAFieldAttribute(12, "float", "rgb[3]", "System.Single[]", 4)] public float[] rgb = new System.Single[3]; - [DNAFieldAttribute(13, "int", "type", 4)] + [DNAFieldAttribute(13, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(14, "CurveMapping", "*curve_intensity", 424)] + [DNAFieldAttribute(14, "CurveMapping", "*curve_intensity", "CurveMapping", 424)] public CurveMapping ptr_curve_intensity; - [DNAFieldAttribute(15, "ColorBand", "*colorband", 776)] + [DNAFieldAttribute(15, "ColorBand", "*colorband", "ColorBand", 776)] public ColorBand ptr_colorband; public TintGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/ToolSettings.cs b/BlendFile/DNA/ToolSettings.cs index 52e1616..f5dfa65 100644 --- a/BlendFile/DNA/ToolSettings.cs +++ b/BlendFile/DNA/ToolSettings.cs @@ -15,201 +15,201 @@ namespace BlendFile.DNA { [DNAClassAttribute(828, "ToolSettings")] public class ToolSettings { - [DNAFieldAttribute(0, "VPaint", "*vpaint", 136)] + [DNAFieldAttribute(0, "VPaint", "*vpaint", "VPaint", 136)] public VPaint ptr_vpaint; - [DNAFieldAttribute(1, "VPaint", "*wpaint", 136)] + [DNAFieldAttribute(1, "VPaint", "*wpaint", "VPaint", 136)] public VPaint ptr_wpaint; - [DNAFieldAttribute(2, "Sculpt", "*sculpt", 216)] + [DNAFieldAttribute(2, "Sculpt", "*sculpt", "Sculpt", 216)] public Sculpt ptr_sculpt; - [DNAFieldAttribute(3, "UvSculpt", "uvsculpt", 24)] + [DNAFieldAttribute(3, "UvSculpt", "uvsculpt", "UvSculpt", 24)] public UvSculpt uvsculpt; - [DNAFieldAttribute(4, "GpPaint", "*gp_paint", 128)] + [DNAFieldAttribute(4, "GpPaint", "*gp_paint", "GpPaint", 128)] public GpPaint ptr_gp_paint; - [DNAFieldAttribute(5, "GpVertexPaint", "*gp_vertexpaint", 128)] + [DNAFieldAttribute(5, "GpVertexPaint", "*gp_vertexpaint", "GpVertexPaint", 128)] public GpVertexPaint ptr_gp_vertexpaint; - [DNAFieldAttribute(6, "GpSculptPaint", "*gp_sculptpaint", 128)] + [DNAFieldAttribute(6, "GpSculptPaint", "*gp_sculptpaint", "GpSculptPaint", 128)] public GpSculptPaint ptr_gp_sculptpaint; - [DNAFieldAttribute(7, "GpWeightPaint", "*gp_weightpaint", 128)] + [DNAFieldAttribute(7, "GpWeightPaint", "*gp_weightpaint", "GpWeightPaint", 128)] public GpWeightPaint ptr_gp_weightpaint; - [DNAFieldAttribute(8, "CurvesSculpt", "*curves_sculpt", 120)] + [DNAFieldAttribute(8, "CurvesSculpt", "*curves_sculpt", "CurvesSculpt", 120)] public CurvesSculpt ptr_curves_sculpt; - [DNAFieldAttribute(9, "float", "vgroup_weight", 4)] + [DNAFieldAttribute(9, "float", "vgroup_weight", "float", 4)] public float vgroup_weight; - [DNAFieldAttribute(10, "float", "doublimit", 4)] + [DNAFieldAttribute(10, "float", "doublimit", "float", 4)] public float doublimit; - [DNAFieldAttribute(11, "char", "automerge", 1)] + [DNAFieldAttribute(11, "char", "automerge", "char", 1)] public char automerge; - [DNAFieldAttribute(12, "char", "object_flag", 1)] + [DNAFieldAttribute(12, "char", "object_flag", "char", 1)] public char object_flag; - [DNAFieldAttribute(13, "char", "selectmode", 1)] + [DNAFieldAttribute(13, "char", "selectmode", "char", 1)] public char selectmode; - [DNAFieldAttribute(14, "char", "unwrapper", 1)] + [DNAFieldAttribute(14, "char", "unwrapper", "char", 1)] public char unwrapper; - [DNAFieldAttribute(15, "char", "uvcalc_flag", 1)] + [DNAFieldAttribute(15, "char", "uvcalc_flag", "char", 1)] public char uvcalc_flag; - [DNAFieldAttribute(16, "char", "uv_flag", 1)] + [DNAFieldAttribute(16, "char", "uv_flag", "char", 1)] public char uv_flag; - [DNAFieldAttribute(17, "char", "uv_selectmode", 1)] + [DNAFieldAttribute(17, "char", "uv_selectmode", "char", 1)] public char uv_selectmode; - [DNAFieldAttribute(18, "char", "uv_sticky", 1)] + [DNAFieldAttribute(18, "char", "uv_sticky", "char", 1)] public char uv_sticky; - [DNAFieldAttribute(19, "float", "uvcalc_margin", 4)] + [DNAFieldAttribute(19, "float", "uvcalc_margin", "float", 4)] public float uvcalc_margin; - [DNAFieldAttribute(20, "int", "uvcalc_iterations", 4)] + [DNAFieldAttribute(20, "int", "uvcalc_iterations", "int", 4)] public int uvcalc_iterations; - [DNAFieldAttribute(21, "float", "uvcalc_weight_factor", 4)] + [DNAFieldAttribute(21, "float", "uvcalc_weight_factor", "float", 4)] public float uvcalc_weight_factor; - [DNAFieldAttribute(22, "char", "uvcalc_weight_group[64]", 1)] + [DNAFieldAttribute(22, "char", "uvcalc_weight_group[64]", "System.Char[]", 1)] public char[] uvcalc_weight_group = new System.Char[64]; - [DNAFieldAttribute(23, "short", "autoik_chainlen", 2)] + [DNAFieldAttribute(23, "short", "autoik_chainlen", "short", 2)] public short autoik_chainlen; - [DNAFieldAttribute(24, "char", "gpencil_flags", 1)] + [DNAFieldAttribute(24, "char", "gpencil_flags", "char", 1)] public char gpencil_flags; - [DNAFieldAttribute(25, "char", "gpencil_v3d_align", 1)] + [DNAFieldAttribute(25, "char", "gpencil_v3d_align", "char", 1)] public char gpencil_v3d_align; - [DNAFieldAttribute(26, "char", "gpencil_v2d_align", 1)] + [DNAFieldAttribute(26, "char", "gpencil_v2d_align", "char", 1)] public char gpencil_v2d_align; - [DNAFieldAttribute(27, "char", "annotate_v3d_align", 1)] + [DNAFieldAttribute(27, "char", "annotate_v3d_align", "char", 1)] public char annotate_v3d_align; - [DNAFieldAttribute(28, "short", "annotate_thickness", 2)] + [DNAFieldAttribute(28, "short", "annotate_thickness", "short", 2)] public short annotate_thickness; - [DNAFieldAttribute(29, "float", "gpencil_surface_offset", 4)] + [DNAFieldAttribute(29, "float", "gpencil_surface_offset", "float", 4)] public float gpencil_surface_offset; - [DNAFieldAttribute(30, "char", "gpencil_selectmode_edit", 1)] + [DNAFieldAttribute(30, "char", "gpencil_selectmode_edit", "char", 1)] public char gpencil_selectmode_edit; - [DNAFieldAttribute(31, "char", "gpencil_selectmode_sculpt", 1)] + [DNAFieldAttribute(31, "char", "gpencil_selectmode_sculpt", "char", 1)] public char gpencil_selectmode_sculpt; - [DNAFieldAttribute(32, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(32, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(33, "GP_Sculpt_Settings", "gp_sculpt", 80)] + [DNAFieldAttribute(33, "GP_Sculpt_Settings", "gp_sculpt", "GP_Sculpt_Settings", 80)] public GP_Sculpt_Settings gp_sculpt; - [DNAFieldAttribute(34, "GP_Interpolate_Settings", "gp_interpolate", 8)] + [DNAFieldAttribute(34, "GP_Interpolate_Settings", "gp_interpolate", "GP_Interpolate_Settings", 8)] public GP_Interpolate_Settings gp_interpolate; - [DNAFieldAttribute(35, "ImagePaintSettings", "imapaint", 184)] + [DNAFieldAttribute(35, "ImagePaintSettings", "imapaint", "ImagePaintSettings", 184)] public ImagePaintSettings imapaint; - [DNAFieldAttribute(36, "PaintModeSettings", "paint_mode", 56)] + [DNAFieldAttribute(36, "PaintModeSettings", "paint_mode", "PaintModeSettings", 56)] public PaintModeSettings paint_mode; - [DNAFieldAttribute(37, "ParticleEditSettings", "particle", 176)] + [DNAFieldAttribute(37, "ParticleEditSettings", "particle", "ParticleEditSettings", 176)] public ParticleEditSettings particle; - [DNAFieldAttribute(38, "float", "proportional_size", 4)] + [DNAFieldAttribute(38, "float", "proportional_size", "float", 4)] public float proportional_size; - [DNAFieldAttribute(39, "float", "select_thresh", 4)] + [DNAFieldAttribute(39, "float", "select_thresh", "float", 4)] public float select_thresh; - [DNAFieldAttribute(40, "short", "keying_flag", 2)] + [DNAFieldAttribute(40, "short", "keying_flag", "short", 2)] public short keying_flag; - [DNAFieldAttribute(41, "char", "autokey_mode", 1)] + [DNAFieldAttribute(41, "char", "autokey_mode", "char", 1)] public char autokey_mode; - [DNAFieldAttribute(42, "char", "keyframe_type", 1)] + [DNAFieldAttribute(42, "char", "keyframe_type", "char", 1)] public char keyframe_type; - [DNAFieldAttribute(43, "char", "multires_subdiv_type", 1)] + [DNAFieldAttribute(43, "char", "multires_subdiv_type", "char", 1)] public char multires_subdiv_type; - [DNAFieldAttribute(44, "char", "edge_mode", 1)] + [DNAFieldAttribute(44, "char", "edge_mode", "char", 1)] public char edge_mode; - [DNAFieldAttribute(45, "char", "edge_mode_live_unwrap", 1)] + [DNAFieldAttribute(45, "char", "edge_mode_live_unwrap", "char", 1)] public char edge_mode_live_unwrap; - [DNAFieldAttribute(46, "char", "transform_pivot_point", 1)] + [DNAFieldAttribute(46, "char", "transform_pivot_point", "char", 1)] public char transform_pivot_point; - [DNAFieldAttribute(47, "char", "transform_flag", 1)] + [DNAFieldAttribute(47, "char", "transform_flag", "char", 1)] public char transform_flag; - [DNAFieldAttribute(48, "char", "snap_node_mode", 1)] + [DNAFieldAttribute(48, "char", "snap_node_mode", "char", 1)] public char snap_node_mode; - [DNAFieldAttribute(49, "short", "snap_mode", 2)] + [DNAFieldAttribute(49, "short", "snap_mode", "short", 2)] public short snap_mode; - [DNAFieldAttribute(50, "short", "snap_uv_mode", 2)] + [DNAFieldAttribute(50, "short", "snap_uv_mode", "short", 2)] public short snap_uv_mode; - [DNAFieldAttribute(51, "short", "snap_anim_mode", 2)] + [DNAFieldAttribute(51, "short", "snap_anim_mode", "short", 2)] public short snap_anim_mode; - [DNAFieldAttribute(52, "short", "snap_flag", 2)] + [DNAFieldAttribute(52, "short", "snap_flag", "short", 2)] public short snap_flag; - [DNAFieldAttribute(53, "short", "snap_flag_node", 2)] + [DNAFieldAttribute(53, "short", "snap_flag_node", "short", 2)] public short snap_flag_node; - [DNAFieldAttribute(54, "short", "snap_flag_seq", 2)] + [DNAFieldAttribute(54, "short", "snap_flag_seq", "short", 2)] public short snap_flag_seq; - [DNAFieldAttribute(55, "short", "snap_flag_anim", 2)] + [DNAFieldAttribute(55, "short", "snap_flag_anim", "short", 2)] public short snap_flag_anim; - [DNAFieldAttribute(56, "short", "snap_uv_flag", 2)] + [DNAFieldAttribute(56, "short", "snap_uv_flag", "short", 2)] public short snap_uv_flag; - [DNAFieldAttribute(57, "char", "_pad[4]", 1)] + [DNAFieldAttribute(57, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(58, "char", "snap_target", 1)] + [DNAFieldAttribute(58, "char", "snap_target", "char", 1)] public char snap_target; - [DNAFieldAttribute(59, "char", "snap_transform_mode_flag", 1)] + [DNAFieldAttribute(59, "char", "snap_transform_mode_flag", "char", 1)] public char snap_transform_mode_flag; - [DNAFieldAttribute(60, "short", "snap_face_nearest_steps", 2)] + [DNAFieldAttribute(60, "short", "snap_face_nearest_steps", "short", 2)] public short snap_face_nearest_steps; - [DNAFieldAttribute(61, "char", "proportional_edit", 1)] + [DNAFieldAttribute(61, "char", "proportional_edit", "char", 1)] public char proportional_edit; - [DNAFieldAttribute(62, "char", "prop_mode", 1)] + [DNAFieldAttribute(62, "char", "prop_mode", "char", 1)] public char prop_mode; - [DNAFieldAttribute(63, "char", "proportional_objects", 1)] + [DNAFieldAttribute(63, "char", "proportional_objects", "char", 1)] public char proportional_objects; - [DNAFieldAttribute(64, "char", "proportional_mask", 1)] + [DNAFieldAttribute(64, "char", "proportional_mask", "char", 1)] public char proportional_mask; - [DNAFieldAttribute(65, "char", "proportional_action", 1)] + [DNAFieldAttribute(65, "char", "proportional_action", "char", 1)] public char proportional_action; - [DNAFieldAttribute(66, "char", "proportional_fcurve", 1)] + [DNAFieldAttribute(66, "char", "proportional_fcurve", "char", 1)] public char proportional_fcurve; - [DNAFieldAttribute(67, "char", "lock_markers", 1)] + [DNAFieldAttribute(67, "char", "lock_markers", "char", 1)] public char lock_markers; - [DNAFieldAttribute(68, "char", "auto_normalize", 1)] + [DNAFieldAttribute(68, "char", "auto_normalize", "char", 1)] public char auto_normalize; - [DNAFieldAttribute(69, "char", "wpaint_lock_relative", 1)] + [DNAFieldAttribute(69, "char", "wpaint_lock_relative", "char", 1)] public char wpaint_lock_relative; - [DNAFieldAttribute(70, "char", "multipaint", 1)] + [DNAFieldAttribute(70, "char", "multipaint", "char", 1)] public char multipaint; - [DNAFieldAttribute(71, "char", "weightuser", 1)] + [DNAFieldAttribute(71, "char", "weightuser", "char", 1)] public char weightuser; - [DNAFieldAttribute(72, "char", "vgroupsubset", 1)] + [DNAFieldAttribute(72, "char", "vgroupsubset", "char", 1)] public char vgroupsubset; - [DNAFieldAttribute(73, "char", "gpencil_selectmode_vertex", 1)] + [DNAFieldAttribute(73, "char", "gpencil_selectmode_vertex", "char", 1)] public char gpencil_selectmode_vertex; - [DNAFieldAttribute(74, "char", "uv_sculpt_settings", 1)] + [DNAFieldAttribute(74, "char", "uv_sculpt_settings", "char", 1)] public char uv_sculpt_settings; - [DNAFieldAttribute(75, "char", "workspace_tool_type", 1)] + [DNAFieldAttribute(75, "char", "workspace_tool_type", "char", 1)] public char workspace_tool_type; - [DNAFieldAttribute(76, "char", "_pad5[1]", 1)] + [DNAFieldAttribute(76, "char", "_pad5[1]", "System.Char[]", 1)] public char[] _pad5 = new System.Char[1]; - [DNAFieldAttribute(77, "short", "sculpt_paint_settings", 2)] + [DNAFieldAttribute(77, "short", "sculpt_paint_settings", "short", 2)] public short sculpt_paint_settings; - [DNAFieldAttribute(78, "int", "sculpt_paint_unified_size", 4)] + [DNAFieldAttribute(78, "int", "sculpt_paint_unified_size", "int", 4)] public int sculpt_paint_unified_size; - [DNAFieldAttribute(79, "float", "sculpt_paint_unified_unprojected_radius", 4)] + [DNAFieldAttribute(79, "float", "sculpt_paint_unified_unprojected_radius", "float", 4)] public float sculpt_paint_unified_unprojected_radius; - [DNAFieldAttribute(80, "float", "sculpt_paint_unified_alpha", 4)] + [DNAFieldAttribute(80, "float", "sculpt_paint_unified_alpha", "float", 4)] public float sculpt_paint_unified_alpha; - [DNAFieldAttribute(81, "UnifiedPaintSettings", "unified_paint_settings", 168)] + [DNAFieldAttribute(81, "UnifiedPaintSettings", "unified_paint_settings", "UnifiedPaintSettings", 168)] public UnifiedPaintSettings unified_paint_settings; - [DNAFieldAttribute(82, "CurvePaintSettings", "curve_paint_settings", 32)] + [DNAFieldAttribute(82, "CurvePaintSettings", "curve_paint_settings", "CurvePaintSettings", 32)] public CurvePaintSettings curve_paint_settings; - [DNAFieldAttribute(83, "MeshStatVis", "statvis", 40)] + [DNAFieldAttribute(83, "MeshStatVis", "statvis", "MeshStatVis", 40)] public MeshStatVis statvis; - [DNAFieldAttribute(84, "float", "normal_vector[3]", 4)] + [DNAFieldAttribute(84, "float", "normal_vector[3]", "System.Single[]", 4)] public float[] normal_vector = new System.Single[3]; - [DNAFieldAttribute(85, "char", "_pad6[4]", 1)] + [DNAFieldAttribute(85, "char", "_pad6[4]", "System.Char[]", 1)] public char[] _pad6 = new System.Char[4]; - [DNAFieldAttribute(86, "CurveProfile", "*custom_bevel_profile_preset", 72)] + [DNAFieldAttribute(86, "CurveProfile", "*custom_bevel_profile_preset", "CurveProfile", 72)] public CurveProfile ptr_custom_bevel_profile_preset; - [DNAFieldAttribute(87, "SequencerToolSettings", "*sequencer_tool_settings", 20)] + [DNAFieldAttribute(87, "SequencerToolSettings", "*sequencer_tool_settings", "SequencerToolSettings", 20)] public SequencerToolSettings ptr_sequencer_tool_settings; - [DNAFieldAttribute(88, "short", "snap_mode_tools", 2)] + [DNAFieldAttribute(88, "short", "snap_mode_tools", "short", 2)] public short snap_mode_tools; - [DNAFieldAttribute(89, "char", "plane_axis", 1)] + [DNAFieldAttribute(89, "char", "plane_axis", "char", 1)] public char plane_axis; - [DNAFieldAttribute(90, "char", "plane_depth", 1)] + [DNAFieldAttribute(90, "char", "plane_depth", "char", 1)] public char plane_depth; - [DNAFieldAttribute(91, "char", "plane_orient", 1)] + [DNAFieldAttribute(91, "char", "plane_orient", "char", 1)] public char plane_orient; - [DNAFieldAttribute(92, "char", "use_plane_axis_auto", 1)] + [DNAFieldAttribute(92, "char", "use_plane_axis_auto", "char", 1)] public char use_plane_axis_auto; - [DNAFieldAttribute(93, "char", "_pad7[2]", 1)] + [DNAFieldAttribute(93, "char", "_pad7[2]", "System.Char[]", 1)] public char[] _pad7 = new System.Char[2]; - [DNAFieldAttribute(94, "float", "snap_angle_increment_2d", 4)] + [DNAFieldAttribute(94, "float", "snap_angle_increment_2d", "float", 4)] public float snap_angle_increment_2d; - [DNAFieldAttribute(95, "float", "snap_angle_increment_2d_precision", 4)] + [DNAFieldAttribute(95, "float", "snap_angle_increment_2d_precision", "float", 4)] public float snap_angle_increment_2d_precision; - [DNAFieldAttribute(96, "float", "snap_angle_increment_3d", 4)] + [DNAFieldAttribute(96, "float", "snap_angle_increment_3d", "float", 4)] public float snap_angle_increment_3d; - [DNAFieldAttribute(97, "float", "snap_angle_increment_3d_precision", 4)] + [DNAFieldAttribute(97, "float", "snap_angle_increment_3d_precision", "float", 4)] public float snap_angle_increment_3d_precision; public ToolSettings() { this.ptr_vpaint = default; diff --git a/BlendFile/DNA/ToolSystemBrushBindings.cs b/BlendFile/DNA/ToolSystemBrushBindings.cs index 3003a78..b0eeafe 100644 --- a/BlendFile/DNA/ToolSystemBrushBindings.cs +++ b/BlendFile/DNA/ToolSystemBrushBindings.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(806, "ToolSystemBrushBindings")] public class ToolSystemBrushBindings { - [DNAFieldAttribute(0, "AssetWeakReference", "*main_brush_asset_reference", 24)] + [DNAFieldAttribute(0, "AssetWeakReference", "*main_brush_asset_reference", "AssetWeakReference", 24)] public AssetWeakReference ptr_main_brush_asset_reference; - [DNAFieldAttribute(1, "ListBase", "active_brush_per_brush_type", 16)] + [DNAFieldAttribute(1, "ListBase", "active_brush_per_brush_type", "ListBase", 16)] public ListBase active_brush_per_brush_type; public ToolSystemBrushBindings() { this.ptr_main_brush_asset_reference = default; diff --git a/BlendFile/DNA/TransformOrientation.cs b/BlendFile/DNA/TransformOrientation.cs index e19420e..7578032 100644 --- a/BlendFile/DNA/TransformOrientation.cs +++ b/BlendFile/DNA/TransformOrientation.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(858, "TransformOrientation")] public class TransformOrientation { - [DNAFieldAttribute(0, "TransformOrientation", "*next", 120)] + [DNAFieldAttribute(0, "TransformOrientation", "*next", "TransformOrientation", 120)] public TransformOrientation ptr_next; - [DNAFieldAttribute(1, "TransformOrientation", "*prev", 120)] + [DNAFieldAttribute(1, "TransformOrientation", "*prev", "TransformOrientation", 120)] public TransformOrientation 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, "float", "mat[3][3]", 4)] + [DNAFieldAttribute(3, "float", "mat[3][3]", "System.Single[,]", 4)] public float[,] mat = new System.Single[3,3]; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public TransformOrientation() { this.ptr_next = default; diff --git a/BlendFile/DNA/TransformOrientationSlot.cs b/BlendFile/DNA/TransformOrientationSlot.cs index 8daf48a..dd6e707 100644 --- a/BlendFile/DNA/TransformOrientationSlot.cs +++ b/BlendFile/DNA/TransformOrientationSlot.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(838, "TransformOrientationSlot")] public struct TransformOrientationSlot { - [DNAFieldAttribute(0, "int", "type", 4)] + [DNAFieldAttribute(0, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(1, "int", "index_custom", 4)] + [DNAFieldAttribute(1, "int", "index_custom", "int", 4)] public int index_custom; - [DNAFieldAttribute(2, "char", "flag", 1)] + [DNAFieldAttribute(2, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(3, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(3, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public TransformOrientationSlot() { this.type = default; diff --git a/BlendFile/DNA/TransformVars.cs b/BlendFile/DNA/TransformVars.cs index 5f6641e..adb0ed4 100644 --- a/BlendFile/DNA/TransformVars.cs +++ b/BlendFile/DNA/TransformVars.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(898, "TransformVars")] public struct TransformVars { - [DNAFieldAttribute(0, "float", "ScalexIni", 4)] + [DNAFieldAttribute(0, "float", "ScalexIni", "float", 4)] public float ScalexIni; - [DNAFieldAttribute(1, "float", "ScaleyIni", 4)] + [DNAFieldAttribute(1, "float", "ScaleyIni", "float", 4)] public float ScaleyIni; - [DNAFieldAttribute(2, "float", "xIni", 4)] + [DNAFieldAttribute(2, "float", "xIni", "float", 4)] public float xIni; - [DNAFieldAttribute(3, "float", "yIni", 4)] + [DNAFieldAttribute(3, "float", "yIni", "float", 4)] public float yIni; - [DNAFieldAttribute(4, "float", "rotIni", 4)] + [DNAFieldAttribute(4, "float", "rotIni", "float", 4)] public float rotIni; - [DNAFieldAttribute(5, "int", "percent", 4)] + [DNAFieldAttribute(5, "int", "percent", "int", 4)] public int percent; - [DNAFieldAttribute(6, "int", "interpolation", 4)] + [DNAFieldAttribute(6, "int", "interpolation", "int", 4)] public int interpolation; - [DNAFieldAttribute(7, "int", "uniform_scale", 4)] + [DNAFieldAttribute(7, "int", "uniform_scale", "int", 4)] public int uniform_scale; public TransformVars() { this.ScalexIni = default; diff --git a/BlendFile/DNA/TreeStore.cs b/BlendFile/DNA/TreeStore.cs index 989acb1..474a4ab 100644 --- a/BlendFile/DNA/TreeStore.cs +++ b/BlendFile/DNA/TreeStore.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(775, "TreeStore")] public class TreeStore { - [DNAFieldAttribute(0, "int", "totelem", 4)] + [DNAFieldAttribute(0, "int", "totelem", "int", 4)] public int totelem; - [DNAFieldAttribute(1, "int", "usedelem", 4)] + [DNAFieldAttribute(1, "int", "usedelem", "int", 4)] public int usedelem; - [DNAFieldAttribute(2, "TreeStoreElem", "*data", 16)] + [DNAFieldAttribute(2, "TreeStoreElem", "*data", "TreeStoreElem", 16)] public TreeStoreElem ptr_data; public TreeStore() { this.totelem = default; diff --git a/BlendFile/DNA/TreeStoreElem.cs b/BlendFile/DNA/TreeStoreElem.cs index 0b5d927..736ffae 100644 --- a/BlendFile/DNA/TreeStoreElem.cs +++ b/BlendFile/DNA/TreeStoreElem.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(774, "TreeStoreElem")] public class TreeStoreElem { - [DNAFieldAttribute(0, "short", "type", 2)] + [DNAFieldAttribute(0, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(1, "short", "nr", 2)] + [DNAFieldAttribute(1, "short", "nr", "short", 2)] public short nr; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "short", "used", 2)] + [DNAFieldAttribute(3, "short", "used", "short", 2)] public short used; - [DNAFieldAttribute(4, "ID", "*id", 208)] + [DNAFieldAttribute(4, "ID", "*id", "ID", 208)] public ID ptr_id; public TreeStoreElem() { this.type = default; diff --git a/BlendFile/DNA/TriangulateModifierData.cs b/BlendFile/DNA/TriangulateModifierData.cs index e37ebf0..c4a9bd2 100644 --- a/BlendFile/DNA/TriangulateModifierData.cs +++ b/BlendFile/DNA/TriangulateModifierData.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(498, "TriangulateModifierData")] public struct TriangulateModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "quad_method", 4)] + [DNAFieldAttribute(2, "int", "quad_method", "int", 4)] public int quad_method; - [DNAFieldAttribute(3, "int", "ngon_method", 4)] + [DNAFieldAttribute(3, "int", "ngon_method", "int", 4)] public int ngon_method; - [DNAFieldAttribute(4, "int", "min_vertices", 4)] + [DNAFieldAttribute(4, "int", "min_vertices", "int", 4)] public int min_vertices; public TriangulateModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/UVProjectModifierData.cs b/BlendFile/DNA/UVProjectModifierData.cs index 6ea52f2..ade22d4 100644 --- a/BlendFile/DNA/UVProjectModifierData.cs +++ b/BlendFile/DNA/UVProjectModifierData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(456, "UVProjectModifierData")] public class UVProjectModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Object", "*projectors[10]", 1160)] + [DNAFieldAttribute(1, "Object", "*projectors[10]", "Object[]", 1160)] public Object[] ptr_project = new Object[10]; - [DNAFieldAttribute(2, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(3, "int", "num_projectors", 4)] + [DNAFieldAttribute(3, "int", "num_projectors", "int", 4)] public int num_projectors; - [DNAFieldAttribute(4, "float", "aspectx", 4)] + [DNAFieldAttribute(4, "float", "aspectx", "float", 4)] public float aspectx; - [DNAFieldAttribute(5, "float", "aspecty", 4)] + [DNAFieldAttribute(5, "float", "aspecty", "float", 4)] public float aspecty; - [DNAFieldAttribute(6, "float", "scalex", 4)] + [DNAFieldAttribute(6, "float", "scalex", "float", 4)] public float scalex; - [DNAFieldAttribute(7, "float", "scaley", 4)] + [DNAFieldAttribute(7, "float", "scaley", "float", 4)] public float scaley; - [DNAFieldAttribute(8, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(8, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(9, "int", "uvlayer_tmp", 4)] + [DNAFieldAttribute(9, "int", "uvlayer_tmp", "int", 4)] public int uvlayer_tmp; public UVProjectModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/UVWarpModifierData.cs b/BlendFile/DNA/UVWarpModifierData.cs index 6b5c282..9c2a5ae 100644 --- a/BlendFile/DNA/UVWarpModifierData.cs +++ b/BlendFile/DNA/UVWarpModifierData.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(502, "UVWarpModifierData")] public class UVWarpModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "axis_u", 1)] + [DNAFieldAttribute(1, "char", "axis_u", "char", 1)] public char axis_u; - [DNAFieldAttribute(2, "char", "axis_v", 1)] + [DNAFieldAttribute(2, "char", "axis_v", "char", 1)] public char axis_v; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "float", "center[2]", 4)] + [DNAFieldAttribute(4, "float", "center[2]", "System.Single[]", 4)] public float[] center = new System.Single[2]; - [DNAFieldAttribute(5, "float", "offset[2]", 4)] + [DNAFieldAttribute(5, "float", "offset[2]", "System.Single[]", 4)] public float[] offset = new System.Single[2]; - [DNAFieldAttribute(6, "float", "scale[2]", 4)] + [DNAFieldAttribute(6, "float", "scale[2]", "System.Single[]", 4)] public float[] scale = new System.Single[2]; - [DNAFieldAttribute(7, "float", "rotation", 4)] + [DNAFieldAttribute(7, "float", "rotation", "float", 4)] public float rotation; - [DNAFieldAttribute(8, "Object", "*object_src", 1160)] + [DNAFieldAttribute(8, "Object", "*object_src", "Object", 1160)] public Object ptr_object_src; - [DNAFieldAttribute(9, "char", "bone_src[64]", 1)] + [DNAFieldAttribute(9, "char", "bone_src[64]", "System.Char[]", 1)] public char[] bone_src = new System.Char[64]; - [DNAFieldAttribute(10, "Object", "*object_dst", 1160)] + [DNAFieldAttribute(10, "Object", "*object_dst", "Object", 1160)] public Object ptr_object_dst; - [DNAFieldAttribute(11, "char", "bone_dst[64]", 1)] + [DNAFieldAttribute(11, "char", "bone_dst[64]", "System.Char[]", 1)] public char[] bone_dst = new System.Char[64]; - [DNAFieldAttribute(12, "char", "vgroup_name[64]", 1)] + [DNAFieldAttribute(12, "char", "vgroup_name[64]", "System.Char[]", 1)] public char[] vgroup_name = new System.Char[64]; - [DNAFieldAttribute(13, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(13, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(14, "char", "_pad[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public UVWarpModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/UnifiedPaintSettings.cs b/BlendFile/DNA/UnifiedPaintSettings.cs index fa2fe7b..f4850b5 100644 --- a/BlendFile/DNA/UnifiedPaintSettings.cs +++ b/BlendFile/DNA/UnifiedPaintSettings.cs @@ -15,69 +15,69 @@ namespace BlendFile.DNA { [DNAClassAttribute(823, "UnifiedPaintSettings")] public class UnifiedPaintSettings { - [DNAFieldAttribute(0, "int", "size", 4)] + [DNAFieldAttribute(0, "int", "size", "int", 4)] public int size; - [DNAFieldAttribute(1, "float", "unprojected_radius", 4)] + [DNAFieldAttribute(1, "float", "unprojected_radius", "float", 4)] public float unprojected_radius; - [DNAFieldAttribute(2, "float", "alpha", 4)] + [DNAFieldAttribute(2, "float", "alpha", "float", 4)] public float alpha; - [DNAFieldAttribute(3, "float", "weight", 4)] + [DNAFieldAttribute(3, "float", "weight", "float", 4)] public float weight; - [DNAFieldAttribute(4, "float", "rgb[3]", 4)] + [DNAFieldAttribute(4, "float", "rgb[3]", "System.Single[]", 4)] public float[] rgb = new System.Single[3]; - [DNAFieldAttribute(5, "float", "secondary_rgb[3]", 4)] + [DNAFieldAttribute(5, "float", "secondary_rgb[3]", "System.Single[]", 4)] public float[] secondary_rgb = new System.Single[3]; - [DNAFieldAttribute(6, "int", "input_samples", 4)] + [DNAFieldAttribute(6, "int", "input_samples", "int", 4)] public int input_samples; - [DNAFieldAttribute(7, "int", "flag", 4)] + [DNAFieldAttribute(7, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(9, "float", "last_rake[2]", 4)] + [DNAFieldAttribute(9, "float", "last_rake[2]", "System.Single[]", 4)] public float[] last_rake = new System.Single[2]; - [DNAFieldAttribute(10, "float", "last_rake_angle", 4)] + [DNAFieldAttribute(10, "float", "last_rake_angle", "float", 4)] public float last_rake_angle; - [DNAFieldAttribute(11, "int", "last_stroke_valid", 4)] + [DNAFieldAttribute(11, "int", "last_stroke_valid", "int", 4)] public int last_stroke_valid; - [DNAFieldAttribute(12, "float", "average_stroke_accum[3]", 4)] + [DNAFieldAttribute(12, "float", "average_stroke_accum[3]", "System.Single[]", 4)] public float[] average_stroke_accum = new System.Single[3]; - [DNAFieldAttribute(13, "int", "average_stroke_counter", 4)] + [DNAFieldAttribute(13, "int", "average_stroke_counter", "int", 4)] public int average_stroke_counter; - [DNAFieldAttribute(14, "float", "brush_rotation", 4)] + [DNAFieldAttribute(14, "float", "brush_rotation", "float", 4)] public float brush_rotation; - [DNAFieldAttribute(15, "float", "brush_rotation_sec", 4)] + [DNAFieldAttribute(15, "float", "brush_rotation_sec", "float", 4)] public float brush_rotation_sec; - [DNAFieldAttribute(16, "int", "anchored_size", 4)] + [DNAFieldAttribute(16, "int", "anchored_size", "int", 4)] public int anchored_size; - [DNAFieldAttribute(17, "float", "overlap_factor", 4)] + [DNAFieldAttribute(17, "float", "overlap_factor", "float", 4)] public float overlap_factor; - [DNAFieldAttribute(18, "char", "draw_inverted", 1)] + [DNAFieldAttribute(18, "char", "draw_inverted", "char", 1)] public char draw_inverted; - [DNAFieldAttribute(19, "char", "stroke_active", 1)] + [DNAFieldAttribute(19, "char", "stroke_active", "char", 1)] public char stroke_active; - [DNAFieldAttribute(20, "char", "draw_anchored", 1)] + [DNAFieldAttribute(20, "char", "draw_anchored", "char", 1)] public char draw_anchored; - [DNAFieldAttribute(21, "char", "do_linear_conversion", 1)] + [DNAFieldAttribute(21, "char", "do_linear_conversion", "char", 1)] public char do_linear_conversion; - [DNAFieldAttribute(22, "float", "last_location[3]", 4)] + [DNAFieldAttribute(22, "float", "last_location[3]", "System.Single[]", 4)] public float[] last_location = new System.Single[3]; - [DNAFieldAttribute(23, "int", "last_hit", 4)] + [DNAFieldAttribute(23, "int", "last_hit", "int", 4)] public int last_hit; - [DNAFieldAttribute(24, "float", "anchored_initial_mouse[2]", 4)] + [DNAFieldAttribute(24, "float", "anchored_initial_mouse[2]", "System.Single[]", 4)] public float[] anchored_initial_mouse = new System.Single[2]; - [DNAFieldAttribute(25, "float", "pixel_radius", 4)] + [DNAFieldAttribute(25, "float", "pixel_radius", "float", 4)] public float pixel_radius; - [DNAFieldAttribute(26, "float", "initial_pixel_radius", 4)] + [DNAFieldAttribute(26, "float", "initial_pixel_radius", "float", 4)] public float initial_pixel_radius; - [DNAFieldAttribute(27, "float", "start_pixel_radius", 4)] + [DNAFieldAttribute(27, "float", "start_pixel_radius", "float", 4)] public float start_pixel_radius; - [DNAFieldAttribute(28, "float", "size_pressure_value", 4)] + [DNAFieldAttribute(28, "float", "size_pressure_value", "float", 4)] public float size_pressure_value; - [DNAFieldAttribute(29, "float", "tex_mouse[2]", 4)] + [DNAFieldAttribute(29, "float", "tex_mouse[2]", "System.Single[]", 4)] public float[] tex_mouse = new System.Single[2]; - [DNAFieldAttribute(30, "float", "mask_tex_mouse[2]", 4)] + [DNAFieldAttribute(30, "float", "mask_tex_mouse[2]", "System.Single[]", 4)] public float[] mask_tex_mouse = new System.Single[2]; - [DNAFieldAttribute(31, "ColorSpace", "*colorspace", 0)] + [DNAFieldAttribute(31, "ColorSpace", "*colorspace", "ColorSpace", 0)] public ColorSpace ptr_colorspace; public UnifiedPaintSettings() { this.size = default; diff --git a/BlendFile/DNA/UnitSettings.cs b/BlendFile/DNA/UnitSettings.cs index 8d8beaf..4401e28 100644 --- a/BlendFile/DNA/UnitSettings.cs +++ b/BlendFile/DNA/UnitSettings.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(829, "UnitSettings")] public struct UnitSettings { - [DNAFieldAttribute(0, "float", "scale_length", 4)] + [DNAFieldAttribute(0, "float", "scale_length", "float", 4)] public float scale_length; - [DNAFieldAttribute(1, "char", "system", 1)] + [DNAFieldAttribute(1, "char", "system", "char", 1)] public char system; - [DNAFieldAttribute(2, "char", "system_rotation", 1)] + [DNAFieldAttribute(2, "char", "system_rotation", "char", 1)] public char system_rotation; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "char", "length_unit", 1)] + [DNAFieldAttribute(4, "char", "length_unit", "char", 1)] public char length_unit; - [DNAFieldAttribute(5, "char", "mass_unit", 1)] + [DNAFieldAttribute(5, "char", "mass_unit", "char", 1)] public char mass_unit; - [DNAFieldAttribute(6, "char", "time_unit", 1)] + [DNAFieldAttribute(6, "char", "time_unit", "char", 1)] public char time_unit; - [DNAFieldAttribute(7, "char", "temperature_unit", 1)] + [DNAFieldAttribute(7, "char", "temperature_unit", "char", 1)] public char temperature_unit; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public UnitSettings() { this.scale_length = default; diff --git a/BlendFile/DNA/UserDef.cs b/BlendFile/DNA/UserDef.cs index 06084ff..106e63c 100644 --- a/BlendFile/DNA/UserDef.cs +++ b/BlendFile/DNA/UserDef.cs @@ -15,353 +15,353 @@ namespace BlendFile.DNA { [DNAClassAttribute(1015, "UserDef")] public class UserDef { - [DNAFieldAttribute(0, "int", "versionfile", 4)] + [DNAFieldAttribute(0, "int", "versionfile", "int", 4)] public int versionfile; - [DNAFieldAttribute(1, "int", "subversionfile", 4)] + [DNAFieldAttribute(1, "int", "subversionfile", "int", 4)] public int subversionfile; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "dupflag", 4)] + [DNAFieldAttribute(3, "int", "dupflag", "int", 4)] public int dupflag; - [DNAFieldAttribute(4, "char", "pref_flag", 1)] + [DNAFieldAttribute(4, "char", "pref_flag", "char", 1)] public char pref_flag; - [DNAFieldAttribute(5, "char", "savetime", 1)] + [DNAFieldAttribute(5, "char", "savetime", "char", 1)] public char savetime; - [DNAFieldAttribute(6, "char", "mouse_emulate_3_button_modifier", 1)] + [DNAFieldAttribute(6, "char", "mouse_emulate_3_button_modifier", "char", 1)] public char mouse_emulate_3_button_modifier; - [DNAFieldAttribute(7, "char", "trackpad_scroll_direction", 1)] + [DNAFieldAttribute(7, "char", "trackpad_scroll_direction", "char", 1)] public char trackpad_scroll_direction; - [DNAFieldAttribute(8, "char", "tempdir[768]", 1)] + [DNAFieldAttribute(8, "char", "tempdir[768]", "System.Char[]", 1)] public char[] tempdir = new System.Char[768]; - [DNAFieldAttribute(9, "char", "fontdir[768]", 1)] + [DNAFieldAttribute(9, "char", "fontdir[768]", "System.Char[]", 1)] public char[] fontdir = new System.Char[768]; - [DNAFieldAttribute(10, "char", "renderdir[1024]", 1)] + [DNAFieldAttribute(10, "char", "renderdir[1024]", "System.Char[]", 1)] public char[] renderdir = new System.Char[1024]; - [DNAFieldAttribute(11, "char", "render_cachedir[768]", 1)] + [DNAFieldAttribute(11, "char", "render_cachedir[768]", "System.Char[]", 1)] public char[] render_cachedir = new System.Char[768]; - [DNAFieldAttribute(12, "char", "textudir[768]", 1)] + [DNAFieldAttribute(12, "char", "textudir[768]", "System.Char[]", 1)] public char[] textudir = new System.Char[768]; - [DNAFieldAttribute(13, "char", "pythondir[768]", 1)] + [DNAFieldAttribute(13, "char", "pythondir[768]", "System.Char[]", 1)] public char[] pythondir = new System.Char[768]; - [DNAFieldAttribute(14, "char", "sounddir[768]", 1)] + [DNAFieldAttribute(14, "char", "sounddir[768]", "System.Char[]", 1)] public char[] sounddir = new System.Char[768]; - [DNAFieldAttribute(15, "char", "i18ndir[768]", 1)] + [DNAFieldAttribute(15, "char", "i18ndir[768]", "System.Char[]", 1)] public char[] i18ndir = new System.Char[768]; - [DNAFieldAttribute(16, "char", "image_editor[1024]", 1)] + [DNAFieldAttribute(16, "char", "image_editor[1024]", "System.Char[]", 1)] public char[] image_editor = new System.Char[1024]; - [DNAFieldAttribute(17, "char", "text_editor[1024]", 1)] + [DNAFieldAttribute(17, "char", "text_editor[1024]", "System.Char[]", 1)] public char[] text_editor = new System.Char[1024]; - [DNAFieldAttribute(18, "char", "text_editor_args[256]", 1)] + [DNAFieldAttribute(18, "char", "text_editor_args[256]", "System.Char[]", 1)] public char[] text_editor_args = new System.Char[256]; - [DNAFieldAttribute(19, "char", "anim_player[1024]", 1)] + [DNAFieldAttribute(19, "char", "anim_player[1024]", "System.Char[]", 1)] public char[] anim_player = new System.Char[1024]; - [DNAFieldAttribute(20, "int", "anim_player_preset", 4)] + [DNAFieldAttribute(20, "int", "anim_player_preset", "int", 4)] public int anim_player_preset; - [DNAFieldAttribute(21, "short", "v2d_min_gridsize", 2)] + [DNAFieldAttribute(21, "short", "v2d_min_gridsize", "short", 2)] public short v2d_min_gridsize; - [DNAFieldAttribute(22, "short", "timecode_style", 2)] + [DNAFieldAttribute(22, "short", "timecode_style", "short", 2)] public short timecode_style; - [DNAFieldAttribute(23, "short", "versions", 2)] + [DNAFieldAttribute(23, "short", "versions", "short", 2)] public short versions; - [DNAFieldAttribute(24, "short", "dbl_click_time", 2)] + [DNAFieldAttribute(24, "short", "dbl_click_time", "short", 2)] public short dbl_click_time; - [DNAFieldAttribute(25, "char", "_pad0[3]", 1)] + [DNAFieldAttribute(25, "char", "_pad0[3]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[3]; - [DNAFieldAttribute(26, "char", "mini_axis_type", 1)] + [DNAFieldAttribute(26, "char", "mini_axis_type", "char", 1)] public char mini_axis_type; - [DNAFieldAttribute(27, "int", "uiflag", 4)] + [DNAFieldAttribute(27, "int", "uiflag", "int", 4)] public int uiflag; - [DNAFieldAttribute(28, "char", "uiflag2", 1)] + [DNAFieldAttribute(28, "char", "uiflag2", "char", 1)] public char uiflag2; - [DNAFieldAttribute(29, "char", "gpu_flag", 1)] + [DNAFieldAttribute(29, "char", "gpu_flag", "char", 1)] public char gpu_flag; - [DNAFieldAttribute(30, "char", "_pad8[6]", 1)] + [DNAFieldAttribute(30, "char", "_pad8[6]", "System.Char[]", 1)] public char[] _pad8 = new System.Char[6]; - [DNAFieldAttribute(31, "char", "app_flag", 1)] + [DNAFieldAttribute(31, "char", "app_flag", "char", 1)] public char app_flag; - [DNAFieldAttribute(32, "char", "viewzoom", 1)] + [DNAFieldAttribute(32, "char", "viewzoom", "char", 1)] public char viewzoom; - [DNAFieldAttribute(33, "short", "language", 2)] + [DNAFieldAttribute(33, "short", "language", "short", 2)] public short language; - [DNAFieldAttribute(34, "int", "mixbufsize", 4)] + [DNAFieldAttribute(34, "int", "mixbufsize", "int", 4)] public int mixbufsize; - [DNAFieldAttribute(35, "int", "audiodevice", 4)] + [DNAFieldAttribute(35, "int", "audiodevice", "int", 4)] public int audiodevice; - [DNAFieldAttribute(36, "int", "audiorate", 4)] + [DNAFieldAttribute(36, "int", "audiorate", "int", 4)] public int audiorate; - [DNAFieldAttribute(37, "int", "audioformat", 4)] + [DNAFieldAttribute(37, "int", "audioformat", "int", 4)] public int audioformat; - [DNAFieldAttribute(38, "int", "audiochannels", 4)] + [DNAFieldAttribute(38, "int", "audiochannels", "int", 4)] public int audiochannels; - [DNAFieldAttribute(39, "float", "ui_scale", 4)] + [DNAFieldAttribute(39, "float", "ui_scale", "float", 4)] public float ui_scale; - [DNAFieldAttribute(40, "int", "ui_line_width", 4)] + [DNAFieldAttribute(40, "int", "ui_line_width", "int", 4)] public int ui_line_width; - [DNAFieldAttribute(41, "int", "dpi", 4)] + [DNAFieldAttribute(41, "int", "dpi", "int", 4)] public int dpi; - [DNAFieldAttribute(42, "float", "scale_factor", 4)] + [DNAFieldAttribute(42, "float", "scale_factor", "float", 4)] public float scale_factor; - [DNAFieldAttribute(43, "float", "inv_scale_factor", 4)] + [DNAFieldAttribute(43, "float", "inv_scale_factor", "float", 4)] public float inv_scale_factor; - [DNAFieldAttribute(44, "float", "pixelsize", 4)] + [DNAFieldAttribute(44, "float", "pixelsize", "float", 4)] public float pixelsize; - [DNAFieldAttribute(45, "int", "virtual_pixel", 4)] + [DNAFieldAttribute(45, "int", "virtual_pixel", "int", 4)] public int virtual_pixel; - [DNAFieldAttribute(46, "int", "scrollback", 4)] + [DNAFieldAttribute(46, "int", "scrollback", "int", 4)] public int scrollback; - [DNAFieldAttribute(47, "char", "node_margin", 1)] + [DNAFieldAttribute(47, "char", "node_margin", "char", 1)] public char node_margin; - [DNAFieldAttribute(48, "char", "node_preview_res", 1)] + [DNAFieldAttribute(48, "char", "node_preview_res", "char", 1)] public char node_preview_res; - [DNAFieldAttribute(49, "short", "transopts", 2)] + [DNAFieldAttribute(49, "short", "transopts", "short", 2)] public short transopts; - [DNAFieldAttribute(50, "short", "menuthreshold1", 2)] + [DNAFieldAttribute(50, "short", "menuthreshold1", "short", 2)] public short menuthreshold1; - [DNAFieldAttribute(51, "short", "menuthreshold2", 2)] + [DNAFieldAttribute(51, "short", "menuthreshold2", "short", 2)] public short menuthreshold2; - [DNAFieldAttribute(52, "char", "app_template[64]", 1)] + [DNAFieldAttribute(52, "char", "app_template[64]", "System.Char[]", 1)] public char[] app_template = new System.Char[64]; - [DNAFieldAttribute(53, "ListBase", "themes", 16)] + [DNAFieldAttribute(53, "ListBase", "themes", "ListBase", 16)] public ListBase themes; - [DNAFieldAttribute(54, "ListBase", "uifonts", 16)] + [DNAFieldAttribute(54, "ListBase", "uifonts", "ListBase", 16)] public ListBase uifonts; - [DNAFieldAttribute(55, "ListBase", "uistyles", 16)] + [DNAFieldAttribute(55, "ListBase", "uistyles", "ListBase", 16)] public ListBase uistyles; - [DNAFieldAttribute(56, "ListBase", "user_keymaps", 16)] + [DNAFieldAttribute(56, "ListBase", "user_keymaps", "ListBase", 16)] public ListBase user_keymaps; - [DNAFieldAttribute(57, "ListBase", "user_keyconfig_prefs", 16)] + [DNAFieldAttribute(57, "ListBase", "user_keyconfig_prefs", "ListBase", 16)] public ListBase user_keyconfig_prefs; - [DNAFieldAttribute(58, "ListBase", "addons", 16)] + [DNAFieldAttribute(58, "ListBase", "addons", "ListBase", 16)] public ListBase addons; - [DNAFieldAttribute(59, "ListBase", "autoexec_paths", 16)] + [DNAFieldAttribute(59, "ListBase", "autoexec_paths", "ListBase", 16)] public ListBase autoexec_paths; - [DNAFieldAttribute(60, "ListBase", "script_directories", 16)] + [DNAFieldAttribute(60, "ListBase", "script_directories", "ListBase", 16)] public ListBase script_directories; - [DNAFieldAttribute(61, "ListBase", "user_menus", 16)] + [DNAFieldAttribute(61, "ListBase", "user_menus", "ListBase", 16)] public ListBase user_menus; - [DNAFieldAttribute(62, "ListBase", "asset_libraries", 16)] + [DNAFieldAttribute(62, "ListBase", "asset_libraries", "ListBase", 16)] public ListBase asset_libraries; - [DNAFieldAttribute(63, "ListBase", "extension_repos", 16)] + [DNAFieldAttribute(63, "ListBase", "extension_repos", "ListBase", 16)] public ListBase extension_repos; - [DNAFieldAttribute(64, "ListBase", "asset_shelves_settings", 16)] + [DNAFieldAttribute(64, "ListBase", "asset_shelves_settings", "ListBase", 16)] public ListBase asset_shelves_settings; - [DNAFieldAttribute(65, "char", "keyconfigstr[64]", 1)] + [DNAFieldAttribute(65, "char", "keyconfigstr[64]", "System.Char[]", 1)] public char[] keyconfigstr = new System.Char[64]; - [DNAFieldAttribute(66, "short", "active_asset_library", 2)] + [DNAFieldAttribute(66, "short", "active_asset_library", "short", 2)] public short active_asset_library; - [DNAFieldAttribute(67, "short", "active_extension_repo", 2)] + [DNAFieldAttribute(67, "short", "active_extension_repo", "short", 2)] public short active_extension_repo; - [DNAFieldAttribute(68, "char", "extension_flag", 1)] + [DNAFieldAttribute(68, "char", "extension_flag", "char", 1)] public char extension_flag; - [DNAFieldAttribute(69, "uchar", "network_timeout", 1)] + [DNAFieldAttribute(69, "uchar", "network_timeout", "uchar", 1)] public byte network_timeout; - [DNAFieldAttribute(70, "uchar", "network_connection_limit", 1)] + [DNAFieldAttribute(70, "uchar", "network_connection_limit", "uchar", 1)] public byte network_connection_limit; - [DNAFieldAttribute(71, "char", "_pad14[3]", 1)] + [DNAFieldAttribute(71, "char", "_pad14[3]", "System.Char[]", 1)] public char[] _pad14 = new System.Char[3]; - [DNAFieldAttribute(72, "short", "undosteps", 2)] + [DNAFieldAttribute(72, "short", "undosteps", "short", 2)] public short undosteps; - [DNAFieldAttribute(73, "int", "undomemory", 4)] + [DNAFieldAttribute(73, "int", "undomemory", "int", 4)] public int undomemory; - [DNAFieldAttribute(74, "float", "gpu_viewport_quality", 4)] + [DNAFieldAttribute(74, "float", "gpu_viewport_quality", "float", 4)] public float gpu_viewport_quality; - [DNAFieldAttribute(75, "short", "gp_manhattendist", 2)] + [DNAFieldAttribute(75, "short", "gp_manhattendist", "short", 2)] public short gp_manhattendist; - [DNAFieldAttribute(76, "short", "gp_euclideandist", 2)] + [DNAFieldAttribute(76, "short", "gp_euclideandist", "short", 2)] public short gp_euclideandist; - [DNAFieldAttribute(77, "short", "gp_eraser", 2)] + [DNAFieldAttribute(77, "short", "gp_eraser", "short", 2)] public short gp_eraser; - [DNAFieldAttribute(78, "short", "gp_settings", 2)] + [DNAFieldAttribute(78, "short", "gp_settings", "short", 2)] public short gp_settings; - [DNAFieldAttribute(79, "char", "_pad13[4]", 1)] + [DNAFieldAttribute(79, "char", "_pad13[4]", "System.Char[]", 1)] public char[] _pad13 = new System.Char[4]; - [DNAFieldAttribute(80, "SolidLight", "light_param[4]", 56)] + [DNAFieldAttribute(80, "SolidLight", "light_param[4]", "SolidLight[]", 56)] public SolidLight[] light_param = new SolidLight[4]; - [DNAFieldAttribute(81, "float", "light_ambient[3]", 4)] + [DNAFieldAttribute(81, "float", "light_ambient[3]", "System.Single[]", 4)] public float[] light_ambient = new System.Single[3]; - [DNAFieldAttribute(82, "char", "gizmo_flag", 1)] + [DNAFieldAttribute(82, "char", "gizmo_flag", "char", 1)] public char gizmo_flag; - [DNAFieldAttribute(83, "char", "gizmo_size", 1)] + [DNAFieldAttribute(83, "char", "gizmo_size", "char", 1)] public char gizmo_size; - [DNAFieldAttribute(84, "char", "gizmo_size_navigate_v3d", 1)] + [DNAFieldAttribute(84, "char", "gizmo_size_navigate_v3d", "char", 1)] public char gizmo_size_navigate_v3d; - [DNAFieldAttribute(85, "char", "_pad3[5]", 1)] + [DNAFieldAttribute(85, "char", "_pad3[5]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[5]; - [DNAFieldAttribute(86, "short", "edit_studio_light", 2)] + [DNAFieldAttribute(86, "short", "edit_studio_light", "short", 2)] public short edit_studio_light; - [DNAFieldAttribute(87, "short", "lookdev_sphere_size", 2)] + [DNAFieldAttribute(87, "short", "lookdev_sphere_size", "short", 2)] public short lookdev_sphere_size; - [DNAFieldAttribute(88, "short", "vbotimeout", 2)] + [DNAFieldAttribute(88, "short", "vbotimeout", "short", 2)] public short vbotimeout; - [DNAFieldAttribute(89, "short", "vbocollectrate", 2)] + [DNAFieldAttribute(89, "short", "vbocollectrate", "short", 2)] public short vbocollectrate; - [DNAFieldAttribute(90, "short", "textimeout", 2)] + [DNAFieldAttribute(90, "short", "textimeout", "short", 2)] public short textimeout; - [DNAFieldAttribute(91, "short", "texcollectrate", 2)] + [DNAFieldAttribute(91, "short", "texcollectrate", "short", 2)] public short texcollectrate; - [DNAFieldAttribute(92, "int", "memcachelimit", 4)] + [DNAFieldAttribute(92, "int", "memcachelimit", "int", 4)] public int memcachelimit; - [DNAFieldAttribute(93, "int", "prefetchframes", 4)] + [DNAFieldAttribute(93, "int", "prefetchframes", "int", 4)] public int prefetchframes; - [DNAFieldAttribute(94, "float", "pad_rot_angle", 4)] + [DNAFieldAttribute(94, "float", "pad_rot_angle", "float", 4)] public float pad_rot_angle; - [DNAFieldAttribute(95, "char", "_pad12[4]", 1)] + [DNAFieldAttribute(95, "char", "_pad12[4]", "System.Char[]", 1)] public char[] _pad12 = new System.Char[4]; - [DNAFieldAttribute(96, "short", "rvisize", 2)] + [DNAFieldAttribute(96, "short", "rvisize", "short", 2)] public short rvisize; - [DNAFieldAttribute(97, "short", "rvibright", 2)] + [DNAFieldAttribute(97, "short", "rvibright", "short", 2)] public short rvibright; - [DNAFieldAttribute(98, "short", "recent_files", 2)] + [DNAFieldAttribute(98, "short", "recent_files", "short", 2)] public short recent_files; - [DNAFieldAttribute(99, "short", "smooth_viewtx", 2)] + [DNAFieldAttribute(99, "short", "smooth_viewtx", "short", 2)] public short smooth_viewtx; - [DNAFieldAttribute(100, "short", "glreslimit", 2)] + [DNAFieldAttribute(100, "short", "glreslimit", "short", 2)] public short glreslimit; - [DNAFieldAttribute(101, "short", "color_picker_type", 2)] + [DNAFieldAttribute(101, "short", "color_picker_type", "short", 2)] public short color_picker_type; - [DNAFieldAttribute(102, "char", "auto_smoothing_new", 1)] + [DNAFieldAttribute(102, "char", "auto_smoothing_new", "char", 1)] public char auto_smoothing_new; - [DNAFieldAttribute(103, "char", "ipo_new", 1)] + [DNAFieldAttribute(103, "char", "ipo_new", "char", 1)] public char ipo_new; - [DNAFieldAttribute(104, "char", "keyhandles_new", 1)] + [DNAFieldAttribute(104, "char", "keyhandles_new", "char", 1)] public char keyhandles_new; - [DNAFieldAttribute(105, "char", "_pad11[4]", 1)] + [DNAFieldAttribute(105, "char", "_pad11[4]", "System.Char[]", 1)] public char[] _pad11 = new System.Char[4]; - [DNAFieldAttribute(106, "char", "view_frame_type", 1)] + [DNAFieldAttribute(106, "char", "view_frame_type", "char", 1)] public char view_frame_type; - [DNAFieldAttribute(107, "int", "view_frame_keyframes", 4)] + [DNAFieldAttribute(107, "int", "view_frame_keyframes", "int", 4)] public int view_frame_keyframes; - [DNAFieldAttribute(108, "float", "view_frame_seconds", 4)] + [DNAFieldAttribute(108, "float", "view_frame_seconds", "float", 4)] public float view_frame_seconds; - [DNAFieldAttribute(109, "int", "gpu_preferred_index", 4)] + [DNAFieldAttribute(109, "int", "gpu_preferred_index", "int", 4)] public int gpu_preferred_index; - [DNAFieldAttribute(110, "int", "gpu_preferred_vendor_id", 4)] + [DNAFieldAttribute(110, "int", "gpu_preferred_vendor_id", "int", 4)] public int gpu_preferred_vendor_id; - [DNAFieldAttribute(111, "int", "gpu_preferred_device_id", 4)] + [DNAFieldAttribute(111, "int", "gpu_preferred_device_id", "int", 4)] public int gpu_preferred_device_id; - [DNAFieldAttribute(112, "char", "_pad16[4]", 1)] + [DNAFieldAttribute(112, "char", "_pad16[4]", "System.Char[]", 1)] public char[] _pad16 = new System.Char[4]; - [DNAFieldAttribute(113, "short", "gpu_backend", 2)] + [DNAFieldAttribute(113, "short", "gpu_backend", "short", 2)] public short gpu_backend; - [DNAFieldAttribute(114, "short", "max_shader_compilation_subprocesses", 2)] + [DNAFieldAttribute(114, "short", "max_shader_compilation_subprocesses", "short", 2)] public short max_shader_compilation_subprocesses; - [DNAFieldAttribute(115, "short", "playback_fps_samples", 2)] + [DNAFieldAttribute(115, "short", "playback_fps_samples", "short", 2)] public short playback_fps_samples; - [DNAFieldAttribute(116, "short", "widget_unit", 2)] + [DNAFieldAttribute(116, "short", "widget_unit", "short", 2)] public short widget_unit; - [DNAFieldAttribute(117, "short", "anisotropic_filter", 2)] + [DNAFieldAttribute(117, "short", "anisotropic_filter", "short", 2)] public short anisotropic_filter; - [DNAFieldAttribute(118, "short", "tablet_api", 2)] + [DNAFieldAttribute(118, "short", "tablet_api", "short", 2)] public short tablet_api; - [DNAFieldAttribute(119, "float", "pressure_threshold_max", 4)] + [DNAFieldAttribute(119, "float", "pressure_threshold_max", "float", 4)] public float pressure_threshold_max; - [DNAFieldAttribute(120, "float", "pressure_softness", 4)] + [DNAFieldAttribute(120, "float", "pressure_softness", "float", 4)] public float pressure_softness; - [DNAFieldAttribute(121, "float", "ndof_sensitivity", 4)] + [DNAFieldAttribute(121, "float", "ndof_sensitivity", "float", 4)] public float ndof_sensitivity; - [DNAFieldAttribute(122, "float", "ndof_orbit_sensitivity", 4)] + [DNAFieldAttribute(122, "float", "ndof_orbit_sensitivity", "float", 4)] public float ndof_orbit_sensitivity; - [DNAFieldAttribute(123, "float", "ndof_deadzone", 4)] + [DNAFieldAttribute(123, "float", "ndof_deadzone", "float", 4)] public float ndof_deadzone; - [DNAFieldAttribute(124, "int", "ndof_flag", 4)] + [DNAFieldAttribute(124, "int", "ndof_flag", "int", 4)] public int ndof_flag; - [DNAFieldAttribute(125, "short", "ogl_multisamples", 2)] + [DNAFieldAttribute(125, "short", "ogl_multisamples", "short", 2)] public short ogl_multisamples; - [DNAFieldAttribute(126, "short", "image_draw_method", 2)] + [DNAFieldAttribute(126, "short", "image_draw_method", "short", 2)] public short image_draw_method; - [DNAFieldAttribute(127, "float", "glalphaclip", 4)] + [DNAFieldAttribute(127, "float", "glalphaclip", "float", 4)] public float glalphaclip; - [DNAFieldAttribute(128, "short", "autokey_mode", 2)] + [DNAFieldAttribute(128, "short", "autokey_mode", "short", 2)] public short autokey_mode; - [DNAFieldAttribute(129, "short", "autokey_flag", 2)] + [DNAFieldAttribute(129, "short", "autokey_flag", "short", 2)] public short autokey_flag; - [DNAFieldAttribute(130, "short", "key_insert_channels", 2)] + [DNAFieldAttribute(130, "short", "key_insert_channels", "short", 2)] public short key_insert_channels; - [DNAFieldAttribute(131, "char", "_pad15[6]", 1)] + [DNAFieldAttribute(131, "char", "_pad15[6]", "System.Char[]", 1)] public char[] _pad15 = new System.Char[6]; - [DNAFieldAttribute(132, "short", "animation_flag", 2)] + [DNAFieldAttribute(132, "short", "animation_flag", "short", 2)] public short animation_flag; - [DNAFieldAttribute(133, "char", "text_render", 1)] + [DNAFieldAttribute(133, "char", "text_render", "char", 1)] public char text_render; - [DNAFieldAttribute(134, "char", "navigation_mode", 1)] + [DNAFieldAttribute(134, "char", "navigation_mode", "char", 1)] public char navigation_mode; - [DNAFieldAttribute(135, "float", "view_rotate_sensitivity_turntable", 4)] + [DNAFieldAttribute(135, "float", "view_rotate_sensitivity_turntable", "float", 4)] public float view_rotate_sensitivity_turntable; - [DNAFieldAttribute(136, "float", "view_rotate_sensitivity_trackball", 4)] + [DNAFieldAttribute(136, "float", "view_rotate_sensitivity_trackball", "float", 4)] public float view_rotate_sensitivity_trackball; - [DNAFieldAttribute(137, "ColorBand", "coba_weight", 776)] + [DNAFieldAttribute(137, "ColorBand", "coba_weight", "ColorBand", 776)] public ColorBand coba_weight; - [DNAFieldAttribute(138, "float", "sculpt_paint_overlay_col[3]", 4)] + [DNAFieldAttribute(138, "float", "sculpt_paint_overlay_col[3]", "System.Single[]", 4)] public float[] sculpt_paint_overlay_col = new System.Single[3]; - [DNAFieldAttribute(139, "float", "gpencil_new_layer_col[4]", 4)] + [DNAFieldAttribute(139, "float", "gpencil_new_layer_col[4]", "System.Single[]", 4)] public float[] gpencil_new_layer_col = new System.Single[4]; - [DNAFieldAttribute(140, "char", "drag_threshold_mouse", 1)] + [DNAFieldAttribute(140, "char", "drag_threshold_mouse", "char", 1)] public char drag_threshold_mouse; - [DNAFieldAttribute(141, "char", "drag_threshold_tablet", 1)] + [DNAFieldAttribute(141, "char", "drag_threshold_tablet", "char", 1)] public char drag_threshold_tablet; - [DNAFieldAttribute(142, "char", "drag_threshold", 1)] + [DNAFieldAttribute(142, "char", "drag_threshold", "char", 1)] public char drag_threshold; - [DNAFieldAttribute(143, "char", "move_threshold", 1)] + [DNAFieldAttribute(143, "char", "move_threshold", "char", 1)] public char move_threshold; - [DNAFieldAttribute(144, "char", "font_path_ui[1024]", 1)] + [DNAFieldAttribute(144, "char", "font_path_ui[1024]", "System.Char[]", 1)] public char[] font_path_ui = new System.Char[1024]; - [DNAFieldAttribute(145, "char", "font_path_ui_mono[1024]", 1)] + [DNAFieldAttribute(145, "char", "font_path_ui_mono[1024]", "System.Char[]", 1)] public char[] font_path_ui_mono = new System.Char[1024]; - [DNAFieldAttribute(146, "int", "compute_device_type", 4)] + [DNAFieldAttribute(146, "int", "compute_device_type", "int", 4)] public int compute_device_type; - [DNAFieldAttribute(147, "float", "fcu_inactive_alpha", 4)] + [DNAFieldAttribute(147, "float", "fcu_inactive_alpha", "float", 4)] public float fcu_inactive_alpha; - [DNAFieldAttribute(148, "short", "pie_tap_timeout", 2)] + [DNAFieldAttribute(148, "short", "pie_tap_timeout", "short", 2)] public short pie_tap_timeout; - [DNAFieldAttribute(149, "short", "pie_initial_timeout", 2)] + [DNAFieldAttribute(149, "short", "pie_initial_timeout", "short", 2)] public short pie_initial_timeout; - [DNAFieldAttribute(150, "short", "pie_animation_timeout", 2)] + [DNAFieldAttribute(150, "short", "pie_animation_timeout", "short", 2)] public short pie_animation_timeout; - [DNAFieldAttribute(151, "short", "pie_menu_confirm", 2)] + [DNAFieldAttribute(151, "short", "pie_menu_confirm", "short", 2)] public short pie_menu_confirm; - [DNAFieldAttribute(152, "short", "pie_menu_radius", 2)] + [DNAFieldAttribute(152, "short", "pie_menu_radius", "short", 2)] public short pie_menu_radius; - [DNAFieldAttribute(153, "short", "pie_menu_threshold", 2)] + [DNAFieldAttribute(153, "short", "pie_menu_threshold", "short", 2)] public short pie_menu_threshold; - [DNAFieldAttribute(154, "int", "sequencer_editor_flag", 4)] + [DNAFieldAttribute(154, "int", "sequencer_editor_flag", "int", 4)] public int sequencer_editor_flag; - [DNAFieldAttribute(155, "char", "factor_display_type", 1)] + [DNAFieldAttribute(155, "char", "factor_display_type", "char", 1)] public char factor_display_type; - [DNAFieldAttribute(156, "char", "viewport_aa", 1)] + [DNAFieldAttribute(156, "char", "viewport_aa", "char", 1)] public char viewport_aa; - [DNAFieldAttribute(157, "char", "render_display_type", 1)] + [DNAFieldAttribute(157, "char", "render_display_type", "char", 1)] public char render_display_type; - [DNAFieldAttribute(158, "char", "filebrowser_display_type", 1)] + [DNAFieldAttribute(158, "char", "filebrowser_display_type", "char", 1)] public char filebrowser_display_type; - [DNAFieldAttribute(159, "char", "sequencer_disk_cache_dir[1024]", 1)] + [DNAFieldAttribute(159, "char", "sequencer_disk_cache_dir[1024]", "System.Char[]", 1)] public char[] sequencer_disk_cache_dir = new System.Char[1024]; - [DNAFieldAttribute(160, "int", "sequencer_disk_cache_compression", 4)] + [DNAFieldAttribute(160, "int", "sequencer_disk_cache_compression", "int", 4)] public int sequencer_disk_cache_compression; - [DNAFieldAttribute(161, "int", "sequencer_disk_cache_size_limit", 4)] + [DNAFieldAttribute(161, "int", "sequencer_disk_cache_size_limit", "int", 4)] public int sequencer_disk_cache_size_limit; - [DNAFieldAttribute(162, "short", "sequencer_disk_cache_flag", 2)] + [DNAFieldAttribute(162, "short", "sequencer_disk_cache_flag", "short", 2)] public short sequencer_disk_cache_flag; - [DNAFieldAttribute(163, "short", "sequencer_proxy_setup", 2)] + [DNAFieldAttribute(163, "short", "sequencer_proxy_setup", "short", 2)] public short sequencer_proxy_setup; - [DNAFieldAttribute(164, "float", "collection_instance_empty_size", 4)] + [DNAFieldAttribute(164, "float", "collection_instance_empty_size", "float", 4)] public float collection_instance_empty_size; - [DNAFieldAttribute(165, "char", "text_flag", 1)] + [DNAFieldAttribute(165, "char", "text_flag", "char", 1)] public char text_flag; - [DNAFieldAttribute(166, "char", "_pad10[1]", 1)] + [DNAFieldAttribute(166, "char", "_pad10[1]", "System.Char[]", 1)] public char[] _pad10 = new System.Char[1]; - [DNAFieldAttribute(167, "char", "file_preview_type", 1)] + [DNAFieldAttribute(167, "char", "file_preview_type", "char", 1)] public char file_preview_type; - [DNAFieldAttribute(168, "char", "statusbar_flag", 1)] + [DNAFieldAttribute(168, "char", "statusbar_flag", "char", 1)] public char statusbar_flag; - [DNAFieldAttribute(169, "WalkNavigation", "walk_navigation", 32)] + [DNAFieldAttribute(169, "WalkNavigation", "walk_navigation", "WalkNavigation", 32)] public WalkNavigation walk_navigation; - [DNAFieldAttribute(170, "UserDef_SpaceData", "space_data", 8)] + [DNAFieldAttribute(170, "UserDef_SpaceData", "space_data", "UserDef_SpaceData", 8)] public UserDef_SpaceData space_data; - [DNAFieldAttribute(171, "UserDef_FileSpaceData", "file_space_data", 40)] + [DNAFieldAttribute(171, "UserDef_FileSpaceData", "file_space_data", "UserDef_FileSpaceData", 40)] public UserDef_FileSpaceData file_space_data; - [DNAFieldAttribute(172, "UserDef_Experimental", "experimental", 24)] + [DNAFieldAttribute(172, "UserDef_Experimental", "experimental", "UserDef_Experimental", 24)] public UserDef_Experimental experimental; - [DNAFieldAttribute(173, "UserDef_Runtime", "runtime", 8)] + [DNAFieldAttribute(173, "UserDef_Runtime", "runtime", "UserDef_Runtime", 8)] public UserDef_Runtime runtime; public UserDef() { this.versionfile = default; diff --git a/BlendFile/DNA/UserDef_Experimental.cs b/BlendFile/DNA/UserDef_Experimental.cs index 8fd9e72..cc6291f 100644 --- a/BlendFile/DNA/UserDef_Experimental.cs +++ b/BlendFile/DNA/UserDef_Experimental.cs @@ -15,51 +15,51 @@ namespace BlendFile.DNA { [DNAClassAttribute(1012, "UserDef_Experimental")] public struct UserDef_Experimental { - [DNAFieldAttribute(0, "char", "use_undo_legacy", 1)] + [DNAFieldAttribute(0, "char", "use_undo_legacy", "char", 1)] public char use_undo_legacy; - [DNAFieldAttribute(1, "char", "no_override_auto_resync", 1)] + [DNAFieldAttribute(1, "char", "no_override_auto_resync", "char", 1)] public char no_override_auto_resync; - [DNAFieldAttribute(2, "char", "use_cycles_debug", 1)] + [DNAFieldAttribute(2, "char", "use_cycles_debug", "char", 1)] public char use_cycles_debug; - [DNAFieldAttribute(3, "char", "use_eevee_debug", 1)] + [DNAFieldAttribute(3, "char", "use_eevee_debug", "char", 1)] public char use_eevee_debug; - [DNAFieldAttribute(4, "char", "show_asset_debug_info", 1)] + [DNAFieldAttribute(4, "char", "show_asset_debug_info", "char", 1)] public char show_asset_debug_info; - [DNAFieldAttribute(5, "char", "no_asset_indexing", 1)] + [DNAFieldAttribute(5, "char", "no_asset_indexing", "char", 1)] public char no_asset_indexing; - [DNAFieldAttribute(6, "char", "use_viewport_debug", 1)] + [DNAFieldAttribute(6, "char", "use_viewport_debug", "char", 1)] public char use_viewport_debug; - [DNAFieldAttribute(7, "char", "use_all_linked_data_direct", 1)] + [DNAFieldAttribute(7, "char", "use_all_linked_data_direct", "char", 1)] public char use_all_linked_data_direct; - [DNAFieldAttribute(8, "char", "use_extensions_debug", 1)] + [DNAFieldAttribute(8, "char", "use_extensions_debug", "char", 1)] public char use_extensions_debug; - [DNAFieldAttribute(9, "char", "use_recompute_usercount_on_save_debug", 1)] + [DNAFieldAttribute(9, "char", "use_recompute_usercount_on_save_debug", "char", 1)] public char use_recompute_usercount_on_save_debug; - [DNAFieldAttribute(10, "char", "SANITIZE_AFTER_HERE", 1)] + [DNAFieldAttribute(10, "char", "SANITIZE_AFTER_HERE", "char", 1)] public char SANITIZE_AFTER_HERE; - [DNAFieldAttribute(11, "char", "use_new_curves_tools", 1)] + [DNAFieldAttribute(11, "char", "use_new_curves_tools", "char", 1)] public char use_new_curves_tools; - [DNAFieldAttribute(12, "char", "use_new_point_cloud_type", 1)] + [DNAFieldAttribute(12, "char", "use_new_point_cloud_type", "char", 1)] public char use_new_point_cloud_type; - [DNAFieldAttribute(13, "char", "use_sculpt_tools_tilt", 1)] + [DNAFieldAttribute(13, "char", "use_sculpt_tools_tilt", "char", 1)] public char use_sculpt_tools_tilt; - [DNAFieldAttribute(14, "char", "use_extended_asset_browser", 1)] + [DNAFieldAttribute(14, "char", "use_extended_asset_browser", "char", 1)] public char use_extended_asset_browser; - [DNAFieldAttribute(15, "char", "use_sculpt_texture_paint", 1)] + [DNAFieldAttribute(15, "char", "use_sculpt_texture_paint", "char", 1)] public char use_sculpt_texture_paint; - [DNAFieldAttribute(16, "char", "enable_overlay_next", 1)] + [DNAFieldAttribute(16, "char", "enable_overlay_next", "char", 1)] public char enable_overlay_next; - [DNAFieldAttribute(17, "char", "use_new_volume_nodes", 1)] + [DNAFieldAttribute(17, "char", "use_new_volume_nodes", "char", 1)] public char use_new_volume_nodes; - [DNAFieldAttribute(18, "char", "use_new_file_import_nodes", 1)] + [DNAFieldAttribute(18, "char", "use_new_file_import_nodes", "char", 1)] public char use_new_file_import_nodes; - [DNAFieldAttribute(19, "char", "use_shader_node_previews", 1)] + [DNAFieldAttribute(19, "char", "use_shader_node_previews", "char", 1)] public char use_shader_node_previews; - [DNAFieldAttribute(20, "char", "use_animation_baklava", 1)] + [DNAFieldAttribute(20, "char", "use_animation_baklava", "char", 1)] public char use_animation_baklava; - [DNAFieldAttribute(21, "char", "enable_new_cpu_compositor", 1)] + [DNAFieldAttribute(21, "char", "enable_new_cpu_compositor", "char", 1)] public char enable_new_cpu_compositor; - [DNAFieldAttribute(22, "char", "_pad[2]", 1)] + [DNAFieldAttribute(22, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public UserDef_Experimental() { this.use_undo_legacy = default; diff --git a/BlendFile/DNA/UserDef_FileSpaceData.cs b/BlendFile/DNA/UserDef_FileSpaceData.cs index 2196b87..1b6d086 100644 --- a/BlendFile/DNA/UserDef_FileSpaceData.cs +++ b/BlendFile/DNA/UserDef_FileSpaceData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(1011, "UserDef_FileSpaceData")] public struct UserDef_FileSpaceData { - [DNAFieldAttribute(0, "int", "display_type", 4)] + [DNAFieldAttribute(0, "int", "display_type", "int", 4)] public int display_type; - [DNAFieldAttribute(1, "int", "thumbnail_size", 4)] + [DNAFieldAttribute(1, "int", "thumbnail_size", "int", 4)] public int thumbnail_size; - [DNAFieldAttribute(2, "int", "sort_type", 4)] + [DNAFieldAttribute(2, "int", "sort_type", "int", 4)] public int sort_type; - [DNAFieldAttribute(3, "int", "details_flags", 4)] + [DNAFieldAttribute(3, "int", "details_flags", "int", 4)] public int details_flags; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "int", "_pad0", 4)] + [DNAFieldAttribute(5, "int", "_pad0", "int", 4)] public int _pad0; - [DNAFieldAttribute(6, "uint64_t", "filter_id", 8)] + [DNAFieldAttribute(6, "uint64_t", "filter_id", "uint64_t", 8)] public ulong filter_id; - [DNAFieldAttribute(7, "int", "temp_win_sizex", 4)] + [DNAFieldAttribute(7, "int", "temp_win_sizex", "int", 4)] public int temp_win_sizex; - [DNAFieldAttribute(8, "int", "temp_win_sizey", 4)] + [DNAFieldAttribute(8, "int", "temp_win_sizey", "int", 4)] public int temp_win_sizey; public UserDef_FileSpaceData() { this.display_type = default; diff --git a/BlendFile/DNA/UserDef_Runtime.cs b/BlendFile/DNA/UserDef_Runtime.cs index 8fc2537..c5567ba 100644 --- a/BlendFile/DNA/UserDef_Runtime.cs +++ b/BlendFile/DNA/UserDef_Runtime.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(1009, "UserDef_Runtime")] public struct UserDef_Runtime { - [DNAFieldAttribute(0, "char", "is_dirty", 1)] + [DNAFieldAttribute(0, "char", "is_dirty", "char", 1)] public char is_dirty; - [DNAFieldAttribute(1, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(1, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public UserDef_Runtime() { this.is_dirty = default; diff --git a/BlendFile/DNA/UserDef_SpaceData.cs b/BlendFile/DNA/UserDef_SpaceData.cs index 71479a2..6e3f69c 100644 --- a/BlendFile/DNA/UserDef_SpaceData.cs +++ b/BlendFile/DNA/UserDef_SpaceData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1010, "UserDef_SpaceData")] public struct UserDef_SpaceData { - [DNAFieldAttribute(0, "char", "section_active", 1)] + [DNAFieldAttribute(0, "char", "section_active", "char", 1)] public char section_active; - [DNAFieldAttribute(1, "char", "flag", 1)] + [DNAFieldAttribute(1, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(2, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(2, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; public UserDef_SpaceData() { this.section_active = default; diff --git a/BlendFile/DNA/UvSculpt.cs b/BlendFile/DNA/UvSculpt.cs index 3ec7411..50d5a6e 100644 --- a/BlendFile/DNA/UvSculpt.cs +++ b/BlendFile/DNA/UvSculpt.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(814, "UvSculpt")] public class UvSculpt { - [DNAFieldAttribute(0, "CurveMapping", "*strength_curve", 424)] + [DNAFieldAttribute(0, "CurveMapping", "*strength_curve", "CurveMapping", 424)] public CurveMapping ptr_strength_curve; - [DNAFieldAttribute(1, "int", "size", 4)] + [DNAFieldAttribute(1, "int", "size", "int", 4)] public int size; - [DNAFieldAttribute(2, "float", "strength", 4)] + [DNAFieldAttribute(2, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(3, "int8_t", "curve_preset", 1)] + [DNAFieldAttribute(3, "int8_t", "curve_preset", "int8_t", 1)] public sbyte curve_preset; - [DNAFieldAttribute(4, "char", "_pad[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public UvSculpt() { this.ptr_strength_curve = default; diff --git a/BlendFile/DNA/VFont.cs b/BlendFile/DNA/VFont.cs index d378cc1..06a62e9 100644 --- a/BlendFile/DNA/VFont.cs +++ b/BlendFile/DNA/VFont.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(215, "VFont")] public class VFont { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "char", "name[1024]", 1)] + [DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1)] public char[] name = new System.Char[1024]; - [DNAFieldAttribute(2, "VFontData", "*data", 0)] + [DNAFieldAttribute(2, "VFontData", "*data", "VFontData", 0)] public VFontData ptr_data; - [DNAFieldAttribute(3, "PackedFile", "*packedfile", 24)] + [DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 24)] public PackedFile ptr_packedfile; - [DNAFieldAttribute(4, "PackedFile", "*temp_pf", 24)] + [DNAFieldAttribute(4, "PackedFile", "*temp_pf", "PackedFile", 24)] public PackedFile ptr_temp_pf; public VFont() { this.id = default; diff --git a/BlendFile/DNA/VPaint.cs b/BlendFile/DNA/VPaint.cs index ba89868..c0110d5 100644 --- a/BlendFile/DNA/VPaint.cs +++ b/BlendFile/DNA/VPaint.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(819, "VPaint")] public struct VPaint { - [DNAFieldAttribute(0, "Paint", "paint", 120)] + [DNAFieldAttribute(0, "Paint", "paint", "Paint", 120)] public Paint paint; - [DNAFieldAttribute(1, "char", "flag", 1)] + [DNAFieldAttribute(1, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(2, "char", "_pad[3]", 1)] + [DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(3, "int", "radial_symm[3]", 4)] + [DNAFieldAttribute(3, "int", "radial_symm[3]", "System.Int32[]", 4)] public int[] radial_symm = new System.Int32[3]; public VPaint() { this.paint = default; diff --git a/BlendFile/DNA/View2D.cs b/BlendFile/DNA/View2D.cs index c33b7a1..6743214 100644 --- a/BlendFile/DNA/View2D.cs +++ b/BlendFile/DNA/View2D.cs @@ -15,59 +15,59 @@ namespace BlendFile.DNA { [DNAClassAttribute(74, "View2D")] public class View2D { - [DNAFieldAttribute(0, "rctf", "tot", 16)] + [DNAFieldAttribute(0, "rctf", "tot", "rctf", 16)] public rctf tot; - [DNAFieldAttribute(1, "rctf", "cur", 16)] + [DNAFieldAttribute(1, "rctf", "cur", "rctf", 16)] public rctf cur; - [DNAFieldAttribute(2, "rcti", "vert", 16)] + [DNAFieldAttribute(2, "rcti", "vert", "rcti", 16)] public rcti vert; - [DNAFieldAttribute(3, "rcti", "hor", 16)] + [DNAFieldAttribute(3, "rcti", "hor", "rcti", 16)] public rcti hor; - [DNAFieldAttribute(4, "rcti", "mask", 16)] + [DNAFieldAttribute(4, "rcti", "mask", "rcti", 16)] public rcti mask; - [DNAFieldAttribute(5, "float", "min[2]", 4)] + [DNAFieldAttribute(5, "float", "min[2]", "System.Single[]", 4)] public float[] min = new System.Single[2]; - [DNAFieldAttribute(6, "float", "max[2]", 4)] + [DNAFieldAttribute(6, "float", "max[2]", "System.Single[]", 4)] public float[] max = new System.Single[2]; - [DNAFieldAttribute(7, "float", "minzoom", 4)] + [DNAFieldAttribute(7, "float", "minzoom", "float", 4)] public float minzoom; - [DNAFieldAttribute(8, "float", "maxzoom", 4)] + [DNAFieldAttribute(8, "float", "maxzoom", "float", 4)] public float maxzoom; - [DNAFieldAttribute(9, "short", "scroll", 2)] + [DNAFieldAttribute(9, "short", "scroll", "short", 2)] public short scroll; - [DNAFieldAttribute(10, "short", "scroll_ui", 2)] + [DNAFieldAttribute(10, "short", "scroll_ui", "short", 2)] public short scroll_ui; - [DNAFieldAttribute(11, "short", "keeptot", 2)] + [DNAFieldAttribute(11, "short", "keeptot", "short", 2)] public short keeptot; - [DNAFieldAttribute(12, "short", "keepzoom", 2)] + [DNAFieldAttribute(12, "short", "keepzoom", "short", 2)] public short keepzoom; - [DNAFieldAttribute(13, "short", "keepofs", 2)] + [DNAFieldAttribute(13, "short", "keepofs", "short", 2)] public short keepofs; - [DNAFieldAttribute(14, "short", "flag", 2)] + [DNAFieldAttribute(14, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(15, "short", "align", 2)] + [DNAFieldAttribute(15, "short", "align", "short", 2)] public short align; - [DNAFieldAttribute(16, "short", "winx", 2)] + [DNAFieldAttribute(16, "short", "winx", "short", 2)] public short winx; - [DNAFieldAttribute(17, "short", "winy", 2)] + [DNAFieldAttribute(17, "short", "winy", "short", 2)] public short winy; - [DNAFieldAttribute(18, "short", "oldwinx", 2)] + [DNAFieldAttribute(18, "short", "oldwinx", "short", 2)] public short oldwinx; - [DNAFieldAttribute(19, "short", "oldwiny", 2)] + [DNAFieldAttribute(19, "short", "oldwiny", "short", 2)] public short oldwiny; - [DNAFieldAttribute(20, "short", "around", 2)] + [DNAFieldAttribute(20, "short", "around", "short", 2)] public short around; - [DNAFieldAttribute(21, "char", "alpha_vert", 1)] + [DNAFieldAttribute(21, "char", "alpha_vert", "char", 1)] public char alpha_vert; - [DNAFieldAttribute(22, "char", "alpha_hor", 1)] + [DNAFieldAttribute(22, "char", "alpha_hor", "char", 1)] public char alpha_hor; - [DNAFieldAttribute(23, "char", "_pad[2]", 1)] + [DNAFieldAttribute(23, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(24, "float", "page_size_y", 4)] + [DNAFieldAttribute(24, "float", "page_size_y", "float", 4)] public float page_size_y; - [DNAFieldAttribute(25, "SmoothView2DStore", "*sms", 0)] + [DNAFieldAttribute(25, "SmoothView2DStore", "*sms", "SmoothView2DStore", 0)] public SmoothView2DStore ptr_sms; - [DNAFieldAttribute(26, "wmTimer", "*smooth_timer", 0)] + [DNAFieldAttribute(26, "wmTimer", "*smooth_timer", "wmTimer", 0)] public wmTimer ptr_smooth_timer; public View2D() { this.tot = default; diff --git a/BlendFile/DNA/View3D.cs b/BlendFile/DNA/View3D.cs index 9cc392b..de308da 100644 --- a/BlendFile/DNA/View3D.cs +++ b/BlendFile/DNA/View3D.cs @@ -15,125 +15,125 @@ namespace BlendFile.DNA { [DNAClassAttribute(1029, "View3D")] public class View3D { - [DNAFieldAttribute(0, "SpaceLink", "*next", 40)] + [DNAFieldAttribute(0, "SpaceLink", "*next", "SpaceLink", 40)] public SpaceLink ptr_next; - [DNAFieldAttribute(1, "SpaceLink", "*prev", 40)] + [DNAFieldAttribute(1, "SpaceLink", "*prev", "SpaceLink", 40)] public SpaceLink ptr_prev; - [DNAFieldAttribute(2, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(2, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(3, "char", "spacetype", 1)] + [DNAFieldAttribute(3, "char", "spacetype", "char", 1)] public char spacetype; - [DNAFieldAttribute(4, "char", "link_flag", 1)] + [DNAFieldAttribute(4, "char", "link_flag", "char", 1)] public char link_flag; - [DNAFieldAttribute(5, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(6, "float", "viewquat[4]", 4)] + [DNAFieldAttribute(6, "float", "viewquat[4]", "System.Single[]", 4)] public float[] viewquat = new System.Single[4]; - [DNAFieldAttribute(7, "float", "dist", 4)] + [DNAFieldAttribute(7, "float", "dist", "float", 4)] public float dist; - [DNAFieldAttribute(8, "float", "bundle_size", 4)] + [DNAFieldAttribute(8, "float", "bundle_size", "float", 4)] public float bundle_size; - [DNAFieldAttribute(9, "char", "bundle_drawtype", 1)] + [DNAFieldAttribute(9, "char", "bundle_drawtype", "char", 1)] public char bundle_drawtype; - [DNAFieldAttribute(10, "char", "drawtype", 1)] + [DNAFieldAttribute(10, "char", "drawtype", "char", 1)] public char drawtype; - [DNAFieldAttribute(11, "char", "_pad3[1]", 1)] + [DNAFieldAttribute(11, "char", "_pad3[1]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[1]; - [DNAFieldAttribute(12, "char", "multiview_eye", 1)] + [DNAFieldAttribute(12, "char", "multiview_eye", "char", 1)] public char multiview_eye; - [DNAFieldAttribute(13, "int", "object_type_exclude_viewport", 4)] + [DNAFieldAttribute(13, "int", "object_type_exclude_viewport", "int", 4)] public int object_type_exclude_viewport; - [DNAFieldAttribute(14, "int", "object_type_exclude_select", 4)] + [DNAFieldAttribute(14, "int", "object_type_exclude_select", "int", 4)] public int object_type_exclude_select; - [DNAFieldAttribute(15, "short", "persp", 2)] + [DNAFieldAttribute(15, "short", "persp", "short", 2)] public short persp; - [DNAFieldAttribute(16, "short", "view", 2)] + [DNAFieldAttribute(16, "short", "view", "short", 2)] public short view; - [DNAFieldAttribute(17, "Object", "*camera", 1160)] + [DNAFieldAttribute(17, "Object", "*camera", "Object", 1160)] public Object ptr_camera; - [DNAFieldAttribute(18, "Object", "*ob_centre", 1160)] + [DNAFieldAttribute(18, "Object", "*ob_centre", "Object", 1160)] public Object ptr_ob_centre; - [DNAFieldAttribute(19, "rctf", "render_border", 16)] + [DNAFieldAttribute(19, "rctf", "render_border", "rctf", 16)] public rctf render_border; - [DNAFieldAttribute(20, "View3D", "*localvd", 1400)] + [DNAFieldAttribute(20, "View3D", "*localvd", "View3D", 1400)] public View3D ptr_localvd; - [DNAFieldAttribute(21, "char", "ob_centre_bone[64]", 1)] + [DNAFieldAttribute(21, "char", "ob_centre_bone[64]", "System.Char[]", 1)] public char[] ob_centre_bone = new System.Char[64]; - [DNAFieldAttribute(22, "short", "local_view_uuid", 2)] + [DNAFieldAttribute(22, "short", "local_view_uuid", "short", 2)] public short local_view_uuid; - [DNAFieldAttribute(23, "char", "_pad6[2]", 1)] + [DNAFieldAttribute(23, "char", "_pad6[2]", "System.Char[]", 1)] public char[] _pad6 = new System.Char[2]; - [DNAFieldAttribute(24, "int", "layact", 4)] + [DNAFieldAttribute(24, "int", "layact", "int", 4)] public int layact; - [DNAFieldAttribute(25, "short", "local_collections_uuid", 2)] + [DNAFieldAttribute(25, "short", "local_collections_uuid", "short", 2)] public short local_collections_uuid; - [DNAFieldAttribute(26, "short", "_pad7[2]", 2)] + [DNAFieldAttribute(26, "short", "_pad7[2]", "System.Int16[]", 2)] public short[] _pad7 = new System.Int16[2]; - [DNAFieldAttribute(27, "short", "debug_flag", 2)] + [DNAFieldAttribute(27, "short", "debug_flag", "short", 2)] public short debug_flag; - [DNAFieldAttribute(28, "short", "ob_centre_cursor", 2)] + [DNAFieldAttribute(28, "short", "ob_centre_cursor", "short", 2)] public short ob_centre_cursor; - [DNAFieldAttribute(29, "short", "scenelock", 2)] + [DNAFieldAttribute(29, "short", "scenelock", "short", 2)] public short scenelock; - [DNAFieldAttribute(30, "short", "gp_flag", 2)] + [DNAFieldAttribute(30, "short", "gp_flag", "short", 2)] public short gp_flag; - [DNAFieldAttribute(31, "short", "flag", 2)] + [DNAFieldAttribute(31, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(32, "int", "flag2", 4)] + [DNAFieldAttribute(32, "int", "flag2", "int", 4)] public int flag2; - [DNAFieldAttribute(33, "float", "lens", 4)] + [DNAFieldAttribute(33, "float", "lens", "float", 4)] public float lens; - [DNAFieldAttribute(34, "float", "grid", 4)] + [DNAFieldAttribute(34, "float", "grid", "float", 4)] public float grid; - [DNAFieldAttribute(35, "float", "near", 4)] + [DNAFieldAttribute(35, "float", "near", "float", 4)] public float near; - [DNAFieldAttribute(36, "float", "far", 4)] + [DNAFieldAttribute(36, "float", "far", "float", 4)] public float far; - [DNAFieldAttribute(37, "float", "ofs[3]", 4)] + [DNAFieldAttribute(37, "float", "ofs[3]", "System.Single[]", 4)] public float[] ofs = new System.Single[3]; - [DNAFieldAttribute(38, "char", "_pad[1]", 1)] + [DNAFieldAttribute(38, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; - [DNAFieldAttribute(39, "char", "gizmo_flag", 1)] + [DNAFieldAttribute(39, "char", "gizmo_flag", "char", 1)] public char gizmo_flag; - [DNAFieldAttribute(40, "char", "gizmo_show_object", 1)] + [DNAFieldAttribute(40, "char", "gizmo_show_object", "char", 1)] public char gizmo_show_object; - [DNAFieldAttribute(41, "char", "gizmo_show_armature", 1)] + [DNAFieldAttribute(41, "char", "gizmo_show_armature", "char", 1)] public char gizmo_show_armature; - [DNAFieldAttribute(42, "char", "gizmo_show_empty", 1)] + [DNAFieldAttribute(42, "char", "gizmo_show_empty", "char", 1)] public char gizmo_show_empty; - [DNAFieldAttribute(43, "char", "gizmo_show_light", 1)] + [DNAFieldAttribute(43, "char", "gizmo_show_light", "char", 1)] public char gizmo_show_light; - [DNAFieldAttribute(44, "char", "gizmo_show_camera", 1)] + [DNAFieldAttribute(44, "char", "gizmo_show_camera", "char", 1)] public char gizmo_show_camera; - [DNAFieldAttribute(45, "char", "gridflag", 1)] + [DNAFieldAttribute(45, "char", "gridflag", "char", 1)] public char gridflag; - [DNAFieldAttribute(46, "short", "gridlines", 2)] + [DNAFieldAttribute(46, "short", "gridlines", "short", 2)] public short gridlines; - [DNAFieldAttribute(47, "short", "gridsubdiv", 2)] + [DNAFieldAttribute(47, "short", "gridsubdiv", "short", 2)] public short gridsubdiv; - [DNAFieldAttribute(48, "float", "vertex_opacity", 4)] + [DNAFieldAttribute(48, "float", "vertex_opacity", "float", 4)] public float vertex_opacity; - [DNAFieldAttribute(49, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(49, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(50, "short", "stereo3d_flag", 2)] + [DNAFieldAttribute(50, "short", "stereo3d_flag", "short", 2)] public short stereo3d_flag; - [DNAFieldAttribute(51, "char", "stereo3d_camera", 1)] + [DNAFieldAttribute(51, "char", "stereo3d_camera", "char", 1)] public char stereo3d_camera; - [DNAFieldAttribute(52, "char", "_pad4", 1)] + [DNAFieldAttribute(52, "char", "_pad4", "char", 1)] public char _pad4; - [DNAFieldAttribute(53, "float", "stereo3d_convergence_factor", 4)] + [DNAFieldAttribute(53, "float", "stereo3d_convergence_factor", "float", 4)] public float stereo3d_convergence_factor; - [DNAFieldAttribute(54, "float", "stereo3d_volume_alpha", 4)] + [DNAFieldAttribute(54, "float", "stereo3d_volume_alpha", "float", 4)] public float stereo3d_volume_alpha; - [DNAFieldAttribute(55, "float", "stereo3d_convergence_alpha", 4)] + [DNAFieldAttribute(55, "float", "stereo3d_convergence_alpha", "float", 4)] public float stereo3d_convergence_alpha; - [DNAFieldAttribute(56, "View3DShading", "shading", 944)] + [DNAFieldAttribute(56, "View3DShading", "shading", "View3DShading", 944)] public View3DShading shading; - [DNAFieldAttribute(57, "View3DOverlay", "overlay", 128)] + [DNAFieldAttribute(57, "View3DOverlay", "overlay", "View3DOverlay", 128)] public View3DOverlay overlay; - [DNAFieldAttribute(58, "ViewerPath", "viewer_path", 16)] + [DNAFieldAttribute(58, "ViewerPath", "viewer_path", "ViewerPath", 16)] public ViewerPath viewer_path; - [DNAFieldAttribute(59, "View3D_Runtime", "runtime", 32)] + [DNAFieldAttribute(59, "View3D_Runtime", "runtime", "View3D_Runtime", 32)] public View3D_Runtime runtime; public View3D() { this.ptr_next = default; diff --git a/BlendFile/DNA/View3DCursor.cs b/BlendFile/DNA/View3DCursor.cs index 807ea7f..72d2f73 100644 --- a/BlendFile/DNA/View3DCursor.cs +++ b/BlendFile/DNA/View3DCursor.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(839, "View3DCursor")] public struct View3DCursor { - [DNAFieldAttribute(0, "float", "location[3]", 4)] + [DNAFieldAttribute(0, "float", "location[3]", "System.Single[]", 4)] public float[] location = new System.Single[3]; - [DNAFieldAttribute(1, "float", "rotation_quaternion[4]", 4)] + [DNAFieldAttribute(1, "float", "rotation_quaternion[4]", "System.Single[]", 4)] public float[] rotation_quaternion = new System.Single[4]; - [DNAFieldAttribute(2, "float", "rotation_euler[3]", 4)] + [DNAFieldAttribute(2, "float", "rotation_euler[3]", "System.Single[]", 4)] public float[] rotation_euler = new System.Single[3]; - [DNAFieldAttribute(3, "float", "rotation_axis[3]", 4)] + [DNAFieldAttribute(3, "float", "rotation_axis[3]", "System.Single[]", 4)] public float[] rotation_axis = new System.Single[3]; - [DNAFieldAttribute(4, "float", "rotation_angle", 4)] + [DNAFieldAttribute(4, "float", "rotation_angle", "float", 4)] public float rotation_angle; - [DNAFieldAttribute(5, "short", "rotation_mode", 2)] + [DNAFieldAttribute(5, "short", "rotation_mode", "short", 2)] public short rotation_mode; - [DNAFieldAttribute(6, "char", "_pad[6]", 1)] + [DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public View3DCursor() { this.location = default; diff --git a/BlendFile/DNA/View3DOverlay.cs b/BlendFile/DNA/View3DOverlay.cs index 25104e2..df87159 100644 --- a/BlendFile/DNA/View3DOverlay.cs +++ b/BlendFile/DNA/View3DOverlay.cs @@ -15,61 +15,61 @@ namespace BlendFile.DNA { [DNAClassAttribute(1027, "View3DOverlay")] public struct View3DOverlay { - [DNAFieldAttribute(0, "int", "flag", 4)] + [DNAFieldAttribute(0, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(1, "int", "edit_flag", 4)] + [DNAFieldAttribute(1, "int", "edit_flag", "int", 4)] public int edit_flag; - [DNAFieldAttribute(2, "float", "normals_length", 4)] + [DNAFieldAttribute(2, "float", "normals_length", "float", 4)] public float normals_length; - [DNAFieldAttribute(3, "float", "normals_constant_screen_size", 4)] + [DNAFieldAttribute(3, "float", "normals_constant_screen_size", "float", 4)] public float normals_constant_screen_size; - [DNAFieldAttribute(4, "int", "paint_flag", 4)] + [DNAFieldAttribute(4, "int", "paint_flag", "int", 4)] public int paint_flag; - [DNAFieldAttribute(5, "int", "wpaint_flag", 4)] + [DNAFieldAttribute(5, "int", "wpaint_flag", "int", 4)] public int wpaint_flag; - [DNAFieldAttribute(6, "float", "texture_paint_mode_opacity", 4)] + [DNAFieldAttribute(6, "float", "texture_paint_mode_opacity", "float", 4)] public float texture_paint_mode_opacity; - [DNAFieldAttribute(7, "float", "vertex_paint_mode_opacity", 4)] + [DNAFieldAttribute(7, "float", "vertex_paint_mode_opacity", "float", 4)] public float vertex_paint_mode_opacity; - [DNAFieldAttribute(8, "float", "weight_paint_mode_opacity", 4)] + [DNAFieldAttribute(8, "float", "weight_paint_mode_opacity", "float", 4)] public float weight_paint_mode_opacity; - [DNAFieldAttribute(9, "float", "sculpt_mode_mask_opacity", 4)] + [DNAFieldAttribute(9, "float", "sculpt_mode_mask_opacity", "float", 4)] public float sculpt_mode_mask_opacity; - [DNAFieldAttribute(10, "float", "sculpt_mode_face_sets_opacity", 4)] + [DNAFieldAttribute(10, "float", "sculpt_mode_face_sets_opacity", "float", 4)] public float sculpt_mode_face_sets_opacity; - [DNAFieldAttribute(11, "float", "viewer_attribute_opacity", 4)] + [DNAFieldAttribute(11, "float", "viewer_attribute_opacity", "float", 4)] public float viewer_attribute_opacity; - [DNAFieldAttribute(12, "float", "xray_alpha_bone", 4)] + [DNAFieldAttribute(12, "float", "xray_alpha_bone", "float", 4)] public float xray_alpha_bone; - [DNAFieldAttribute(13, "float", "bone_wire_alpha", 4)] + [DNAFieldAttribute(13, "float", "bone_wire_alpha", "float", 4)] public float bone_wire_alpha; - [DNAFieldAttribute(14, "float", "fade_alpha", 4)] + [DNAFieldAttribute(14, "float", "fade_alpha", "float", 4)] public float fade_alpha; - [DNAFieldAttribute(15, "float", "wireframe_threshold", 4)] + [DNAFieldAttribute(15, "float", "wireframe_threshold", "float", 4)] public float wireframe_threshold; - [DNAFieldAttribute(16, "float", "wireframe_opacity", 4)] + [DNAFieldAttribute(16, "float", "wireframe_opacity", "float", 4)] public float wireframe_opacity; - [DNAFieldAttribute(17, "float", "retopology_offset", 4)] + [DNAFieldAttribute(17, "float", "retopology_offset", "float", 4)] public float retopology_offset; - [DNAFieldAttribute(18, "float", "gpencil_paper_opacity", 4)] + [DNAFieldAttribute(18, "float", "gpencil_paper_opacity", "float", 4)] public float gpencil_paper_opacity; - [DNAFieldAttribute(19, "float", "gpencil_grid_opacity", 4)] + [DNAFieldAttribute(19, "float", "gpencil_grid_opacity", "float", 4)] public float gpencil_grid_opacity; - [DNAFieldAttribute(20, "float", "gpencil_fade_layer", 4)] + [DNAFieldAttribute(20, "float", "gpencil_fade_layer", "float", 4)] public float gpencil_fade_layer; - [DNAFieldAttribute(21, "float", "gpencil_grid_color[3]", 4)] + [DNAFieldAttribute(21, "float", "gpencil_grid_color[3]", "System.Single[]", 4)] public float[] gpencil_grid_color = new System.Single[3]; - [DNAFieldAttribute(22, "float", "gpencil_grid_scale[2]", 4)] + [DNAFieldAttribute(22, "float", "gpencil_grid_scale[2]", "System.Single[]", 4)] public float[] gpencil_grid_scale = new System.Single[2]; - [DNAFieldAttribute(23, "float", "gpencil_grid_offset[2]", 4)] + [DNAFieldAttribute(23, "float", "gpencil_grid_offset[2]", "System.Single[]", 4)] public float[] gpencil_grid_offset = new System.Single[2]; - [DNAFieldAttribute(24, "int", "gpencil_grid_subdivisions", 4)] + [DNAFieldAttribute(24, "int", "gpencil_grid_subdivisions", "int", 4)] public int gpencil_grid_subdivisions; - [DNAFieldAttribute(25, "float", "gpencil_vertex_paint_opacity", 4)] + [DNAFieldAttribute(25, "float", "gpencil_vertex_paint_opacity", "float", 4)] public float gpencil_vertex_paint_opacity; - [DNAFieldAttribute(26, "int", "handle_display", 4)] + [DNAFieldAttribute(26, "int", "handle_display", "int", 4)] public int handle_display; - [DNAFieldAttribute(27, "float", "sculpt_curves_cage_opacity", 4)] + [DNAFieldAttribute(27, "float", "sculpt_curves_cage_opacity", "float", 4)] public float sculpt_curves_cage_opacity; public View3DOverlay() { this.flag = default; diff --git a/BlendFile/DNA/View3DShading.cs b/BlendFile/DNA/View3DShading.cs index 2ecfec4..ccbae2f 100644 --- a/BlendFile/DNA/View3DShading.cs +++ b/BlendFile/DNA/View3DShading.cs @@ -15,69 +15,69 @@ namespace BlendFile.DNA { [DNAClassAttribute(833, "View3DShading")] public class View3DShading { - [DNAFieldAttribute(0, "char", "type", 1)] + [DNAFieldAttribute(0, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(1, "char", "prev_type", 1)] + [DNAFieldAttribute(1, "char", "prev_type", "char", 1)] public char prev_type; - [DNAFieldAttribute(2, "char", "prev_type_wire", 1)] + [DNAFieldAttribute(2, "char", "prev_type_wire", "char", 1)] public char prev_type_wire; - [DNAFieldAttribute(3, "char", "color_type", 1)] + [DNAFieldAttribute(3, "char", "color_type", "char", 1)] public char color_type; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "char", "light", 1)] + [DNAFieldAttribute(5, "char", "light", "char", 1)] public char light; - [DNAFieldAttribute(6, "char", "background_type", 1)] + [DNAFieldAttribute(6, "char", "background_type", "char", 1)] public char background_type; - [DNAFieldAttribute(7, "char", "cavity_type", 1)] + [DNAFieldAttribute(7, "char", "cavity_type", "char", 1)] public char cavity_type; - [DNAFieldAttribute(8, "char", "wire_color_type", 1)] + [DNAFieldAttribute(8, "char", "wire_color_type", "char", 1)] public char wire_color_type; - [DNAFieldAttribute(9, "char", "use_compositor", 1)] + [DNAFieldAttribute(9, "char", "use_compositor", "char", 1)] public char use_compositor; - [DNAFieldAttribute(10, "char", "_pad", 1)] + [DNAFieldAttribute(10, "char", "_pad", "char", 1)] public char _pad; - [DNAFieldAttribute(11, "char", "studio_light[256]", 1)] + [DNAFieldAttribute(11, "char", "studio_light[256]", "System.Char[]", 1)] public char[] studio_light = new System.Char[256]; - [DNAFieldAttribute(12, "char", "lookdev_light[256]", 1)] + [DNAFieldAttribute(12, "char", "lookdev_light[256]", "System.Char[]", 1)] public char[] lookdev_light = new System.Char[256]; - [DNAFieldAttribute(13, "char", "matcap[256]", 1)] + [DNAFieldAttribute(13, "char", "matcap[256]", "System.Char[]", 1)] public char[] matcap = new System.Char[256]; - [DNAFieldAttribute(14, "float", "shadow_intensity", 4)] + [DNAFieldAttribute(14, "float", "shadow_intensity", "float", 4)] public float shadow_intensity; - [DNAFieldAttribute(15, "float", "single_color[3]", 4)] + [DNAFieldAttribute(15, "float", "single_color[3]", "System.Single[]", 4)] public float[] single_color = new System.Single[3]; - [DNAFieldAttribute(16, "float", "studiolight_rot_z", 4)] + [DNAFieldAttribute(16, "float", "studiolight_rot_z", "float", 4)] public float studiolight_rot_z; - [DNAFieldAttribute(17, "float", "studiolight_background", 4)] + [DNAFieldAttribute(17, "float", "studiolight_background", "float", 4)] public float studiolight_background; - [DNAFieldAttribute(18, "float", "studiolight_intensity", 4)] + [DNAFieldAttribute(18, "float", "studiolight_intensity", "float", 4)] public float studiolight_intensity; - [DNAFieldAttribute(19, "float", "studiolight_blur", 4)] + [DNAFieldAttribute(19, "float", "studiolight_blur", "float", 4)] public float studiolight_blur; - [DNAFieldAttribute(20, "float", "object_outline_color[3]", 4)] + [DNAFieldAttribute(20, "float", "object_outline_color[3]", "System.Single[]", 4)] public float[] object_outline_color = new System.Single[3]; - [DNAFieldAttribute(21, "float", "xray_alpha", 4)] + [DNAFieldAttribute(21, "float", "xray_alpha", "float", 4)] public float xray_alpha; - [DNAFieldAttribute(22, "float", "xray_alpha_wire", 4)] + [DNAFieldAttribute(22, "float", "xray_alpha_wire", "float", 4)] public float xray_alpha_wire; - [DNAFieldAttribute(23, "float", "cavity_valley_factor", 4)] + [DNAFieldAttribute(23, "float", "cavity_valley_factor", "float", 4)] public float cavity_valley_factor; - [DNAFieldAttribute(24, "float", "cavity_ridge_factor", 4)] + [DNAFieldAttribute(24, "float", "cavity_ridge_factor", "float", 4)] public float cavity_ridge_factor; - [DNAFieldAttribute(25, "float", "background_color[3]", 4)] + [DNAFieldAttribute(25, "float", "background_color[3]", "System.Single[]", 4)] public float[] background_color = new System.Single[3]; - [DNAFieldAttribute(26, "float", "curvature_ridge_factor", 4)] + [DNAFieldAttribute(26, "float", "curvature_ridge_factor", "float", 4)] public float curvature_ridge_factor; - [DNAFieldAttribute(27, "float", "curvature_valley_factor", 4)] + [DNAFieldAttribute(27, "float", "curvature_valley_factor", "float", 4)] public float curvature_valley_factor; - [DNAFieldAttribute(28, "int", "render_pass", 4)] + [DNAFieldAttribute(28, "int", "render_pass", "int", 4)] public int render_pass; - [DNAFieldAttribute(29, "char", "aov_name[64]", 1)] + [DNAFieldAttribute(29, "char", "aov_name[64]", "System.Char[]", 1)] public char[] aov_name = new System.Char[64]; - [DNAFieldAttribute(30, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(30, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(31, "void", "*_pad2", 0)] + [DNAFieldAttribute(31, "void", "*_pad2", "void", 0)] public object ptr__pad2; public View3DShading() { this.type = default; diff --git a/BlendFile/DNA/View3D_Runtime.cs b/BlendFile/DNA/View3D_Runtime.cs index fa77a09..eb9e6a4 100644 --- a/BlendFile/DNA/View3D_Runtime.cs +++ b/BlendFile/DNA/View3D_Runtime.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1028, "View3D_Runtime")] public class View3D_Runtime { - [DNAFieldAttribute(0, "void", "*properties_storage", 0)] + [DNAFieldAttribute(0, "void", "*properties_storage", "void", 0)] public object ptr_properties_storage; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(4, "SceneStats", "*local_stats", 0)] + [DNAFieldAttribute(4, "SceneStats", "*local_stats", "SceneStats", 0)] public SceneStats ptr_local_stats; public View3D_Runtime() { this.ptr_properties_storage = default; diff --git a/BlendFile/DNA/ViewLayer.cs b/BlendFile/DNA/ViewLayer.cs index 0930a54..7e2ac82 100644 --- a/BlendFile/DNA/ViewLayer.cs +++ b/BlendFile/DNA/ViewLayer.cs @@ -15,63 +15,63 @@ namespace BlendFile.DNA { [DNAClassAttribute(163, "ViewLayer")] public class ViewLayer { - [DNAFieldAttribute(0, "ViewLayer", "*next", 336)] + [DNAFieldAttribute(0, "ViewLayer", "*next", "ViewLayer", 336)] public ViewLayer ptr_next; - [DNAFieldAttribute(1, "ViewLayer", "*prev", 336)] + [DNAFieldAttribute(1, "ViewLayer", "*prev", "ViewLayer", 336)] public ViewLayer 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, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "char", "_pad[6]", 1)] + [DNAFieldAttribute(4, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(5, "ListBase", "object_bases", 16)] + [DNAFieldAttribute(5, "ListBase", "object_bases", "ListBase", 16)] public ListBase object_bases; - [DNAFieldAttribute(6, "SceneStats", "*stats", 0)] + [DNAFieldAttribute(6, "SceneStats", "*stats", "SceneStats", 0)] public SceneStats ptr_stats; - [DNAFieldAttribute(7, "Base", "*basact", 48)] + [DNAFieldAttribute(7, "Base", "*basact", "Base", 48)] public Base ptr_basact; - [DNAFieldAttribute(8, "ListBase", "layer_collections", 16)] + [DNAFieldAttribute(8, "ListBase", "layer_collections", "ListBase", 16)] public ListBase layer_collections; - [DNAFieldAttribute(9, "LayerCollection", "*active_collection", 64)] + [DNAFieldAttribute(9, "LayerCollection", "*active_collection", "LayerCollection", 64)] public LayerCollection ptr_active_collection; - [DNAFieldAttribute(10, "int", "layflag", 4)] + [DNAFieldAttribute(10, "int", "layflag", "int", 4)] public int layflag; - [DNAFieldAttribute(11, "int", "passflag", 4)] + [DNAFieldAttribute(11, "int", "passflag", "int", 4)] public int passflag; - [DNAFieldAttribute(12, "float", "pass_alpha_threshold", 4)] + [DNAFieldAttribute(12, "float", "pass_alpha_threshold", "float", 4)] public float pass_alpha_threshold; - [DNAFieldAttribute(13, "short", "cryptomatte_flag", 2)] + [DNAFieldAttribute(13, "short", "cryptomatte_flag", "short", 2)] public short cryptomatte_flag; - [DNAFieldAttribute(14, "short", "cryptomatte_levels", 2)] + [DNAFieldAttribute(14, "short", "cryptomatte_levels", "short", 2)] public short cryptomatte_levels; - [DNAFieldAttribute(15, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(15, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(16, "int", "samples", 4)] + [DNAFieldAttribute(16, "int", "samples", "int", 4)] public int samples; - [DNAFieldAttribute(17, "Material", "*mat_override", 392)] + [DNAFieldAttribute(17, "Material", "*mat_override", "Material", 392)] public Material ptr_mat_override; - [DNAFieldAttribute(18, "World", "*world_override", 400)] + [DNAFieldAttribute(18, "World", "*world_override", "World", 400)] public World ptr_world_override; - [DNAFieldAttribute(19, "IDProperty", "*id_properties", 136)] + [DNAFieldAttribute(19, "IDProperty", "*id_properties", "IDProperty", 136)] public IDProperty ptr_id_properties; - [DNAFieldAttribute(20, "FreestyleConfig", "freestyle_config", 56)] + [DNAFieldAttribute(20, "FreestyleConfig", "freestyle_config", "FreestyleConfig", 56)] public FreestyleConfig freestyle_config; - [DNAFieldAttribute(21, "ViewLayerEEVEE", "eevee", 8)] + [DNAFieldAttribute(21, "ViewLayerEEVEE", "eevee", "ViewLayerEEVEE", 8)] public ViewLayerEEVEE eevee; - [DNAFieldAttribute(22, "ListBase", "aovs", 16)] + [DNAFieldAttribute(22, "ListBase", "aovs", "ListBase", 16)] public ListBase aovs; - [DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", 88)] + [DNAFieldAttribute(23, "ViewLayerAOV", "*active_aov", "ViewLayerAOV", 88)] public ViewLayerAOV ptr_active_aov; - [DNAFieldAttribute(24, "ListBase", "lightgroups", 16)] + [DNAFieldAttribute(24, "ListBase", "lightgroups", "ListBase", 16)] public ListBase lightgroups; - [DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", 80)] + [DNAFieldAttribute(25, "ViewLayerLightgroup", "*active_lightgroup", "ViewLayerLightgroup", 80)] public ViewLayerLightgroup ptr_active_lightgroup; - [DNAFieldAttribute(26, "ListBase", "drawdata", 16)] + [DNAFieldAttribute(26, "ListBase", "drawdata", "ListBase", 16)] public ListBase drawdata; - [DNAFieldAttribute(27, "Base", "**object_bases_array", 48)] + [DNAFieldAttribute(27, "Base", "**object_bases_array", "Base", 48)] public Base ptr_ptr_object_bases_array; - [DNAFieldAttribute(28, "GHash", "*object_bases_hash", 0)] + [DNAFieldAttribute(28, "GHash", "*object_bases_hash", "GHash", 0)] public GHash ptr_object_bases_hash; public ViewLayer() { this.ptr_next = default; diff --git a/BlendFile/DNA/ViewLayerAOV.cs b/BlendFile/DNA/ViewLayerAOV.cs index b72d571..59e55b2 100644 --- a/BlendFile/DNA/ViewLayerAOV.cs +++ b/BlendFile/DNA/ViewLayerAOV.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(345, "ViewLayerAOV")] public class ViewLayerAOV { - [DNAFieldAttribute(0, "ViewLayerAOV", "*next", 88)] + [DNAFieldAttribute(0, "ViewLayerAOV", "*next", "ViewLayerAOV", 88)] public ViewLayerAOV ptr_next; - [DNAFieldAttribute(1, "ViewLayerAOV", "*prev", 88)] + [DNAFieldAttribute(1, "ViewLayerAOV", "*prev", "ViewLayerAOV", 88)] public ViewLayerAOV 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, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "int", "type", 4)] + [DNAFieldAttribute(4, "int", "type", "int", 4)] public int type; public ViewLayerAOV() { this.ptr_next = default; diff --git a/BlendFile/DNA/ViewLayerEEVEE.cs b/BlendFile/DNA/ViewLayerEEVEE.cs index 5579671..034897d 100644 --- a/BlendFile/DNA/ViewLayerEEVEE.cs +++ b/BlendFile/DNA/ViewLayerEEVEE.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(344, "ViewLayerEEVEE")] public struct ViewLayerEEVEE { - [DNAFieldAttribute(0, "int", "render_passes", 4)] + [DNAFieldAttribute(0, "int", "render_passes", "int", 4)] public int render_passes; - [DNAFieldAttribute(1, "int", "_pad[1]", 4)] + [DNAFieldAttribute(1, "int", "_pad[1]", "System.Int32[]", 4)] public int[] _pad = new System.Int32[1]; public ViewLayerEEVEE() { this.render_passes = default; diff --git a/BlendFile/DNA/ViewLayerEngineData.cs b/BlendFile/DNA/ViewLayerEngineData.cs index 7119c9d..5981c3b 100644 --- a/BlendFile/DNA/ViewLayerEngineData.cs +++ b/BlendFile/DNA/ViewLayerEngineData.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(341, "ViewLayerEngineData")] public class ViewLayerEngineData { - [DNAFieldAttribute(0, "ViewLayerEngineData", "*next", 40)] + [DNAFieldAttribute(0, "ViewLayerEngineData", "*next", "ViewLayerEngineData", 40)] public ViewLayerEngineData ptr_next; - [DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", 40)] + [DNAFieldAttribute(1, "ViewLayerEngineData", "*prev", "ViewLayerEngineData", 40)] public ViewLayerEngineData ptr_prev; - [DNAFieldAttribute(2, "DrawEngineType", "*engine_type", 0)] + [DNAFieldAttribute(2, "DrawEngineType", "*engine_type", "DrawEngineType", 0)] public DrawEngineType ptr_engine_type; - [DNAFieldAttribute(3, "void", "*storage", 0)] + [DNAFieldAttribute(3, "void", "*storage", "void", 0)] public object ptr_storage; public ViewLayerEngineData() { this.ptr_next = default; diff --git a/BlendFile/DNA/ViewLayerLightgroup.cs b/BlendFile/DNA/ViewLayerLightgroup.cs index 9377da4..d867c90 100644 --- a/BlendFile/DNA/ViewLayerLightgroup.cs +++ b/BlendFile/DNA/ViewLayerLightgroup.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(346, "ViewLayerLightgroup")] public class ViewLayerLightgroup { - [DNAFieldAttribute(0, "ViewLayerLightgroup", "*next", 80)] + [DNAFieldAttribute(0, "ViewLayerLightgroup", "*next", "ViewLayerLightgroup", 80)] public ViewLayerLightgroup ptr_next; - [DNAFieldAttribute(1, "ViewLayerLightgroup", "*prev", 80)] + [DNAFieldAttribute(1, "ViewLayerLightgroup", "*prev", "ViewLayerLightgroup", 80)] public ViewLayerLightgroup ptr_prev; - [DNAFieldAttribute(2, "char", "name[64]", 1)] + [DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; public ViewLayerLightgroup() { this.ptr_next = default; diff --git a/BlendFile/DNA/ViewerNodeViewerPathElem.cs b/BlendFile/DNA/ViewerNodeViewerPathElem.cs index 5e23f0a..df5017c 100644 --- a/BlendFile/DNA/ViewerNodeViewerPathElem.cs +++ b/BlendFile/DNA/ViewerNodeViewerPathElem.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1037, "ViewerNodeViewerPathElem")] public struct ViewerNodeViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "base", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32)] public ViewerPathElem @base; - [DNAFieldAttribute(1, "int", "node_id", 4)] + [DNAFieldAttribute(1, "int", "node_id", "int", 4)] public int node_id; - [DNAFieldAttribute(2, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; public ViewerNodeViewerPathElem() { this.@base = default; diff --git a/BlendFile/DNA/ViewerPath.cs b/BlendFile/DNA/ViewerPath.cs index 2a7deb9..869b42f 100644 --- a/BlendFile/DNA/ViewerPath.cs +++ b/BlendFile/DNA/ViewerPath.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(969, "ViewerPath")] public struct ViewerPath { - [DNAFieldAttribute(0, "ListBase", "path", 16)] + [DNAFieldAttribute(0, "ListBase", "path", "ListBase", 16)] public ListBase path; public ViewerPath() { this.path = default; diff --git a/BlendFile/DNA/ViewerPathElem.cs b/BlendFile/DNA/ViewerPathElem.cs index c309f9f..a9cfd64 100644 --- a/BlendFile/DNA/ViewerPathElem.cs +++ b/BlendFile/DNA/ViewerPathElem.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(1030, "ViewerPathElem")] public class ViewerPathElem { - [DNAFieldAttribute(0, "ViewerPathElem", "*next", 32)] + [DNAFieldAttribute(0, "ViewerPathElem", "*next", "ViewerPathElem", 32)] public ViewerPathElem ptr_next; - [DNAFieldAttribute(1, "ViewerPathElem", "*prev", 32)] + [DNAFieldAttribute(1, "ViewerPathElem", "*prev", "ViewerPathElem", 32)] public ViewerPathElem ptr_prev; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "char", "_pad[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(4, "char", "*ui_name", 1)] + [DNAFieldAttribute(4, "char", "*ui_name", "char", 1)] public char ptr_ui_name; public ViewerPathElem() { this.ptr_next = default; diff --git a/BlendFile/DNA/Volume.cs b/BlendFile/DNA/Volume.cs index 520a5ca..a51c816 100644 --- a/BlendFile/DNA/Volume.cs +++ b/BlendFile/DNA/Volume.cs @@ -15,51 +15,51 @@ namespace BlendFile.DNA { [DNAClassAttribute(1040, "Volume")] public class Volume { - [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", "filepath[1024]", 1)] + [DNAFieldAttribute(2, "char", "filepath[1024]", "System.Char[]", 1)] public char[] filepath = new System.Char[1024]; - [DNAFieldAttribute(3, "PackedFile", "*packedfile", 24)] + [DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 24)] public PackedFile ptr_packedfile; - [DNAFieldAttribute(4, "char", "is_sequence", 1)] + [DNAFieldAttribute(4, "char", "is_sequence", "char", 1)] public char is_sequence; - [DNAFieldAttribute(5, "char", "sequence_mode", 1)] + [DNAFieldAttribute(5, "char", "sequence_mode", "char", 1)] public char sequence_mode; - [DNAFieldAttribute(6, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(6, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(7, "int", "frame_start", 4)] + [DNAFieldAttribute(7, "int", "frame_start", "int", 4)] public int frame_start; - [DNAFieldAttribute(8, "int", "frame_duration", 4)] + [DNAFieldAttribute(8, "int", "frame_duration", "int", 4)] public int frame_duration; - [DNAFieldAttribute(9, "int", "frame_offset", 4)] + [DNAFieldAttribute(9, "int", "frame_offset", "int", 4)] public int frame_offset; - [DNAFieldAttribute(10, "int", "flag", 4)] + [DNAFieldAttribute(10, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(11, "int", "active_grid", 4)] + [DNAFieldAttribute(11, "int", "active_grid", "int", 4)] public int active_grid; - [DNAFieldAttribute(12, "Material", "**mat", 392)] + [DNAFieldAttribute(12, "Material", "**mat", "Material", 392)] public Material ptr_ptr_mat; - [DNAFieldAttribute(13, "short", "totcol", 2)] + [DNAFieldAttribute(13, "short", "totcol", "short", 2)] public short totcol; - [DNAFieldAttribute(14, "short", "_pad2[3]", 2)] + [DNAFieldAttribute(14, "short", "_pad2[3]", "System.Int16[]", 2)] public short[] _pad2 = new System.Int16[3]; - [DNAFieldAttribute(15, "VolumeRender", "render", 16)] + [DNAFieldAttribute(15, "VolumeRender", "render", "VolumeRender", 16)] public VolumeRender render; - [DNAFieldAttribute(16, "VolumeDisplay", "display", 32)] + [DNAFieldAttribute(16, "VolumeDisplay", "display", "VolumeDisplay", 32)] public VolumeDisplay display; - [DNAFieldAttribute(17, "char", "velocity_grid[64]", 1)] + [DNAFieldAttribute(17, "char", "velocity_grid[64]", "System.Char[]", 1)] public char[] velocity_grid = new System.Char[64]; - [DNAFieldAttribute(18, "char", "_pad3[3]", 1)] + [DNAFieldAttribute(18, "char", "_pad3[3]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[3]; - [DNAFieldAttribute(19, "char", "velocity_unit", 1)] + [DNAFieldAttribute(19, "char", "velocity_unit", "char", 1)] public char velocity_unit; - [DNAFieldAttribute(20, "float", "velocity_scale", 4)] + [DNAFieldAttribute(20, "float", "velocity_scale", "float", 4)] public float velocity_scale; - [DNAFieldAttribute(21, "void", "*batch_cache", 0)] + [DNAFieldAttribute(21, "void", "*batch_cache", "void", 0)] public object ptr_batch_cache; - [DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", "VolumeRuntimeHandle", 0)] public VolumeRuntimeHandle ptr_runtime; public Volume() { this.id = default; diff --git a/BlendFile/DNA/VolumeDisplaceModifierData.cs b/BlendFile/DNA/VolumeDisplaceModifierData.cs index aa42ac9..bd790e7 100644 --- a/BlendFile/DNA/VolumeDisplaceModifierData.cs +++ b/BlendFile/DNA/VolumeDisplaceModifierData.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(523, "VolumeDisplaceModifierData")] public class VolumeDisplaceModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Tex", "*texture", 488)] + [DNAFieldAttribute(1, "Tex", "*texture", "Tex", 488)] public Tex ptr_texture; - [DNAFieldAttribute(2, "Object", "*texture_map_object", 1160)] + [DNAFieldAttribute(2, "Object", "*texture_map_object", "Object", 1160)] public Object ptr_texture_map_object; - [DNAFieldAttribute(3, "int", "texture_map_mode", 4)] + [DNAFieldAttribute(3, "int", "texture_map_mode", "int", 4)] public int texture_map_mode; - [DNAFieldAttribute(4, "float", "strength", 4)] + [DNAFieldAttribute(4, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(5, "float", "texture_mid_level[3]", 4)] + [DNAFieldAttribute(5, "float", "texture_mid_level[3]", "System.Single[]", 4)] public float[] texture_mid_level = new System.Single[3]; - [DNAFieldAttribute(6, "float", "texture_sample_radius", 4)] + [DNAFieldAttribute(6, "float", "texture_sample_radius", "float", 4)] public float texture_sample_radius; public VolumeDisplaceModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/VolumeDisplay.cs b/BlendFile/DNA/VolumeDisplay.cs index 9715fdf..385f07e 100644 --- a/BlendFile/DNA/VolumeDisplay.cs +++ b/BlendFile/DNA/VolumeDisplay.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(1038, "VolumeDisplay")] public struct VolumeDisplay { - [DNAFieldAttribute(0, "float", "density", 4)] + [DNAFieldAttribute(0, "float", "density", "float", 4)] public float density; - [DNAFieldAttribute(1, "int", "wireframe_type", 4)] + [DNAFieldAttribute(1, "int", "wireframe_type", "int", 4)] public int wireframe_type; - [DNAFieldAttribute(2, "int", "wireframe_detail", 4)] + [DNAFieldAttribute(2, "int", "wireframe_detail", "int", 4)] public int wireframe_detail; - [DNAFieldAttribute(3, "int", "interpolation_method", 4)] + [DNAFieldAttribute(3, "int", "interpolation_method", "int", 4)] public int interpolation_method; - [DNAFieldAttribute(4, "int", "axis_slice_method", 4)] + [DNAFieldAttribute(4, "int", "axis_slice_method", "int", 4)] public int axis_slice_method; - [DNAFieldAttribute(5, "int", "slice_axis", 4)] + [DNAFieldAttribute(5, "int", "slice_axis", "int", 4)] public int slice_axis; - [DNAFieldAttribute(6, "float", "slice_depth", 4)] + [DNAFieldAttribute(6, "float", "slice_depth", "float", 4)] public float slice_depth; - [DNAFieldAttribute(7, "int", "_pad[1]", 4)] + [DNAFieldAttribute(7, "int", "_pad[1]", "System.Int32[]", 4)] public int[] _pad = new System.Int32[1]; public VolumeDisplay() { this.density = default; diff --git a/BlendFile/DNA/VolumeRender.cs b/BlendFile/DNA/VolumeRender.cs index b02bc32..079d1b5 100644 --- a/BlendFile/DNA/VolumeRender.cs +++ b/BlendFile/DNA/VolumeRender.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1039, "VolumeRender")] public struct VolumeRender { - [DNAFieldAttribute(0, "int", "precision", 4)] + [DNAFieldAttribute(0, "int", "precision", "int", 4)] public int precision; - [DNAFieldAttribute(1, "int", "space", 4)] + [DNAFieldAttribute(1, "int", "space", "int", 4)] public int space; - [DNAFieldAttribute(2, "float", "step_size", 4)] + [DNAFieldAttribute(2, "float", "step_size", "float", 4)] public float step_size; - [DNAFieldAttribute(3, "float", "clipping", 4)] + [DNAFieldAttribute(3, "float", "clipping", "float", 4)] public float clipping; public VolumeRender() { this.precision = default; diff --git a/BlendFile/DNA/VolumeToMeshModifierData.cs b/BlendFile/DNA/VolumeToMeshModifierData.cs index f2f4ac3..ee9a588 100644 --- a/BlendFile/DNA/VolumeToMeshModifierData.cs +++ b/BlendFile/DNA/VolumeToMeshModifierData.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(524, "VolumeToMeshModifierData")] public class VolumeToMeshModifierData { - [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", "threshold", 4)] + [DNAFieldAttribute(2, "float", "threshold", "float", 4)] public float threshold; - [DNAFieldAttribute(3, "float", "adaptivity", 4)] + [DNAFieldAttribute(3, "float", "adaptivity", "float", 4)] public float adaptivity; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "int", "resolution_mode", 4)] + [DNAFieldAttribute(5, "int", "resolution_mode", "int", 4)] public int resolution_mode; - [DNAFieldAttribute(6, "float", "voxel_size", 4)] + [DNAFieldAttribute(6, "float", "voxel_size", "float", 4)] public float voxel_size; - [DNAFieldAttribute(7, "int", "voxel_amount", 4)] + [DNAFieldAttribute(7, "int", "voxel_amount", "int", 4)] public int voxel_amount; - [DNAFieldAttribute(8, "char", "grid_name[64]", 1)] + [DNAFieldAttribute(8, "char", "grid_name[64]", "System.Char[]", 1)] public char[] grid_name = new System.Char[64]; - [DNAFieldAttribute(9, "void", "*_pad1", 0)] + [DNAFieldAttribute(9, "void", "*_pad1", "void", 0)] public object ptr__pad1; public VolumeToMeshModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WalkNavigation.cs b/BlendFile/DNA/WalkNavigation.cs index c137ea9..75252d6 100644 --- a/BlendFile/DNA/WalkNavigation.cs +++ b/BlendFile/DNA/WalkNavigation.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(1008, "WalkNavigation")] public struct WalkNavigation { - [DNAFieldAttribute(0, "float", "mouse_speed", 4)] + [DNAFieldAttribute(0, "float", "mouse_speed", "float", 4)] public float mouse_speed; - [DNAFieldAttribute(1, "float", "walk_speed", 4)] + [DNAFieldAttribute(1, "float", "walk_speed", "float", 4)] public float walk_speed; - [DNAFieldAttribute(2, "float", "walk_speed_factor", 4)] + [DNAFieldAttribute(2, "float", "walk_speed_factor", "float", 4)] public float walk_speed_factor; - [DNAFieldAttribute(3, "float", "view_height", 4)] + [DNAFieldAttribute(3, "float", "view_height", "float", 4)] public float view_height; - [DNAFieldAttribute(4, "float", "jump_height", 4)] + [DNAFieldAttribute(4, "float", "jump_height", "float", 4)] public float jump_height; - [DNAFieldAttribute(5, "float", "teleport_time", 4)] + [DNAFieldAttribute(5, "float", "teleport_time", "float", 4)] public float teleport_time; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(7, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; public WalkNavigation() { this.mouse_speed = default; diff --git a/BlendFile/DNA/WarpModifierData.cs b/BlendFile/DNA/WarpModifierData.cs index 20a5ae0..50a8aa5 100644 --- a/BlendFile/DNA/WarpModifierData.cs +++ b/BlendFile/DNA/WarpModifierData.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(492, "WarpModifierData")] public class WarpModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Tex", "*texture", 488)] + [DNAFieldAttribute(1, "Tex", "*texture", "Tex", 488)] public Tex ptr_texture; - [DNAFieldAttribute(2, "Object", "*map_object", 1160)] + [DNAFieldAttribute(2, "Object", "*map_object", "Object", 1160)] public Object ptr_map_object; - [DNAFieldAttribute(3, "char", "map_bone[64]", 1)] + [DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 1)] public char[] map_bone = new System.Char[64]; - [DNAFieldAttribute(4, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(5, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(6, "int", "uvlayer_tmp", 4)] + [DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4)] public int uvlayer_tmp; - [DNAFieldAttribute(7, "int", "texmapping", 4)] + [DNAFieldAttribute(7, "int", "texmapping", "int", 4)] public int texmapping; - [DNAFieldAttribute(8, "Object", "*object_from", 1160)] + [DNAFieldAttribute(8, "Object", "*object_from", "Object", 1160)] public Object ptr_object_from; - [DNAFieldAttribute(9, "Object", "*object_to", 1160)] + [DNAFieldAttribute(9, "Object", "*object_to", "Object", 1160)] public Object ptr_object_to; - [DNAFieldAttribute(10, "char", "bone_from[64]", 1)] + [DNAFieldAttribute(10, "char", "bone_from[64]", "System.Char[]", 1)] public char[] bone_from = new System.Char[64]; - [DNAFieldAttribute(11, "char", "bone_to[64]", 1)] + [DNAFieldAttribute(11, "char", "bone_to[64]", "System.Char[]", 1)] public char[] bone_to = new System.Char[64]; - [DNAFieldAttribute(12, "CurveMapping", "*curfalloff", 424)] + [DNAFieldAttribute(12, "CurveMapping", "*curfalloff", "CurveMapping", 424)] public CurveMapping ptr_curfalloff; - [DNAFieldAttribute(13, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(13, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(14, "float", "strength", 4)] + [DNAFieldAttribute(14, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(15, "float", "falloff_radius", 4)] + [DNAFieldAttribute(15, "float", "falloff_radius", "float", 4)] public float falloff_radius; - [DNAFieldAttribute(16, "char", "flag", 1)] + [DNAFieldAttribute(16, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(17, "char", "falloff_type", 1)] + [DNAFieldAttribute(17, "char", "falloff_type", "char", 1)] public char falloff_type; - [DNAFieldAttribute(18, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(18, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; - [DNAFieldAttribute(19, "void", "*_pad3", 0)] + [DNAFieldAttribute(19, "void", "*_pad3", "void", 0)] public object ptr__pad3; public WarpModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WaveEff.cs b/BlendFile/DNA/WaveEff.cs index 3a86abf..b3f2a45 100644 --- a/BlendFile/DNA/WaveEff.cs +++ b/BlendFile/DNA/WaveEff.cs @@ -15,37 +15,37 @@ namespace BlendFile.DNA { [DNAClassAttribute(238, "WaveEff")] public class WaveEff { - [DNAFieldAttribute(0, "WaveEff", "*next", 64)] + [DNAFieldAttribute(0, "WaveEff", "*next", "WaveEff", 64)] public WaveEff ptr_next; - [DNAFieldAttribute(1, "WaveEff", "*prev", 64)] + [DNAFieldAttribute(1, "WaveEff", "*prev", "WaveEff", 64)] public WaveEff 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, "short", "stype", 2)] + [DNAFieldAttribute(5, "short", "stype", "short", 2)] public short stype; - [DNAFieldAttribute(6, "float", "startx", 4)] + [DNAFieldAttribute(6, "float", "startx", "float", 4)] public float startx; - [DNAFieldAttribute(7, "float", "starty", 4)] + [DNAFieldAttribute(7, "float", "starty", "float", 4)] public float starty; - [DNAFieldAttribute(8, "float", "height", 4)] + [DNAFieldAttribute(8, "float", "height", "float", 4)] public float height; - [DNAFieldAttribute(9, "float", "width", 4)] + [DNAFieldAttribute(9, "float", "width", "float", 4)] public float width; - [DNAFieldAttribute(10, "float", "narrow", 4)] + [DNAFieldAttribute(10, "float", "narrow", "float", 4)] public float narrow; - [DNAFieldAttribute(11, "float", "speed", 4)] + [DNAFieldAttribute(11, "float", "speed", "float", 4)] public float speed; - [DNAFieldAttribute(12, "float", "minfac", 4)] + [DNAFieldAttribute(12, "float", "minfac", "float", 4)] public float minfac; - [DNAFieldAttribute(13, "float", "damp", 4)] + [DNAFieldAttribute(13, "float", "damp", "float", 4)] public float damp; - [DNAFieldAttribute(14, "float", "timeoffs", 4)] + [DNAFieldAttribute(14, "float", "timeoffs", "float", 4)] public float timeoffs; - [DNAFieldAttribute(15, "float", "lifetime", 4)] + [DNAFieldAttribute(15, "float", "lifetime", "float", 4)] public float lifetime; public WaveEff() { this.ptr_next = default; diff --git a/BlendFile/DNA/WaveModifierData.cs b/BlendFile/DNA/WaveModifierData.cs index 091f7bc..1745859 100644 --- a/BlendFile/DNA/WaveModifierData.cs +++ b/BlendFile/DNA/WaveModifierData.cs @@ -15,53 +15,53 @@ namespace BlendFile.DNA { [DNAClassAttribute(460, "WaveModifierData")] public class WaveModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "Tex", "*texture", 488)] + [DNAFieldAttribute(1, "Tex", "*texture", "Tex", 488)] public Tex ptr_texture; - [DNAFieldAttribute(2, "Object", "*map_object", 1160)] + [DNAFieldAttribute(2, "Object", "*map_object", "Object", 1160)] public Object ptr_map_object; - [DNAFieldAttribute(3, "char", "map_bone[64]", 1)] + [DNAFieldAttribute(3, "char", "map_bone[64]", "System.Char[]", 1)] public char[] map_bone = new System.Char[64]; - [DNAFieldAttribute(4, "char", "uvlayer_name[68]", 1)] + [DNAFieldAttribute(4, "char", "uvlayer_name[68]", "System.Char[]", 1)] public char[] uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(5, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(6, "int", "uvlayer_tmp", 4)] + [DNAFieldAttribute(6, "int", "uvlayer_tmp", "int", 4)] public int uvlayer_tmp; - [DNAFieldAttribute(7, "int", "texmapping", 4)] + [DNAFieldAttribute(7, "int", "texmapping", "int", 4)] public int texmapping; - [DNAFieldAttribute(8, "Object", "*objectcenter", 1160)] + [DNAFieldAttribute(8, "Object", "*objectcenter", "Object", 1160)] public Object ptr_objectcenter; - [DNAFieldAttribute(9, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(9, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(10, "short", "flag", 2)] + [DNAFieldAttribute(10, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(11, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(11, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; - [DNAFieldAttribute(12, "float", "startx", 4)] + [DNAFieldAttribute(12, "float", "startx", "float", 4)] public float startx; - [DNAFieldAttribute(13, "float", "starty", 4)] + [DNAFieldAttribute(13, "float", "starty", "float", 4)] public float starty; - [DNAFieldAttribute(14, "float", "height", 4)] + [DNAFieldAttribute(14, "float", "height", "float", 4)] public float height; - [DNAFieldAttribute(15, "float", "width", 4)] + [DNAFieldAttribute(15, "float", "width", "float", 4)] public float width; - [DNAFieldAttribute(16, "float", "narrow", 4)] + [DNAFieldAttribute(16, "float", "narrow", "float", 4)] public float narrow; - [DNAFieldAttribute(17, "float", "speed", 4)] + [DNAFieldAttribute(17, "float", "speed", "float", 4)] public float speed; - [DNAFieldAttribute(18, "float", "damp", 4)] + [DNAFieldAttribute(18, "float", "damp", "float", 4)] public float damp; - [DNAFieldAttribute(19, "float", "falloff", 4)] + [DNAFieldAttribute(19, "float", "falloff", "float", 4)] public float falloff; - [DNAFieldAttribute(20, "float", "timeoffs", 4)] + [DNAFieldAttribute(20, "float", "timeoffs", "float", 4)] public float timeoffs; - [DNAFieldAttribute(21, "float", "lifetime", 4)] + [DNAFieldAttribute(21, "float", "lifetime", "float", 4)] public float lifetime; - [DNAFieldAttribute(22, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(22, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(23, "void", "*_pad4", 0)] + [DNAFieldAttribute(23, "void", "*_pad4", "void", 0)] public object ptr__pad4; public WaveModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WaveShaderFxData.cs b/BlendFile/DNA/WaveShaderFxData.cs index acb8130..247447b 100644 --- a/BlendFile/DNA/WaveShaderFxData.cs +++ b/BlendFile/DNA/WaveShaderFxData.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(925, "WaveShaderFxData")] public struct WaveShaderFxData { - [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", 104)] + [DNAFieldAttribute(0, "ShaderFxData", "shaderfx", "ShaderFxData", 104)] public ShaderFxData shaderfx; - [DNAFieldAttribute(1, "float", "amplitude", 4)] + [DNAFieldAttribute(1, "float", "amplitude", "float", 4)] public float amplitude; - [DNAFieldAttribute(2, "float", "period", 4)] + [DNAFieldAttribute(2, "float", "period", "float", 4)] public float period; - [DNAFieldAttribute(3, "float", "phase", 4)] + [DNAFieldAttribute(3, "float", "phase", "float", 4)] public float phase; - [DNAFieldAttribute(4, "int", "orientation", 4)] + [DNAFieldAttribute(4, "int", "orientation", "int", 4)] public int orientation; - [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 WaveShaderFxData() { this.shaderfx = default; diff --git a/BlendFile/DNA/WeightAngleGpencilModifierData.cs b/BlendFile/DNA/WeightAngleGpencilModifierData.cs index 60fc381..e21b81b 100644 --- a/BlendFile/DNA/WeightAngleGpencilModifierData.cs +++ b/BlendFile/DNA/WeightAngleGpencilModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(301, "WeightAngleGpencilModifierData")] public class WeightAngleGpencilModifierData { - [DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)] + [DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)] public GpencilModifierData modifier; - [DNAFieldAttribute(1, "char", "target_vgname[64]", 1)] + [DNAFieldAttribute(1, "char", "target_vgname[64]", "System.Char[]", 1)] public char[] target_vgname = new System.Char[64]; - [DNAFieldAttribute(2, "Material", "*material", 392)] + [DNAFieldAttribute(2, "Material", "*material", "Material", 392)] public Material ptr_material; - [DNAFieldAttribute(3, "char", "layername[64]", 1)] + [DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = new System.Char[64]; - [DNAFieldAttribute(4, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "min_weight", 4)] + [DNAFieldAttribute(7, "float", "min_weight", "float", 4)] public float min_weight; - [DNAFieldAttribute(8, "int", "layer_pass", 4)] + [DNAFieldAttribute(8, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(9, "short", "axis", 2)] + [DNAFieldAttribute(9, "short", "axis", "short", 2)] public short axis; - [DNAFieldAttribute(10, "short", "space", 2)] + [DNAFieldAttribute(10, "short", "space", "short", 2)] public short space; - [DNAFieldAttribute(11, "float", "angle", 4)] + [DNAFieldAttribute(11, "float", "angle", "float", 4)] public float angle; public WeightAngleGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WeightProxGpencilModifierData.cs b/BlendFile/DNA/WeightProxGpencilModifierData.cs index 263dc76..cd0b1fb 100644 --- a/BlendFile/DNA/WeightProxGpencilModifierData.cs +++ b/BlendFile/DNA/WeightProxGpencilModifierData.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(300, "WeightProxGpencilModifierData")] public class WeightProxGpencilModifierData { - [DNAFieldAttribute(0, "GpencilModifierData", "modifier", 104)] + [DNAFieldAttribute(0, "GpencilModifierData", "modifier", "GpencilModifierData", 104)] public GpencilModifierData modifier; - [DNAFieldAttribute(1, "char", "target_vgname[64]", 1)] + [DNAFieldAttribute(1, "char", "target_vgname[64]", "System.Char[]", 1)] public char[] target_vgname = new System.Char[64]; - [DNAFieldAttribute(2, "Material", "*material", 392)] + [DNAFieldAttribute(2, "Material", "*material", "Material", 392)] public Material ptr_material; - [DNAFieldAttribute(3, "char", "layername[64]", 1)] + [DNAFieldAttribute(3, "char", "layername[64]", "System.Char[]", 1)] public char[] layername = new System.Char[64]; - [DNAFieldAttribute(4, "char", "vgname[64]", 1)] + [DNAFieldAttribute(4, "char", "vgname[64]", "System.Char[]", 1)] public char[] vgname = new System.Char[64]; - [DNAFieldAttribute(5, "int", "pass_index", 4)] + [DNAFieldAttribute(5, "int", "pass_index", "int", 4)] public int pass_index; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "min_weight", 4)] + [DNAFieldAttribute(7, "float", "min_weight", "float", 4)] public float min_weight; - [DNAFieldAttribute(8, "int", "layer_pass", 4)] + [DNAFieldAttribute(8, "int", "layer_pass", "int", 4)] public int layer_pass; - [DNAFieldAttribute(9, "float", "dist_start", 4)] + [DNAFieldAttribute(9, "float", "dist_start", "float", 4)] public float dist_start; - [DNAFieldAttribute(10, "float", "dist_end", 4)] + [DNAFieldAttribute(10, "float", "dist_end", "float", 4)] public float dist_end; - [DNAFieldAttribute(11, "Object", "*object", 1160)] + [DNAFieldAttribute(11, "Object", "*object", "Object", 1160)] public Object ptr_object; public WeightProxGpencilModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WeightVGEditModifierData.cs b/BlendFile/DNA/WeightVGEditModifierData.cs index db70fd0..6d94b30 100644 --- a/BlendFile/DNA/WeightVGEditModifierData.cs +++ b/BlendFile/DNA/WeightVGEditModifierData.cs @@ -15,39 +15,39 @@ namespace BlendFile.DNA { [DNAClassAttribute(493, "WeightVGEditModifierData")] public class WeightVGEditModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(2, "short", "edit_flags", 2)] + [DNAFieldAttribute(2, "short", "edit_flags", "short", 2)] public short edit_flags; - [DNAFieldAttribute(3, "short", "falloff_type", 2)] + [DNAFieldAttribute(3, "short", "falloff_type", "short", 2)] public short falloff_type; - [DNAFieldAttribute(4, "float", "default_weight", 4)] + [DNAFieldAttribute(4, "float", "default_weight", "float", 4)] public float default_weight; - [DNAFieldAttribute(5, "CurveMapping", "*cmap_curve", 424)] + [DNAFieldAttribute(5, "CurveMapping", "*cmap_curve", "CurveMapping", 424)] public CurveMapping ptr_cmap_curve; - [DNAFieldAttribute(6, "float", "add_threshold", 4)] + [DNAFieldAttribute(6, "float", "add_threshold", "float", 4)] public float add_threshold; - [DNAFieldAttribute(7, "float", "rem_threshold", 4)] + [DNAFieldAttribute(7, "float", "rem_threshold", "float", 4)] public float rem_threshold; - [DNAFieldAttribute(8, "float", "mask_constant", 4)] + [DNAFieldAttribute(8, "float", "mask_constant", "float", 4)] public float mask_constant; - [DNAFieldAttribute(9, "char", "mask_defgrp_name[64]", 1)] + [DNAFieldAttribute(9, "char", "mask_defgrp_name[64]", "System.Char[]", 1)] public char[] mask_defgrp_name = new System.Char[64]; - [DNAFieldAttribute(10, "int", "mask_tex_use_channel", 4)] + [DNAFieldAttribute(10, "int", "mask_tex_use_channel", "int", 4)] public int mask_tex_use_channel; - [DNAFieldAttribute(11, "Tex", "*mask_texture", 488)] + [DNAFieldAttribute(11, "Tex", "*mask_texture", "Tex", 488)] public Tex ptr_mask_texture; - [DNAFieldAttribute(12, "Object", "*mask_tex_map_obj", 1160)] + [DNAFieldAttribute(12, "Object", "*mask_tex_map_obj", "Object", 1160)] public Object ptr_mask_tex_map_obj; - [DNAFieldAttribute(13, "char", "mask_tex_map_bone[64]", 1)] + [DNAFieldAttribute(13, "char", "mask_tex_map_bone[64]", "System.Char[]", 1)] public char[] mask_tex_map_bone = new System.Char[64]; - [DNAFieldAttribute(14, "int", "mask_tex_mapping", 4)] + [DNAFieldAttribute(14, "int", "mask_tex_mapping", "int", 4)] public int mask_tex_mapping; - [DNAFieldAttribute(15, "char", "mask_tex_uvlayer_name[68]", 1)] + [DNAFieldAttribute(15, "char", "mask_tex_uvlayer_name[68]", "System.Char[]", 1)] public char[] mask_tex_uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(16, "void", "*_pad1", 0)] + [DNAFieldAttribute(16, "void", "*_pad1", "void", 0)] public object ptr__pad1; public WeightVGEditModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WeightVGMixModifierData.cs b/BlendFile/DNA/WeightVGMixModifierData.cs index 1f79209..26815e3 100644 --- a/BlendFile/DNA/WeightVGMixModifierData.cs +++ b/BlendFile/DNA/WeightVGMixModifierData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(494, "WeightVGMixModifierData")] public class WeightVGMixModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "defgrp_name_a[64]", 1)] + [DNAFieldAttribute(1, "char", "defgrp_name_a[64]", "System.Char[]", 1)] public char[] defgrp_name_a = new System.Char[64]; - [DNAFieldAttribute(2, "char", "defgrp_name_b[64]", 1)] + [DNAFieldAttribute(2, "char", "defgrp_name_b[64]", "System.Char[]", 1)] public char[] defgrp_name_b = new System.Char[64]; - [DNAFieldAttribute(3, "float", "default_weight_a", 4)] + [DNAFieldAttribute(3, "float", "default_weight_a", "float", 4)] public float default_weight_a; - [DNAFieldAttribute(4, "float", "default_weight_b", 4)] + [DNAFieldAttribute(4, "float", "default_weight_b", "float", 4)] public float default_weight_b; - [DNAFieldAttribute(5, "char", "mix_mode", 1)] + [DNAFieldAttribute(5, "char", "mix_mode", "char", 1)] public char mix_mode; - [DNAFieldAttribute(6, "char", "mix_set", 1)] + [DNAFieldAttribute(6, "char", "mix_set", "char", 1)] public char mix_set; - [DNAFieldAttribute(7, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(7, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; - [DNAFieldAttribute(8, "float", "mask_constant", 4)] + [DNAFieldAttribute(8, "float", "mask_constant", "float", 4)] public float mask_constant; - [DNAFieldAttribute(9, "char", "mask_defgrp_name[64]", 1)] + [DNAFieldAttribute(9, "char", "mask_defgrp_name[64]", "System.Char[]", 1)] public char[] mask_defgrp_name = new System.Char[64]; - [DNAFieldAttribute(10, "int", "mask_tex_use_channel", 4)] + [DNAFieldAttribute(10, "int", "mask_tex_use_channel", "int", 4)] public int mask_tex_use_channel; - [DNAFieldAttribute(11, "Tex", "*mask_texture", 488)] + [DNAFieldAttribute(11, "Tex", "*mask_texture", "Tex", 488)] public Tex ptr_mask_texture; - [DNAFieldAttribute(12, "Object", "*mask_tex_map_obj", 1160)] + [DNAFieldAttribute(12, "Object", "*mask_tex_map_obj", "Object", 1160)] public Object ptr_mask_tex_map_obj; - [DNAFieldAttribute(13, "char", "mask_tex_map_bone[64]", 1)] + [DNAFieldAttribute(13, "char", "mask_tex_map_bone[64]", "System.Char[]", 1)] public char[] mask_tex_map_bone = new System.Char[64]; - [DNAFieldAttribute(14, "int", "mask_tex_mapping", 4)] + [DNAFieldAttribute(14, "int", "mask_tex_mapping", "int", 4)] public int mask_tex_mapping; - [DNAFieldAttribute(15, "char", "mask_tex_uvlayer_name[68]", 1)] + [DNAFieldAttribute(15, "char", "mask_tex_uvlayer_name[68]", "System.Char[]", 1)] public char[] mask_tex_uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(16, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(16, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(17, "char", "flag", 1)] + [DNAFieldAttribute(17, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(18, "char", "_pad2[3]", 1)] + [DNAFieldAttribute(18, "char", "_pad2[3]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[3]; public WeightVGMixModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WeightVGProximityModifierData.cs b/BlendFile/DNA/WeightVGProximityModifierData.cs index e4de936..52bf691 100644 --- a/BlendFile/DNA/WeightVGProximityModifierData.cs +++ b/BlendFile/DNA/WeightVGProximityModifierData.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(495, "WeightVGProximityModifierData")] public class WeightVGProximityModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(2, "CurveMapping", "*cmap_curve", 424)] + [DNAFieldAttribute(2, "CurveMapping", "*cmap_curve", "CurveMapping", 424)] public CurveMapping ptr_cmap_curve; - [DNAFieldAttribute(3, "int", "proximity_mode", 4)] + [DNAFieldAttribute(3, "int", "proximity_mode", "int", 4)] public int proximity_mode; - [DNAFieldAttribute(4, "int", "proximity_flags", 4)] + [DNAFieldAttribute(4, "int", "proximity_flags", "int", 4)] public int proximity_flags; - [DNAFieldAttribute(5, "Object", "*proximity_ob_target", 1160)] + [DNAFieldAttribute(5, "Object", "*proximity_ob_target", "Object", 1160)] public Object ptr_proximity_ob_target; - [DNAFieldAttribute(6, "float", "mask_constant", 4)] + [DNAFieldAttribute(6, "float", "mask_constant", "float", 4)] public float mask_constant; - [DNAFieldAttribute(7, "char", "mask_defgrp_name[64]", 1)] + [DNAFieldAttribute(7, "char", "mask_defgrp_name[64]", "System.Char[]", 1)] public char[] mask_defgrp_name = new System.Char[64]; - [DNAFieldAttribute(8, "int", "mask_tex_use_channel", 4)] + [DNAFieldAttribute(8, "int", "mask_tex_use_channel", "int", 4)] public int mask_tex_use_channel; - [DNAFieldAttribute(9, "Tex", "*mask_texture", 488)] + [DNAFieldAttribute(9, "Tex", "*mask_texture", "Tex", 488)] public Tex ptr_mask_texture; - [DNAFieldAttribute(10, "Object", "*mask_tex_map_obj", 1160)] + [DNAFieldAttribute(10, "Object", "*mask_tex_map_obj", "Object", 1160)] public Object ptr_mask_tex_map_obj; - [DNAFieldAttribute(11, "char", "mask_tex_map_bone[64]", 1)] + [DNAFieldAttribute(11, "char", "mask_tex_map_bone[64]", "System.Char[]", 1)] public char[] mask_tex_map_bone = new System.Char[64]; - [DNAFieldAttribute(12, "int", "mask_tex_mapping", 4)] + [DNAFieldAttribute(12, "int", "mask_tex_mapping", "int", 4)] public int mask_tex_mapping; - [DNAFieldAttribute(13, "char", "mask_tex_uvlayer_name[68]", 1)] + [DNAFieldAttribute(13, "char", "mask_tex_uvlayer_name[68]", "System.Char[]", 1)] public char[] mask_tex_uvlayer_name = new System.Char[68]; - [DNAFieldAttribute(14, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(15, "float", "min_dist", 4)] + [DNAFieldAttribute(15, "float", "min_dist", "float", 4)] public float min_dist; - [DNAFieldAttribute(16, "float", "max_dist", 4)] + [DNAFieldAttribute(16, "float", "max_dist", "float", 4)] public float max_dist; - [DNAFieldAttribute(17, "short", "falloff_type", 2)] + [DNAFieldAttribute(17, "short", "falloff_type", "short", 2)] public short falloff_type; - [DNAFieldAttribute(18, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(18, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; public WeightVGProximityModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WeightedNormalModifierData.cs b/BlendFile/DNA/WeightedNormalModifierData.cs index 4ef44c7..a19b020 100644 --- a/BlendFile/DNA/WeightedNormalModifierData.cs +++ b/BlendFile/DNA/WeightedNormalModifierData.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(513, "WeightedNormalModifierData")] public struct WeightedNormalModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(2, "char", "mode", 1)] + [DNAFieldAttribute(2, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(3, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "short", "weight", 2)] + [DNAFieldAttribute(4, "short", "weight", "short", 2)] public short weight; - [DNAFieldAttribute(5, "float", "thresh", 4)] + [DNAFieldAttribute(5, "float", "thresh", "float", 4)] public float thresh; public WeightedNormalModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WeldModifierData.cs b/BlendFile/DNA/WeldModifierData.cs index bef6347..ec02a73 100644 --- a/BlendFile/DNA/WeldModifierData.cs +++ b/BlendFile/DNA/WeldModifierData.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(506, "WeldModifierData")] public struct WeldModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "float", "merge_dist", 4)] + [DNAFieldAttribute(1, "float", "merge_dist", "float", 4)] public float merge_dist; - [DNAFieldAttribute(2, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(2, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(3, "char", "mode", 1)] + [DNAFieldAttribute(3, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(4, "char", "flag", 1)] + [DNAFieldAttribute(4, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(5, "char", "_pad[2]", 1)] + [DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public WeldModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WhiteBalanceModifierData.cs b/BlendFile/DNA/WhiteBalanceModifierData.cs index 9cf5d8b..0d04b55 100644 --- a/BlendFile/DNA/WhiteBalanceModifierData.cs +++ b/BlendFile/DNA/WhiteBalanceModifierData.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(910, "WhiteBalanceModifierData")] public struct WhiteBalanceModifierData { - [DNAFieldAttribute(0, "SequenceModifierData", "modifier", 112)] + [DNAFieldAttribute(0, "SequenceModifierData", "modifier", "SequenceModifierData", 112)] public SequenceModifierData modifier; - [DNAFieldAttribute(1, "float", "white_value[3]", 4)] + [DNAFieldAttribute(1, "float", "white_value[3]", "System.Single[]", 4)] public float[] white_value = new System.Single[3]; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public WhiteBalanceModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WipeVars.cs b/BlendFile/DNA/WipeVars.cs index 488cec8..a0151b4 100644 --- a/BlendFile/DNA/WipeVars.cs +++ b/BlendFile/DNA/WipeVars.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(896, "WipeVars")] public struct WipeVars { - [DNAFieldAttribute(0, "float", "edgeWidth", 4)] + [DNAFieldAttribute(0, "float", "edgeWidth", "float", 4)] public float edgeWidth; - [DNAFieldAttribute(1, "float", "angle", 4)] + [DNAFieldAttribute(1, "float", "angle", "float", 4)] public float angle; - [DNAFieldAttribute(2, "short", "forward", 2)] + [DNAFieldAttribute(2, "short", "forward", "short", 2)] public short forward; - [DNAFieldAttribute(3, "short", "wipetype", 2)] + [DNAFieldAttribute(3, "short", "wipetype", "short", 2)] public short wipetype; public WipeVars() { this.edgeWidth = default; diff --git a/BlendFile/DNA/WireframeModifierData.cs b/BlendFile/DNA/WireframeModifierData.cs index 3e38977..2c2de6b 100644 --- a/BlendFile/DNA/WireframeModifierData.cs +++ b/BlendFile/DNA/WireframeModifierData.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(505, "WireframeModifierData")] public struct WireframeModifierData { - [DNAFieldAttribute(0, "ModifierData", "modifier", 120)] + [DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120)] public ModifierData modifier; - [DNAFieldAttribute(1, "char", "defgrp_name[64]", 1)] + [DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 1)] public char[] defgrp_name = new System.Char[64]; - [DNAFieldAttribute(2, "float", "offset", 4)] + [DNAFieldAttribute(2, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(3, "float", "offset_fac", 4)] + [DNAFieldAttribute(3, "float", "offset_fac", "float", 4)] public float offset_fac; - [DNAFieldAttribute(4, "float", "offset_fac_vg", 4)] + [DNAFieldAttribute(4, "float", "offset_fac_vg", "float", 4)] public float offset_fac_vg; - [DNAFieldAttribute(5, "float", "crease_weight", 4)] + [DNAFieldAttribute(5, "float", "crease_weight", "float", 4)] public float crease_weight; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "mat_ofs", 2)] + [DNAFieldAttribute(7, "short", "mat_ofs", "short", 2)] public short mat_ofs; - [DNAFieldAttribute(8, "char", "_pad[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public WireframeModifierData() { this.modifier = default; diff --git a/BlendFile/DNA/WorkSpace.cs b/BlendFile/DNA/WorkSpace.cs index 2be488a..7cc6633 100644 --- a/BlendFile/DNA/WorkSpace.cs +++ b/BlendFile/DNA/WorkSpace.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(1068, "WorkSpace")] public class WorkSpace { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "ListBase", "layouts", 16)] + [DNAFieldAttribute(1, "ListBase", "layouts", "ListBase", 16)] public ListBase layouts; - [DNAFieldAttribute(2, "ListBase", "hook_layout_relations", 16)] + [DNAFieldAttribute(2, "ListBase", "hook_layout_relations", "ListBase", 16)] public ListBase hook_layout_relations; - [DNAFieldAttribute(3, "ListBase", "owner_ids", 16)] + [DNAFieldAttribute(3, "ListBase", "owner_ids", "ListBase", 16)] public ListBase owner_ids; - [DNAFieldAttribute(4, "ListBase", "tools", 16)] + [DNAFieldAttribute(4, "ListBase", "tools", "ListBase", 16)] public ListBase tools; - [DNAFieldAttribute(5, "Scene", "*pin_scene", 6744)] + [DNAFieldAttribute(5, "Scene", "*pin_scene", "Scene", 6744)] public Scene ptr_pin_scene; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(7, "int", "object_mode", 4)] + [DNAFieldAttribute(7, "int", "object_mode", "int", 4)] public int object_mode; - [DNAFieldAttribute(8, "int", "flags", 4)] + [DNAFieldAttribute(8, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(9, "int", "order", 4)] + [DNAFieldAttribute(9, "int", "order", "int", 4)] public int order; - [DNAFieldAttribute(10, "WorkSpaceRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(10, "WorkSpaceRuntimeHandle", "*runtime", "WorkSpaceRuntimeHandle", 0)] public WorkSpaceRuntimeHandle ptr_runtime; - [DNAFieldAttribute(11, "AssetLibraryReference", "asset_library_ref", 8)] + [DNAFieldAttribute(11, "AssetLibraryReference", "asset_library_ref", "AssetLibraryReference", 8)] public AssetLibraryReference asset_library_ref; - [DNAFieldAttribute(12, "ViewerPath", "viewer_path", 16)] + [DNAFieldAttribute(12, "ViewerPath", "viewer_path", "ViewerPath", 16)] public ViewerPath viewer_path; public WorkSpace() { this.id = default; diff --git a/BlendFile/DNA/WorkSpaceDataRelation.cs b/BlendFile/DNA/WorkSpaceDataRelation.cs index 154b0bd..23298da 100644 --- a/BlendFile/DNA/WorkSpaceDataRelation.cs +++ b/BlendFile/DNA/WorkSpaceDataRelation.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(1070, "WorkSpaceDataRelation")] public class WorkSpaceDataRelation { - [DNAFieldAttribute(0, "WorkSpaceDataRelation", "*next", 40)] + [DNAFieldAttribute(0, "WorkSpaceDataRelation", "*next", "WorkSpaceDataRelation", 40)] public WorkSpaceDataRelation ptr_next; - [DNAFieldAttribute(1, "WorkSpaceDataRelation", "*prev", 40)] + [DNAFieldAttribute(1, "WorkSpaceDataRelation", "*prev", "WorkSpaceDataRelation", 40)] public WorkSpaceDataRelation ptr_prev; - [DNAFieldAttribute(2, "void", "*parent", 0)] + [DNAFieldAttribute(2, "void", "*parent", "void", 0)] public object ptr_parent; - [DNAFieldAttribute(3, "void", "*value", 0)] + [DNAFieldAttribute(3, "void", "*value", "void", 0)] public object ptr_value; - [DNAFieldAttribute(4, "int", "parentid", 4)] + [DNAFieldAttribute(4, "int", "parentid", "int", 4)] public int parentid; - [DNAFieldAttribute(5, "char", "_pad_0[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad_0[4]", "System.Char[]", 1)] public char[] _pad_0 = new System.Char[4]; public WorkSpaceDataRelation() { this.ptr_next = default; diff --git a/BlendFile/DNA/WorkSpaceInstanceHook.cs b/BlendFile/DNA/WorkSpaceInstanceHook.cs index 22b7d2f..aff5f64 100644 --- a/BlendFile/DNA/WorkSpaceInstanceHook.cs +++ b/BlendFile/DNA/WorkSpaceInstanceHook.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1054, "WorkSpaceInstanceHook")] public class WorkSpaceInstanceHook { - [DNAFieldAttribute(0, "WorkSpace", "*active", 328)] + [DNAFieldAttribute(0, "WorkSpace", "*active", "WorkSpace", 328)] public WorkSpace ptr_active; - [DNAFieldAttribute(1, "WorkSpaceLayout", "*act_layout", 88)] + [DNAFieldAttribute(1, "WorkSpaceLayout", "*act_layout", "WorkSpaceLayout", 88)] public WorkSpaceLayout ptr_act_layout; - [DNAFieldAttribute(2, "WorkSpace", "*temp_workspace_store", 328)] + [DNAFieldAttribute(2, "WorkSpace", "*temp_workspace_store", "WorkSpace", 328)] public WorkSpace ptr_temp_workspace_store; - [DNAFieldAttribute(3, "WorkSpaceLayout", "*temp_layout_store", 88)] + [DNAFieldAttribute(3, "WorkSpaceLayout", "*temp_layout_store", "WorkSpaceLayout", 88)] public WorkSpaceLayout ptr_temp_layout_store; public WorkSpaceInstanceHook() { this.ptr_active = default; diff --git a/BlendFile/DNA/WorkSpaceLayout.cs b/BlendFile/DNA/WorkSpaceLayout.cs index 3e8beb4..012ab66 100644 --- a/BlendFile/DNA/WorkSpaceLayout.cs +++ b/BlendFile/DNA/WorkSpaceLayout.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1066, "WorkSpaceLayout")] public class WorkSpaceLayout { - [DNAFieldAttribute(0, "WorkSpaceLayout", "*next", 88)] + [DNAFieldAttribute(0, "WorkSpaceLayout", "*next", "WorkSpaceLayout", 88)] public WorkSpaceLayout ptr_next; - [DNAFieldAttribute(1, "WorkSpaceLayout", "*prev", 88)] + [DNAFieldAttribute(1, "WorkSpaceLayout", "*prev", "WorkSpaceLayout", 88)] public WorkSpaceLayout ptr_prev; - [DNAFieldAttribute(2, "bScreen", "*screen", 336)] + [DNAFieldAttribute(2, "bScreen", "*screen", "bScreen", 336)] public bScreen ptr_screen; - [DNAFieldAttribute(3, "char", "name[64]", 1)] + [DNAFieldAttribute(3, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; public WorkSpaceLayout() { this.ptr_next = default; diff --git a/BlendFile/DNA/World.cs b/BlendFile/DNA/World.cs index ada11de..dec9d9b 100644 --- a/BlendFile/DNA/World.cs +++ b/BlendFile/DNA/World.cs @@ -15,83 +15,83 @@ namespace BlendFile.DNA { [DNAClassAttribute(349, "World")] public class World { - [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, "DrawDataList", "drawdata", 16)] + [DNAFieldAttribute(2, "DrawDataList", "drawdata", "DrawDataList", 16)] public DrawDataList drawdata; - [DNAFieldAttribute(3, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(4, "short", "texact", 2)] + [DNAFieldAttribute(4, "short", "texact", "short", 2)] public short texact; - [DNAFieldAttribute(5, "short", "mistype", 2)] + [DNAFieldAttribute(5, "short", "mistype", "short", 2)] public short mistype; - [DNAFieldAttribute(6, "float", "horr", 4)] + [DNAFieldAttribute(6, "float", "horr", "float", 4)] public float horr; - [DNAFieldAttribute(7, "float", "horg", 4)] + [DNAFieldAttribute(7, "float", "horg", "float", 4)] public float horg; - [DNAFieldAttribute(8, "float", "horb", 4)] + [DNAFieldAttribute(8, "float", "horb", "float", 4)] public float horb; - [DNAFieldAttribute(9, "float", "exposure", 4)] + [DNAFieldAttribute(9, "float", "exposure", "float", 4)] public float exposure; - [DNAFieldAttribute(10, "float", "exp", 4)] + [DNAFieldAttribute(10, "float", "exp", "float", 4)] public float exp; - [DNAFieldAttribute(11, "float", "range", 4)] + [DNAFieldAttribute(11, "float", "range", "float", 4)] public float range; - [DNAFieldAttribute(12, "short", "mode", 2)] + [DNAFieldAttribute(12, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(13, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(13, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; - [DNAFieldAttribute(14, "float", "misi", 4)] + [DNAFieldAttribute(14, "float", "misi", "float", 4)] public float misi; - [DNAFieldAttribute(15, "float", "miststa", 4)] + [DNAFieldAttribute(15, "float", "miststa", "float", 4)] public float miststa; - [DNAFieldAttribute(16, "float", "mistdist", 4)] + [DNAFieldAttribute(16, "float", "mistdist", "float", 4)] public float mistdist; - [DNAFieldAttribute(17, "float", "misthi", 4)] + [DNAFieldAttribute(17, "float", "misthi", "float", 4)] public float misthi; - [DNAFieldAttribute(18, "float", "aodist", 4)] + [DNAFieldAttribute(18, "float", "aodist", "float", 4)] public float aodist; - [DNAFieldAttribute(19, "float", "aoenergy", 4)] + [DNAFieldAttribute(19, "float", "aoenergy", "float", 4)] public float aoenergy; - [DNAFieldAttribute(20, "short", "flag", 2)] + [DNAFieldAttribute(20, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(21, "char", "_pad3[2]", 1)] + [DNAFieldAttribute(21, "char", "_pad3[2]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[2]; - [DNAFieldAttribute(22, "int", "probe_resolution", 4)] + [DNAFieldAttribute(22, "int", "probe_resolution", "int", 4)] public int probe_resolution; - [DNAFieldAttribute(23, "float", "sun_threshold", 4)] + [DNAFieldAttribute(23, "float", "sun_threshold", "float", 4)] public float sun_threshold; - [DNAFieldAttribute(24, "float", "sun_angle", 4)] + [DNAFieldAttribute(24, "float", "sun_angle", "float", 4)] public float sun_angle; - [DNAFieldAttribute(25, "float", "sun_shadow_maximum_resolution", 4)] + [DNAFieldAttribute(25, "float", "sun_shadow_maximum_resolution", "float", 4)] public float sun_shadow_maximum_resolution; - [DNAFieldAttribute(26, "float", "sun_shadow_jitter_overblur", 4)] + [DNAFieldAttribute(26, "float", "sun_shadow_jitter_overblur", "float", 4)] public float sun_shadow_jitter_overblur; - [DNAFieldAttribute(27, "float", "sun_shadow_filter_radius", 4)] + [DNAFieldAttribute(27, "float", "sun_shadow_filter_radius", "float", 4)] public float sun_shadow_filter_radius; - [DNAFieldAttribute(28, "char", "_pad4[4]", 1)] + [DNAFieldAttribute(28, "char", "_pad4[4]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[4]; - [DNAFieldAttribute(29, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(29, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(30, "short", "pr_texture", 2)] + [DNAFieldAttribute(30, "short", "pr_texture", "short", 2)] public short pr_texture; - [DNAFieldAttribute(31, "short", "use_nodes", 2)] + [DNAFieldAttribute(31, "short", "use_nodes", "short", 2)] public short use_nodes; - [DNAFieldAttribute(32, "char", "_pad[4]", 1)] + [DNAFieldAttribute(32, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(33, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(33, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(34, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(34, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(35, "LightgroupMembership", "*lightgroup", 64)] + [DNAFieldAttribute(35, "LightgroupMembership", "*lightgroup", "LightgroupMembership", 64)] public LightgroupMembership ptr_lightgroup; - [DNAFieldAttribute(36, "void", "*_pad1", 0)] + [DNAFieldAttribute(36, "void", "*_pad1", "void", 0)] public object ptr__pad1; - [DNAFieldAttribute(37, "ListBase", "gpumaterial", 16)] + [DNAFieldAttribute(37, "ListBase", "gpumaterial", "ListBase", 16)] public ListBase gpumaterial; - [DNAFieldAttribute(38, "uint64_t", "last_update", 8)] + [DNAFieldAttribute(38, "uint64_t", "last_update", "uint64_t", 8)] public ulong last_update; public World() { this.id = default; diff --git a/BlendFile/DNA/XrActionMap.cs b/BlendFile/DNA/XrActionMap.cs index 4b183ca..3dec632 100644 --- a/BlendFile/DNA/XrActionMap.cs +++ b/BlendFile/DNA/XrActionMap.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(1075, "XrActionMap")] public class XrActionMap { - [DNAFieldAttribute(0, "XrActionMap", "*next", 104)] + [DNAFieldAttribute(0, "XrActionMap", "*next", "XrActionMap", 104)] public XrActionMap ptr_next; - [DNAFieldAttribute(1, "XrActionMap", "*prev", 104)] + [DNAFieldAttribute(1, "XrActionMap", "*prev", "XrActionMap", 104)] public XrActionMap 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", "items", 16)] + [DNAFieldAttribute(3, "ListBase", "items", "ListBase", 16)] public ListBase items; - [DNAFieldAttribute(4, "short", "selitem", 2)] + [DNAFieldAttribute(4, "short", "selitem", "short", 2)] public short selitem; - [DNAFieldAttribute(5, "char", "_pad[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public XrActionMap() { this.ptr_next = default; diff --git a/BlendFile/DNA/XrActionMapBinding.cs b/BlendFile/DNA/XrActionMapBinding.cs index 6d0d96b..e4b34e7 100644 --- a/BlendFile/DNA/XrActionMapBinding.cs +++ b/BlendFile/DNA/XrActionMapBinding.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(1072, "XrActionMapBinding")] public class XrActionMapBinding { - [DNAFieldAttribute(0, "XrActionMapBinding", "*next", 384)] + [DNAFieldAttribute(0, "XrActionMapBinding", "*next", "XrActionMapBinding", 384)] public XrActionMapBinding ptr_next; - [DNAFieldAttribute(1, "XrActionMapBinding", "*prev", 384)] + [DNAFieldAttribute(1, "XrActionMapBinding", "*prev", "XrActionMapBinding", 384)] public XrActionMapBinding 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, "char", "profile[256]", 1)] + [DNAFieldAttribute(3, "char", "profile[256]", "System.Char[]", 1)] public char[] profile = new System.Char[256]; - [DNAFieldAttribute(4, "ListBase", "component_paths", 16)] + [DNAFieldAttribute(4, "ListBase", "component_paths", "ListBase", 16)] public ListBase component_paths; - [DNAFieldAttribute(5, "float", "float_threshold", 4)] + [DNAFieldAttribute(5, "float", "float_threshold", "float", 4)] public float float_threshold; - [DNAFieldAttribute(6, "short", "axis_flag", 2)] + [DNAFieldAttribute(6, "short", "axis_flag", "short", 2)] public short axis_flag; - [DNAFieldAttribute(7, "char", "_pad[2]", 1)] + [DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(8, "float", "pose_location[3]", 4)] + [DNAFieldAttribute(8, "float", "pose_location[3]", "System.Single[]", 4)] public float[] pose_location = new System.Single[3]; - [DNAFieldAttribute(9, "float", "pose_rotation[3]", 4)] + [DNAFieldAttribute(9, "float", "pose_rotation[3]", "System.Single[]", 4)] public float[] pose_rotation = new System.Single[3]; public XrActionMapBinding() { this.ptr_next = default; diff --git a/BlendFile/DNA/XrActionMapItem.cs b/BlendFile/DNA/XrActionMapItem.cs index 25346ca..24d050a 100644 --- a/BlendFile/DNA/XrActionMapItem.cs +++ b/BlendFile/DNA/XrActionMapItem.cs @@ -15,45 +15,45 @@ namespace BlendFile.DNA { [DNAClassAttribute(1074, "XrActionMapItem")] public class XrActionMapItem { - [DNAFieldAttribute(0, "XrActionMapItem", "*next", 288)] + [DNAFieldAttribute(0, "XrActionMapItem", "*next", "XrActionMapItem", 288)] public XrActionMapItem ptr_next; - [DNAFieldAttribute(1, "XrActionMapItem", "*prev", 288)] + [DNAFieldAttribute(1, "XrActionMapItem", "*prev", "XrActionMapItem", 288)] public XrActionMapItem 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, "char", "type", 1)] + [DNAFieldAttribute(3, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(4, "char", "_pad[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(5, "ListBase", "user_paths", 16)] + [DNAFieldAttribute(5, "ListBase", "user_paths", "ListBase", 16)] public ListBase user_paths; - [DNAFieldAttribute(6, "char", "op[64]", 1)] + [DNAFieldAttribute(6, "char", "op[64]", "System.Char[]", 1)] public char[] op = new System.Char[64]; - [DNAFieldAttribute(7, "IDProperty", "*op_properties", 136)] + [DNAFieldAttribute(7, "IDProperty", "*op_properties", "IDProperty", 136)] public IDProperty ptr_op_properties; - [DNAFieldAttribute(8, "PointerRNA", "*op_properties_ptr", 0)] + [DNAFieldAttribute(8, "PointerRNA", "*op_properties_ptr", "PointerRNA", 0)] public PointerRNA ptr_op_properties_ptr; - [DNAFieldAttribute(9, "short", "op_flag", 2)] + [DNAFieldAttribute(9, "short", "op_flag", "short", 2)] public short op_flag; - [DNAFieldAttribute(10, "short", "action_flag", 2)] + [DNAFieldAttribute(10, "short", "action_flag", "short", 2)] public short action_flag; - [DNAFieldAttribute(11, "short", "haptic_flag", 2)] + [DNAFieldAttribute(11, "short", "haptic_flag", "short", 2)] public short haptic_flag; - [DNAFieldAttribute(12, "short", "pose_flag", 2)] + [DNAFieldAttribute(12, "short", "pose_flag", "short", 2)] public short pose_flag; - [DNAFieldAttribute(13, "char", "haptic_name[64]", 1)] + [DNAFieldAttribute(13, "char", "haptic_name[64]", "System.Char[]", 1)] public char[] haptic_name = new System.Char[64]; - [DNAFieldAttribute(14, "float", "haptic_duration", 4)] + [DNAFieldAttribute(14, "float", "haptic_duration", "float", 4)] public float haptic_duration; - [DNAFieldAttribute(15, "float", "haptic_frequency", 4)] + [DNAFieldAttribute(15, "float", "haptic_frequency", "float", 4)] public float haptic_frequency; - [DNAFieldAttribute(16, "float", "haptic_amplitude", 4)] + [DNAFieldAttribute(16, "float", "haptic_amplitude", "float", 4)] public float haptic_amplitude; - [DNAFieldAttribute(17, "short", "selbinding", 2)] + [DNAFieldAttribute(17, "short", "selbinding", "short", 2)] public short selbinding; - [DNAFieldAttribute(18, "char", "_pad3[2]", 1)] + [DNAFieldAttribute(18, "char", "_pad3[2]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[2]; - [DNAFieldAttribute(19, "ListBase", "bindings", 16)] + [DNAFieldAttribute(19, "ListBase", "bindings", "ListBase", 16)] public ListBase bindings; public XrActionMapItem() { this.ptr_next = default; diff --git a/BlendFile/DNA/XrComponentPath.cs b/BlendFile/DNA/XrComponentPath.cs index 79c0ba8..82cfd31 100644 --- a/BlendFile/DNA/XrComponentPath.cs +++ b/BlendFile/DNA/XrComponentPath.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1071, "XrComponentPath")] public class XrComponentPath { - [DNAFieldAttribute(0, "XrComponentPath", "*next", 208)] + [DNAFieldAttribute(0, "XrComponentPath", "*next", "XrComponentPath", 208)] public XrComponentPath ptr_next; - [DNAFieldAttribute(1, "XrComponentPath", "*prev", 208)] + [DNAFieldAttribute(1, "XrComponentPath", "*prev", "XrComponentPath", 208)] public XrComponentPath ptr_prev; - [DNAFieldAttribute(2, "char", "path[192]", 1)] + [DNAFieldAttribute(2, "char", "path[192]", "System.Char[]", 1)] public char[] path = new System.Char[192]; public XrComponentPath() { this.ptr_next = default; diff --git a/BlendFile/DNA/XrSessionSettings.cs b/BlendFile/DNA/XrSessionSettings.cs index cdbb9bc..cac0aa2 100644 --- a/BlendFile/DNA/XrSessionSettings.cs +++ b/BlendFile/DNA/XrSessionSettings.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(1046, "XrSessionSettings")] public class XrSessionSettings { - [DNAFieldAttribute(0, "View3DShading", "shading", 944)] + [DNAFieldAttribute(0, "View3DShading", "shading", "View3DShading", 944)] public View3DShading shading; - [DNAFieldAttribute(1, "float", "base_scale", 4)] + [DNAFieldAttribute(1, "float", "base_scale", "float", 4)] public float base_scale; - [DNAFieldAttribute(2, "char", "_pad[3]", 1)] + [DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(3, "char", "base_pose_type", 1)] + [DNAFieldAttribute(3, "char", "base_pose_type", "char", 1)] public char base_pose_type; - [DNAFieldAttribute(4, "Object", "*base_pose_object", 1160)] + [DNAFieldAttribute(4, "Object", "*base_pose_object", "Object", 1160)] public Object ptr_base_pose_object; - [DNAFieldAttribute(5, "float", "base_pose_location[3]", 4)] + [DNAFieldAttribute(5, "float", "base_pose_location[3]", "System.Single[]", 4)] public float[] base_pose_location = new System.Single[3]; - [DNAFieldAttribute(6, "float", "base_pose_angle", 4)] + [DNAFieldAttribute(6, "float", "base_pose_angle", "float", 4)] public float base_pose_angle; - [DNAFieldAttribute(7, "char", "draw_flags", 1)] + [DNAFieldAttribute(7, "char", "draw_flags", "char", 1)] public char draw_flags; - [DNAFieldAttribute(8, "char", "controller_draw_style", 1)] + [DNAFieldAttribute(8, "char", "controller_draw_style", "char", 1)] public char controller_draw_style; - [DNAFieldAttribute(9, "char", "_pad2[2]", 1)] + [DNAFieldAttribute(9, "char", "_pad2[2]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[2]; - [DNAFieldAttribute(10, "float", "clip_start", 4)] + [DNAFieldAttribute(10, "float", "clip_start", "float", 4)] public float clip_start; - [DNAFieldAttribute(11, "float", "clip_end", 4)] + [DNAFieldAttribute(11, "float", "clip_end", "float", 4)] public float clip_end; - [DNAFieldAttribute(12, "int", "flag", 4)] + [DNAFieldAttribute(12, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(13, "int", "object_type_exclude_viewport", 4)] + [DNAFieldAttribute(13, "int", "object_type_exclude_viewport", "int", 4)] public int object_type_exclude_viewport; - [DNAFieldAttribute(14, "int", "object_type_exclude_select", 4)] + [DNAFieldAttribute(14, "int", "object_type_exclude_select", "int", 4)] public int object_type_exclude_select; public XrSessionSettings() { this.shading = default; diff --git a/BlendFile/DNA/XrUserPath.cs b/BlendFile/DNA/XrUserPath.cs index 281e997..8992c6b 100644 --- a/BlendFile/DNA/XrUserPath.cs +++ b/BlendFile/DNA/XrUserPath.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1073, "XrUserPath")] public class XrUserPath { - [DNAFieldAttribute(0, "XrUserPath", "*next", 80)] + [DNAFieldAttribute(0, "XrUserPath", "*next", "XrUserPath", 80)] public XrUserPath ptr_next; - [DNAFieldAttribute(1, "XrUserPath", "*prev", 80)] + [DNAFieldAttribute(1, "XrUserPath", "*prev", "XrUserPath", 80)] public XrUserPath ptr_prev; - [DNAFieldAttribute(2, "char", "path[64]", 1)] + [DNAFieldAttribute(2, "char", "path[64]", "System.Char[]", 1)] public char[] path = new System.Char[64]; public XrUserPath() { this.ptr_next = default; diff --git a/BlendFile/DNA/bAction.cs b/BlendFile/DNA/bAction.cs index 10ab6f7..ee0bffb 100644 --- a/BlendFile/DNA/bAction.cs +++ b/BlendFile/DNA/bAction.cs @@ -15,47 +15,47 @@ namespace BlendFile.DNA { [DNAClassAttribute(65, "bAction")] public class bAction { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "ActionLayer", "**layer_array", 88)] + [DNAFieldAttribute(1, "ActionLayer", "**layer_array", "ActionLayer", 88)] public ActionLayer ptr_ptr_layer_array; - [DNAFieldAttribute(2, "int", "layer_array_num", 4)] + [DNAFieldAttribute(2, "int", "layer_array_num", "int", 4)] public int layer_array_num; - [DNAFieldAttribute(3, "int", "layer_active_index", 4)] + [DNAFieldAttribute(3, "int", "layer_active_index", "int", 4)] public int layer_active_index; - [DNAFieldAttribute(4, "ActionSlot", "**slot_array", 88)] + [DNAFieldAttribute(4, "ActionSlot", "**slot_array", "ActionSlot", 88)] public ActionSlot ptr_ptr_slot_array; - [DNAFieldAttribute(5, "int", "slot_array_num", 4)] + [DNAFieldAttribute(5, "int", "slot_array_num", "int", 4)] public int slot_array_num; - [DNAFieldAttribute(6, "int", "last_slot_handle", 4)] + [DNAFieldAttribute(6, "int", "last_slot_handle", "int", 4)] public int last_slot_handle; - [DNAFieldAttribute(7, "ActionStripKeyframeData", "**strip_keyframe_data_array", 16)] + [DNAFieldAttribute(7, "ActionStripKeyframeData", "**strip_keyframe_data_array", "ActionStripKeyframeData", 16)] public ActionStripKeyframeData ptr_ptr_strip_keyframe_data_array; - [DNAFieldAttribute(8, "int", "strip_keyframe_data_array_num", 4)] + [DNAFieldAttribute(8, "int", "strip_keyframe_data_array_num", "int", 4)] public int strip_keyframe_data_array_num; - [DNAFieldAttribute(9, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(10, "ListBase", "curves", 16)] + [DNAFieldAttribute(10, "ListBase", "curves", "ListBase", 16)] public ListBase curves; - [DNAFieldAttribute(11, "ListBase", "chanbase", 16)] + [DNAFieldAttribute(11, "ListBase", "chanbase", "ListBase", 16)] public ListBase chanbase; - [DNAFieldAttribute(12, "ListBase", "groups", 16)] + [DNAFieldAttribute(12, "ListBase", "groups", "ListBase", 16)] public ListBase groups; - [DNAFieldAttribute(13, "ListBase", "markers", 16)] + [DNAFieldAttribute(13, "ListBase", "markers", "ListBase", 16)] public ListBase markers; - [DNAFieldAttribute(14, "int", "flag", 4)] + [DNAFieldAttribute(14, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(15, "int", "active_marker", 4)] + [DNAFieldAttribute(15, "int", "active_marker", "int", 4)] public int active_marker; - [DNAFieldAttribute(16, "int", "idroot", 4)] + [DNAFieldAttribute(16, "int", "idroot", "int", 4)] public int idroot; - [DNAFieldAttribute(17, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(17, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(18, "float", "frame_start", 4)] + [DNAFieldAttribute(18, "float", "frame_start", "float", 4)] public float frame_start; - [DNAFieldAttribute(19, "float", "frame_end", 4)] + [DNAFieldAttribute(19, "float", "frame_end", "float", 4)] public float frame_end; - [DNAFieldAttribute(20, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(20, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; public bAction() { this.id = default; diff --git a/BlendFile/DNA/bActionChannel.cs b/BlendFile/DNA/bActionChannel.cs index b59fcf2..8038027 100644 --- a/BlendFile/DNA/bActionChannel.cs +++ b/BlendFile/DNA/bActionChannel.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(75, "bActionChannel")] public class bActionChannel { - [DNAFieldAttribute(0, "bActionChannel", "*next", 120)] + [DNAFieldAttribute(0, "bActionChannel", "*next", "bActionChannel", 120)] public bActionChannel ptr_next; - [DNAFieldAttribute(1, "bActionChannel", "*prev", 120)] + [DNAFieldAttribute(1, "bActionChannel", "*prev", "bActionChannel", 120)] public bActionChannel ptr_prev; - [DNAFieldAttribute(2, "bActionGroup", "*grp", 136)] + [DNAFieldAttribute(2, "bActionGroup", "*grp", "bActionGroup", 136)] public bActionGroup ptr_grp; - [DNAFieldAttribute(3, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(3, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(4, "ListBase", "constraintChannels", 16)] + [DNAFieldAttribute(4, "ListBase", "constraintChannels", "ListBase", 16)] public ListBase constraintChannels; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(6, "char", "name[64]", 1)] + [DNAFieldAttribute(6, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(7, "int", "temp", 4)] + [DNAFieldAttribute(7, "int", "temp", "int", 4)] public int temp; public bActionChannel() { this.ptr_next = default; diff --git a/BlendFile/DNA/bActionConstraint.cs b/BlendFile/DNA/bActionConstraint.cs index 064a77e..b86ebc1 100644 --- a/BlendFile/DNA/bActionConstraint.cs +++ b/BlendFile/DNA/bActionConstraint.cs @@ -15,37 +15,37 @@ namespace BlendFile.DNA { [DNAClassAttribute(186, "bActionConstraint")] public class bActionConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "short", "type", 2)] + [DNAFieldAttribute(1, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(2, "short", "local", 2)] + [DNAFieldAttribute(2, "short", "local", "short", 2)] public short local; - [DNAFieldAttribute(3, "int", "start", 4)] + [DNAFieldAttribute(3, "int", "start", "int", 4)] public int start; - [DNAFieldAttribute(4, "int", "end", 4)] + [DNAFieldAttribute(4, "int", "end", "int", 4)] public int end; - [DNAFieldAttribute(5, "float", "min", 4)] + [DNAFieldAttribute(5, "float", "min", "float", 4)] public float min; - [DNAFieldAttribute(6, "float", "max", 4)] + [DNAFieldAttribute(6, "float", "max", "float", 4)] public float max; - [DNAFieldAttribute(7, "int", "flag", 4)] + [DNAFieldAttribute(7, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(8, "char", "mix_mode", 1)] + [DNAFieldAttribute(8, "char", "mix_mode", "char", 1)] public char mix_mode; - [DNAFieldAttribute(9, "char", "_pad[3]", 1)] + [DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(10, "float", "eval_time", 4)] + [DNAFieldAttribute(10, "float", "eval_time", "float", 4)] public float eval_time; - [DNAFieldAttribute(11, "bAction", "*act", 352)] + [DNAFieldAttribute(11, "bAction", "*act", "bAction", 352)] public bAction ptr_act; - [DNAFieldAttribute(12, "int", "action_slot_handle", 4)] + [DNAFieldAttribute(12, "int", "action_slot_handle", "int", 4)] public int action_slot_handle; - [DNAFieldAttribute(13, "char", "action_slot_name[66]", 1)] + [DNAFieldAttribute(13, "char", "action_slot_name[66]", "System.Char[]", 1)] public char[] action_slot_name = new System.Char[66]; - [DNAFieldAttribute(14, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(14, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(15, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(15, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bActionConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bActionGroup.cs b/BlendFile/DNA/bActionGroup.cs index db725d4..c1822d5 100644 --- a/BlendFile/DNA/bActionGroup.cs +++ b/BlendFile/DNA/bActionGroup.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(62, "bActionGroup")] public class bActionGroup { - [DNAFieldAttribute(0, "bActionGroup", "*next", 136)] + [DNAFieldAttribute(0, "bActionGroup", "*next", "bActionGroup", 136)] public bActionGroup ptr_next; - [DNAFieldAttribute(1, "bActionGroup", "*prev", 136)] + [DNAFieldAttribute(1, "bActionGroup", "*prev", "bActionGroup", 136)] public bActionGroup ptr_prev; - [DNAFieldAttribute(2, "ListBase", "channels", 16)] + [DNAFieldAttribute(2, "ListBase", "channels", "ListBase", 16)] public ListBase channels; - [DNAFieldAttribute(3, "int", "fcurve_range_start", 4)] + [DNAFieldAttribute(3, "int", "fcurve_range_start", "int", 4)] public int fcurve_range_start; - [DNAFieldAttribute(4, "int", "fcurve_range_length", 4)] + [DNAFieldAttribute(4, "int", "fcurve_range_length", "int", 4)] public int fcurve_range_length; - [DNAFieldAttribute(5, "ActionChannelBag", "*channel_bag", 32)] + [DNAFieldAttribute(5, "ActionChannelBag", "*channel_bag", "ActionChannelBag", 32)] public ActionChannelBag ptr_channel_bag; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "int", "customCol", 4)] + [DNAFieldAttribute(7, "int", "customCol", "int", 4)] public int customCol; - [DNAFieldAttribute(8, "char", "name[64]", 1)] + [DNAFieldAttribute(8, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(9, "ThemeWireColor", "cs", 16)] + [DNAFieldAttribute(9, "ThemeWireColor", "cs", "ThemeWireColor", 16)] public ThemeWireColor cs; public bActionGroup() { this.ptr_next = default; diff --git a/BlendFile/DNA/bActionModifier.cs b/BlendFile/DNA/bActionModifier.cs index 687705b..25ac6d4 100644 --- a/BlendFile/DNA/bActionModifier.cs +++ b/BlendFile/DNA/bActionModifier.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(562, "bActionModifier")] public class bActionModifier { - [DNAFieldAttribute(0, "bActionModifier", "*next", 72)] + [DNAFieldAttribute(0, "bActionModifier", "*next", "bActionModifier", 72)] public bActionModifier ptr_next; - [DNAFieldAttribute(1, "bActionModifier", "*prev", 72)] + [DNAFieldAttribute(1, "bActionModifier", "*prev", "bActionModifier", 72)] public bActionModifier 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, "char", "channel[32]", 1)] + [DNAFieldAttribute(4, "char", "channel[32]", "System.Char[]", 1)] public char[] channel = new System.Char[32]; - [DNAFieldAttribute(5, "float", "noisesize", 4)] + [DNAFieldAttribute(5, "float", "noisesize", "float", 4)] public float noisesize; - [DNAFieldAttribute(6, "float", "turbul", 4)] + [DNAFieldAttribute(6, "float", "turbul", "float", 4)] public float turbul; - [DNAFieldAttribute(7, "short", "channels", 2)] + [DNAFieldAttribute(7, "short", "channels", "short", 2)] public short channels; - [DNAFieldAttribute(8, "short", "no_rot_axis", 2)] + [DNAFieldAttribute(8, "short", "no_rot_axis", "short", 2)] public short no_rot_axis; - [DNAFieldAttribute(9, "Object", "*ob", 1160)] + [DNAFieldAttribute(9, "Object", "*ob", "Object", 1160)] public Object ptr_ob; public bActionModifier() { this.ptr_next = default; diff --git a/BlendFile/DNA/bActionStrip.cs b/BlendFile/DNA/bActionStrip.cs index fe58a03..10c4e36 100644 --- a/BlendFile/DNA/bActionStrip.cs +++ b/BlendFile/DNA/bActionStrip.cs @@ -15,49 +15,49 @@ namespace BlendFile.DNA { [DNAClassAttribute(563, "bActionStrip")] public class bActionStrip { - [DNAFieldAttribute(0, "bActionStrip", "*next", 168)] + [DNAFieldAttribute(0, "bActionStrip", "*next", "bActionStrip", 168)] public bActionStrip ptr_next; - [DNAFieldAttribute(1, "bActionStrip", "*prev", 168)] + [DNAFieldAttribute(1, "bActionStrip", "*prev", "bActionStrip", 168)] public bActionStrip ptr_prev; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "short", "mode", 2)] + [DNAFieldAttribute(3, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(4, "short", "stride_axis", 2)] + [DNAFieldAttribute(4, "short", "stride_axis", "short", 2)] public short stride_axis; - [DNAFieldAttribute(5, "short", "curmod", 2)] + [DNAFieldAttribute(5, "short", "curmod", "short", 2)] public short curmod; - [DNAFieldAttribute(6, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(6, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(7, "bAction", "*act", 352)] + [DNAFieldAttribute(7, "bAction", "*act", "bAction", 352)] public bAction ptr_act; - [DNAFieldAttribute(8, "Object", "*object", 1160)] + [DNAFieldAttribute(8, "Object", "*object", "Object", 1160)] public Object ptr_object; - [DNAFieldAttribute(9, "float", "start", 4)] + [DNAFieldAttribute(9, "float", "start", "float", 4)] public float start; - [DNAFieldAttribute(10, "float", "end", 4)] + [DNAFieldAttribute(10, "float", "end", "float", 4)] public float end; - [DNAFieldAttribute(11, "float", "actstart", 4)] + [DNAFieldAttribute(11, "float", "actstart", "float", 4)] public float actstart; - [DNAFieldAttribute(12, "float", "actend", 4)] + [DNAFieldAttribute(12, "float", "actend", "float", 4)] public float actend; - [DNAFieldAttribute(13, "float", "actoffs", 4)] + [DNAFieldAttribute(13, "float", "actoffs", "float", 4)] public float actoffs; - [DNAFieldAttribute(14, "float", "stridelen", 4)] + [DNAFieldAttribute(14, "float", "stridelen", "float", 4)] public float stridelen; - [DNAFieldAttribute(15, "float", "repeat", 4)] + [DNAFieldAttribute(15, "float", "repeat", "float", 4)] public float repeat; - [DNAFieldAttribute(16, "float", "scale", 4)] + [DNAFieldAttribute(16, "float", "scale", "float", 4)] public float scale; - [DNAFieldAttribute(17, "float", "blendin", 4)] + [DNAFieldAttribute(17, "float", "blendin", "float", 4)] public float blendin; - [DNAFieldAttribute(18, "float", "blendout", 4)] + [DNAFieldAttribute(18, "float", "blendout", "float", 4)] public float blendout; - [DNAFieldAttribute(19, "char", "stridechannel[32]", 1)] + [DNAFieldAttribute(19, "char", "stridechannel[32]", "System.Char[]", 1)] public char[] stridechannel = new System.Char[32]; - [DNAFieldAttribute(20, "char", "offs_bone[32]", 1)] + [DNAFieldAttribute(20, "char", "offs_bone[32]", "System.Char[]", 1)] public char[] offs_bone = new System.Char[32]; - [DNAFieldAttribute(21, "ListBase", "modifiers", 16)] + [DNAFieldAttribute(21, "ListBase", "modifiers", "ListBase", 16)] public ListBase modifiers; public bActionStrip() { this.ptr_next = default; diff --git a/BlendFile/DNA/bAddon.cs b/BlendFile/DNA/bAddon.cs index fc69f33..46e8750 100644 --- a/BlendFile/DNA/bAddon.cs +++ b/BlendFile/DNA/bAddon.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(998, "bAddon")] public class bAddon { - [DNAFieldAttribute(0, "bAddon", "*next", 152)] + [DNAFieldAttribute(0, "bAddon", "*next", "bAddon", 152)] public bAddon ptr_next; - [DNAFieldAttribute(1, "bAddon", "*prev", 152)] + [DNAFieldAttribute(1, "bAddon", "*prev", "bAddon", 152)] public bAddon ptr_prev; - [DNAFieldAttribute(2, "char", "module[128]", 1)] + [DNAFieldAttribute(2, "char", "module[128]", "System.Char[]", 1)] public char[] module = new System.Char[128]; - [DNAFieldAttribute(3, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(3, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; public bAddon() { this.ptr_next = default; diff --git a/BlendFile/DNA/bAnimVizSettings.cs b/BlendFile/DNA/bAnimVizSettings.cs index 826c2f4..ac00714 100644 --- a/BlendFile/DNA/bAnimVizSettings.cs +++ b/BlendFile/DNA/bAnimVizSettings.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(47, "bAnimVizSettings")] public struct bAnimVizSettings { - [DNAFieldAttribute(0, "short", "recalc", 2)] + [DNAFieldAttribute(0, "short", "recalc", "short", 2)] public short recalc; - [DNAFieldAttribute(1, "short", "path_type", 2)] + [DNAFieldAttribute(1, "short", "path_type", "short", 2)] public short path_type; - [DNAFieldAttribute(2, "short", "path_step", 2)] + [DNAFieldAttribute(2, "short", "path_step", "short", 2)] public short path_step; - [DNAFieldAttribute(3, "short", "path_range", 2)] + [DNAFieldAttribute(3, "short", "path_range", "short", 2)] public short path_range; - [DNAFieldAttribute(4, "short", "path_viewflag", 2)] + [DNAFieldAttribute(4, "short", "path_viewflag", "short", 2)] public short path_viewflag; - [DNAFieldAttribute(5, "short", "path_bakeflag", 2)] + [DNAFieldAttribute(5, "short", "path_bakeflag", "short", 2)] public short path_bakeflag; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(7, "int", "path_sf", 4)] + [DNAFieldAttribute(7, "int", "path_sf", "int", 4)] public int path_sf; - [DNAFieldAttribute(8, "int", "path_ef", 4)] + [DNAFieldAttribute(8, "int", "path_ef", "int", 4)] public int path_ef; - [DNAFieldAttribute(9, "int", "path_bc", 4)] + [DNAFieldAttribute(9, "int", "path_bc", "int", 4)] public int path_bc; - [DNAFieldAttribute(10, "int", "path_ac", 4)] + [DNAFieldAttribute(10, "int", "path_ac", "int", 4)] public int path_ac; public bAnimVizSettings() { this.recalc = default; diff --git a/BlendFile/DNA/bArmature.cs b/BlendFile/DNA/bArmature.cs index cfc58c9..b9dbc3c 100644 --- a/BlendFile/DNA/bArmature.cs +++ b/BlendFile/DNA/bArmature.cs @@ -15,53 +15,53 @@ namespace BlendFile.DNA { [DNAClassAttribute(106, "bArmature")] public class bArmature { - [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", "bonebase", 16)] + [DNAFieldAttribute(2, "ListBase", "bonebase", "ListBase", 16)] public ListBase bonebase; - [DNAFieldAttribute(3, "GHash", "*bonehash", 0)] + [DNAFieldAttribute(3, "GHash", "*bonehash", "GHash", 0)] public GHash ptr_bonehash; - [DNAFieldAttribute(4, "void", "*_pad1", 0)] + [DNAFieldAttribute(4, "void", "*_pad1", "void", 0)] public object ptr__pad1; - [DNAFieldAttribute(5, "ListBase", "*edbo", 16)] + [DNAFieldAttribute(5, "ListBase", "*edbo", "ListBase", 16)] public ListBase ptr_edbo; - [DNAFieldAttribute(6, "Bone", "*act_bone", 472)] + [DNAFieldAttribute(6, "Bone", "*act_bone", "Bone", 472)] public Bone ptr_act_bone; - [DNAFieldAttribute(7, "EditBone", "*act_edbone", 0)] + [DNAFieldAttribute(7, "EditBone", "*act_edbone", "EditBone", 0)] public EditBone ptr_act_edbone; - [DNAFieldAttribute(8, "char", "needs_flush_to_id", 1)] + [DNAFieldAttribute(8, "char", "needs_flush_to_id", "char", 1)] public char needs_flush_to_id; - [DNAFieldAttribute(9, "char", "_pad0[3]", 1)] + [DNAFieldAttribute(9, "char", "_pad0[3]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[3]; - [DNAFieldAttribute(10, "int", "flag", 4)] + [DNAFieldAttribute(10, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(11, "int", "drawtype", 4)] + [DNAFieldAttribute(11, "int", "drawtype", "int", 4)] public int drawtype; - [DNAFieldAttribute(12, "short", "deformflag", 2)] + [DNAFieldAttribute(12, "short", "deformflag", "short", 2)] public short deformflag; - [DNAFieldAttribute(13, "short", "pathflag", 2)] + [DNAFieldAttribute(13, "short", "pathflag", "short", 2)] public short pathflag; - [DNAFieldAttribute(14, "ListBase", "collections", 16)] + [DNAFieldAttribute(14, "ListBase", "collections", "ListBase", 16)] public ListBase collections; - [DNAFieldAttribute(15, "BoneCollection", "**collection_array", 120)] + [DNAFieldAttribute(15, "BoneCollection", "**collection_array", "BoneCollection", 120)] public BoneCollection ptr_ptr_collection_array; - [DNAFieldAttribute(16, "int", "collection_array_num", 4)] + [DNAFieldAttribute(16, "int", "collection_array_num", "int", 4)] public int collection_array_num; - [DNAFieldAttribute(17, "int", "collection_root_count", 4)] + [DNAFieldAttribute(17, "int", "collection_root_count", "int", 4)] public int collection_root_count; - [DNAFieldAttribute(18, "char", "active_collection_name[64]", 1)] + [DNAFieldAttribute(18, "char", "active_collection_name[64]", "System.Char[]", 1)] public char[] active_collection_name = new System.Char[64]; - [DNAFieldAttribute(19, "int", "layer_used", 4)] + [DNAFieldAttribute(19, "int", "layer_used", "int", 4)] public int layer_used; - [DNAFieldAttribute(20, "int", "layer", 4)] + [DNAFieldAttribute(20, "int", "layer", "int", 4)] public int layer; - [DNAFieldAttribute(21, "int", "layer_protected", 4)] + [DNAFieldAttribute(21, "int", "layer_protected", "int", 4)] public int layer_protected; - [DNAFieldAttribute(22, "float", "axes_position", 4)] + [DNAFieldAttribute(22, "float", "axes_position", "float", 4)] public float axes_position; - [DNAFieldAttribute(23, "bArmature_Runtime", "runtime", 16)] + [DNAFieldAttribute(23, "bArmature_Runtime", "runtime", "bArmature_Runtime", 16)] public bArmature_Runtime runtime; public bArmature() { this.id = default; diff --git a/BlendFile/DNA/bArmatureConstraint.cs b/BlendFile/DNA/bArmatureConstraint.cs index 4a4a408..dcf5c82 100644 --- a/BlendFile/DNA/bArmatureConstraint.cs +++ b/BlendFile/DNA/bArmatureConstraint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(178, "bArmatureConstraint")] public struct bArmatureConstraint { - [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, "ListBase", "targets", 16)] + [DNAFieldAttribute(2, "ListBase", "targets", "ListBase", 16)] public ListBase targets; public bArmatureConstraint() { this.flag = default; diff --git a/BlendFile/DNA/bArmature_Runtime.cs b/BlendFile/DNA/bArmature_Runtime.cs index b3aa5e0..0cc1191 100644 --- a/BlendFile/DNA/bArmature_Runtime.cs +++ b/BlendFile/DNA/bArmature_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(104, "bArmature_Runtime")] public class bArmature_Runtime { - [DNAFieldAttribute(0, "int", "active_collection_index", 4)] + [DNAFieldAttribute(0, "int", "active_collection_index", "int", 4)] public int active_collection_index; - [DNAFieldAttribute(1, "uchar", "_pad0[4]", 1)] + [DNAFieldAttribute(1, "uchar", "_pad0[4]", "System.Byte[]", 1)] public byte[] _pad0 = new System.Byte[4]; - [DNAFieldAttribute(2, "BoneCollection", "*active_collection", 120)] + [DNAFieldAttribute(2, "BoneCollection", "*active_collection", "BoneCollection", 120)] public BoneCollection ptr_active_collection; public bArmature_Runtime() { this.active_collection_index = default; diff --git a/BlendFile/DNA/bCameraSolverConstraint.cs b/BlendFile/DNA/bCameraSolverConstraint.cs index 66c7c1c..2fe2f63 100644 --- a/BlendFile/DNA/bCameraSolverConstraint.cs +++ b/BlendFile/DNA/bCameraSolverConstraint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(202, "bCameraSolverConstraint")] public class bCameraSolverConstraint { - [DNAFieldAttribute(0, "MovieClip", "*clip", 2568)] + [DNAFieldAttribute(0, "MovieClip", "*clip", "MovieClip", 2568)] public MovieClip ptr_clip; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public bCameraSolverConstraint() { this.ptr_clip = default; diff --git a/BlendFile/DNA/bChildOfConstraint.cs b/BlendFile/DNA/bChildOfConstraint.cs index 8bf3e47..8698b9c 100644 --- a/BlendFile/DNA/bChildOfConstraint.cs +++ b/BlendFile/DNA/bChildOfConstraint.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(193, "bChildOfConstraint")] public class bChildOfConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(3, "float", "invmat[4][4]", 4)] + [DNAFieldAttribute(3, "float", "invmat[4][4]", "System.Single[,]", 4)] public float[,] invmat = new System.Single[4,4]; - [DNAFieldAttribute(4, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(4, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bChildOfConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bClampToConstraint.cs b/BlendFile/DNA/bClampToConstraint.cs index fbd4b95..dc5b75c 100644 --- a/BlendFile/DNA/bClampToConstraint.cs +++ b/BlendFile/DNA/bClampToConstraint.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(192, "bClampToConstraint")] public class bClampToConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "flag2", 4)] + [DNAFieldAttribute(2, "int", "flag2", "int", 4)] public int flag2; public bClampToConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bConstraint.cs b/BlendFile/DNA/bConstraint.cs index 6ed1644..3b7ce5e 100644 --- a/BlendFile/DNA/bConstraint.cs +++ b/BlendFile/DNA/bConstraint.cs @@ -15,37 +15,37 @@ namespace BlendFile.DNA { [DNAClassAttribute(172, "bConstraint")] public class bConstraint { - [DNAFieldAttribute(0, "bConstraint", "*next", 192)] + [DNAFieldAttribute(0, "bConstraint", "*next", "bConstraint", 192)] public bConstraint ptr_next; - [DNAFieldAttribute(1, "bConstraint", "*prev", 192)] + [DNAFieldAttribute(1, "bConstraint", "*prev", "bConstraint", 192)] public bConstraint ptr_prev; - [DNAFieldAttribute(2, "void", "*data", 0)] + [DNAFieldAttribute(2, "void", "*data", "void", 0)] public object ptr_data; - [DNAFieldAttribute(3, "short", "type", 2)] + [DNAFieldAttribute(3, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "char", "ownspace", 1)] + [DNAFieldAttribute(5, "char", "ownspace", "char", 1)] public char ownspace; - [DNAFieldAttribute(6, "char", "tarspace", 1)] + [DNAFieldAttribute(6, "char", "tarspace", "char", 1)] public char tarspace; - [DNAFieldAttribute(7, "short", "ui_expand_flag", 2)] + [DNAFieldAttribute(7, "short", "ui_expand_flag", "short", 2)] public short ui_expand_flag; - [DNAFieldAttribute(8, "Object", "*space_object", 1160)] + [DNAFieldAttribute(8, "Object", "*space_object", "Object", 1160)] public Object ptr_space_object; - [DNAFieldAttribute(9, "char", "space_subtarget[64]", 1)] + [DNAFieldAttribute(9, "char", "space_subtarget[64]", "System.Char[]", 1)] public char[] space_subtarget = new System.Char[64]; - [DNAFieldAttribute(10, "char", "name[64]", 1)] + [DNAFieldAttribute(10, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(11, "float", "enforce", 4)] + [DNAFieldAttribute(11, "float", "enforce", "float", 4)] public float enforce; - [DNAFieldAttribute(12, "float", "headtail", 4)] + [DNAFieldAttribute(12, "float", "headtail", "float", 4)] public float headtail; - [DNAFieldAttribute(13, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(13, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(14, "float", "lin_error", 4)] + [DNAFieldAttribute(14, "float", "lin_error", "float", 4)] public float lin_error; - [DNAFieldAttribute(15, "float", "rot_error", 4)] + [DNAFieldAttribute(15, "float", "rot_error", "float", 4)] public float rot_error; public bConstraint() { this.ptr_next = default; diff --git a/BlendFile/DNA/bConstraintChannel.cs b/BlendFile/DNA/bConstraintChannel.cs index 32adf65..87f0c40 100644 --- a/BlendFile/DNA/bConstraintChannel.cs +++ b/BlendFile/DNA/bConstraintChannel.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(171, "bConstraintChannel")] public class bConstraintChannel { - [DNAFieldAttribute(0, "bConstraintChannel", "*next", 56)] + [DNAFieldAttribute(0, "bConstraintChannel", "*next", "bConstraintChannel", 56)] public bConstraintChannel ptr_next; - [DNAFieldAttribute(1, "bConstraintChannel", "*prev", 56)] + [DNAFieldAttribute(1, "bConstraintChannel", "*prev", "bConstraintChannel", 56)] public bConstraintChannel ptr_prev; - [DNAFieldAttribute(2, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(2, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "char", "name[30]", 1)] + [DNAFieldAttribute(4, "char", "name[30]", "System.Char[]", 1)] public char[] name = new System.Char[30]; public bConstraintChannel() { this.ptr_next = default; diff --git a/BlendFile/DNA/bConstraintTarget.cs b/BlendFile/DNA/bConstraintTarget.cs index e108f1d..df63120 100644 --- a/BlendFile/DNA/bConstraintTarget.cs +++ b/BlendFile/DNA/bConstraintTarget.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(173, "bConstraintTarget")] public class bConstraintTarget { - [DNAFieldAttribute(0, "bConstraintTarget", "*next", 168)] + [DNAFieldAttribute(0, "bConstraintTarget", "*next", "bConstraintTarget", 168)] public bConstraintTarget ptr_next; - [DNAFieldAttribute(1, "bConstraintTarget", "*prev", 168)] + [DNAFieldAttribute(1, "bConstraintTarget", "*prev", "bConstraintTarget", 168)] public bConstraintTarget ptr_prev; - [DNAFieldAttribute(2, "Object", "*tar", 1160)] + [DNAFieldAttribute(2, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(3, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(4, "float", "matrix[4][4]", 4)] + [DNAFieldAttribute(4, "float", "matrix[4][4]", "System.Single[,]", 4)] public float[,] matrix = new System.Single[4,4]; - [DNAFieldAttribute(5, "short", "space", 2)] + [DNAFieldAttribute(5, "short", "space", "short", 2)] public short space; - [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, "short", "rotOrder", 2)] + [DNAFieldAttribute(8, "short", "rotOrder", "short", 2)] public short rotOrder; - [DNAFieldAttribute(9, "float", "weight", 4)] + [DNAFieldAttribute(9, "float", "weight", "float", 4)] public float weight; - [DNAFieldAttribute(10, "char", "_pad[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public bConstraintTarget() { this.ptr_next = default; diff --git a/BlendFile/DNA/bDampTrackConstraint.cs b/BlendFile/DNA/bDampTrackConstraint.cs index c96ce4b..df76592 100644 --- a/BlendFile/DNA/bDampTrackConstraint.cs +++ b/BlendFile/DNA/bDampTrackConstraint.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(188, "bDampTrackConstraint")] public class bDampTrackConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "trackflag", 4)] + [DNAFieldAttribute(1, "int", "trackflag", "int", 4)] public int trackflag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(3, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bDampTrackConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bDeformGroup.cs b/BlendFile/DNA/bDeformGroup.cs index 328093d..abd1058 100644 --- a/BlendFile/DNA/bDeformGroup.cs +++ b/BlendFile/DNA/bDeformGroup.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(764, "bDeformGroup")] public class bDeformGroup { - [DNAFieldAttribute(0, "bDeformGroup", "*next", 88)] + [DNAFieldAttribute(0, "bDeformGroup", "*next", "bDeformGroup", 88)] public bDeformGroup ptr_next; - [DNAFieldAttribute(1, "bDeformGroup", "*prev", 88)] + [DNAFieldAttribute(1, "bDeformGroup", "*prev", "bDeformGroup", 88)] public bDeformGroup 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, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public bDeformGroup() { this.ptr_next = default; diff --git a/BlendFile/DNA/bDistLimitConstraint.cs b/BlendFile/DNA/bDistLimitConstraint.cs index 496fac3..62cee01 100644 --- a/BlendFile/DNA/bDistLimitConstraint.cs +++ b/BlendFile/DNA/bDistLimitConstraint.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(199, "bDistLimitConstraint")] public class bDistLimitConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(1, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(2, "float", "dist", 4)] + [DNAFieldAttribute(2, "float", "dist", "float", 4)] public float dist; - [DNAFieldAttribute(3, "float", "soft", 4)] + [DNAFieldAttribute(3, "float", "soft", "float", 4)] public float soft; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "mode", 2)] + [DNAFieldAttribute(5, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(6, "char", "_pad[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public bDistLimitConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bDopeSheet.cs b/BlendFile/DNA/bDopeSheet.cs index 5ce594d..f329716 100644 --- a/BlendFile/DNA/bDopeSheet.cs +++ b/BlendFile/DNA/bDopeSheet.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(69, "bDopeSheet")] public class bDopeSheet { - [DNAFieldAttribute(0, "ID", "*source", 208)] + [DNAFieldAttribute(0, "ID", "*source", "ID", 208)] public ID ptr_source; - [DNAFieldAttribute(1, "ListBase", "chanbase", 16)] + [DNAFieldAttribute(1, "ListBase", "chanbase", "ListBase", 16)] public ListBase chanbase; - [DNAFieldAttribute(2, "Collection", "*filter_grp", 376)] + [DNAFieldAttribute(2, "Collection", "*filter_grp", "Collection", 376)] public Collection ptr_filter_grp; - [DNAFieldAttribute(3, "char", "searchstr[64]", 1)] + [DNAFieldAttribute(3, "char", "searchstr[64]", "System.Char[]", 1)] public char[] searchstr = new System.Char[64]; - [DNAFieldAttribute(4, "int", "filterflag", 4)] + [DNAFieldAttribute(4, "int", "filterflag", "int", 4)] public int filterflag; - [DNAFieldAttribute(5, "int", "filterflag2", 4)] + [DNAFieldAttribute(5, "int", "filterflag2", "int", 4)] public int filterflag2; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "int", "renameIndex", 4)] + [DNAFieldAttribute(7, "int", "renameIndex", "int", 4)] public int renameIndex; public bDopeSheet() { this.ptr_source = default; diff --git a/BlendFile/DNA/bFaceMap.cs b/BlendFile/DNA/bFaceMap.cs index f3467ca..6902094 100644 --- a/BlendFile/DNA/bFaceMap.cs +++ b/BlendFile/DNA/bFaceMap.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(765, "bFaceMap")] public class bFaceMap { - [DNAFieldAttribute(0, "bFaceMap", "*next", 88)] + [DNAFieldAttribute(0, "bFaceMap", "*next", "bFaceMap", 88)] public bFaceMap ptr_next; - [DNAFieldAttribute(1, "bFaceMap", "*prev", 88)] + [DNAFieldAttribute(1, "bFaceMap", "*prev", "bFaceMap", 88)] public bFaceMap 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, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public bFaceMap() { this.ptr_next = default; diff --git a/BlendFile/DNA/bFollowPathConstraint.cs b/BlendFile/DNA/bFollowPathConstraint.cs index 8c9bc79..0c916a2 100644 --- a/BlendFile/DNA/bFollowPathConstraint.cs +++ b/BlendFile/DNA/bFollowPathConstraint.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(189, "bFollowPathConstraint")] public class bFollowPathConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "float", "offset", 4)] + [DNAFieldAttribute(1, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(2, "float", "offset_fac", 4)] + [DNAFieldAttribute(2, "float", "offset_fac", "float", 4)] public float offset_fac; - [DNAFieldAttribute(3, "int", "followflag", 4)] + [DNAFieldAttribute(3, "int", "followflag", "int", 4)] public int followflag; - [DNAFieldAttribute(4, "short", "trackflag", 2)] + [DNAFieldAttribute(4, "short", "trackflag", "short", 2)] public short trackflag; - [DNAFieldAttribute(5, "short", "upflag", 2)] + [DNAFieldAttribute(5, "short", "upflag", "short", 2)] public short upflag; public bFollowPathConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bFollowTrackConstraint.cs b/BlendFile/DNA/bFollowTrackConstraint.cs index 778a7dc..7694dc0 100644 --- a/BlendFile/DNA/bFollowTrackConstraint.cs +++ b/BlendFile/DNA/bFollowTrackConstraint.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(201, "bFollowTrackConstraint")] public class bFollowTrackConstraint { - [DNAFieldAttribute(0, "MovieClip", "*clip", 2568)] + [DNAFieldAttribute(0, "MovieClip", "*clip", "MovieClip", 2568)] public MovieClip ptr_clip; - [DNAFieldAttribute(1, "char", "track[64]", 1)] + [DNAFieldAttribute(1, "char", "track[64]", "System.Char[]", 1)] public char[] track = new System.Char[64]; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "frame_method", 4)] + [DNAFieldAttribute(3, "int", "frame_method", "int", 4)] public int frame_method; - [DNAFieldAttribute(4, "char", "object[64]", 1)] + [DNAFieldAttribute(4, "char", "object[64]", "System.Char[]", 1)] public char[] @object = new System.Char[64]; - [DNAFieldAttribute(5, "Object", "*camera", 1160)] + [DNAFieldAttribute(5, "Object", "*camera", "Object", 1160)] public Object ptr_camera; - [DNAFieldAttribute(6, "Object", "*depth_ob", 1160)] + [DNAFieldAttribute(6, "Object", "*depth_ob", "Object", 1160)] public Object ptr_depth_ob; public bFollowTrackConstraint() { this.ptr_clip = default; diff --git a/BlendFile/DNA/bGPDcontrolpoint.cs b/BlendFile/DNA/bGPDcontrolpoint.cs index b5f3ca8..4a42115 100644 --- a/BlendFile/DNA/bGPDcontrolpoint.cs +++ b/BlendFile/DNA/bGPDcontrolpoint.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(253, "bGPDcontrolpoint")] public struct bGPDcontrolpoint { - [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, "float", "z", 4)] + [DNAFieldAttribute(2, "float", "z", "float", 4)] public float z; - [DNAFieldAttribute(3, "float", "color[4]", 4)] + [DNAFieldAttribute(3, "float", "color[4]", "System.Single[]", 4)] public float[] color = new System.Single[4]; - [DNAFieldAttribute(4, "int", "size", 4)] + [DNAFieldAttribute(4, "int", "size", "int", 4)] public int size; public bGPDcontrolpoint() { this.x = default; diff --git a/BlendFile/DNA/bGPDcurve.cs b/BlendFile/DNA/bGPDcurve.cs index 52bbc81..9134822 100644 --- a/BlendFile/DNA/bGPDcurve.cs +++ b/BlendFile/DNA/bGPDcurve.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(260, "bGPDcurve")] public class bGPDcurve { - [DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", 124)] + [DNAFieldAttribute(0, "bGPDcurve_point", "*curve_points", "bGPDcurve_point", 124)] public bGPDcurve_point ptr_curve_points; - [DNAFieldAttribute(1, "int", "tot_curve_points", 4)] + [DNAFieldAttribute(1, "int", "tot_curve_points", "int", 4)] public int tot_curve_points; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "char", "_pad[2]", 1)] + [DNAFieldAttribute(3, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; public bGPDcurve() { this.ptr_curve_points = default; diff --git a/BlendFile/DNA/bGPDcurve_point.cs b/BlendFile/DNA/bGPDcurve_point.cs index 6f35ff2..fb0f4bf 100644 --- a/BlendFile/DNA/bGPDcurve_point.cs +++ b/BlendFile/DNA/bGPDcurve_point.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(259, "bGPDcurve_point")] public struct bGPDcurve_point { - [DNAFieldAttribute(0, "BezTriple", "bezt", 72)] + [DNAFieldAttribute(0, "BezTriple", "bezt", "BezTriple", 72)] public BezTriple bezt; - [DNAFieldAttribute(1, "float", "pressure", 4)] + [DNAFieldAttribute(1, "float", "pressure", "float", 4)] public float pressure; - [DNAFieldAttribute(2, "float", "strength", 4)] + [DNAFieldAttribute(2, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(3, "int", "point_index", 4)] + [DNAFieldAttribute(3, "int", "point_index", "int", 4)] public int point_index; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "float", "uv_fac", 4)] + [DNAFieldAttribute(5, "float", "uv_fac", "float", 4)] public float uv_fac; - [DNAFieldAttribute(6, "float", "uv_rot", 4)] + [DNAFieldAttribute(6, "float", "uv_rot", "float", 4)] public float uv_rot; - [DNAFieldAttribute(7, "float", "uv_fill[2]", 4)] + [DNAFieldAttribute(7, "float", "uv_fill[2]", "System.Single[]", 4)] public float[] uv_fill = new System.Single[2]; - [DNAFieldAttribute(8, "float", "vert_color[4]", 4)] + [DNAFieldAttribute(8, "float", "vert_color[4]", "System.Single[]", 4)] public float[] vert_color = new System.Single[4]; - [DNAFieldAttribute(9, "char", "_pad[4]", 1)] + [DNAFieldAttribute(9, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public bGPDcurve_point() { this.bezt = default; diff --git a/BlendFile/DNA/bGPDframe.cs b/BlendFile/DNA/bGPDframe.cs index 3f0f7ff..4aec083 100644 --- a/BlendFile/DNA/bGPDframe.cs +++ b/BlendFile/DNA/bGPDframe.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(265, "bGPDframe")] public class bGPDframe { - [DNAFieldAttribute(0, "bGPDframe", "*next", 56)] + [DNAFieldAttribute(0, "bGPDframe", "*next", "bGPDframe", 56)] public bGPDframe ptr_next; - [DNAFieldAttribute(1, "bGPDframe", "*prev", 56)] + [DNAFieldAttribute(1, "bGPDframe", "*prev", "bGPDframe", 56)] public bGPDframe ptr_prev; - [DNAFieldAttribute(2, "ListBase", "strokes", 16)] + [DNAFieldAttribute(2, "ListBase", "strokes", "ListBase", 16)] public ListBase strokes; - [DNAFieldAttribute(3, "int", "framenum", 4)] + [DNAFieldAttribute(3, "int", "framenum", "int", 4)] public int framenum; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "key_type", 2)] + [DNAFieldAttribute(5, "short", "key_type", "short", 2)] public short key_type; - [DNAFieldAttribute(6, "bGPDframe_Runtime", "runtime", 16)] + [DNAFieldAttribute(6, "bGPDframe_Runtime", "runtime", "bGPDframe_Runtime", 16)] public bGPDframe_Runtime runtime; public bGPDframe() { this.ptr_next = default; diff --git a/BlendFile/DNA/bGPDframe_Runtime.cs b/BlendFile/DNA/bGPDframe_Runtime.cs index 163a278..21f2815 100644 --- a/BlendFile/DNA/bGPDframe_Runtime.cs +++ b/BlendFile/DNA/bGPDframe_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(264, "bGPDframe_Runtime")] public class bGPDframe_Runtime { - [DNAFieldAttribute(0, "int", "frameid", 4)] + [DNAFieldAttribute(0, "int", "frameid", "int", 4)] public int frameid; - [DNAFieldAttribute(1, "int", "onion_id", 4)] + [DNAFieldAttribute(1, "int", "onion_id", "int", 4)] public int onion_id; - [DNAFieldAttribute(2, "bGPDframe", "*gpf_orig", 56)] + [DNAFieldAttribute(2, "bGPDframe", "*gpf_orig", "bGPDframe", 56)] public bGPDframe ptr_gpf_orig; public bGPDframe_Runtime() { this.frameid = default; diff --git a/BlendFile/DNA/bGPDlayer.cs b/BlendFile/DNA/bGPDlayer.cs index 7bb8ceb..a0cc627 100644 --- a/BlendFile/DNA/bGPDlayer.cs +++ b/BlendFile/DNA/bGPDlayer.cs @@ -15,77 +15,77 @@ namespace BlendFile.DNA { [DNAClassAttribute(268, "bGPDlayer")] public class bGPDlayer { - [DNAFieldAttribute(0, "bGPDlayer", "*next", 680)] + [DNAFieldAttribute(0, "bGPDlayer", "*next", "bGPDlayer", 680)] public bGPDlayer ptr_next; - [DNAFieldAttribute(1, "bGPDlayer", "*prev", 680)] + [DNAFieldAttribute(1, "bGPDlayer", "*prev", "bGPDlayer", 680)] public bGPDlayer ptr_prev; - [DNAFieldAttribute(2, "ListBase", "frames", 16)] + [DNAFieldAttribute(2, "ListBase", "frames", "ListBase", 16)] public ListBase frames; - [DNAFieldAttribute(3, "bGPDframe", "*actframe", 56)] + [DNAFieldAttribute(3, "bGPDframe", "*actframe", "bGPDframe", 56)] public bGPDframe ptr_actframe; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "onion_flag", 2)] + [DNAFieldAttribute(5, "short", "onion_flag", "short", 2)] public short onion_flag; - [DNAFieldAttribute(6, "float", "color[4]", 4)] + [DNAFieldAttribute(6, "float", "color[4]", "System.Single[]", 4)] public float[] color = new System.Single[4]; - [DNAFieldAttribute(7, "float", "fill[4]", 4)] + [DNAFieldAttribute(7, "float", "fill[4]", "System.Single[]", 4)] public float[] fill = new System.Single[4]; - [DNAFieldAttribute(8, "char", "info[128]", 1)] + [DNAFieldAttribute(8, "char", "info[128]", "System.Char[]", 1)] public char[] info = new System.Char[128]; - [DNAFieldAttribute(9, "short", "thickness", 2)] + [DNAFieldAttribute(9, "short", "thickness", "short", 2)] public short thickness; - [DNAFieldAttribute(10, "short", "pass_index", 2)] + [DNAFieldAttribute(10, "short", "pass_index", "short", 2)] public short pass_index; - [DNAFieldAttribute(11, "Object", "*parent", 1160)] + [DNAFieldAttribute(11, "Object", "*parent", "Object", 1160)] public Object ptr_parent; - [DNAFieldAttribute(12, "float", "inverse[4][4]", 4)] + [DNAFieldAttribute(12, "float", "inverse[4][4]", "System.Single[,]", 4)] public float[,] inverse = new System.Single[4,4]; - [DNAFieldAttribute(13, "char", "parsubstr[64]", 1)] + [DNAFieldAttribute(13, "char", "parsubstr[64]", "System.Char[]", 1)] public char[] parsubstr = new System.Char[64]; - [DNAFieldAttribute(14, "short", "partype", 2)] + [DNAFieldAttribute(14, "short", "partype", "short", 2)] public short partype; - [DNAFieldAttribute(15, "short", "line_change", 2)] + [DNAFieldAttribute(15, "short", "line_change", "short", 2)] public short line_change; - [DNAFieldAttribute(16, "float", "tintcolor[4]", 4)] + [DNAFieldAttribute(16, "float", "tintcolor[4]", "System.Single[]", 4)] public float[] tintcolor = new System.Single[4]; - [DNAFieldAttribute(17, "float", "opacity", 4)] + [DNAFieldAttribute(17, "float", "opacity", "float", 4)] public float opacity; - [DNAFieldAttribute(18, "char", "viewlayername[64]", 1)] + [DNAFieldAttribute(18, "char", "viewlayername[64]", "System.Char[]", 1)] public char[] viewlayername = new System.Char[64]; - [DNAFieldAttribute(19, "int", "blend_mode", 4)] + [DNAFieldAttribute(19, "int", "blend_mode", "int", 4)] public int blend_mode; - [DNAFieldAttribute(20, "float", "vertex_paint_opacity", 4)] + [DNAFieldAttribute(20, "float", "vertex_paint_opacity", "float", 4)] public float vertex_paint_opacity; - [DNAFieldAttribute(21, "short", "gstep", 2)] + [DNAFieldAttribute(21, "short", "gstep", "short", 2)] public short gstep; - [DNAFieldAttribute(22, "short", "gstep_next", 2)] + [DNAFieldAttribute(22, "short", "gstep_next", "short", 2)] public short gstep_next; - [DNAFieldAttribute(23, "float", "gcolor_prev[3]", 4)] + [DNAFieldAttribute(23, "float", "gcolor_prev[3]", "System.Single[]", 4)] public float[] gcolor_prev = new System.Single[3]; - [DNAFieldAttribute(24, "float", "gcolor_next[3]", 4)] + [DNAFieldAttribute(24, "float", "gcolor_next[3]", "System.Single[]", 4)] public float[] gcolor_next = new System.Single[3]; - [DNAFieldAttribute(25, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(25, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(26, "ListBase", "mask_layers", 16)] + [DNAFieldAttribute(26, "ListBase", "mask_layers", "ListBase", 16)] public ListBase mask_layers; - [DNAFieldAttribute(27, "int", "act_mask", 4)] + [DNAFieldAttribute(27, "int", "act_mask", "int", 4)] public int act_mask; - [DNAFieldAttribute(28, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(28, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(29, "float", "location[3]", 4)] + [DNAFieldAttribute(29, "float", "location[3]", "System.Single[]", 4)] public float[] location = new System.Single[3]; - [DNAFieldAttribute(30, "float", "rotation[3]", 4)] + [DNAFieldAttribute(30, "float", "rotation[3]", "System.Single[]", 4)] public float[] rotation = new System.Single[3]; - [DNAFieldAttribute(31, "float", "scale[3]", 4)] + [DNAFieldAttribute(31, "float", "scale[3]", "System.Single[]", 4)] public float[] scale = new System.Single[3]; - [DNAFieldAttribute(32, "float", "layer_mat[4][4]", 4)] + [DNAFieldAttribute(32, "float", "layer_mat[4][4]", "System.Single[,]", 4)] public float[,] layer_mat = new System.Single[4,4]; - [DNAFieldAttribute(33, "float", "layer_invmat[4][4]", 4)] + [DNAFieldAttribute(33, "float", "layer_invmat[4][4]", "System.Single[,]", 4)] public float[,] layer_invmat = new System.Single[4,4]; - [DNAFieldAttribute(34, "char", "_pad3[4]", 1)] + [DNAFieldAttribute(34, "char", "_pad3[4]", "System.Char[]", 1)] public char[] _pad3 = new System.Char[4]; - [DNAFieldAttribute(35, "bGPDlayer_Runtime", "runtime", 16)] + [DNAFieldAttribute(35, "bGPDlayer_Runtime", "runtime", "bGPDlayer_Runtime", 16)] public bGPDlayer_Runtime runtime; public bGPDlayer() { this.ptr_next = default; diff --git a/BlendFile/DNA/bGPDlayer_Mask.cs b/BlendFile/DNA/bGPDlayer_Mask.cs index bf6d6d8..edf973b 100644 --- a/BlendFile/DNA/bGPDlayer_Mask.cs +++ b/BlendFile/DNA/bGPDlayer_Mask.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(266, "bGPDlayer_Mask")] public class bGPDlayer_Mask { - [DNAFieldAttribute(0, "bGPDlayer_Mask", "*next", 152)] + [DNAFieldAttribute(0, "bGPDlayer_Mask", "*next", "bGPDlayer_Mask", 152)] public bGPDlayer_Mask ptr_next; - [DNAFieldAttribute(1, "bGPDlayer_Mask", "*prev", 152)] + [DNAFieldAttribute(1, "bGPDlayer_Mask", "*prev", "bGPDlayer_Mask", 152)] public bGPDlayer_Mask ptr_prev; - [DNAFieldAttribute(2, "char", "name[128]", 1)] + [DNAFieldAttribute(2, "char", "name[128]", "System.Char[]", 1)] public char[] name = new System.Char[128]; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "short", "sort_index", 2)] + [DNAFieldAttribute(4, "short", "sort_index", "short", 2)] public short sort_index; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public bGPDlayer_Mask() { this.ptr_next = default; diff --git a/BlendFile/DNA/bGPDlayer_Runtime.cs b/BlendFile/DNA/bGPDlayer_Runtime.cs index 7f17a44..53e1751 100644 --- a/BlendFile/DNA/bGPDlayer_Runtime.cs +++ b/BlendFile/DNA/bGPDlayer_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(267, "bGPDlayer_Runtime")] public class bGPDlayer_Runtime { - [DNAFieldAttribute(0, "int", "icon_id", 4)] + [DNAFieldAttribute(0, "int", "icon_id", "int", 4)] public int icon_id; - [DNAFieldAttribute(1, "char", "_pad[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(2, "bGPDlayer", "*gpl_orig", 680)] + [DNAFieldAttribute(2, "bGPDlayer", "*gpl_orig", "bGPDlayer", 680)] public bGPDlayer ptr_gpl_orig; public bGPDlayer_Runtime() { this.icon_id = default; diff --git a/BlendFile/DNA/bGPDpalette.cs b/BlendFile/DNA/bGPDpalette.cs index 597ada3..a54dece 100644 --- a/BlendFile/DNA/bGPDpalette.cs +++ b/BlendFile/DNA/bGPDpalette.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(258, "bGPDpalette")] public class bGPDpalette { - [DNAFieldAttribute(0, "bGPDpalette", "*next", 104)] + [DNAFieldAttribute(0, "bGPDpalette", "*next", "bGPDpalette", 104)] public bGPDpalette ptr_next; - [DNAFieldAttribute(1, "bGPDpalette", "*prev", 104)] + [DNAFieldAttribute(1, "bGPDpalette", "*prev", "bGPDpalette", 104)] public bGPDpalette ptr_prev; - [DNAFieldAttribute(2, "ListBase", "colors", 16)] + [DNAFieldAttribute(2, "ListBase", "colors", "ListBase", 16)] public ListBase colors; - [DNAFieldAttribute(3, "char", "info[64]", 1)] + [DNAFieldAttribute(3, "char", "info[64]", "System.Char[]", 1)] public char[] info = new System.Char[64]; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "char", "_pad[6]", 1)] + [DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public bGPDpalette() { this.ptr_next = default; diff --git a/BlendFile/DNA/bGPDpalettecolor.cs b/BlendFile/DNA/bGPDpalettecolor.cs index 671c121..343d5a7 100644 --- a/BlendFile/DNA/bGPDpalettecolor.cs +++ b/BlendFile/DNA/bGPDpalettecolor.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(257, "bGPDpalettecolor")] public class bGPDpalettecolor { - [DNAFieldAttribute(0, "bGPDpalettecolor", "*next", 120)] + [DNAFieldAttribute(0, "bGPDpalettecolor", "*next", "bGPDpalettecolor", 120)] public bGPDpalettecolor ptr_next; - [DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", 120)] + [DNAFieldAttribute(1, "bGPDpalettecolor", "*prev", "bGPDpalettecolor", 120)] public bGPDpalettecolor ptr_prev; - [DNAFieldAttribute(2, "char", "info[64]", 1)] + [DNAFieldAttribute(2, "char", "info[64]", "System.Char[]", 1)] public char[] info = new System.Char[64]; - [DNAFieldAttribute(3, "float", "color[4]", 4)] + [DNAFieldAttribute(3, "float", "color[4]", "System.Single[]", 4)] public float[] color = new System.Single[4]; - [DNAFieldAttribute(4, "float", "fill[4]", 4)] + [DNAFieldAttribute(4, "float", "fill[4]", "System.Single[]", 4)] public float[] fill = new System.Single[4]; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "char", "_pad[6]", 1)] + [DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public bGPDpalettecolor() { this.ptr_next = default; diff --git a/BlendFile/DNA/bGPDspoint.cs b/BlendFile/DNA/bGPDspoint.cs index a1f62ea..5878a3d 100644 --- a/BlendFile/DNA/bGPDspoint.cs +++ b/BlendFile/DNA/bGPDspoint.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(255, "bGPDspoint")] public class bGPDspoint { - [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, "float", "z", 4)] + [DNAFieldAttribute(2, "float", "z", "float", 4)] public float z; - [DNAFieldAttribute(3, "float", "pressure", 4)] + [DNAFieldAttribute(3, "float", "pressure", "float", 4)] public float pressure; - [DNAFieldAttribute(4, "float", "strength", 4)] + [DNAFieldAttribute(4, "float", "strength", "float", 4)] public float strength; - [DNAFieldAttribute(5, "float", "time", 4)] + [DNAFieldAttribute(5, "float", "time", "float", 4)] public float time; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "float", "uv_fac", 4)] + [DNAFieldAttribute(7, "float", "uv_fac", "float", 4)] public float uv_fac; - [DNAFieldAttribute(8, "float", "uv_rot", 4)] + [DNAFieldAttribute(8, "float", "uv_rot", "float", 4)] public float uv_rot; - [DNAFieldAttribute(9, "float", "uv_fill[2]", 4)] + [DNAFieldAttribute(9, "float", "uv_fill[2]", "System.Single[]", 4)] public float[] uv_fill = new System.Single[2]; - [DNAFieldAttribute(10, "float", "vert_color[4]", 4)] + [DNAFieldAttribute(10, "float", "vert_color[4]", "System.Single[]", 4)] public float[] vert_color = new System.Single[4]; - [DNAFieldAttribute(11, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(11, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(12, "bGPDspoint_Runtime", "runtime", 16)] + [DNAFieldAttribute(12, "bGPDspoint_Runtime", "runtime", "bGPDspoint_Runtime", 16)] public bGPDspoint_Runtime runtime; public bGPDspoint() { this.x = default; diff --git a/BlendFile/DNA/bGPDspoint_Runtime.cs b/BlendFile/DNA/bGPDspoint_Runtime.cs index f9647c8..33a5504 100644 --- a/BlendFile/DNA/bGPDspoint_Runtime.cs +++ b/BlendFile/DNA/bGPDspoint_Runtime.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(254, "bGPDspoint_Runtime")] public class bGPDspoint_Runtime { - [DNAFieldAttribute(0, "bGPDspoint", "*pt_orig", 80)] + [DNAFieldAttribute(0, "bGPDspoint", "*pt_orig", "bGPDspoint", 80)] public bGPDspoint ptr_pt_orig; - [DNAFieldAttribute(1, "int", "idx_orig", 4)] + [DNAFieldAttribute(1, "int", "idx_orig", "int", 4)] public int idx_orig; - [DNAFieldAttribute(2, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public bGPDspoint_Runtime() { this.ptr_pt_orig = default; diff --git a/BlendFile/DNA/bGPDstroke.cs b/BlendFile/DNA/bGPDstroke.cs index 9ec01ff..a25379f 100644 --- a/BlendFile/DNA/bGPDstroke.cs +++ b/BlendFile/DNA/bGPDstroke.cs @@ -15,63 +15,63 @@ namespace BlendFile.DNA { [DNAClassAttribute(262, "bGPDstroke")] public class bGPDstroke { - [DNAFieldAttribute(0, "bGPDstroke", "*next", 472)] + [DNAFieldAttribute(0, "bGPDstroke", "*next", "bGPDstroke", 472)] public bGPDstroke ptr_next; - [DNAFieldAttribute(1, "bGPDstroke", "*prev", 472)] + [DNAFieldAttribute(1, "bGPDstroke", "*prev", "bGPDstroke", 472)] public bGPDstroke ptr_prev; - [DNAFieldAttribute(2, "bGPDspoint", "*points", 80)] + [DNAFieldAttribute(2, "bGPDspoint", "*points", "bGPDspoint", 80)] public bGPDspoint ptr_points; - [DNAFieldAttribute(3, "bGPDtriangle", "*triangles", 12)] + [DNAFieldAttribute(3, "bGPDtriangle", "*triangles", "bGPDtriangle", 12)] public bGPDtriangle ptr_triangles; - [DNAFieldAttribute(4, "int", "totpoints", 4)] + [DNAFieldAttribute(4, "int", "totpoints", "int", 4)] public int totpoints; - [DNAFieldAttribute(5, "int", "tot_triangles", 4)] + [DNAFieldAttribute(5, "int", "tot_triangles", "int", 4)] public int tot_triangles; - [DNAFieldAttribute(6, "short", "thickness", 2)] + [DNAFieldAttribute(6, "short", "thickness", "short", 2)] public short thickness; - [DNAFieldAttribute(7, "short", "flag", 2)] + [DNAFieldAttribute(7, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(8, "short", "_pad[2]", 2)] + [DNAFieldAttribute(8, "short", "_pad[2]", "System.Int16[]", 2)] public short[] _pad = new System.Int16[2]; - [DNAFieldAttribute(9, "double", "inittime", 8)] + [DNAFieldAttribute(9, "double", "inittime", "double", 8)] public double inittime; - [DNAFieldAttribute(10, "char", "colorname[128]", 1)] + [DNAFieldAttribute(10, "char", "colorname[128]", "System.Char[]", 1)] public char[] colorname = new System.Char[128]; - [DNAFieldAttribute(11, "int", "mat_nr", 4)] + [DNAFieldAttribute(11, "int", "mat_nr", "int", 4)] public int mat_nr; - [DNAFieldAttribute(12, "short", "caps[2]", 2)] + [DNAFieldAttribute(12, "short", "caps[2]", "System.Int16[]", 2)] public short[] caps = new System.Int16[2]; - [DNAFieldAttribute(13, "float", "gradient_f", 4)] + [DNAFieldAttribute(13, "float", "gradient_f", "float", 4)] public float gradient_f; - [DNAFieldAttribute(14, "float", "gradient_s[2]", 4)] + [DNAFieldAttribute(14, "float", "gradient_s[2]", "System.Single[]", 4)] public float[] gradient_s = new System.Single[2]; - [DNAFieldAttribute(15, "float", "fill_opacity_fac", 4)] + [DNAFieldAttribute(15, "float", "fill_opacity_fac", "float", 4)] public float fill_opacity_fac; - [DNAFieldAttribute(16, "float", "boundbox_min[3]", 4)] + [DNAFieldAttribute(16, "float", "boundbox_min[3]", "System.Single[]", 4)] public float[] boundbox_min = new System.Single[3]; - [DNAFieldAttribute(17, "float", "boundbox_max[3]", 4)] + [DNAFieldAttribute(17, "float", "boundbox_max[3]", "System.Single[]", 4)] public float[] boundbox_max = new System.Single[3]; - [DNAFieldAttribute(18, "float", "uv_rotation", 4)] + [DNAFieldAttribute(18, "float", "uv_rotation", "float", 4)] public float uv_rotation; - [DNAFieldAttribute(19, "float", "uv_translation[2]", 4)] + [DNAFieldAttribute(19, "float", "uv_translation[2]", "System.Single[]", 4)] public float[] uv_translation = new System.Single[2]; - [DNAFieldAttribute(20, "float", "uv_scale", 4)] + [DNAFieldAttribute(20, "float", "uv_scale", "float", 4)] public float uv_scale; - [DNAFieldAttribute(21, "int", "select_index", 4)] + [DNAFieldAttribute(21, "int", "select_index", "int", 4)] public int select_index; - [DNAFieldAttribute(22, "char", "_pad4[4]", 1)] + [DNAFieldAttribute(22, "char", "_pad4[4]", "System.Char[]", 1)] public char[] _pad4 = new System.Char[4]; - [DNAFieldAttribute(23, "MDeformVert", "*dvert", 16)] + [DNAFieldAttribute(23, "MDeformVert", "*dvert", "MDeformVert", 16)] public MDeformVert ptr_dvert; - [DNAFieldAttribute(24, "void", "*_pad3", 0)] + [DNAFieldAttribute(24, "void", "*_pad3", "void", 0)] public object ptr__pad3; - [DNAFieldAttribute(25, "float", "vert_color_fill[4]", 4)] + [DNAFieldAttribute(25, "float", "vert_color_fill[4]", "System.Single[]", 4)] public float[] vert_color_fill = new System.Single[4]; - [DNAFieldAttribute(26, "bGPDcurve", "*editcurve", 16)] + [DNAFieldAttribute(26, "bGPDcurve", "*editcurve", "bGPDcurve", 16)] public bGPDcurve ptr_editcurve; - [DNAFieldAttribute(27, "bGPDstroke_Runtime", "runtime", 168)] + [DNAFieldAttribute(27, "bGPDstroke_Runtime", "runtime", "bGPDstroke_Runtime", 168)] public bGPDstroke_Runtime runtime; - [DNAFieldAttribute(28, "void", "*_pad5", 0)] + [DNAFieldAttribute(28, "void", "*_pad5", "void", 0)] public object ptr__pad5; public bGPDstroke() { this.ptr_next = default; diff --git a/BlendFile/DNA/bGPDstroke_Runtime.cs b/BlendFile/DNA/bGPDstroke_Runtime.cs index a9786f2..3698828 100644 --- a/BlendFile/DNA/bGPDstroke_Runtime.cs +++ b/BlendFile/DNA/bGPDstroke_Runtime.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(261, "bGPDstroke_Runtime")] public class bGPDstroke_Runtime { - [DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", 1)] + [DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", "System.Char[]", 1)] public char[] tmp_layerinfo = new System.Char[128]; - [DNAFieldAttribute(1, "float", "multi_frame_falloff", 4)] + [DNAFieldAttribute(1, "float", "multi_frame_falloff", "float", 4)] public float multi_frame_falloff; - [DNAFieldAttribute(2, "int", "stroke_start", 4)] + [DNAFieldAttribute(2, "int", "stroke_start", "int", 4)] public int stroke_start; - [DNAFieldAttribute(3, "int", "fill_start", 4)] + [DNAFieldAttribute(3, "int", "fill_start", "int", 4)] public int fill_start; - [DNAFieldAttribute(4, "int", "vertex_start", 4)] + [DNAFieldAttribute(4, "int", "vertex_start", "int", 4)] public int vertex_start; - [DNAFieldAttribute(5, "int", "curve_start", 4)] + [DNAFieldAttribute(5, "int", "curve_start", "int", 4)] public int curve_start; - [DNAFieldAttribute(6, "int", "_pad0", 4)] + [DNAFieldAttribute(6, "int", "_pad0", "int", 4)] public int _pad0; - [DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", 472)] + [DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 472)] public bGPDstroke ptr_gps_orig; - [DNAFieldAttribute(8, "void", "*_pad2", 0)] + [DNAFieldAttribute(8, "void", "*_pad2", "void", 0)] public object ptr__pad2; public bGPDstroke_Runtime() { this.tmp_layerinfo = default; diff --git a/BlendFile/DNA/bGPDtriangle.cs b/BlendFile/DNA/bGPDtriangle.cs index 1a67d45..31db961 100644 --- a/BlendFile/DNA/bGPDtriangle.cs +++ b/BlendFile/DNA/bGPDtriangle.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(256, "bGPDtriangle")] public struct bGPDtriangle { - [DNAFieldAttribute(0, "int", "verts[3]", 4)] + [DNAFieldAttribute(0, "int", "verts[3]", "System.Int32[]", 4)] public int[] verts = new System.Int32[3]; public bGPDtriangle() { this.verts = default; diff --git a/BlendFile/DNA/bGPdata.cs b/BlendFile/DNA/bGPdata.cs index a0a5bd0..236258a 100644 --- a/BlendFile/DNA/bGPdata.cs +++ b/BlendFile/DNA/bGPdata.cs @@ -15,69 +15,69 @@ namespace BlendFile.DNA { [DNAClassAttribute(274, "bGPdata")] public class bGPdata { - [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", "layers", 16)] + [DNAFieldAttribute(2, "ListBase", "layers", "ListBase", 16)] public ListBase layers; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "int", "curve_edit_resolution", 4)] + [DNAFieldAttribute(4, "int", "curve_edit_resolution", "int", 4)] public int curve_edit_resolution; - [DNAFieldAttribute(5, "float", "curve_edit_threshold", 4)] + [DNAFieldAttribute(5, "float", "curve_edit_threshold", "float", 4)] public float curve_edit_threshold; - [DNAFieldAttribute(6, "float", "curve_edit_corner_angle", 4)] + [DNAFieldAttribute(6, "float", "curve_edit_corner_angle", "float", 4)] public float curve_edit_corner_angle; - [DNAFieldAttribute(7, "ListBase", "palettes", 16)] + [DNAFieldAttribute(7, "ListBase", "palettes", "ListBase", 16)] public ListBase palettes; - [DNAFieldAttribute(8, "ListBase", "vertex_group_names", 16)] + [DNAFieldAttribute(8, "ListBase", "vertex_group_names", "ListBase", 16)] public ListBase vertex_group_names; - [DNAFieldAttribute(9, "float", "pixfactor", 4)] + [DNAFieldAttribute(9, "float", "pixfactor", "float", 4)] public float pixfactor; - [DNAFieldAttribute(10, "float", "line_color[4]", 4)] + [DNAFieldAttribute(10, "float", "line_color[4]", "System.Single[]", 4)] public float[] line_color = new System.Single[4]; - [DNAFieldAttribute(11, "float", "onion_factor", 4)] + [DNAFieldAttribute(11, "float", "onion_factor", "float", 4)] public float onion_factor; - [DNAFieldAttribute(12, "int", "onion_mode", 4)] + [DNAFieldAttribute(12, "int", "onion_mode", "int", 4)] public int onion_mode; - [DNAFieldAttribute(13, "int", "onion_flag", 4)] + [DNAFieldAttribute(13, "int", "onion_flag", "int", 4)] public int onion_flag; - [DNAFieldAttribute(14, "short", "gstep", 2)] + [DNAFieldAttribute(14, "short", "gstep", "short", 2)] public short gstep; - [DNAFieldAttribute(15, "short", "gstep_next", 2)] + [DNAFieldAttribute(15, "short", "gstep_next", "short", 2)] public short gstep_next; - [DNAFieldAttribute(16, "float", "gcolor_prev[3]", 4)] + [DNAFieldAttribute(16, "float", "gcolor_prev[3]", "System.Single[]", 4)] public float[] gcolor_prev = new System.Single[3]; - [DNAFieldAttribute(17, "float", "gcolor_next[3]", 4)] + [DNAFieldAttribute(17, "float", "gcolor_next[3]", "System.Single[]", 4)] public float[] gcolor_next = new System.Single[3]; - [DNAFieldAttribute(18, "float", "zdepth_offset", 4)] + [DNAFieldAttribute(18, "float", "zdepth_offset", "float", 4)] public float zdepth_offset; - [DNAFieldAttribute(19, "Material", "**mat", 392)] + [DNAFieldAttribute(19, "Material", "**mat", "Material", 392)] public Material ptr_ptr_mat; - [DNAFieldAttribute(20, "short", "totcol", 2)] + [DNAFieldAttribute(20, "short", "totcol", "short", 2)] public short totcol; - [DNAFieldAttribute(21, "short", "totlayer", 2)] + [DNAFieldAttribute(21, "short", "totlayer", "short", 2)] public short totlayer; - [DNAFieldAttribute(22, "short", "totframe", 2)] + [DNAFieldAttribute(22, "short", "totframe", "short", 2)] public short totframe; - [DNAFieldAttribute(23, "char", "_pad2[6]", 1)] + [DNAFieldAttribute(23, "char", "_pad2[6]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[6]; - [DNAFieldAttribute(24, "int", "totstroke", 4)] + [DNAFieldAttribute(24, "int", "totstroke", "int", 4)] public int totstroke; - [DNAFieldAttribute(25, "int", "totpoint", 4)] + [DNAFieldAttribute(25, "int", "totpoint", "int", 4)] public int totpoint; - [DNAFieldAttribute(26, "short", "draw_mode", 2)] + [DNAFieldAttribute(26, "short", "draw_mode", "short", 2)] public short draw_mode; - [DNAFieldAttribute(27, "short", "onion_keytype", 2)] + [DNAFieldAttribute(27, "short", "onion_keytype", "short", 2)] public short onion_keytype; - [DNAFieldAttribute(28, "int", "select_last_index", 4)] + [DNAFieldAttribute(28, "int", "select_last_index", "int", 4)] public int select_last_index; - [DNAFieldAttribute(29, "int", "vertex_group_active_index", 4)] + [DNAFieldAttribute(29, "int", "vertex_group_active_index", "int", 4)] public int vertex_group_active_index; - [DNAFieldAttribute(30, "bGPgrid", "grid", 40)] + [DNAFieldAttribute(30, "bGPgrid", "grid", "bGPgrid", 40)] public bGPgrid grid; - [DNAFieldAttribute(31, "bGPdata_Runtime", "runtime", 192)] + [DNAFieldAttribute(31, "bGPdata_Runtime", "runtime", "bGPdata_Runtime", 192)] public bGPdata_Runtime runtime; public bGPdata() { this.id = default; diff --git a/BlendFile/DNA/bGPdata_Runtime.cs b/BlendFile/DNA/bGPdata_Runtime.cs index d54e9ec..601722c 100644 --- a/BlendFile/DNA/bGPdata_Runtime.cs +++ b/BlendFile/DNA/bGPdata_Runtime.cs @@ -15,51 +15,51 @@ namespace BlendFile.DNA { [DNAClassAttribute(269, "bGPdata_Runtime")] public class bGPdata_Runtime { - [DNAFieldAttribute(0, "void", "*sbuffer", 0)] + [DNAFieldAttribute(0, "void", "*sbuffer", "void", 0)] public object ptr_sbuffer; - [DNAFieldAttribute(1, "GPUVertBufHandle", "*sbuffer_position_buf", 0)] + [DNAFieldAttribute(1, "GPUVertBufHandle", "*sbuffer_position_buf", "GPUVertBufHandle", 0)] public GPUVertBufHandle ptr_sbuffer_position_buf; - [DNAFieldAttribute(2, "GPUVertBufHandle", "*sbuffer_color_buf", 0)] + [DNAFieldAttribute(2, "GPUVertBufHandle", "*sbuffer_color_buf", "GPUVertBufHandle", 0)] public GPUVertBufHandle ptr_sbuffer_color_buf; - [DNAFieldAttribute(3, "GPUBatchHandle", "*sbuffer_batch", 0)] + [DNAFieldAttribute(3, "GPUBatchHandle", "*sbuffer_batch", "GPUBatchHandle", 0)] public GPUBatchHandle ptr_sbuffer_batch; - [DNAFieldAttribute(4, "bGPDstroke", "*sbuffer_gps", 472)] + [DNAFieldAttribute(4, "bGPDstroke", "*sbuffer_gps", "bGPDstroke", 472)] public bGPDstroke ptr_sbuffer_gps; - [DNAFieldAttribute(5, "short", "playing", 2)] + [DNAFieldAttribute(5, "short", "playing", "short", 2)] public short playing; - [DNAFieldAttribute(6, "short", "matid", 2)] + [DNAFieldAttribute(6, "short", "matid", "short", 2)] public short matid; - [DNAFieldAttribute(7, "short", "sbuffer_sflag", 2)] + [DNAFieldAttribute(7, "short", "sbuffer_sflag", "short", 2)] public short sbuffer_sflag; - [DNAFieldAttribute(8, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(8, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(9, "int", "sbuffer_used", 4)] + [DNAFieldAttribute(9, "int", "sbuffer_used", "int", 4)] public int sbuffer_used; - [DNAFieldAttribute(10, "int", "sbuffer_size", 4)] + [DNAFieldAttribute(10, "int", "sbuffer_size", "int", 4)] public int sbuffer_size; - [DNAFieldAttribute(11, "float", "vert_color_fill[4]", 4)] + [DNAFieldAttribute(11, "float", "vert_color_fill[4]", "System.Single[]", 4)] public float[] vert_color_fill = new System.Single[4]; - [DNAFieldAttribute(12, "float", "fill_opacity_fac", 4)] + [DNAFieldAttribute(12, "float", "fill_opacity_fac", "float", 4)] public float fill_opacity_fac; - [DNAFieldAttribute(13, "float", "arrow_start[8]", 4)] + [DNAFieldAttribute(13, "float", "arrow_start[8]", "System.Single[]", 4)] public float[] arrow_start = new System.Single[8]; - [DNAFieldAttribute(14, "float", "arrow_end[8]", 4)] + [DNAFieldAttribute(14, "float", "arrow_end[8]", "System.Single[]", 4)] public float[] arrow_end = new System.Single[8]; - [DNAFieldAttribute(15, "int", "arrow_start_style", 4)] + [DNAFieldAttribute(15, "int", "arrow_start_style", "int", 4)] public int arrow_start_style; - [DNAFieldAttribute(16, "int", "arrow_end_style", 4)] + [DNAFieldAttribute(16, "int", "arrow_end_style", "int", 4)] public int arrow_end_style; - [DNAFieldAttribute(17, "int", "tot_cp_points", 4)] + [DNAFieldAttribute(17, "int", "tot_cp_points", "int", 4)] public int tot_cp_points; - [DNAFieldAttribute(18, "bGPDcontrolpoint", "*cp_points", 32)] + [DNAFieldAttribute(18, "bGPDcontrolpoint", "*cp_points", "bGPDcontrolpoint", 32)] public bGPDcontrolpoint ptr_cp_points; - [DNAFieldAttribute(19, "Brush", "*sbuffer_brush", 2216)] + [DNAFieldAttribute(19, "Brush", "*sbuffer_brush", "Brush", 2216)] public Brush ptr_sbuffer_brush; - [DNAFieldAttribute(20, "GpencilBatchCache", "*gpencil_cache", 0)] + [DNAFieldAttribute(20, "GpencilBatchCache", "*gpencil_cache", "GpencilBatchCache", 0)] public GpencilBatchCache ptr_gpencil_cache; - [DNAFieldAttribute(21, "LineartCache", "*lineart_cache", 0)] + [DNAFieldAttribute(21, "LineartCache", "*lineart_cache", "LineartCache", 0)] public LineartCache ptr_lineart_cache; - [DNAFieldAttribute(22, "GPencilUpdateCache", "*update_cache", 0)] + [DNAFieldAttribute(22, "GPencilUpdateCache", "*update_cache", "GPencilUpdateCache", 0)] public GPencilUpdateCache ptr_update_cache; public bGPdata_Runtime() { this.ptr_sbuffer = default; diff --git a/BlendFile/DNA/bGPgrid.cs b/BlendFile/DNA/bGPgrid.cs index 9c302ae..b1cccc7 100644 --- a/BlendFile/DNA/bGPgrid.cs +++ b/BlendFile/DNA/bGPgrid.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(273, "bGPgrid")] public struct bGPgrid { - [DNAFieldAttribute(0, "float", "color[3]", 4)] + [DNAFieldAttribute(0, "float", "color[3]", "System.Single[]", 4)] public float[] color = new System.Single[3]; - [DNAFieldAttribute(1, "float", "scale[2]", 4)] + [DNAFieldAttribute(1, "float", "scale[2]", "System.Single[]", 4)] public float[] scale = new System.Single[2]; - [DNAFieldAttribute(2, "float", "offset[2]", 4)] + [DNAFieldAttribute(2, "float", "offset[2]", "System.Single[]", 4)] public float[] offset = new System.Single[2]; - [DNAFieldAttribute(3, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(4, "int", "lines", 4)] + [DNAFieldAttribute(4, "int", "lines", "int", 4)] public int lines; - [DNAFieldAttribute(5, "char", "_pad[4]", 1)] + [DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public bGPgrid() { this.color = default; diff --git a/BlendFile/DNA/bIKParam.cs b/BlendFile/DNA/bIKParam.cs index db11276..4f24882 100644 --- a/BlendFile/DNA/bIKParam.cs +++ b/BlendFile/DNA/bIKParam.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(60, "bIKParam")] public struct bIKParam { - [DNAFieldAttribute(0, "int", "iksolver", 4)] + [DNAFieldAttribute(0, "int", "iksolver", "int", 4)] public int iksolver; public bIKParam() { this.iksolver = default; diff --git a/BlendFile/DNA/bItasc.cs b/BlendFile/DNA/bItasc.cs index e560a7e..1bd0ceb 100644 --- a/BlendFile/DNA/bItasc.cs +++ b/BlendFile/DNA/bItasc.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(61, "bItasc")] public struct bItasc { - [DNAFieldAttribute(0, "int", "iksolver", 4)] + [DNAFieldAttribute(0, "int", "iksolver", "int", 4)] public int iksolver; - [DNAFieldAttribute(1, "float", "precision", 4)] + [DNAFieldAttribute(1, "float", "precision", "float", 4)] public float precision; - [DNAFieldAttribute(2, "short", "numiter", 2)] + [DNAFieldAttribute(2, "short", "numiter", "short", 2)] public short numiter; - [DNAFieldAttribute(3, "short", "numstep", 2)] + [DNAFieldAttribute(3, "short", "numstep", "short", 2)] public short numstep; - [DNAFieldAttribute(4, "float", "minstep", 4)] + [DNAFieldAttribute(4, "float", "minstep", "float", 4)] public float minstep; - [DNAFieldAttribute(5, "float", "maxstep", 4)] + [DNAFieldAttribute(5, "float", "maxstep", "float", 4)] public float maxstep; - [DNAFieldAttribute(6, "short", "solver", 2)] + [DNAFieldAttribute(6, "short", "solver", "short", 2)] public short solver; - [DNAFieldAttribute(7, "short", "flag", 2)] + [DNAFieldAttribute(7, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(8, "float", "feedback", 4)] + [DNAFieldAttribute(8, "float", "feedback", "float", 4)] public float feedback; - [DNAFieldAttribute(9, "float", "maxvel", 4)] + [DNAFieldAttribute(9, "float", "maxvel", "float", 4)] public float maxvel; - [DNAFieldAttribute(10, "float", "dampmax", 4)] + [DNAFieldAttribute(10, "float", "dampmax", "float", 4)] public float dampmax; - [DNAFieldAttribute(11, "float", "dampeps", 4)] + [DNAFieldAttribute(11, "float", "dampeps", "float", 4)] public float dampeps; public bItasc() { this.iksolver = default; diff --git a/BlendFile/DNA/bKinematicConstraint.cs b/BlendFile/DNA/bKinematicConstraint.cs index 7347dac..2a54b51 100644 --- a/BlendFile/DNA/bKinematicConstraint.cs +++ b/BlendFile/DNA/bKinematicConstraint.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(176, "bKinematicConstraint")] public class bKinematicConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "short", "iterations", 2)] + [DNAFieldAttribute(1, "short", "iterations", "short", 2)] public short iterations; - [DNAFieldAttribute(2, "short", "flag", 2)] + [DNAFieldAttribute(2, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(3, "short", "rootbone", 2)] + [DNAFieldAttribute(3, "short", "rootbone", "short", 2)] public short rootbone; - [DNAFieldAttribute(4, "short", "max_rootbone", 2)] + [DNAFieldAttribute(4, "short", "max_rootbone", "short", 2)] public short max_rootbone; - [DNAFieldAttribute(5, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(5, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(6, "Object", "*poletar", 1160)] + [DNAFieldAttribute(6, "Object", "*poletar", "Object", 1160)] public Object ptr_poletar; - [DNAFieldAttribute(7, "char", "polesubtarget[64]", 1)] + [DNAFieldAttribute(7, "char", "polesubtarget[64]", "System.Char[]", 1)] public char[] polesubtarget = new System.Char[64]; - [DNAFieldAttribute(8, "float", "poleangle", 4)] + [DNAFieldAttribute(8, "float", "poleangle", "float", 4)] public float poleangle; - [DNAFieldAttribute(9, "float", "weight", 4)] + [DNAFieldAttribute(9, "float", "weight", "float", 4)] public float weight; - [DNAFieldAttribute(10, "float", "orientweight", 4)] + [DNAFieldAttribute(10, "float", "orientweight", "float", 4)] public float orientweight; - [DNAFieldAttribute(11, "float", "grabtarget[3]", 4)] + [DNAFieldAttribute(11, "float", "grabtarget[3]", "System.Single[]", 4)] public float[] grabtarget = new System.Single[3]; - [DNAFieldAttribute(12, "short", "type", 2)] + [DNAFieldAttribute(12, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(13, "short", "mode", 2)] + [DNAFieldAttribute(13, "short", "mode", "short", 2)] public short mode; - [DNAFieldAttribute(14, "float", "dist", 4)] + [DNAFieldAttribute(14, "float", "dist", "float", 4)] public float dist; public bKinematicConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bLocLimitConstraint.cs b/BlendFile/DNA/bLocLimitConstraint.cs index 4688758..43be44d 100644 --- a/BlendFile/DNA/bLocLimitConstraint.cs +++ b/BlendFile/DNA/bLocLimitConstraint.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(196, "bLocLimitConstraint")] public struct bLocLimitConstraint { - [DNAFieldAttribute(0, "float", "xmin", 4)] + [DNAFieldAttribute(0, "float", "xmin", "float", 4)] public float xmin; - [DNAFieldAttribute(1, "float", "xmax", 4)] + [DNAFieldAttribute(1, "float", "xmax", "float", 4)] public float xmax; - [DNAFieldAttribute(2, "float", "ymin", 4)] + [DNAFieldAttribute(2, "float", "ymin", "float", 4)] public float ymin; - [DNAFieldAttribute(3, "float", "ymax", 4)] + [DNAFieldAttribute(3, "float", "ymax", "float", 4)] public float ymax; - [DNAFieldAttribute(4, "float", "zmin", 4)] + [DNAFieldAttribute(4, "float", "zmin", "float", 4)] public float zmin; - [DNAFieldAttribute(5, "float", "zmax", 4)] + [DNAFieldAttribute(5, "float", "zmax", "float", 4)] public float zmax; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "flag2", 2)] + [DNAFieldAttribute(7, "short", "flag2", "short", 2)] public short flag2; public bLocLimitConstraint() { this.xmin = default; diff --git a/BlendFile/DNA/bLocateLikeConstraint.cs b/BlendFile/DNA/bLocateLikeConstraint.cs index 600a078..f7a0c2e 100644 --- a/BlendFile/DNA/bLocateLikeConstraint.cs +++ b/BlendFile/DNA/bLocateLikeConstraint.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(181, "bLocateLikeConstraint")] public class bLocateLikeConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "reserved1", 4)] + [DNAFieldAttribute(2, "int", "reserved1", "int", 4)] public int reserved1; - [DNAFieldAttribute(3, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bLocateLikeConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bLockTrackConstraint.cs b/BlendFile/DNA/bLockTrackConstraint.cs index ba948c7..83ba006 100644 --- a/BlendFile/DNA/bLockTrackConstraint.cs +++ b/BlendFile/DNA/bLockTrackConstraint.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(187, "bLockTrackConstraint")] public class bLockTrackConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "trackflag", 4)] + [DNAFieldAttribute(1, "int", "trackflag", "int", 4)] public int trackflag; - [DNAFieldAttribute(2, "int", "lockflag", 4)] + [DNAFieldAttribute(2, "int", "lockflag", "int", 4)] public int lockflag; - [DNAFieldAttribute(3, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bLockTrackConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bMinMaxConstraint.cs b/BlendFile/DNA/bMinMaxConstraint.cs index 355fa0c..2d072a5 100644 --- a/BlendFile/DNA/bMinMaxConstraint.cs +++ b/BlendFile/DNA/bMinMaxConstraint.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(185, "bMinMaxConstraint")] public class bMinMaxConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "minmaxflag", 4)] + [DNAFieldAttribute(1, "int", "minmaxflag", "int", 4)] public int minmaxflag; - [DNAFieldAttribute(2, "float", "offset", 4)] + [DNAFieldAttribute(2, "float", "offset", "float", 4)] public float offset; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(4, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(5, "int", "_pad", 4)] + [DNAFieldAttribute(5, "int", "_pad", "int", 4)] public int _pad; public bMinMaxConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bMotionPath.cs b/BlendFile/DNA/bMotionPath.cs index 6b64163..637bb55 100644 --- a/BlendFile/DNA/bMotionPath.cs +++ b/BlendFile/DNA/bMotionPath.cs @@ -15,31 +15,31 @@ namespace BlendFile.DNA { [DNAClassAttribute(44, "bMotionPath")] public class bMotionPath { - [DNAFieldAttribute(0, "bMotionPathVert", "*points", 16)] + [DNAFieldAttribute(0, "bMotionPathVert", "*points", "bMotionPathVert", 16)] public bMotionPathVert ptr_points; - [DNAFieldAttribute(1, "int", "length", 4)] + [DNAFieldAttribute(1, "int", "length", "int", 4)] public int length; - [DNAFieldAttribute(2, "int", "start_frame", 4)] + [DNAFieldAttribute(2, "int", "start_frame", "int", 4)] public int start_frame; - [DNAFieldAttribute(3, "int", "end_frame", 4)] + [DNAFieldAttribute(3, "int", "end_frame", "int", 4)] public int end_frame; - [DNAFieldAttribute(4, "float", "color[3]", 4)] + [DNAFieldAttribute(4, "float", "color[3]", "System.Single[]", 4)] public float[] color = new System.Single[3]; - [DNAFieldAttribute(5, "float", "color_post[3]", 4)] + [DNAFieldAttribute(5, "float", "color_post[3]", "System.Single[]", 4)] public float[] color_post = new System.Single[3]; - [DNAFieldAttribute(6, "int", "line_thickness", 4)] + [DNAFieldAttribute(6, "int", "line_thickness", "int", 4)] public int line_thickness; - [DNAFieldAttribute(7, "int", "flag", 4)] + [DNAFieldAttribute(7, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(8, "char", "_pad2[4]", 1)] + [DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[4]; - [DNAFieldAttribute(9, "GPUVertBufHandle", "*points_vbo", 0)] + [DNAFieldAttribute(9, "GPUVertBufHandle", "*points_vbo", "GPUVertBufHandle", 0)] public GPUVertBufHandle ptr_points_vbo; - [DNAFieldAttribute(10, "GPUBatchHandle", "*batch_line", 0)] + [DNAFieldAttribute(10, "GPUBatchHandle", "*batch_line", "GPUBatchHandle", 0)] public GPUBatchHandle ptr_batch_line; - [DNAFieldAttribute(11, "GPUBatchHandle", "*batch_points", 0)] + [DNAFieldAttribute(11, "GPUBatchHandle", "*batch_points", "GPUBatchHandle", 0)] public GPUBatchHandle ptr_batch_points; - [DNAFieldAttribute(12, "void", "*_pad", 0)] + [DNAFieldAttribute(12, "void", "*_pad", "void", 0)] public object ptr__pad; public bMotionPath() { this.ptr_points = default; diff --git a/BlendFile/DNA/bMotionPathVert.cs b/BlendFile/DNA/bMotionPathVert.cs index 6a6820a..92bb33b 100644 --- a/BlendFile/DNA/bMotionPathVert.cs +++ b/BlendFile/DNA/bMotionPathVert.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(43, "bMotionPathVert")] public struct bMotionPathVert { - [DNAFieldAttribute(0, "float", "co[3]", 4)] + [DNAFieldAttribute(0, "float", "co[3]", "System.Single[]", 4)] public float[] co = new System.Single[3]; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; public bMotionPathVert() { this.co = default; diff --git a/BlendFile/DNA/bNestedNodePath.cs b/BlendFile/DNA/bNestedNodePath.cs index 698fbd3..7346c2f 100644 --- a/BlendFile/DNA/bNestedNodePath.cs +++ b/BlendFile/DNA/bNestedNodePath.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(579, "bNestedNodePath")] public struct bNestedNodePath { - [DNAFieldAttribute(0, "int", "node_id", 4)] + [DNAFieldAttribute(0, "int", "node_id", "int", 4)] public int node_id; - [DNAFieldAttribute(1, "int", "id_in_node", 4)] + [DNAFieldAttribute(1, "int", "id_in_node", "int", 4)] public int id_in_node; public bNestedNodePath() { this.node_id = default; diff --git a/BlendFile/DNA/bNestedNodeRef.cs b/BlendFile/DNA/bNestedNodeRef.cs index a90fe4f..de12522 100644 --- a/BlendFile/DNA/bNestedNodeRef.cs +++ b/BlendFile/DNA/bNestedNodeRef.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(580, "bNestedNodeRef")] public struct bNestedNodeRef { - [DNAFieldAttribute(0, "int", "id", 4)] + [DNAFieldAttribute(0, "int", "id", "int", 4)] public int id; - [DNAFieldAttribute(1, "char", "_pad[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(2, "bNestedNodePath", "path", 8)] + [DNAFieldAttribute(2, "bNestedNodePath", "path", "bNestedNodePath", 8)] public bNestedNodePath path; public bNestedNodeRef() { this.id = default; diff --git a/BlendFile/DNA/bNode.cs b/BlendFile/DNA/bNode.cs index 3a66938..462a544 100644 --- a/BlendFile/DNA/bNode.cs +++ b/BlendFile/DNA/bNode.cs @@ -15,69 +15,69 @@ namespace BlendFile.DNA { [DNAClassAttribute(575, "bNode")] public class bNode { - [DNAFieldAttribute(0, "bNode", "*next", 368)] + [DNAFieldAttribute(0, "bNode", "*next", "bNode", 368)] public bNode ptr_next; - [DNAFieldAttribute(1, "bNode", "*prev", 368)] + [DNAFieldAttribute(1, "bNode", "*prev", "bNode", 368)] public bNode ptr_prev; - [DNAFieldAttribute(2, "ListBase", "inputs", 16)] + [DNAFieldAttribute(2, "ListBase", "inputs", "ListBase", 16)] public ListBase inputs; - [DNAFieldAttribute(3, "ListBase", "outputs", 16)] + [DNAFieldAttribute(3, "ListBase", "outputs", "ListBase", 16)] public ListBase outputs; - [DNAFieldAttribute(4, "char", "name[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "int", "identifier", 4)] + [DNAFieldAttribute(5, "int", "identifier", "int", 4)] public int identifier; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "char", "idname[64]", 1)] + [DNAFieldAttribute(7, "char", "idname[64]", "System.Char[]", 1)] public char[] idname = new System.Char[64]; - [DNAFieldAttribute(8, "bNodeTypeHandle", "*typeinfo", 0)] + [DNAFieldAttribute(8, "bNodeTypeHandle", "*typeinfo", "bNodeTypeHandle", 0)] public bNodeTypeHandle ptr_typeinfo; - [DNAFieldAttribute(9, "short", "type", 2)] + [DNAFieldAttribute(9, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(10, "short", "ui_order", 2)] + [DNAFieldAttribute(10, "short", "ui_order", "short", 2)] public short ui_order; - [DNAFieldAttribute(11, "short", "custom1", 2)] + [DNAFieldAttribute(11, "short", "custom1", "short", 2)] public short custom1; - [DNAFieldAttribute(12, "short", "custom2", 2)] + [DNAFieldAttribute(12, "short", "custom2", "short", 2)] public short custom2; - [DNAFieldAttribute(13, "float", "custom3", 4)] + [DNAFieldAttribute(13, "float", "custom3", "float", 4)] public float custom3; - [DNAFieldAttribute(14, "float", "custom4", 4)] + [DNAFieldAttribute(14, "float", "custom4", "float", 4)] public float custom4; - [DNAFieldAttribute(15, "int8_t", "warning_propagation", 1)] + [DNAFieldAttribute(15, "int8_t", "warning_propagation", "int8_t", 1)] public sbyte warning_propagation; - [DNAFieldAttribute(16, "char", "_pad[7]", 1)] + [DNAFieldAttribute(16, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; - [DNAFieldAttribute(17, "ID", "*id", 208)] + [DNAFieldAttribute(17, "ID", "*id", "ID", 208)] public ID ptr_id; - [DNAFieldAttribute(18, "void", "*storage", 0)] + [DNAFieldAttribute(18, "void", "*storage", "void", 0)] public object ptr_storage; - [DNAFieldAttribute(19, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(19, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(20, "bNode", "*parent", 368)] + [DNAFieldAttribute(20, "bNode", "*parent", "bNode", 368)] public bNode ptr_parent; - [DNAFieldAttribute(21, "float", "locx", 4)] + [DNAFieldAttribute(21, "float", "locx", "float", 4)] public float locx; - [DNAFieldAttribute(22, "float", "locy", 4)] + [DNAFieldAttribute(22, "float", "locy", "float", 4)] public float locy; - [DNAFieldAttribute(23, "float", "width", 4)] + [DNAFieldAttribute(23, "float", "width", "float", 4)] public float width; - [DNAFieldAttribute(24, "float", "height", 4)] + [DNAFieldAttribute(24, "float", "height", "float", 4)] public float height; - [DNAFieldAttribute(25, "float", "offsetx", 4)] + [DNAFieldAttribute(25, "float", "offsetx", "float", 4)] public float offsetx; - [DNAFieldAttribute(26, "float", "offsety", 4)] + [DNAFieldAttribute(26, "float", "offsety", "float", 4)] public float offsety; - [DNAFieldAttribute(27, "char", "label[64]", 1)] + [DNAFieldAttribute(27, "char", "label[64]", "System.Char[]", 1)] public char[] label = new System.Char[64]; - [DNAFieldAttribute(28, "float", "color[3]", 4)] + [DNAFieldAttribute(28, "float", "color[3]", "System.Single[]", 4)] public float[] color = new System.Single[3]; - [DNAFieldAttribute(29, "int", "num_panel_states", 4)] + [DNAFieldAttribute(29, "int", "num_panel_states", "int", 4)] public int num_panel_states; - [DNAFieldAttribute(30, "bNodePanelState", "*panel_states_array", 8)] + [DNAFieldAttribute(30, "bNodePanelState", "*panel_states_array", "bNodePanelState", 8)] public bNodePanelState ptr_panel_states_array; - [DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(31, "bNodeRuntimeHandle", "*runtime", "bNodeRuntimeHandle", 0)] public bNodeRuntimeHandle ptr_runtime; public bNode() { this.ptr_next = default; diff --git a/BlendFile/DNA/bNodeInstanceKey.cs b/BlendFile/DNA/bNodeInstanceKey.cs index 37d39a2..ccfdb0f 100644 --- a/BlendFile/DNA/bNodeInstanceKey.cs +++ b/BlendFile/DNA/bNodeInstanceKey.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(578, "bNodeInstanceKey")] public struct bNodeInstanceKey { - [DNAFieldAttribute(0, "int", "value", 4)] + [DNAFieldAttribute(0, "int", "value", "int", 4)] public int value; public bNodeInstanceKey() { this.value = default; diff --git a/BlendFile/DNA/bNodeLink.cs b/BlendFile/DNA/bNodeLink.cs index 7963d4a..5abecef 100644 --- a/BlendFile/DNA/bNodeLink.cs +++ b/BlendFile/DNA/bNodeLink.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(572, "bNodeLink")] public class bNodeLink { - [DNAFieldAttribute(0, "bNodeLink", "*next", 56)] + [DNAFieldAttribute(0, "bNodeLink", "*next", "bNodeLink", 56)] public bNodeLink ptr_next; - [DNAFieldAttribute(1, "bNodeLink", "*prev", 56)] + [DNAFieldAttribute(1, "bNodeLink", "*prev", "bNodeLink", 56)] public bNodeLink ptr_prev; - [DNAFieldAttribute(2, "bNode", "*fromnode", 368)] + [DNAFieldAttribute(2, "bNode", "*fromnode", "bNode", 368)] public bNode ptr_fromnode; - [DNAFieldAttribute(3, "bNode", "*tonode", 368)] + [DNAFieldAttribute(3, "bNode", "*tonode", "bNode", 368)] public bNode ptr_tonode; - [DNAFieldAttribute(4, "bNodeSocket", "*fromsock", 528)] + [DNAFieldAttribute(4, "bNodeSocket", "*fromsock", "bNodeSocket", 528)] public bNodeSocket ptr_fromsock; - [DNAFieldAttribute(5, "bNodeSocket", "*tosock", 528)] + [DNAFieldAttribute(5, "bNodeSocket", "*tosock", "bNodeSocket", 528)] public bNodeSocket ptr_tosock; - [DNAFieldAttribute(6, "int", "flag", 4)] + [DNAFieldAttribute(6, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(7, "int", "multi_input_socket_index", 4)] + [DNAFieldAttribute(7, "int", "multi_input_socket_index", "int", 4)] public int multi_input_socket_index; public bNodeLink() { this.ptr_next = default; diff --git a/BlendFile/DNA/bNodePanelState.cs b/BlendFile/DNA/bNodePanelState.cs index 26be86f..08287e9 100644 --- a/BlendFile/DNA/bNodePanelState.cs +++ b/BlendFile/DNA/bNodePanelState.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(574, "bNodePanelState")] public struct bNodePanelState { - [DNAFieldAttribute(0, "int", "identifier", 4)] + [DNAFieldAttribute(0, "int", "identifier", "int", 4)] public int identifier; - [DNAFieldAttribute(1, "char", "flag", 1)] + [DNAFieldAttribute(1, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(2, "char", "_pad[3]", 1)] + [DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public bNodePanelState() { this.identifier = default; diff --git a/BlendFile/DNA/bNodeSocket.cs b/BlendFile/DNA/bNodeSocket.cs index d0d6369..dc5afa1 100644 --- a/BlendFile/DNA/bNodeSocket.cs +++ b/BlendFile/DNA/bNodeSocket.cs @@ -15,57 +15,57 @@ namespace BlendFile.DNA { [DNAClassAttribute(570, "bNodeSocket")] public class bNodeSocket { - [DNAFieldAttribute(0, "bNodeSocket", "*next", 528)] + [DNAFieldAttribute(0, "bNodeSocket", "*next", "bNodeSocket", 528)] public bNodeSocket ptr_next; - [DNAFieldAttribute(1, "bNodeSocket", "*prev", 528)] + [DNAFieldAttribute(1, "bNodeSocket", "*prev", "bNodeSocket", 528)] public bNodeSocket ptr_prev; - [DNAFieldAttribute(2, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(3, "char", "identifier[64]", 1)] + [DNAFieldAttribute(3, "char", "identifier[64]", "System.Char[]", 1)] public char[] identifier = new System.Char[64]; - [DNAFieldAttribute(4, "char", "name[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "void", "*storage", 0)] + [DNAFieldAttribute(5, "void", "*storage", "void", 0)] public object ptr_storage; - [DNAFieldAttribute(6, "short", "type", 2)] + [DNAFieldAttribute(6, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(7, "short", "flag", 2)] + [DNAFieldAttribute(7, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(8, "short", "limit", 2)] + [DNAFieldAttribute(8, "short", "limit", "short", 2)] public short limit; - [DNAFieldAttribute(9, "short", "in_out", 2)] + [DNAFieldAttribute(9, "short", "in_out", "short", 2)] public short in_out; - [DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", 0)] + [DNAFieldAttribute(10, "bNodeSocketTypeHandle", "*typeinfo", "bNodeSocketTypeHandle", 0)] public bNodeSocketTypeHandle ptr_typeinfo; - [DNAFieldAttribute(11, "char", "idname[64]", 1)] + [DNAFieldAttribute(11, "char", "idname[64]", "System.Char[]", 1)] public char[] idname = new System.Char[64]; - [DNAFieldAttribute(12, "void", "*default_value", 0)] + [DNAFieldAttribute(12, "void", "*default_value", "void", 0)] public object ptr_default_value; - [DNAFieldAttribute(13, "short", "stack_index", 2)] + [DNAFieldAttribute(13, "short", "stack_index", "short", 2)] public short stack_index; - [DNAFieldAttribute(14, "char", "display_shape", 1)] + [DNAFieldAttribute(14, "char", "display_shape", "char", 1)] public char display_shape; - [DNAFieldAttribute(15, "char", "attribute_domain", 1)] + [DNAFieldAttribute(15, "char", "attribute_domain", "char", 1)] public char attribute_domain; - [DNAFieldAttribute(16, "char", "_pad[4]", 1)] + [DNAFieldAttribute(16, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(17, "char", "label[64]", 1)] + [DNAFieldAttribute(17, "char", "label[64]", "System.Char[]", 1)] public char[] label = new System.Char[64]; - [DNAFieldAttribute(18, "char", "short_label[64]", 1)] + [DNAFieldAttribute(18, "char", "short_label[64]", "System.Char[]", 1)] public char[] short_label = new System.Char[64]; - [DNAFieldAttribute(19, "char", "description[64]", 1)] + [DNAFieldAttribute(19, "char", "description[64]", "System.Char[]", 1)] public char[] description = new System.Char[64]; - [DNAFieldAttribute(20, "char", "*default_attribute_name", 1)] + [DNAFieldAttribute(20, "char", "*default_attribute_name", "char", 1)] public char ptr_default_attribute_name; - [DNAFieldAttribute(21, "int", "own_index", 4)] + [DNAFieldAttribute(21, "int", "own_index", "int", 4)] public int own_index; - [DNAFieldAttribute(22, "int", "to_index", 4)] + [DNAFieldAttribute(22, "int", "to_index", "int", 4)] public int to_index; - [DNAFieldAttribute(23, "bNodeLink", "*link", 56)] + [DNAFieldAttribute(23, "bNodeLink", "*link", "bNodeLink", 56)] public bNodeLink ptr_link; - [DNAFieldAttribute(24, "bNodeStack", "ns", 48)] + [DNAFieldAttribute(24, "bNodeStack", "ns", "bNodeStack", 48)] public bNodeStack ns; - [DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(25, "bNodeSocketRuntimeHandle", "*runtime", "bNodeSocketRuntimeHandle", 0)] public bNodeSocketRuntimeHandle ptr_runtime; public bNodeSocket() { this.ptr_next = default; diff --git a/BlendFile/DNA/bNodeSocketValueBoolean.cs b/BlendFile/DNA/bNodeSocketValueBoolean.cs index 4bc89df..9a64fec 100644 --- a/BlendFile/DNA/bNodeSocketValueBoolean.cs +++ b/BlendFile/DNA/bNodeSocketValueBoolean.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(587, "bNodeSocketValueBoolean")] public struct bNodeSocketValueBoolean { - [DNAFieldAttribute(0, "char", "value", 1)] + [DNAFieldAttribute(0, "char", "value", "char", 1)] public char value; public bNodeSocketValueBoolean() { this.value = default; diff --git a/BlendFile/DNA/bNodeSocketValueCollection.cs b/BlendFile/DNA/bNodeSocketValueCollection.cs index ebc3fef..e8ec74f 100644 --- a/BlendFile/DNA/bNodeSocketValueCollection.cs +++ b/BlendFile/DNA/bNodeSocketValueCollection.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(594, "bNodeSocketValueCollection")] public class bNodeSocketValueCollection { - [DNAFieldAttribute(0, "Collection", "*value", 376)] + [DNAFieldAttribute(0, "Collection", "*value", "Collection", 376)] public Collection ptr_value; public bNodeSocketValueCollection() { this.ptr_value = default; diff --git a/BlendFile/DNA/bNodeSocketValueFloat.cs b/BlendFile/DNA/bNodeSocketValueFloat.cs index d05d89d..ba127a1 100644 --- a/BlendFile/DNA/bNodeSocketValueFloat.cs +++ b/BlendFile/DNA/bNodeSocketValueFloat.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(586, "bNodeSocketValueFloat")] public struct bNodeSocketValueFloat { - [DNAFieldAttribute(0, "int", "subtype", 4)] + [DNAFieldAttribute(0, "int", "subtype", "int", 4)] public int subtype; - [DNAFieldAttribute(1, "float", "value", 4)] + [DNAFieldAttribute(1, "float", "value", "float", 4)] public float value; - [DNAFieldAttribute(2, "float", "min", 4)] + [DNAFieldAttribute(2, "float", "min", "float", 4)] public float min; - [DNAFieldAttribute(3, "float", "max", 4)] + [DNAFieldAttribute(3, "float", "max", "float", 4)] public float max; public bNodeSocketValueFloat() { this.subtype = default; diff --git a/BlendFile/DNA/bNodeSocketValueImage.cs b/BlendFile/DNA/bNodeSocketValueImage.cs index 9145a34..524a197 100644 --- a/BlendFile/DNA/bNodeSocketValueImage.cs +++ b/BlendFile/DNA/bNodeSocketValueImage.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(593, "bNodeSocketValueImage")] public class bNodeSocketValueImage { - [DNAFieldAttribute(0, "Image", "*value", 1600)] + [DNAFieldAttribute(0, "Image", "*value", "Image", 1600)] public Image ptr_value; public bNodeSocketValueImage() { this.ptr_value = default; diff --git a/BlendFile/DNA/bNodeSocketValueInt.cs b/BlendFile/DNA/bNodeSocketValueInt.cs index 1714002..2f13d00 100644 --- a/BlendFile/DNA/bNodeSocketValueInt.cs +++ b/BlendFile/DNA/bNodeSocketValueInt.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(585, "bNodeSocketValueInt")] public struct bNodeSocketValueInt { - [DNAFieldAttribute(0, "int", "subtype", 4)] + [DNAFieldAttribute(0, "int", "subtype", "int", 4)] public int subtype; - [DNAFieldAttribute(1, "int", "value", 4)] + [DNAFieldAttribute(1, "int", "value", "int", 4)] public int value; - [DNAFieldAttribute(2, "int", "min", 4)] + [DNAFieldAttribute(2, "int", "min", "int", 4)] public int min; - [DNAFieldAttribute(3, "int", "max", 4)] + [DNAFieldAttribute(3, "int", "max", "int", 4)] public int max; public bNodeSocketValueInt() { this.subtype = default; diff --git a/BlendFile/DNA/bNodeSocketValueMaterial.cs b/BlendFile/DNA/bNodeSocketValueMaterial.cs index c912262..4f8f1fa 100644 --- a/BlendFile/DNA/bNodeSocketValueMaterial.cs +++ b/BlendFile/DNA/bNodeSocketValueMaterial.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(596, "bNodeSocketValueMaterial")] public class bNodeSocketValueMaterial { - [DNAFieldAttribute(0, "Material", "*value", 392)] + [DNAFieldAttribute(0, "Material", "*value", "Material", 392)] public Material ptr_value; public bNodeSocketValueMaterial() { this.ptr_value = default; diff --git a/BlendFile/DNA/bNodeSocketValueMenu.cs b/BlendFile/DNA/bNodeSocketValueMenu.cs index 7a73340..84e6881 100644 --- a/BlendFile/DNA/bNodeSocketValueMenu.cs +++ b/BlendFile/DNA/bNodeSocketValueMenu.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(597, "bNodeSocketValueMenu")] public class bNodeSocketValueMenu { - [DNAFieldAttribute(0, "int", "value", 4)] + [DNAFieldAttribute(0, "int", "value", "int", 4)] public int value; - [DNAFieldAttribute(1, "int", "runtime_flag", 4)] + [DNAFieldAttribute(1, "int", "runtime_flag", "int", 4)] public int runtime_flag; - [DNAFieldAttribute(2, "RuntimeNodeEnumItemsHandle", "*enum_items", 0)] + [DNAFieldAttribute(2, "RuntimeNodeEnumItemsHandle", "*enum_items", "RuntimeNodeEnumItemsHandle", 0)] public RuntimeNodeEnumItemsHandle ptr_enum_items; public bNodeSocketValueMenu() { this.value = default; diff --git a/BlendFile/DNA/bNodeSocketValueObject.cs b/BlendFile/DNA/bNodeSocketValueObject.cs index 56f7889..0a78ed8 100644 --- a/BlendFile/DNA/bNodeSocketValueObject.cs +++ b/BlendFile/DNA/bNodeSocketValueObject.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(592, "bNodeSocketValueObject")] public class bNodeSocketValueObject { - [DNAFieldAttribute(0, "Object", "*value", 1160)] + [DNAFieldAttribute(0, "Object", "*value", "Object", 1160)] public Object ptr_value; public bNodeSocketValueObject() { this.ptr_value = default; diff --git a/BlendFile/DNA/bNodeSocketValueRGBA.cs b/BlendFile/DNA/bNodeSocketValueRGBA.cs index cd40f6c..40b4d6c 100644 --- a/BlendFile/DNA/bNodeSocketValueRGBA.cs +++ b/BlendFile/DNA/bNodeSocketValueRGBA.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(590, "bNodeSocketValueRGBA")] public struct bNodeSocketValueRGBA { - [DNAFieldAttribute(0, "float", "value[4]", 4)] + [DNAFieldAttribute(0, "float", "value[4]", "System.Single[]", 4)] public float[] value = new System.Single[4]; public bNodeSocketValueRGBA() { this.value = default; diff --git a/BlendFile/DNA/bNodeSocketValueRotation.cs b/BlendFile/DNA/bNodeSocketValueRotation.cs index 17f43dc..6cc39d8 100644 --- a/BlendFile/DNA/bNodeSocketValueRotation.cs +++ b/BlendFile/DNA/bNodeSocketValueRotation.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(589, "bNodeSocketValueRotation")] public struct bNodeSocketValueRotation { - [DNAFieldAttribute(0, "float", "value_euler[3]", 4)] + [DNAFieldAttribute(0, "float", "value_euler[3]", "System.Single[]", 4)] public float[] value_euler = new System.Single[3]; public bNodeSocketValueRotation() { this.value_euler = default; diff --git a/BlendFile/DNA/bNodeSocketValueString.cs b/BlendFile/DNA/bNodeSocketValueString.cs index 059d1d6..7ddbbe9 100644 --- a/BlendFile/DNA/bNodeSocketValueString.cs +++ b/BlendFile/DNA/bNodeSocketValueString.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(591, "bNodeSocketValueString")] public struct bNodeSocketValueString { - [DNAFieldAttribute(0, "int", "subtype", 4)] + [DNAFieldAttribute(0, "int", "subtype", "int", 4)] public int subtype; - [DNAFieldAttribute(1, "char", "_pad[4]", 1)] + [DNAFieldAttribute(1, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(2, "char", "value[1024]", 1)] + [DNAFieldAttribute(2, "char", "value[1024]", "System.Char[]", 1)] public char[] value = new System.Char[1024]; public bNodeSocketValueString() { this.subtype = default; diff --git a/BlendFile/DNA/bNodeSocketValueTexture.cs b/BlendFile/DNA/bNodeSocketValueTexture.cs index d917568..6659932 100644 --- a/BlendFile/DNA/bNodeSocketValueTexture.cs +++ b/BlendFile/DNA/bNodeSocketValueTexture.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(595, "bNodeSocketValueTexture")] public class bNodeSocketValueTexture { - [DNAFieldAttribute(0, "Tex", "*value", 488)] + [DNAFieldAttribute(0, "Tex", "*value", "Tex", 488)] public Tex ptr_value; public bNodeSocketValueTexture() { this.ptr_value = default; diff --git a/BlendFile/DNA/bNodeSocketValueVector.cs b/BlendFile/DNA/bNodeSocketValueVector.cs index c91edcf..6bac9b1 100644 --- a/BlendFile/DNA/bNodeSocketValueVector.cs +++ b/BlendFile/DNA/bNodeSocketValueVector.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(588, "bNodeSocketValueVector")] public struct bNodeSocketValueVector { - [DNAFieldAttribute(0, "int", "subtype", 4)] + [DNAFieldAttribute(0, "int", "subtype", "int", 4)] public int subtype; - [DNAFieldAttribute(1, "float", "value[3]", 4)] + [DNAFieldAttribute(1, "float", "value[3]", "System.Single[]", 4)] public float[] value = new System.Single[3]; - [DNAFieldAttribute(2, "float", "min", 4)] + [DNAFieldAttribute(2, "float", "min", "float", 4)] public float min; - [DNAFieldAttribute(3, "float", "max", 4)] + [DNAFieldAttribute(3, "float", "max", "float", 4)] public float max; public bNodeSocketValueVector() { this.subtype = default; diff --git a/BlendFile/DNA/bNodeStack.cs b/BlendFile/DNA/bNodeStack.cs index 312fdd2..337c3ad 100644 --- a/BlendFile/DNA/bNodeStack.cs +++ b/BlendFile/DNA/bNodeStack.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(569, "bNodeStack")] public class bNodeStack { - [DNAFieldAttribute(0, "float", "vec[4]", 4)] + [DNAFieldAttribute(0, "float", "vec[4]", "System.Single[]", 4)] public float[] vec = new System.Single[4]; - [DNAFieldAttribute(1, "float", "min", 4)] + [DNAFieldAttribute(1, "float", "min", "float", 4)] public float min; - [DNAFieldAttribute(2, "float", "max", 4)] + [DNAFieldAttribute(2, "float", "max", "float", 4)] public float max; - [DNAFieldAttribute(3, "void", "*data", 0)] + [DNAFieldAttribute(3, "void", "*data", "void", 0)] public object ptr_data; - [DNAFieldAttribute(4, "short", "hasinput", 2)] + [DNAFieldAttribute(4, "short", "hasinput", "short", 2)] public short hasinput; - [DNAFieldAttribute(5, "short", "hasoutput", 2)] + [DNAFieldAttribute(5, "short", "hasoutput", "short", 2)] public short hasoutput; - [DNAFieldAttribute(6, "short", "datatype", 2)] + [DNAFieldAttribute(6, "short", "datatype", "short", 2)] public short datatype; - [DNAFieldAttribute(7, "short", "sockettype", 2)] + [DNAFieldAttribute(7, "short", "sockettype", "short", 2)] public short sockettype; - [DNAFieldAttribute(8, "short", "is_copy", 2)] + [DNAFieldAttribute(8, "short", "is_copy", "short", 2)] public short is_copy; - [DNAFieldAttribute(9, "short", "external", 2)] + [DNAFieldAttribute(9, "short", "external", "short", 2)] public short external; - [DNAFieldAttribute(10, "char", "_pad[4]", 1)] + [DNAFieldAttribute(10, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; public bNodeStack() { this.vec = default; diff --git a/BlendFile/DNA/bNodeTree.cs b/BlendFile/DNA/bNodeTree.cs index 400fe29..b96c3f0 100644 --- a/BlendFile/DNA/bNodeTree.cs +++ b/BlendFile/DNA/bNodeTree.cs @@ -15,63 +15,63 @@ namespace BlendFile.DNA { [DNAClassAttribute(351, "bNodeTree")] public class bNodeTree { - [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, "ID", "*owner_id", 208)] + [DNAFieldAttribute(2, "ID", "*owner_id", "ID", 208)] public ID ptr_owner_id; - [DNAFieldAttribute(3, "bNodeTreeTypeHandle", "*typeinfo", 0)] + [DNAFieldAttribute(3, "bNodeTreeTypeHandle", "*typeinfo", "bNodeTreeTypeHandle", 0)] public bNodeTreeTypeHandle ptr_typeinfo; - [DNAFieldAttribute(4, "char", "idname[64]", 1)] + [DNAFieldAttribute(4, "char", "idname[64]", "System.Char[]", 1)] public char[] idname = new System.Char[64]; - [DNAFieldAttribute(5, "char", "*description", 1)] + [DNAFieldAttribute(5, "char", "*description", "char", 1)] public char ptr_description; - [DNAFieldAttribute(6, "bGPdata", "*gpd", 616)] + [DNAFieldAttribute(6, "bGPdata", "*gpd", "bGPdata", 616)] public bGPdata ptr_gpd; - [DNAFieldAttribute(7, "float", "view_center[2]", 4)] + [DNAFieldAttribute(7, "float", "view_center[2]", "System.Single[]", 4)] public float[] view_center = new System.Single[2]; - [DNAFieldAttribute(8, "ListBase", "nodes", 16)] + [DNAFieldAttribute(8, "ListBase", "nodes", "ListBase", 16)] public ListBase nodes; - [DNAFieldAttribute(9, "ListBase", "links", 16)] + [DNAFieldAttribute(9, "ListBase", "links", "ListBase", 16)] public ListBase links; - [DNAFieldAttribute(10, "int", "type", 4)] + [DNAFieldAttribute(10, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(11, "int", "cur_index", 4)] + [DNAFieldAttribute(11, "int", "cur_index", "int", 4)] public int cur_index; - [DNAFieldAttribute(12, "int", "flag", 4)] + [DNAFieldAttribute(12, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(13, "int", "chunksize", 4)] + [DNAFieldAttribute(13, "int", "chunksize", "int", 4)] public int chunksize; - [DNAFieldAttribute(14, "int", "execution_mode", 4)] + [DNAFieldAttribute(14, "int", "execution_mode", "int", 4)] public int execution_mode; - [DNAFieldAttribute(15, "int", "precision", 4)] + [DNAFieldAttribute(15, "int", "precision", "int", 4)] public int precision; - [DNAFieldAttribute(16, "int", "color_tag", 4)] + [DNAFieldAttribute(16, "int", "color_tag", "int", 4)] public int color_tag; - [DNAFieldAttribute(17, "int", "default_group_node_width", 4)] + [DNAFieldAttribute(17, "int", "default_group_node_width", "int", 4)] public int default_group_node_width; - [DNAFieldAttribute(18, "rctf", "viewer_border", 16)] + [DNAFieldAttribute(18, "rctf", "viewer_border", "rctf", 16)] public rctf viewer_border; - [DNAFieldAttribute(19, "ListBase", "inputs", 16)] + [DNAFieldAttribute(19, "ListBase", "inputs", "ListBase", 16)] public ListBase inputs; - [DNAFieldAttribute(20, "ListBase", "outputs", 16)] + [DNAFieldAttribute(20, "ListBase", "outputs", "ListBase", 16)] public ListBase outputs; - [DNAFieldAttribute(21, "bNodeTreeInterface", "tree_interface", 64)] + [DNAFieldAttribute(21, "bNodeTreeInterface", "tree_interface", "bNodeTreeInterface", 64)] public bNodeTreeInterface tree_interface; - [DNAFieldAttribute(22, "NodeInstanceHashHandle", "*previews", 0)] + [DNAFieldAttribute(22, "NodeInstanceHashHandle", "*previews", "NodeInstanceHashHandle", 0)] public NodeInstanceHashHandle ptr_previews; - [DNAFieldAttribute(23, "bNodeInstanceKey", "active_viewer_key", 4)] + [DNAFieldAttribute(23, "bNodeInstanceKey", "active_viewer_key", "bNodeInstanceKey", 4)] public bNodeInstanceKey active_viewer_key; - [DNAFieldAttribute(24, "int", "nested_node_refs_num", 4)] + [DNAFieldAttribute(24, "int", "nested_node_refs_num", "int", 4)] public int nested_node_refs_num; - [DNAFieldAttribute(25, "bNestedNodeRef", "*nested_node_refs", 16)] + [DNAFieldAttribute(25, "bNestedNodeRef", "*nested_node_refs", "bNestedNodeRef", 16)] public bNestedNodeRef ptr_nested_node_refs; - [DNAFieldAttribute(26, "GeometryNodeAssetTraits", "*geometry_node_asset_traits", 4)] + [DNAFieldAttribute(26, "GeometryNodeAssetTraits", "*geometry_node_asset_traits", "GeometryNodeAssetTraits", 4)] public GeometryNodeAssetTraits ptr_geometry_node_asset_traits; - [DNAFieldAttribute(27, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(27, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; - [DNAFieldAttribute(28, "bNodeTreeRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(28, "bNodeTreeRuntimeHandle", "*runtime", "bNodeTreeRuntimeHandle", 0)] public bNodeTreeRuntimeHandle ptr_runtime; public bNodeTree() { this.id = default; diff --git a/BlendFile/DNA/bNodeTreeInterface.cs b/BlendFile/DNA/bNodeTreeInterface.cs index 977a12c..01f81d0 100644 --- a/BlendFile/DNA/bNodeTreeInterface.cs +++ b/BlendFile/DNA/bNodeTreeInterface.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(567, "bNodeTreeInterface")] public class bNodeTreeInterface { - [DNAFieldAttribute(0, "bNodeTreeInterfacePanel", "root_panel", 48)] + [DNAFieldAttribute(0, "bNodeTreeInterfacePanel", "root_panel", "bNodeTreeInterfacePanel", 48)] public bNodeTreeInterfacePanel root_panel; - [DNAFieldAttribute(1, "int", "active_index", 4)] + [DNAFieldAttribute(1, "int", "active_index", "int", 4)] public int active_index; - [DNAFieldAttribute(2, "int", "next_uid", 4)] + [DNAFieldAttribute(2, "int", "next_uid", "int", 4)] public int next_uid; - [DNAFieldAttribute(3, "bNodeTreeInterfaceRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(3, "bNodeTreeInterfaceRuntimeHandle", "*runtime", "bNodeTreeInterfaceRuntimeHandle", 0)] public bNodeTreeInterfaceRuntimeHandle ptr_runtime; public bNodeTreeInterface() { this.root_panel = default; diff --git a/BlendFile/DNA/bNodeTreeInterfaceItem.cs b/BlendFile/DNA/bNodeTreeInterfaceItem.cs index eb29a01..a89054f 100644 --- a/BlendFile/DNA/bNodeTreeInterfaceItem.cs +++ b/BlendFile/DNA/bNodeTreeInterfaceItem.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(564, "bNodeTreeInterfaceItem")] public struct bNodeTreeInterfaceItem { - [DNAFieldAttribute(0, "char", "item_type", 1)] + [DNAFieldAttribute(0, "char", "item_type", "char", 1)] public char item_type; - [DNAFieldAttribute(1, "char", "_pad[7]", 1)] + [DNAFieldAttribute(1, "char", "_pad[7]", "System.Char[]", 1)] public char[] _pad = new System.Char[7]; public bNodeTreeInterfaceItem() { this.item_type = default; diff --git a/BlendFile/DNA/bNodeTreeInterfacePanel.cs b/BlendFile/DNA/bNodeTreeInterfacePanel.cs index ec7776e..50feddd 100644 --- a/BlendFile/DNA/bNodeTreeInterfacePanel.cs +++ b/BlendFile/DNA/bNodeTreeInterfacePanel.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(566, "bNodeTreeInterfacePanel")] public class bNodeTreeInterfacePanel { - [DNAFieldAttribute(0, "bNodeTreeInterfaceItem", "item", 8)] + [DNAFieldAttribute(0, "bNodeTreeInterfaceItem", "item", "bNodeTreeInterfaceItem", 8)] public bNodeTreeInterfaceItem item; - [DNAFieldAttribute(1, "char", "*name", 1)] + [DNAFieldAttribute(1, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(2, "char", "*description", 1)] + [DNAFieldAttribute(2, "char", "*description", "char", 1)] public char ptr_description; - [DNAFieldAttribute(3, "int", "flag", 4)] + [DNAFieldAttribute(3, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "bNodeTreeInterfaceItem", "**items_array", 8)] + [DNAFieldAttribute(5, "bNodeTreeInterfaceItem", "**items_array", "bNodeTreeInterfaceItem", 8)] public bNodeTreeInterfaceItem ptr_ptr_items_array; - [DNAFieldAttribute(6, "int", "items_num", 4)] + [DNAFieldAttribute(6, "int", "items_num", "int", 4)] public int items_num; - [DNAFieldAttribute(7, "int", "identifier", 4)] + [DNAFieldAttribute(7, "int", "identifier", "int", 4)] public int identifier; public bNodeTreeInterfacePanel() { this.item = default; diff --git a/BlendFile/DNA/bNodeTreeInterfaceSocket.cs b/BlendFile/DNA/bNodeTreeInterfaceSocket.cs index e56112e..5e682dc 100644 --- a/BlendFile/DNA/bNodeTreeInterfaceSocket.cs +++ b/BlendFile/DNA/bNodeTreeInterfaceSocket.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(565, "bNodeTreeInterfaceSocket")] public class bNodeTreeInterfaceSocket { - [DNAFieldAttribute(0, "bNodeTreeInterfaceItem", "item", 8)] + [DNAFieldAttribute(0, "bNodeTreeInterfaceItem", "item", "bNodeTreeInterfaceItem", 8)] public bNodeTreeInterfaceItem item; - [DNAFieldAttribute(1, "char", "*name", 1)] + [DNAFieldAttribute(1, "char", "*name", "char", 1)] public char ptr_name; - [DNAFieldAttribute(2, "char", "*description", 1)] + [DNAFieldAttribute(2, "char", "*description", "char", 1)] public char ptr_description; - [DNAFieldAttribute(3, "char", "*socket_type", 1)] + [DNAFieldAttribute(3, "char", "*socket_type", "char", 1)] public char ptr_socket_type; - [DNAFieldAttribute(4, "int", "flag", 4)] + [DNAFieldAttribute(4, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(5, "short", "attribute_domain", 2)] + [DNAFieldAttribute(5, "short", "attribute_domain", "short", 2)] public short attribute_domain; - [DNAFieldAttribute(6, "short", "default_input", 2)] + [DNAFieldAttribute(6, "short", "default_input", "short", 2)] public short default_input; - [DNAFieldAttribute(7, "char", "*default_attribute_name", 1)] + [DNAFieldAttribute(7, "char", "*default_attribute_name", "char", 1)] public char ptr_default_attribute_name; - [DNAFieldAttribute(8, "char", "*identifier", 1)] + [DNAFieldAttribute(8, "char", "*identifier", "char", 1)] public char ptr_identifier; - [DNAFieldAttribute(9, "void", "*socket_data", 0)] + [DNAFieldAttribute(9, "void", "*socket_data", "void", 0)] public object ptr_socket_data; - [DNAFieldAttribute(10, "IDProperty", "*properties", 136)] + [DNAFieldAttribute(10, "IDProperty", "*properties", "IDProperty", 136)] public IDProperty ptr_properties; public bNodeTreeInterfaceSocket() { this.item = default; diff --git a/BlendFile/DNA/bNodeTreePath.cs b/BlendFile/DNA/bNodeTreePath.cs index 73b6955..0688789 100644 --- a/BlendFile/DNA/bNodeTreePath.cs +++ b/BlendFile/DNA/bNodeTreePath.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(955, "bNodeTreePath")] public class bNodeTreePath { - [DNAFieldAttribute(0, "bNodeTreePath", "*next", 168)] + [DNAFieldAttribute(0, "bNodeTreePath", "*next", "bNodeTreePath", 168)] public bNodeTreePath ptr_next; - [DNAFieldAttribute(1, "bNodeTreePath", "*prev", 168)] + [DNAFieldAttribute(1, "bNodeTreePath", "*prev", "bNodeTreePath", 168)] public bNodeTreePath ptr_prev; - [DNAFieldAttribute(2, "bNodeTree", "*nodetree", 544)] + [DNAFieldAttribute(2, "bNodeTree", "*nodetree", "bNodeTree", 544)] public bNodeTree ptr_nodetree; - [DNAFieldAttribute(3, "bNodeInstanceKey", "parent_key", 4)] + [DNAFieldAttribute(3, "bNodeInstanceKey", "parent_key", "bNodeInstanceKey", 4)] public bNodeInstanceKey parent_key; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "float", "view_center[2]", 4)] + [DNAFieldAttribute(5, "float", "view_center[2]", "System.Single[]", 4)] public float[] view_center = new System.Single[2]; - [DNAFieldAttribute(6, "char", "node_name[64]", 1)] + [DNAFieldAttribute(6, "char", "node_name[64]", "System.Char[]", 1)] public char[] node_name = new System.Char[64]; - [DNAFieldAttribute(7, "char", "display_name[64]", 1)] + [DNAFieldAttribute(7, "char", "display_name[64]", "System.Char[]", 1)] public char[] display_name = new System.Char[64]; public bNodeTreePath() { this.ptr_next = default; diff --git a/BlendFile/DNA/bObjectSolverConstraint.cs b/BlendFile/DNA/bObjectSolverConstraint.cs index 401525c..b42b205 100644 --- a/BlendFile/DNA/bObjectSolverConstraint.cs +++ b/BlendFile/DNA/bObjectSolverConstraint.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(203, "bObjectSolverConstraint")] public class bObjectSolverConstraint { - [DNAFieldAttribute(0, "MovieClip", "*clip", 2568)] + [DNAFieldAttribute(0, "MovieClip", "*clip", "MovieClip", 2568)] public MovieClip ptr_clip; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "_pad[4]", 1)] + [DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(3, "char", "object[64]", 1)] + [DNAFieldAttribute(3, "char", "object[64]", "System.Char[]", 1)] public char[] @object = new System.Char[64]; - [DNAFieldAttribute(4, "float", "invmat[4][4]", 4)] + [DNAFieldAttribute(4, "float", "invmat[4][4]", "System.Single[,]", 4)] public float[,] invmat = new System.Single[4,4]; - [DNAFieldAttribute(5, "Object", "*camera", 1160)] + [DNAFieldAttribute(5, "Object", "*camera", "Object", 1160)] public Object ptr_camera; public bObjectSolverConstraint() { this.ptr_clip = default; diff --git a/BlendFile/DNA/bPathCompare.cs b/BlendFile/DNA/bPathCompare.cs index 5a9c323..4ae030a 100644 --- a/BlendFile/DNA/bPathCompare.cs +++ b/BlendFile/DNA/bPathCompare.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(999, "bPathCompare")] public class bPathCompare { - [DNAFieldAttribute(0, "bPathCompare", "*next", 792)] + [DNAFieldAttribute(0, "bPathCompare", "*next", "bPathCompare", 792)] public bPathCompare ptr_next; - [DNAFieldAttribute(1, "bPathCompare", "*prev", 792)] + [DNAFieldAttribute(1, "bPathCompare", "*prev", "bPathCompare", 792)] public bPathCompare ptr_prev; - [DNAFieldAttribute(2, "char", "path[768]", 1)] + [DNAFieldAttribute(2, "char", "path[768]", "System.Char[]", 1)] public char[] path = new System.Char[768]; - [DNAFieldAttribute(3, "char", "flag", 1)] + [DNAFieldAttribute(3, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(4, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public bPathCompare() { this.ptr_next = default; diff --git a/BlendFile/DNA/bPivotConstraint.cs b/BlendFile/DNA/bPivotConstraint.cs index 06bed07..2303573 100644 --- a/BlendFile/DNA/bPivotConstraint.cs +++ b/BlendFile/DNA/bPivotConstraint.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(195, "bPivotConstraint")] public class bPivotConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(1, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(2, "float", "offset[3]", 4)] + [DNAFieldAttribute(2, "float", "offset[3]", "System.Single[]", 4)] public float[] offset = new System.Single[3]; - [DNAFieldAttribute(3, "short", "rotAxis", 2)] + [DNAFieldAttribute(3, "short", "rotAxis", "short", 2)] public short rotAxis; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; public bPivotConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bPose.cs b/BlendFile/DNA/bPose.cs index 9bac505..f732d86 100644 --- a/BlendFile/DNA/bPose.cs +++ b/BlendFile/DNA/bPose.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(58, "bPose")] public class bPose { - [DNAFieldAttribute(0, "ListBase", "chanbase", 16)] + [DNAFieldAttribute(0, "ListBase", "chanbase", "ListBase", 16)] public ListBase chanbase; - [DNAFieldAttribute(1, "GHash", "*chanhash", 0)] + [DNAFieldAttribute(1, "GHash", "*chanhash", "GHash", 0)] public GHash ptr_chanhash; - [DNAFieldAttribute(2, "bPoseChannel", "**chan_array", 1016)] + [DNAFieldAttribute(2, "bPoseChannel", "**chan_array", "bPoseChannel", 1016)] public bPoseChannel ptr_ptr_chan_array; - [DNAFieldAttribute(3, "short", "flag", 2)] + [DNAFieldAttribute(3, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(4, "char", "_pad[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(5, "float", "ctime", 4)] + [DNAFieldAttribute(5, "float", "ctime", "float", 4)] public float ctime; - [DNAFieldAttribute(6, "float", "stride_offset[3]", 4)] + [DNAFieldAttribute(6, "float", "stride_offset[3]", "System.Single[]", 4)] public float[] stride_offset = new System.Single[3]; - [DNAFieldAttribute(7, "float", "cyclic_offset[3]", 4)] + [DNAFieldAttribute(7, "float", "cyclic_offset[3]", "System.Single[]", 4)] public float[] cyclic_offset = new System.Single[3]; - [DNAFieldAttribute(8, "ListBase", "agroups", 16)] + [DNAFieldAttribute(8, "ListBase", "agroups", "ListBase", 16)] public ListBase agroups; - [DNAFieldAttribute(9, "int", "active_group", 4)] + [DNAFieldAttribute(9, "int", "active_group", "int", 4)] public int active_group; - [DNAFieldAttribute(10, "int", "iksolver", 4)] + [DNAFieldAttribute(10, "int", "iksolver", "int", 4)] public int iksolver; - [DNAFieldAttribute(11, "void", "*ikdata", 0)] + [DNAFieldAttribute(11, "void", "*ikdata", "void", 0)] public object ptr_ikdata; - [DNAFieldAttribute(12, "void", "*ikparam", 0)] + [DNAFieldAttribute(12, "void", "*ikparam", "void", 0)] public object ptr_ikparam; - [DNAFieldAttribute(13, "bAnimVizSettings", "avs", 32)] + [DNAFieldAttribute(13, "bAnimVizSettings", "avs", "bAnimVizSettings", 32)] public bAnimVizSettings avs; public bPose() { this.chanbase = default; diff --git a/BlendFile/DNA/bPoseChannel.cs b/BlendFile/DNA/bPoseChannel.cs index ee78bae..cf0b53a 100644 --- a/BlendFile/DNA/bPoseChannel.cs +++ b/BlendFile/DNA/bPoseChannel.cs @@ -15,143 +15,143 @@ namespace BlendFile.DNA { [DNAClassAttribute(53, "bPoseChannel")] public class bPoseChannel { - [DNAFieldAttribute(0, "bPoseChannel", "*next", 1016)] + [DNAFieldAttribute(0, "bPoseChannel", "*next", "bPoseChannel", 1016)] public bPoseChannel ptr_next; - [DNAFieldAttribute(1, "bPoseChannel", "*prev", 1016)] + [DNAFieldAttribute(1, "bPoseChannel", "*prev", "bPoseChannel", 1016)] public bPoseChannel ptr_prev; - [DNAFieldAttribute(2, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(3, "ListBase", "constraints", 16)] + [DNAFieldAttribute(3, "ListBase", "constraints", "ListBase", 16)] public ListBase constraints; - [DNAFieldAttribute(4, "char", "name[64]", 1)] + [DNAFieldAttribute(4, "char", "name[64]", "System.Char[]", 1)] public char[] name = new System.Char[64]; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "short", "ikflag", 2)] + [DNAFieldAttribute(6, "short", "ikflag", "short", 2)] public short ikflag; - [DNAFieldAttribute(7, "short", "protectflag", 2)] + [DNAFieldAttribute(7, "short", "protectflag", "short", 2)] public short protectflag; - [DNAFieldAttribute(8, "short", "agrp_index", 2)] + [DNAFieldAttribute(8, "short", "agrp_index", "short", 2)] public short agrp_index; - [DNAFieldAttribute(9, "char", "constflag", 1)] + [DNAFieldAttribute(9, "char", "constflag", "char", 1)] public char constflag; - [DNAFieldAttribute(10, "char", "selectflag", 1)] + [DNAFieldAttribute(10, "char", "selectflag", "char", 1)] public char selectflag; - [DNAFieldAttribute(11, "char", "drawflag", 1)] + [DNAFieldAttribute(11, "char", "drawflag", "char", 1)] public char drawflag; - [DNAFieldAttribute(12, "char", "bboneflag", 1)] + [DNAFieldAttribute(12, "char", "bboneflag", "char", 1)] public char bboneflag; - [DNAFieldAttribute(13, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(13, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; - [DNAFieldAttribute(14, "Bone", "*bone", 472)] + [DNAFieldAttribute(14, "Bone", "*bone", "Bone", 472)] public Bone ptr_bone; - [DNAFieldAttribute(15, "bPoseChannel", "*parent", 1016)] + [DNAFieldAttribute(15, "bPoseChannel", "*parent", "bPoseChannel", 1016)] public bPoseChannel ptr_parent; - [DNAFieldAttribute(16, "bPoseChannel", "*child", 1016)] + [DNAFieldAttribute(16, "bPoseChannel", "*child", "bPoseChannel", 1016)] public bPoseChannel ptr_child; - [DNAFieldAttribute(17, "ListBase", "iktree", 16)] + [DNAFieldAttribute(17, "ListBase", "iktree", "ListBase", 16)] public ListBase iktree; - [DNAFieldAttribute(18, "ListBase", "siktree", 16)] + [DNAFieldAttribute(18, "ListBase", "siktree", "ListBase", 16)] public ListBase siktree; - [DNAFieldAttribute(19, "bMotionPath", "*mpath", 88)] + [DNAFieldAttribute(19, "bMotionPath", "*mpath", "bMotionPath", 88)] public bMotionPath ptr_mpath; - [DNAFieldAttribute(20, "Object", "*custom", 1160)] + [DNAFieldAttribute(20, "Object", "*custom", "Object", 1160)] public Object ptr_custom; - [DNAFieldAttribute(21, "bPoseChannel", "*custom_tx", 1016)] + [DNAFieldAttribute(21, "bPoseChannel", "*custom_tx", "bPoseChannel", 1016)] public bPoseChannel ptr_custom_tx; - [DNAFieldAttribute(22, "float", "custom_scale", 4)] + [DNAFieldAttribute(22, "float", "custom_scale", "float", 4)] public float custom_scale; - [DNAFieldAttribute(23, "float", "custom_scale_xyz[3]", 4)] + [DNAFieldAttribute(23, "float", "custom_scale_xyz[3]", "System.Single[]", 4)] public float[] custom_scale_xyz = new System.Single[3]; - [DNAFieldAttribute(24, "float", "custom_translation[3]", 4)] + [DNAFieldAttribute(24, "float", "custom_translation[3]", "System.Single[]", 4)] public float[] custom_translation = new System.Single[3]; - [DNAFieldAttribute(25, "float", "custom_rotation_euler[3]", 4)] + [DNAFieldAttribute(25, "float", "custom_rotation_euler[3]", "System.Single[]", 4)] public float[] custom_rotation_euler = new System.Single[3]; - [DNAFieldAttribute(26, "float", "custom_shape_wire_width", 4)] + [DNAFieldAttribute(26, "float", "custom_shape_wire_width", "float", 4)] public float custom_shape_wire_width; - [DNAFieldAttribute(27, "float", "loc[3]", 4)] + [DNAFieldAttribute(27, "float", "loc[3]", "System.Single[]", 4)] public float[] loc = new System.Single[3]; - [DNAFieldAttribute(28, "float", "size[3]", 4)] + [DNAFieldAttribute(28, "float", "size[3]", "System.Single[]", 4)] public float[] size = new System.Single[3]; - [DNAFieldAttribute(29, "float", "eul[3]", 4)] + [DNAFieldAttribute(29, "float", "eul[3]", "System.Single[]", 4)] public float[] eul = new System.Single[3]; - [DNAFieldAttribute(30, "float", "quat[4]", 4)] + [DNAFieldAttribute(30, "float", "quat[4]", "System.Single[]", 4)] public float[] quat = new System.Single[4]; - [DNAFieldAttribute(31, "float", "rotAxis[3]", 4)] + [DNAFieldAttribute(31, "float", "rotAxis[3]", "System.Single[]", 4)] public float[] rotAxis = new System.Single[3]; - [DNAFieldAttribute(32, "float", "rotAngle", 4)] + [DNAFieldAttribute(32, "float", "rotAngle", "float", 4)] public float rotAngle; - [DNAFieldAttribute(33, "short", "rotmode", 2)] + [DNAFieldAttribute(33, "short", "rotmode", "short", 2)] public short rotmode; - [DNAFieldAttribute(34, "char", "_pad[6]", 1)] + [DNAFieldAttribute(34, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; - [DNAFieldAttribute(35, "float", "chan_mat[4][4]", 4)] + [DNAFieldAttribute(35, "float", "chan_mat[4][4]", "System.Single[,]", 4)] public float[,] chan_mat = new System.Single[4,4]; - [DNAFieldAttribute(36, "float", "pose_mat[4][4]", 4)] + [DNAFieldAttribute(36, "float", "pose_mat[4][4]", "System.Single[,]", 4)] public float[,] pose_mat = new System.Single[4,4]; - [DNAFieldAttribute(37, "float", "disp_mat[4][4]", 4)] + [DNAFieldAttribute(37, "float", "disp_mat[4][4]", "System.Single[,]", 4)] public float[,] disp_mat = new System.Single[4,4]; - [DNAFieldAttribute(38, "float", "disp_tail_mat[4][4]", 4)] + [DNAFieldAttribute(38, "float", "disp_tail_mat[4][4]", "System.Single[,]", 4)] public float[,] disp_tail_mat = new System.Single[4,4]; - [DNAFieldAttribute(39, "float", "constinv[4][4]", 4)] + [DNAFieldAttribute(39, "float", "constinv[4][4]", "System.Single[,]", 4)] public float[,] constinv = new System.Single[4,4]; - [DNAFieldAttribute(40, "float", "pose_head[3]", 4)] + [DNAFieldAttribute(40, "float", "pose_head[3]", "System.Single[]", 4)] public float[] pose_head = new System.Single[3]; - [DNAFieldAttribute(41, "float", "pose_tail[3]", 4)] + [DNAFieldAttribute(41, "float", "pose_tail[3]", "System.Single[]", 4)] public float[] pose_tail = new System.Single[3]; - [DNAFieldAttribute(42, "float", "limitmin[3]", 4)] + [DNAFieldAttribute(42, "float", "limitmin[3]", "System.Single[]", 4)] public float[] limitmin = new System.Single[3]; - [DNAFieldAttribute(43, "float", "limitmax[3]", 4)] + [DNAFieldAttribute(43, "float", "limitmax[3]", "System.Single[]", 4)] public float[] limitmax = new System.Single[3]; - [DNAFieldAttribute(44, "float", "stiffness[3]", 4)] + [DNAFieldAttribute(44, "float", "stiffness[3]", "System.Single[]", 4)] public float[] stiffness = new System.Single[3]; - [DNAFieldAttribute(45, "float", "ikstretch", 4)] + [DNAFieldAttribute(45, "float", "ikstretch", "float", 4)] public float ikstretch; - [DNAFieldAttribute(46, "float", "ikrotweight", 4)] + [DNAFieldAttribute(46, "float", "ikrotweight", "float", 4)] public float ikrotweight; - [DNAFieldAttribute(47, "float", "iklinweight", 4)] + [DNAFieldAttribute(47, "float", "iklinweight", "float", 4)] public float iklinweight; - [DNAFieldAttribute(48, "float", "roll1", 4)] + [DNAFieldAttribute(48, "float", "roll1", "float", 4)] public float roll1; - [DNAFieldAttribute(49, "float", "roll2", 4)] + [DNAFieldAttribute(49, "float", "roll2", "float", 4)] public float roll2; - [DNAFieldAttribute(50, "float", "curveInX", 4)] + [DNAFieldAttribute(50, "float", "curveInX", "float", 4)] public float curveInX; - [DNAFieldAttribute(51, "float", "curveInY", 4)] + [DNAFieldAttribute(51, "float", "curveInY", "float", 4)] public float curveInY; - [DNAFieldAttribute(52, "float", "curveOutX", 4)] + [DNAFieldAttribute(52, "float", "curveOutX", "float", 4)] public float curveOutX; - [DNAFieldAttribute(53, "float", "curveOutY", 4)] + [DNAFieldAttribute(53, "float", "curveOutY", "float", 4)] public float curveOutY; - [DNAFieldAttribute(54, "float", "ease1", 4)] + [DNAFieldAttribute(54, "float", "ease1", "float", 4)] public float ease1; - [DNAFieldAttribute(55, "float", "ease2", 4)] + [DNAFieldAttribute(55, "float", "ease2", "float", 4)] public float ease2; - [DNAFieldAttribute(56, "float", "scaleIn", 4)] + [DNAFieldAttribute(56, "float", "scaleIn", "float", 4)] public float scaleIn; - [DNAFieldAttribute(57, "float", "scale_in_y", 4)] + [DNAFieldAttribute(57, "float", "scale_in_y", "float", 4)] public float scale_in_y; - [DNAFieldAttribute(58, "float", "scaleOut", 4)] + [DNAFieldAttribute(58, "float", "scaleOut", "float", 4)] public float scaleOut; - [DNAFieldAttribute(59, "float", "scale_out_y", 4)] + [DNAFieldAttribute(59, "float", "scale_out_y", "float", 4)] public float scale_out_y; - [DNAFieldAttribute(60, "float", "scale_in[3]", 4)] + [DNAFieldAttribute(60, "float", "scale_in[3]", "System.Single[]", 4)] public float[] scale_in = new System.Single[3]; - [DNAFieldAttribute(61, "float", "scale_out[3]", 4)] + [DNAFieldAttribute(61, "float", "scale_out[3]", "System.Single[]", 4)] public float[] scale_out = new System.Single[3]; - [DNAFieldAttribute(62, "bPoseChannel", "*bbone_prev", 1016)] + [DNAFieldAttribute(62, "bPoseChannel", "*bbone_prev", "bPoseChannel", 1016)] public bPoseChannel ptr_bbone_prev; - [DNAFieldAttribute(63, "bPoseChannel", "*bbone_next", 1016)] + [DNAFieldAttribute(63, "bPoseChannel", "*bbone_next", "bPoseChannel", 1016)] public bPoseChannel ptr_bbone_next; - [DNAFieldAttribute(64, "void", "*temp", 0)] + [DNAFieldAttribute(64, "void", "*temp", "void", 0)] public object ptr_temp; - [DNAFieldAttribute(65, "bPoseChannelDrawData", "*draw_data", 0)] + [DNAFieldAttribute(65, "bPoseChannelDrawData", "*draw_data", "bPoseChannelDrawData", 0)] public bPoseChannelDrawData ptr_draw_data; - [DNAFieldAttribute(66, "bPoseChannel", "*orig_pchan", 1016)] + [DNAFieldAttribute(66, "bPoseChannel", "*orig_pchan", "bPoseChannel", 1016)] public bPoseChannel ptr_orig_pchan; - [DNAFieldAttribute(67, "BoneColor", "color", 24)] + [DNAFieldAttribute(67, "BoneColor", "color", "BoneColor", 24)] public BoneColor color; - [DNAFieldAttribute(68, "bPoseChannel_Runtime", "runtime", 168)] + [DNAFieldAttribute(68, "bPoseChannel_Runtime", "runtime", "bPoseChannel_Runtime", 168)] public bPoseChannel_Runtime runtime; public bPoseChannel() { this.ptr_next = default; diff --git a/BlendFile/DNA/bPoseChannel_BBoneSegmentBoundary.cs b/BlendFile/DNA/bPoseChannel_BBoneSegmentBoundary.cs index 7917b29..bdb4689 100644 --- a/BlendFile/DNA/bPoseChannel_BBoneSegmentBoundary.cs +++ b/BlendFile/DNA/bPoseChannel_BBoneSegmentBoundary.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(48, "bPoseChannel_BBoneSegmentBoundary")] public struct bPoseChannel_BBoneSegmentBoundary { - [DNAFieldAttribute(0, "float", "point[3]", 4)] + [DNAFieldAttribute(0, "float", "point[3]", "System.Single[]", 4)] public float[] point = new System.Single[3]; - [DNAFieldAttribute(1, "float", "plane_normal[3]", 4)] + [DNAFieldAttribute(1, "float", "plane_normal[3]", "System.Single[]", 4)] public float[] plane_normal = new System.Single[3]; - [DNAFieldAttribute(2, "float", "plane_offset", 4)] + [DNAFieldAttribute(2, "float", "plane_offset", "float", 4)] public float plane_offset; - [DNAFieldAttribute(3, "float", "depth_scale", 4)] + [DNAFieldAttribute(3, "float", "depth_scale", "float", 4)] public float depth_scale; public bPoseChannel_BBoneSegmentBoundary() { this.point = default; diff --git a/BlendFile/DNA/bPoseChannel_Runtime.cs b/BlendFile/DNA/bPoseChannel_Runtime.cs index 500e5c2..bb94c8f 100644 --- a/BlendFile/DNA/bPoseChannel_Runtime.cs +++ b/BlendFile/DNA/bPoseChannel_Runtime.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(49, "bPoseChannel_Runtime")] public class bPoseChannel_Runtime { - [DNAFieldAttribute(0, "SessionUID", "session_uid", 8)] + [DNAFieldAttribute(0, "SessionUID", "session_uid", "SessionUID", 8)] public SessionUID session_uid; - [DNAFieldAttribute(1, "DualQuat", "deform_dual_quat", 100)] + [DNAFieldAttribute(1, "DualQuat", "deform_dual_quat", "DualQuat", 100)] public DualQuat deform_dual_quat; - [DNAFieldAttribute(2, "int", "bbone_segments", 4)] + [DNAFieldAttribute(2, "int", "bbone_segments", "int", 4)] public int bbone_segments; - [DNAFieldAttribute(3, "float", "bbone_arc_length_reciprocal", 4)] + [DNAFieldAttribute(3, "float", "bbone_arc_length_reciprocal", "float", 4)] public float bbone_arc_length_reciprocal; - [DNAFieldAttribute(4, "char", "_pad1[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad1[4]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[4]; - [DNAFieldAttribute(5, "Mat4", "*bbone_rest_mats", 0)] + [DNAFieldAttribute(5, "Mat4", "*bbone_rest_mats", "Mat4", 0)] public Mat4 ptr_bbone_rest_mats; - [DNAFieldAttribute(6, "Mat4", "*bbone_pose_mats", 0)] + [DNAFieldAttribute(6, "Mat4", "*bbone_pose_mats", "Mat4", 0)] public Mat4 ptr_bbone_pose_mats; - [DNAFieldAttribute(7, "Mat4", "*bbone_deform_mats", 0)] + [DNAFieldAttribute(7, "Mat4", "*bbone_deform_mats", "Mat4", 0)] public Mat4 ptr_bbone_deform_mats; - [DNAFieldAttribute(8, "DualQuat", "*bbone_dual_quats", 100)] + [DNAFieldAttribute(8, "DualQuat", "*bbone_dual_quats", "DualQuat", 100)] public DualQuat ptr_bbone_dual_quats; - [DNAFieldAttribute(9, "bPoseChannel_BBoneSegmentBoundary", "*bbone_segment_boundaries", 32)] + [DNAFieldAttribute(9, "bPoseChannel_BBoneSegmentBoundary", "*bbone_segment_boundaries", "bPoseChannel_BBoneSegmentBoundary", 32)] public bPoseChannel_BBoneSegmentBoundary ptr_bbone_segment_boundaries; - [DNAFieldAttribute(10, "void", "*_pad", 0)] + [DNAFieldAttribute(10, "void", "*_pad", "void", 0)] public object ptr__pad; public bPoseChannel_Runtime() { this.session_uid = default; diff --git a/BlendFile/DNA/bPythonConstraint.cs b/BlendFile/DNA/bPythonConstraint.cs index f3bd260..5666142 100644 --- a/BlendFile/DNA/bPythonConstraint.cs +++ b/BlendFile/DNA/bPythonConstraint.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(174, "bPythonConstraint")] public class bPythonConstraint { - [DNAFieldAttribute(0, "Text", "*text", 280)] + [DNAFieldAttribute(0, "Text", "*text", "Text", 280)] public Text ptr_text; - [DNAFieldAttribute(1, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(1, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(2, "int", "flag", 4)] + [DNAFieldAttribute(2, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(3, "int", "tarnum", 4)] + [DNAFieldAttribute(3, "int", "tarnum", "int", 4)] public int tarnum; - [DNAFieldAttribute(4, "ListBase", "targets", 16)] + [DNAFieldAttribute(4, "ListBase", "targets", "ListBase", 16)] public ListBase targets; - [DNAFieldAttribute(5, "Object", "*tar", 1160)] + [DNAFieldAttribute(5, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(6, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(6, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bPythonConstraint() { this.ptr_text = default; diff --git a/BlendFile/DNA/bRigidBodyJointConstraint.cs b/BlendFile/DNA/bRigidBodyJointConstraint.cs index 506c147..258d80a 100644 --- a/BlendFile/DNA/bRigidBodyJointConstraint.cs +++ b/BlendFile/DNA/bRigidBodyJointConstraint.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(191, "bRigidBodyJointConstraint")] public class bRigidBodyJointConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "Object", "*child", 1160)] + [DNAFieldAttribute(1, "Object", "*child", "Object", 1160)] public Object ptr_child; - [DNAFieldAttribute(2, "int", "type", 4)] + [DNAFieldAttribute(2, "int", "type", "int", 4)] public int type; - [DNAFieldAttribute(3, "float", "pivX", 4)] + [DNAFieldAttribute(3, "float", "pivX", "float", 4)] public float pivX; - [DNAFieldAttribute(4, "float", "pivY", 4)] + [DNAFieldAttribute(4, "float", "pivY", "float", 4)] public float pivY; - [DNAFieldAttribute(5, "float", "pivZ", 4)] + [DNAFieldAttribute(5, "float", "pivZ", "float", 4)] public float pivZ; - [DNAFieldAttribute(6, "float", "axX", 4)] + [DNAFieldAttribute(6, "float", "axX", "float", 4)] public float axX; - [DNAFieldAttribute(7, "float", "axY", 4)] + [DNAFieldAttribute(7, "float", "axY", "float", 4)] public float axY; - [DNAFieldAttribute(8, "float", "axZ", 4)] + [DNAFieldAttribute(8, "float", "axZ", "float", 4)] public float axZ; - [DNAFieldAttribute(9, "float", "minLimit[6]", 4)] + [DNAFieldAttribute(9, "float", "minLimit[6]", "System.Single[]", 4)] public float[] minLimit = new System.Single[6]; - [DNAFieldAttribute(10, "float", "maxLimit[6]", 4)] + [DNAFieldAttribute(10, "float", "maxLimit[6]", "System.Single[]", 4)] public float[] maxLimit = new System.Single[6]; - [DNAFieldAttribute(11, "float", "extraFz", 4)] + [DNAFieldAttribute(11, "float", "extraFz", "float", 4)] public float extraFz; - [DNAFieldAttribute(12, "short", "flag", 2)] + [DNAFieldAttribute(12, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(13, "char", "_pad[6]", 1)] + [DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public bRigidBodyJointConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bRotLimitConstraint.cs b/BlendFile/DNA/bRotLimitConstraint.cs index 864a72f..864a2b0 100644 --- a/BlendFile/DNA/bRotLimitConstraint.cs +++ b/BlendFile/DNA/bRotLimitConstraint.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(197, "bRotLimitConstraint")] public struct bRotLimitConstraint { - [DNAFieldAttribute(0, "float", "xmin", 4)] + [DNAFieldAttribute(0, "float", "xmin", "float", 4)] public float xmin; - [DNAFieldAttribute(1, "float", "xmax", 4)] + [DNAFieldAttribute(1, "float", "xmax", "float", 4)] public float xmax; - [DNAFieldAttribute(2, "float", "ymin", 4)] + [DNAFieldAttribute(2, "float", "ymin", "float", 4)] public float ymin; - [DNAFieldAttribute(3, "float", "ymax", 4)] + [DNAFieldAttribute(3, "float", "ymax", "float", 4)] public float ymax; - [DNAFieldAttribute(4, "float", "zmin", 4)] + [DNAFieldAttribute(4, "float", "zmin", "float", 4)] public float zmin; - [DNAFieldAttribute(5, "float", "zmax", 4)] + [DNAFieldAttribute(5, "float", "zmax", "float", 4)] public float zmax; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "flag2", 2)] + [DNAFieldAttribute(7, "short", "flag2", "short", 2)] public short flag2; - [DNAFieldAttribute(8, "char", "euler_order", 1)] + [DNAFieldAttribute(8, "char", "euler_order", "char", 1)] public char euler_order; - [DNAFieldAttribute(9, "char", "_pad[3]", 1)] + [DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; public bRotLimitConstraint() { this.xmin = default; diff --git a/BlendFile/DNA/bRotateLikeConstraint.cs b/BlendFile/DNA/bRotateLikeConstraint.cs index 83896b0..51b79be 100644 --- a/BlendFile/DNA/bRotateLikeConstraint.cs +++ b/BlendFile/DNA/bRotateLikeConstraint.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(180, "bRotateLikeConstraint")] public class bRotateLikeConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "euler_order", 1)] + [DNAFieldAttribute(2, "char", "euler_order", "char", 1)] public char euler_order; - [DNAFieldAttribute(3, "char", "mix_mode", 1)] + [DNAFieldAttribute(3, "char", "mix_mode", "char", 1)] public char mix_mode; - [DNAFieldAttribute(4, "char", "_pad[2]", 1)] + [DNAFieldAttribute(4, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(5, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(5, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bRotateLikeConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bSameVolumeConstraint.cs b/BlendFile/DNA/bSameVolumeConstraint.cs index 40132ef..a8cab4c 100644 --- a/BlendFile/DNA/bSameVolumeConstraint.cs +++ b/BlendFile/DNA/bSameVolumeConstraint.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(183, "bSameVolumeConstraint")] public struct bSameVolumeConstraint { - [DNAFieldAttribute(0, "char", "flag", 1)] + [DNAFieldAttribute(0, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(1, "char", "mode", 1)] + [DNAFieldAttribute(1, "char", "mode", "char", 1)] public char mode; - [DNAFieldAttribute(2, "char", "_pad[2]", 1)] + [DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(3, "float", "volume", 4)] + [DNAFieldAttribute(3, "float", "volume", "float", 4)] public float volume; public bSameVolumeConstraint() { this.flag = default; diff --git a/BlendFile/DNA/bScreen.cs b/BlendFile/DNA/bScreen.cs index e39b7ef..518ef4a 100644 --- a/BlendFile/DNA/bScreen.cs +++ b/BlendFile/DNA/bScreen.cs @@ -15,53 +15,53 @@ namespace BlendFile.DNA { [DNAClassAttribute(240, "bScreen")] public class bScreen { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "ListBase", "vertbase", 16)] + [DNAFieldAttribute(1, "ListBase", "vertbase", "ListBase", 16)] public ListBase vertbase; - [DNAFieldAttribute(2, "ListBase", "edgebase", 16)] + [DNAFieldAttribute(2, "ListBase", "edgebase", "ListBase", 16)] public ListBase edgebase; - [DNAFieldAttribute(3, "ListBase", "areabase", 16)] + [DNAFieldAttribute(3, "ListBase", "areabase", "ListBase", 16)] public ListBase areabase; - [DNAFieldAttribute(4, "ListBase", "regionbase", 16)] + [DNAFieldAttribute(4, "ListBase", "regionbase", "ListBase", 16)] public ListBase regionbase; - [DNAFieldAttribute(5, "Scene", "*scene", 6744)] + [DNAFieldAttribute(5, "Scene", "*scene", "Scene", 6744)] public Scene ptr_scene; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "winid", 2)] + [DNAFieldAttribute(7, "short", "winid", "short", 2)] public short winid; - [DNAFieldAttribute(8, "short", "redraws_flag", 2)] + [DNAFieldAttribute(8, "short", "redraws_flag", "short", 2)] public short redraws_flag; - [DNAFieldAttribute(9, "char", "temp", 1)] + [DNAFieldAttribute(9, "char", "temp", "char", 1)] public char temp; - [DNAFieldAttribute(10, "char", "state", 1)] + [DNAFieldAttribute(10, "char", "state", "char", 1)] public char state; - [DNAFieldAttribute(11, "char", "do_draw", 1)] + [DNAFieldAttribute(11, "char", "do_draw", "char", 1)] public char do_draw; - [DNAFieldAttribute(12, "char", "do_refresh", 1)] + [DNAFieldAttribute(12, "char", "do_refresh", "char", 1)] public char do_refresh; - [DNAFieldAttribute(13, "char", "do_draw_gesture", 1)] + [DNAFieldAttribute(13, "char", "do_draw_gesture", "char", 1)] public char do_draw_gesture; - [DNAFieldAttribute(14, "char", "do_draw_paintcursor", 1)] + [DNAFieldAttribute(14, "char", "do_draw_paintcursor", "char", 1)] public char do_draw_paintcursor; - [DNAFieldAttribute(15, "char", "do_draw_drag", 1)] + [DNAFieldAttribute(15, "char", "do_draw_drag", "char", 1)] public char do_draw_drag; - [DNAFieldAttribute(16, "char", "skip_handling", 1)] + [DNAFieldAttribute(16, "char", "skip_handling", "char", 1)] public char skip_handling; - [DNAFieldAttribute(17, "char", "scrubbing", 1)] + [DNAFieldAttribute(17, "char", "scrubbing", "char", 1)] public char scrubbing; - [DNAFieldAttribute(18, "char", "_pad[1]", 1)] + [DNAFieldAttribute(18, "char", "_pad[1]", "System.Char[]", 1)] public char[] _pad = new System.Char[1]; - [DNAFieldAttribute(19, "ARegion", "*active_region", 440)] + [DNAFieldAttribute(19, "ARegion", "*active_region", "ARegion", 440)] public ARegion ptr_active_region; - [DNAFieldAttribute(20, "wmTimer", "*animtimer", 0)] + [DNAFieldAttribute(20, "wmTimer", "*animtimer", "wmTimer", 0)] public wmTimer ptr_animtimer; - [DNAFieldAttribute(21, "void", "*context", 0)] + [DNAFieldAttribute(21, "void", "*context", "void", 0)] public object ptr_context; - [DNAFieldAttribute(22, "wmTooltipState", "*tool_tip", 0)] + [DNAFieldAttribute(22, "wmTooltipState", "*tool_tip", "wmTooltipState", 0)] public wmTooltipState ptr_tool_tip; - [DNAFieldAttribute(23, "PreviewImage", "*preview", 48)] + [DNAFieldAttribute(23, "PreviewImage", "*preview", "PreviewImage", 48)] public PreviewImage ptr_preview; public bScreen() { this.id = default; diff --git a/BlendFile/DNA/bShrinkwrapConstraint.cs b/BlendFile/DNA/bShrinkwrapConstraint.cs index 4fbaa2d..40ae3ee 100644 --- a/BlendFile/DNA/bShrinkwrapConstraint.cs +++ b/BlendFile/DNA/bShrinkwrapConstraint.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(200, "bShrinkwrapConstraint")] public class bShrinkwrapConstraint { - [DNAFieldAttribute(0, "Object", "*target", 1160)] + [DNAFieldAttribute(0, "Object", "*target", "Object", 1160)] public Object ptr_target; - [DNAFieldAttribute(1, "float", "dist", 4)] + [DNAFieldAttribute(1, "float", "dist", "float", 4)] public float dist; - [DNAFieldAttribute(2, "short", "shrinkType", 2)] + [DNAFieldAttribute(2, "short", "shrinkType", "short", 2)] public short shrinkType; - [DNAFieldAttribute(3, "char", "projAxis", 1)] + [DNAFieldAttribute(3, "char", "projAxis", "char", 1)] public char projAxis; - [DNAFieldAttribute(4, "char", "projAxisSpace", 1)] + [DNAFieldAttribute(4, "char", "projAxisSpace", "char", 1)] public char projAxisSpace; - [DNAFieldAttribute(5, "float", "projLimit", 4)] + [DNAFieldAttribute(5, "float", "projLimit", "float", 4)] public float projLimit; - [DNAFieldAttribute(6, "char", "shrinkMode", 1)] + [DNAFieldAttribute(6, "char", "shrinkMode", "char", 1)] public char shrinkMode; - [DNAFieldAttribute(7, "char", "flag", 1)] + [DNAFieldAttribute(7, "char", "flag", "char", 1)] public char flag; - [DNAFieldAttribute(8, "char", "trackAxis", 1)] + [DNAFieldAttribute(8, "char", "trackAxis", "char", 1)] public char trackAxis; - [DNAFieldAttribute(9, "char", "_pad", 1)] + [DNAFieldAttribute(9, "char", "_pad", "char", 1)] public char _pad; public bShrinkwrapConstraint() { this.ptr_target = default; diff --git a/BlendFile/DNA/bSizeLikeConstraint.cs b/BlendFile/DNA/bSizeLikeConstraint.cs index 0f4cb20..2871a7f 100644 --- a/BlendFile/DNA/bSizeLikeConstraint.cs +++ b/BlendFile/DNA/bSizeLikeConstraint.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(182, "bSizeLikeConstraint")] public class bSizeLikeConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "float", "power", 4)] + [DNAFieldAttribute(2, "float", "power", "float", 4)] public float power; - [DNAFieldAttribute(3, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bSizeLikeConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bSizeLimitConstraint.cs b/BlendFile/DNA/bSizeLimitConstraint.cs index 5c7ab01..e1f59c2 100644 --- a/BlendFile/DNA/bSizeLimitConstraint.cs +++ b/BlendFile/DNA/bSizeLimitConstraint.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(198, "bSizeLimitConstraint")] public struct bSizeLimitConstraint { - [DNAFieldAttribute(0, "float", "xmin", 4)] + [DNAFieldAttribute(0, "float", "xmin", "float", 4)] public float xmin; - [DNAFieldAttribute(1, "float", "xmax", 4)] + [DNAFieldAttribute(1, "float", "xmax", "float", 4)] public float xmax; - [DNAFieldAttribute(2, "float", "ymin", 4)] + [DNAFieldAttribute(2, "float", "ymin", "float", 4)] public float ymin; - [DNAFieldAttribute(3, "float", "ymax", 4)] + [DNAFieldAttribute(3, "float", "ymax", "float", 4)] public float ymax; - [DNAFieldAttribute(4, "float", "zmin", 4)] + [DNAFieldAttribute(4, "float", "zmin", "float", 4)] public float zmin; - [DNAFieldAttribute(5, "float", "zmax", 4)] + [DNAFieldAttribute(5, "float", "zmax", "float", 4)] public float zmax; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "short", "flag2", 2)] + [DNAFieldAttribute(7, "short", "flag2", "short", 2)] public short flag2; public bSizeLimitConstraint() { this.xmin = default; diff --git a/BlendFile/DNA/bSound.cs b/BlendFile/DNA/bSound.cs index 923a478..154dc3a 100644 --- a/BlendFile/DNA/bSound.cs +++ b/BlendFile/DNA/bSound.cs @@ -15,49 +15,49 @@ namespace BlendFile.DNA { [DNAClassAttribute(886, "bSound")] public class bSound { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "char", "name[1024]", 1)] + [DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1)] public char[] name = new System.Char[1024]; - [DNAFieldAttribute(2, "PackedFile", "*packedfile", 24)] + [DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 24)] public PackedFile ptr_packedfile; - [DNAFieldAttribute(3, "void", "*handle", 0)] + [DNAFieldAttribute(3, "void", "*handle", "void", 0)] public object ptr_handle; - [DNAFieldAttribute(4, "PackedFile", "*newpackedfile", 24)] + [DNAFieldAttribute(4, "PackedFile", "*newpackedfile", "PackedFile", 24)] public PackedFile ptr_newpackedfile; - [DNAFieldAttribute(5, "Ipo", "*ipo", 248)] + [DNAFieldAttribute(5, "Ipo", "*ipo", "Ipo", 248)] public Ipo ptr_ipo; - [DNAFieldAttribute(6, "float", "volume", 4)] + [DNAFieldAttribute(6, "float", "volume", "float", 4)] public float volume; - [DNAFieldAttribute(7, "float", "attenuation", 4)] + [DNAFieldAttribute(7, "float", "attenuation", "float", 4)] public float attenuation; - [DNAFieldAttribute(8, "float", "pitch", 4)] + [DNAFieldAttribute(8, "float", "pitch", "float", 4)] public float pitch; - [DNAFieldAttribute(9, "float", "min_gain", 4)] + [DNAFieldAttribute(9, "float", "min_gain", "float", 4)] public float min_gain; - [DNAFieldAttribute(10, "float", "max_gain", 4)] + [DNAFieldAttribute(10, "float", "max_gain", "float", 4)] public float max_gain; - [DNAFieldAttribute(11, "float", "distance", 4)] + [DNAFieldAttribute(11, "float", "distance", "float", 4)] public float distance; - [DNAFieldAttribute(12, "short", "flags", 2)] + [DNAFieldAttribute(12, "short", "flags", "short", 2)] public short flags; - [DNAFieldAttribute(13, "short", "tags", 2)] + [DNAFieldAttribute(13, "short", "tags", "short", 2)] public short tags; - [DNAFieldAttribute(14, "char", "_pad[4]", 1)] + [DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(15, "double", "offset_time", 8)] + [DNAFieldAttribute(15, "double", "offset_time", "double", 8)] public double offset_time; - [DNAFieldAttribute(16, "void", "*cache", 0)] + [DNAFieldAttribute(16, "void", "*cache", "void", 0)] public object ptr_cache; - [DNAFieldAttribute(17, "void", "*waveform", 0)] + [DNAFieldAttribute(17, "void", "*waveform", "void", 0)] public object ptr_waveform; - [DNAFieldAttribute(18, "void", "*playback_handle", 0)] + [DNAFieldAttribute(18, "void", "*playback_handle", "void", 0)] public object ptr_playback_handle; - [DNAFieldAttribute(19, "void", "*spinlock", 0)] + [DNAFieldAttribute(19, "void", "*spinlock", "void", 0)] public object ptr_spinlock; - [DNAFieldAttribute(20, "int", "audio_channels", 4)] + [DNAFieldAttribute(20, "int", "audio_channels", "int", 4)] public int audio_channels; - [DNAFieldAttribute(21, "int", "samplerate", 4)] + [DNAFieldAttribute(21, "int", "samplerate", "int", 4)] public int samplerate; public bSound() { this.id = default; diff --git a/BlendFile/DNA/bSplineIKConstraint.cs b/BlendFile/DNA/bSplineIKConstraint.cs index 130e011..4ed6886 100644 --- a/BlendFile/DNA/bSplineIKConstraint.cs +++ b/BlendFile/DNA/bSplineIKConstraint.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(177, "bSplineIKConstraint")] public class bSplineIKConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "float", "*points", 4)] + [DNAFieldAttribute(1, "float", "*points", "float", 4)] public float ptr_points; - [DNAFieldAttribute(2, "short", "numpoints", 2)] + [DNAFieldAttribute(2, "short", "numpoints", "short", 2)] public short numpoints; - [DNAFieldAttribute(3, "short", "chainlen", 2)] + [DNAFieldAttribute(3, "short", "chainlen", "short", 2)] public short chainlen; - [DNAFieldAttribute(4, "short", "flag", 2)] + [DNAFieldAttribute(4, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(5, "short", "xzScaleMode", 2)] + [DNAFieldAttribute(5, "short", "xzScaleMode", "short", 2)] public short xzScaleMode; - [DNAFieldAttribute(6, "short", "yScaleMode", 2)] + [DNAFieldAttribute(6, "short", "yScaleMode", "short", 2)] public short yScaleMode; - [DNAFieldAttribute(7, "short", "_pad[3]", 2)] + [DNAFieldAttribute(7, "short", "_pad[3]", "System.Int16[]", 2)] public short[] _pad = new System.Int16[3]; - [DNAFieldAttribute(8, "float", "bulge", 4)] + [DNAFieldAttribute(8, "float", "bulge", "float", 4)] public float bulge; - [DNAFieldAttribute(9, "float", "bulge_min", 4)] + [DNAFieldAttribute(9, "float", "bulge_min", "float", 4)] public float bulge_min; - [DNAFieldAttribute(10, "float", "bulge_max", 4)] + [DNAFieldAttribute(10, "float", "bulge_max", "float", 4)] public float bulge_max; - [DNAFieldAttribute(11, "float", "bulge_smooth", 4)] + [DNAFieldAttribute(11, "float", "bulge_smooth", "float", 4)] public float bulge_smooth; public bSplineIKConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bStretchToConstraint.cs b/BlendFile/DNA/bStretchToConstraint.cs index 86b44df..239c13a 100644 --- a/BlendFile/DNA/bStretchToConstraint.cs +++ b/BlendFile/DNA/bStretchToConstraint.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(190, "bStretchToConstraint")] public class bStretchToConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "int", "volmode", 4)] + [DNAFieldAttribute(2, "int", "volmode", "int", 4)] public int volmode; - [DNAFieldAttribute(3, "int", "plane", 4)] + [DNAFieldAttribute(3, "int", "plane", "int", 4)] public int plane; - [DNAFieldAttribute(4, "float", "orglength", 4)] + [DNAFieldAttribute(4, "float", "orglength", "float", 4)] public float orglength; - [DNAFieldAttribute(5, "float", "bulge", 4)] + [DNAFieldAttribute(5, "float", "bulge", "float", 4)] public float bulge; - [DNAFieldAttribute(6, "float", "bulge_min", 4)] + [DNAFieldAttribute(6, "float", "bulge_min", "float", 4)] public float bulge_min; - [DNAFieldAttribute(7, "float", "bulge_max", 4)] + [DNAFieldAttribute(7, "float", "bulge_max", "float", 4)] public float bulge_max; - [DNAFieldAttribute(8, "float", "bulge_smooth", 4)] + [DNAFieldAttribute(8, "float", "bulge_smooth", "float", 4)] public float bulge_smooth; - [DNAFieldAttribute(9, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(9, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bStretchToConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bTheme.cs b/BlendFile/DNA/bTheme.cs index 0e5eff0..64d9218 100644 --- a/BlendFile/DNA/bTheme.cs +++ b/BlendFile/DNA/bTheme.cs @@ -15,59 +15,59 @@ namespace BlendFile.DNA { [DNAClassAttribute(997, "bTheme")] public class bTheme { - [DNAFieldAttribute(0, "bTheme", "*next", 19320)] + [DNAFieldAttribute(0, "bTheme", "*next", "bTheme", 19320)] public bTheme ptr_next; - [DNAFieldAttribute(1, "bTheme", "*prev", 19320)] + [DNAFieldAttribute(1, "bTheme", "*prev", "bTheme", 19320)] public bTheme 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, "char", "filepath[1024]", 1)] + [DNAFieldAttribute(3, "char", "filepath[1024]", "System.Char[]", 1)] public char[] filepath = new System.Char[1024]; - [DNAFieldAttribute(4, "ThemeUI", "tui", 976)] + [DNAFieldAttribute(4, "ThemeUI", "tui", "ThemeUI", 976)] public ThemeUI tui; - [DNAFieldAttribute(5, "ThemeSpace", "tbuts", 936)] + [DNAFieldAttribute(5, "ThemeSpace", "tbuts", "ThemeSpace", 936)] public ThemeSpace tbuts; - [DNAFieldAttribute(6, "ThemeSpace", "tv3d", 936)] + [DNAFieldAttribute(6, "ThemeSpace", "tv3d", "ThemeSpace", 936)] public ThemeSpace tv3d; - [DNAFieldAttribute(7, "ThemeSpace", "tfile", 936)] + [DNAFieldAttribute(7, "ThemeSpace", "tfile", "ThemeSpace", 936)] public ThemeSpace tfile; - [DNAFieldAttribute(8, "ThemeSpace", "tipo", 936)] + [DNAFieldAttribute(8, "ThemeSpace", "tipo", "ThemeSpace", 936)] public ThemeSpace tipo; - [DNAFieldAttribute(9, "ThemeSpace", "tinfo", 936)] + [DNAFieldAttribute(9, "ThemeSpace", "tinfo", "ThemeSpace", 936)] public ThemeSpace tinfo; - [DNAFieldAttribute(10, "ThemeSpace", "tact", 936)] + [DNAFieldAttribute(10, "ThemeSpace", "tact", "ThemeSpace", 936)] public ThemeSpace tact; - [DNAFieldAttribute(11, "ThemeSpace", "tnla", 936)] + [DNAFieldAttribute(11, "ThemeSpace", "tnla", "ThemeSpace", 936)] public ThemeSpace tnla; - [DNAFieldAttribute(12, "ThemeSpace", "tseq", 936)] + [DNAFieldAttribute(12, "ThemeSpace", "tseq", "ThemeSpace", 936)] public ThemeSpace tseq; - [DNAFieldAttribute(13, "ThemeSpace", "tima", 936)] + [DNAFieldAttribute(13, "ThemeSpace", "tima", "ThemeSpace", 936)] public ThemeSpace tima; - [DNAFieldAttribute(14, "ThemeSpace", "text", 936)] + [DNAFieldAttribute(14, "ThemeSpace", "text", "ThemeSpace", 936)] public ThemeSpace text; - [DNAFieldAttribute(15, "ThemeSpace", "toops", 936)] + [DNAFieldAttribute(15, "ThemeSpace", "toops", "ThemeSpace", 936)] public ThemeSpace toops; - [DNAFieldAttribute(16, "ThemeSpace", "tnode", 936)] + [DNAFieldAttribute(16, "ThemeSpace", "tnode", "ThemeSpace", 936)] public ThemeSpace tnode; - [DNAFieldAttribute(17, "ThemeSpace", "tuserpref", 936)] + [DNAFieldAttribute(17, "ThemeSpace", "tuserpref", "ThemeSpace", 936)] public ThemeSpace tuserpref; - [DNAFieldAttribute(18, "ThemeSpace", "tconsole", 936)] + [DNAFieldAttribute(18, "ThemeSpace", "tconsole", "ThemeSpace", 936)] public ThemeSpace tconsole; - [DNAFieldAttribute(19, "ThemeSpace", "tclip", 936)] + [DNAFieldAttribute(19, "ThemeSpace", "tclip", "ThemeSpace", 936)] public ThemeSpace tclip; - [DNAFieldAttribute(20, "ThemeSpace", "ttopbar", 936)] + [DNAFieldAttribute(20, "ThemeSpace", "ttopbar", "ThemeSpace", 936)] public ThemeSpace ttopbar; - [DNAFieldAttribute(21, "ThemeSpace", "tstatusbar", 936)] + [DNAFieldAttribute(21, "ThemeSpace", "tstatusbar", "ThemeSpace", 936)] public ThemeSpace tstatusbar; - [DNAFieldAttribute(22, "ThemeSpace", "space_spreadsheet", 936)] + [DNAFieldAttribute(22, "ThemeSpace", "space_spreadsheet", "ThemeSpace", 936)] public ThemeSpace space_spreadsheet; - [DNAFieldAttribute(23, "ThemeWireColor", "tarm[20]", 16)] + [DNAFieldAttribute(23, "ThemeWireColor", "tarm[20]", "ThemeWireColor[]", 16)] public ThemeWireColor[] tarm = new ThemeWireColor[20]; - [DNAFieldAttribute(24, "ThemeCollectionColor", "collection_color[8]", 4)] + [DNAFieldAttribute(24, "ThemeCollectionColor", "collection_color[8]", "ThemeCollectionColor[]", 4)] public ThemeCollectionColor[] collection_color = new ThemeCollectionColor[8]; - [DNAFieldAttribute(25, "ThemeStripColor", "strip_color[9]", 4)] + [DNAFieldAttribute(25, "ThemeStripColor", "strip_color[9]", "ThemeStripColor[]", 4)] public ThemeStripColor[] strip_color = new ThemeStripColor[9]; - [DNAFieldAttribute(26, "int", "active_theme_area", 4)] + [DNAFieldAttribute(26, "int", "active_theme_area", "int", 4)] public int active_theme_area; public bTheme() { this.ptr_next = default; diff --git a/BlendFile/DNA/bToolRef.cs b/BlendFile/DNA/bToolRef.cs index f42c5b4..c6f7f36 100644 --- a/BlendFile/DNA/bToolRef.cs +++ b/BlendFile/DNA/bToolRef.cs @@ -15,23 +15,23 @@ namespace BlendFile.DNA { [DNAClassAttribute(862, "bToolRef")] public class bToolRef { - [DNAFieldAttribute(0, "bToolRef", "*next", 168)] + [DNAFieldAttribute(0, "bToolRef", "*next", "bToolRef", 168)] public bToolRef ptr_next; - [DNAFieldAttribute(1, "bToolRef", "*prev", 168)] + [DNAFieldAttribute(1, "bToolRef", "*prev", "bToolRef", 168)] public bToolRef 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, "char", "idname_fallback[64]", 1)] + [DNAFieldAttribute(3, "char", "idname_fallback[64]", "System.Char[]", 1)] public char[] idname_fallback = new System.Char[64]; - [DNAFieldAttribute(4, "short", "tag", 2)] + [DNAFieldAttribute(4, "short", "tag", "short", 2)] public short tag; - [DNAFieldAttribute(5, "short", "space_type", 2)] + [DNAFieldAttribute(5, "short", "space_type", "short", 2)] public short space_type; - [DNAFieldAttribute(6, "int", "mode", 4)] + [DNAFieldAttribute(6, "int", "mode", "int", 4)] public int mode; - [DNAFieldAttribute(7, "IDProperty", "*properties", 136)] + [DNAFieldAttribute(7, "IDProperty", "*properties", "IDProperty", 136)] public IDProperty ptr_properties; - [DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", 0)] + [DNAFieldAttribute(8, "bToolRef_Runtime", "*runtime", "bToolRef_Runtime", 0)] public bToolRef_Runtime ptr_runtime; public bToolRef() { this.ptr_next = default; diff --git a/BlendFile/DNA/bTrackToConstraint.cs b/BlendFile/DNA/bTrackToConstraint.cs index 05707f7..72a5536 100644 --- a/BlendFile/DNA/bTrackToConstraint.cs +++ b/BlendFile/DNA/bTrackToConstraint.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(179, "bTrackToConstraint")] public class bTrackToConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "reserved1", 4)] + [DNAFieldAttribute(1, "int", "reserved1", "int", 4)] public int reserved1; - [DNAFieldAttribute(2, "int", "reserved2", 4)] + [DNAFieldAttribute(2, "int", "reserved2", "int", 4)] public int reserved2; - [DNAFieldAttribute(3, "int", "flags", 4)] + [DNAFieldAttribute(3, "int", "flags", "int", 4)] public int flags; - [DNAFieldAttribute(4, "char", "_pad[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)] public char[] _pad = new System.Char[4]; - [DNAFieldAttribute(5, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(5, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bTrackToConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bTransLikeConstraint.cs b/BlendFile/DNA/bTransLikeConstraint.cs index 0a07697..e14e7f2 100644 --- a/BlendFile/DNA/bTransLikeConstraint.cs +++ b/BlendFile/DNA/bTransLikeConstraint.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(184, "bTransLikeConstraint")] public class bTransLikeConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "int", "flag", 4)] + [DNAFieldAttribute(1, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(2, "char", "mix_mode", 1)] + [DNAFieldAttribute(2, "char", "mix_mode", "char", 1)] public char mix_mode; - [DNAFieldAttribute(3, "char", "_pad[3]", 1)] + [DNAFieldAttribute(3, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(4, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(4, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; public bTransLikeConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bTransformCacheConstraint.cs b/BlendFile/DNA/bTransformCacheConstraint.cs index 5935935..273f365 100644 --- a/BlendFile/DNA/bTransformCacheConstraint.cs +++ b/BlendFile/DNA/bTransformCacheConstraint.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(204, "bTransformCacheConstraint")] public class bTransformCacheConstraint { - [DNAFieldAttribute(0, "CacheFile", "*cache_file", 2416)] + [DNAFieldAttribute(0, "CacheFile", "*cache_file", "CacheFile", 2416)] public CacheFile ptr_cache_file; - [DNAFieldAttribute(1, "char", "object_path[1024]", 1)] + [DNAFieldAttribute(1, "char", "object_path[1024]", "System.Char[]", 1)] public char[] object_path = new System.Char[1024]; - [DNAFieldAttribute(2, "CacheReader", "*reader", 0)] + [DNAFieldAttribute(2, "CacheReader", "*reader", "CacheReader", 0)] public CacheReader ptr_reader; - [DNAFieldAttribute(3, "char", "reader_object_path[1024]", 1)] + [DNAFieldAttribute(3, "char", "reader_object_path[1024]", "System.Char[]", 1)] public char[] reader_object_path = new System.Char[1024]; public bTransformCacheConstraint() { this.ptr_cache_file = default; diff --git a/BlendFile/DNA/bTransformConstraint.cs b/BlendFile/DNA/bTransformConstraint.cs index a39af09..c5807ae 100644 --- a/BlendFile/DNA/bTransformConstraint.cs +++ b/BlendFile/DNA/bTransformConstraint.cs @@ -15,53 +15,53 @@ namespace BlendFile.DNA { [DNAClassAttribute(194, "bTransformConstraint")] public class bTransformConstraint { - [DNAFieldAttribute(0, "Object", "*tar", 1160)] + [DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)] public Object ptr_tar; - [DNAFieldAttribute(1, "char", "subtarget[64]", 1)] + [DNAFieldAttribute(1, "char", "subtarget[64]", "System.Char[]", 1)] public char[] subtarget = new System.Char[64]; - [DNAFieldAttribute(2, "short", "from", 2)] + [DNAFieldAttribute(2, "short", "from", "short", 2)] public short from; - [DNAFieldAttribute(3, "short", "to", 2)] + [DNAFieldAttribute(3, "short", "to", "short", 2)] public short to; - [DNAFieldAttribute(4, "char", "map[3]", 1)] + [DNAFieldAttribute(4, "char", "map[3]", "System.Char[]", 1)] public char[] map = new System.Char[3]; - [DNAFieldAttribute(5, "char", "expo", 1)] + [DNAFieldAttribute(5, "char", "expo", "char", 1)] public char expo; - [DNAFieldAttribute(6, "char", "from_rotation_mode", 1)] + [DNAFieldAttribute(6, "char", "from_rotation_mode", "char", 1)] public char from_rotation_mode; - [DNAFieldAttribute(7, "char", "to_euler_order", 1)] + [DNAFieldAttribute(7, "char", "to_euler_order", "char", 1)] public char to_euler_order; - [DNAFieldAttribute(8, "char", "mix_mode_loc", 1)] + [DNAFieldAttribute(8, "char", "mix_mode_loc", "char", 1)] public char mix_mode_loc; - [DNAFieldAttribute(9, "char", "mix_mode_rot", 1)] + [DNAFieldAttribute(9, "char", "mix_mode_rot", "char", 1)] public char mix_mode_rot; - [DNAFieldAttribute(10, "char", "mix_mode_scale", 1)] + [DNAFieldAttribute(10, "char", "mix_mode_scale", "char", 1)] public char mix_mode_scale; - [DNAFieldAttribute(11, "char", "_pad[3]", 1)] + [DNAFieldAttribute(11, "char", "_pad[3]", "System.Char[]", 1)] public char[] _pad = new System.Char[3]; - [DNAFieldAttribute(12, "float", "from_min[3]", 4)] + [DNAFieldAttribute(12, "float", "from_min[3]", "System.Single[]", 4)] public float[] from_min = new System.Single[3]; - [DNAFieldAttribute(13, "float", "from_max[3]", 4)] + [DNAFieldAttribute(13, "float", "from_max[3]", "System.Single[]", 4)] public float[] from_max = new System.Single[3]; - [DNAFieldAttribute(14, "float", "to_min[3]", 4)] + [DNAFieldAttribute(14, "float", "to_min[3]", "System.Single[]", 4)] public float[] to_min = new System.Single[3]; - [DNAFieldAttribute(15, "float", "to_max[3]", 4)] + [DNAFieldAttribute(15, "float", "to_max[3]", "System.Single[]", 4)] public float[] to_max = new System.Single[3]; - [DNAFieldAttribute(16, "float", "from_min_rot[3]", 4)] + [DNAFieldAttribute(16, "float", "from_min_rot[3]", "System.Single[]", 4)] public float[] from_min_rot = new System.Single[3]; - [DNAFieldAttribute(17, "float", "from_max_rot[3]", 4)] + [DNAFieldAttribute(17, "float", "from_max_rot[3]", "System.Single[]", 4)] public float[] from_max_rot = new System.Single[3]; - [DNAFieldAttribute(18, "float", "to_min_rot[3]", 4)] + [DNAFieldAttribute(18, "float", "to_min_rot[3]", "System.Single[]", 4)] public float[] to_min_rot = new System.Single[3]; - [DNAFieldAttribute(19, "float", "to_max_rot[3]", 4)] + [DNAFieldAttribute(19, "float", "to_max_rot[3]", "System.Single[]", 4)] public float[] to_max_rot = new System.Single[3]; - [DNAFieldAttribute(20, "float", "from_min_scale[3]", 4)] + [DNAFieldAttribute(20, "float", "from_min_scale[3]", "System.Single[]", 4)] public float[] from_min_scale = new System.Single[3]; - [DNAFieldAttribute(21, "float", "from_max_scale[3]", 4)] + [DNAFieldAttribute(21, "float", "from_max_scale[3]", "System.Single[]", 4)] public float[] from_max_scale = new System.Single[3]; - [DNAFieldAttribute(22, "float", "to_min_scale[3]", 4)] + [DNAFieldAttribute(22, "float", "to_min_scale[3]", "System.Single[]", 4)] public float[] to_min_scale = new System.Single[3]; - [DNAFieldAttribute(23, "float", "to_max_scale[3]", 4)] + [DNAFieldAttribute(23, "float", "to_max_scale[3]", "System.Single[]", 4)] public float[] to_max_scale = new System.Single[3]; public bTransformConstraint() { this.ptr_tar = default; diff --git a/BlendFile/DNA/bUUID.cs b/BlendFile/DNA/bUUID.cs index ccc2215..956dcc1 100644 --- a/BlendFile/DNA/bUUID.cs +++ b/BlendFile/DNA/bUUID.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(112, "bUUID")] public struct bUUID { - [DNAFieldAttribute(0, "int", "time_low", 4)] + [DNAFieldAttribute(0, "int", "time_low", "int", 4)] public int time_low; - [DNAFieldAttribute(1, "ushort", "time_mid", 2)] + [DNAFieldAttribute(1, "ushort", "time_mid", "ushort", 2)] public ushort time_mid; - [DNAFieldAttribute(2, "ushort", "time_hi_and_version", 2)] + [DNAFieldAttribute(2, "ushort", "time_hi_and_version", "ushort", 2)] public ushort time_hi_and_version; - [DNAFieldAttribute(3, "uchar", "clock_seq_hi_and_reserved", 1)] + [DNAFieldAttribute(3, "uchar", "clock_seq_hi_and_reserved", "uchar", 1)] public byte clock_seq_hi_and_reserved; - [DNAFieldAttribute(4, "uchar", "clock_seq_low", 1)] + [DNAFieldAttribute(4, "uchar", "clock_seq_low", "uchar", 1)] public byte clock_seq_low; - [DNAFieldAttribute(5, "uchar", "node[6]", 1)] + [DNAFieldAttribute(5, "uchar", "node[6]", "System.Byte[]", 1)] public byte[] node = new System.Byte[6]; public bUUID() { this.time_low = default; diff --git a/BlendFile/DNA/bUserAssetLibrary.cs b/BlendFile/DNA/bUserAssetLibrary.cs index fadbdec..36e5191 100644 --- a/BlendFile/DNA/bUserAssetLibrary.cs +++ b/BlendFile/DNA/bUserAssetLibrary.cs @@ -15,19 +15,19 @@ namespace BlendFile.DNA { [DNAClassAttribute(1005, "bUserAssetLibrary")] public class bUserAssetLibrary { - [DNAFieldAttribute(0, "bUserAssetLibrary", "*next", 1112)] + [DNAFieldAttribute(0, "bUserAssetLibrary", "*next", "bUserAssetLibrary", 1112)] public bUserAssetLibrary ptr_next; - [DNAFieldAttribute(1, "bUserAssetLibrary", "*prev", 1112)] + [DNAFieldAttribute(1, "bUserAssetLibrary", "*prev", "bUserAssetLibrary", 1112)] public bUserAssetLibrary 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, "char", "path[1024]", 1)] + [DNAFieldAttribute(3, "char", "path[1024]", "System.Char[]", 1)] public char[] path = new System.Char[1024]; - [DNAFieldAttribute(4, "short", "import_method", 2)] + [DNAFieldAttribute(4, "short", "import_method", "short", 2)] public short import_method; - [DNAFieldAttribute(5, "short", "flag", 2)] + [DNAFieldAttribute(5, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(6, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(6, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public bUserAssetLibrary() { this.ptr_next = default; diff --git a/BlendFile/DNA/bUserAssetShelfSettings.cs b/BlendFile/DNA/bUserAssetShelfSettings.cs index 80a52c8..1a095ce 100644 --- a/BlendFile/DNA/bUserAssetShelfSettings.cs +++ b/BlendFile/DNA/bUserAssetShelfSettings.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1014, "bUserAssetShelfSettings")] public class bUserAssetShelfSettings { - [DNAFieldAttribute(0, "bUserAssetShelfSettings", "*next", 96)] + [DNAFieldAttribute(0, "bUserAssetShelfSettings", "*next", "bUserAssetShelfSettings", 96)] public bUserAssetShelfSettings ptr_next; - [DNAFieldAttribute(1, "bUserAssetShelfSettings", "*prev", 96)] + [DNAFieldAttribute(1, "bUserAssetShelfSettings", "*prev", "bUserAssetShelfSettings", 96)] public bUserAssetShelfSettings ptr_prev; - [DNAFieldAttribute(2, "char", "shelf_idname[64]", 1)] + [DNAFieldAttribute(2, "char", "shelf_idname[64]", "System.Char[]", 1)] public char[] shelf_idname = new System.Char[64]; - [DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", 16)] + [DNAFieldAttribute(3, "ListBase", "enabled_catalog_paths", "ListBase", 16)] public ListBase enabled_catalog_paths; public bUserAssetShelfSettings() { this.ptr_next = default; diff --git a/BlendFile/DNA/bUserExtensionRepo.cs b/BlendFile/DNA/bUserExtensionRepo.cs index 1c733b7..ad5f04a 100644 --- a/BlendFile/DNA/bUserExtensionRepo.cs +++ b/BlendFile/DNA/bUserExtensionRepo.cs @@ -15,25 +15,25 @@ namespace BlendFile.DNA { [DNAClassAttribute(1006, "bUserExtensionRepo")] public class bUserExtensionRepo { - [DNAFieldAttribute(0, "bUserExtensionRepo", "*next", 2192)] + [DNAFieldAttribute(0, "bUserExtensionRepo", "*next", "bUserExtensionRepo", 2192)] public bUserExtensionRepo ptr_next; - [DNAFieldAttribute(1, "bUserExtensionRepo", "*prev", 2192)] + [DNAFieldAttribute(1, "bUserExtensionRepo", "*prev", "bUserExtensionRepo", 2192)] public bUserExtensionRepo 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, "char", "module[48]", 1)] + [DNAFieldAttribute(3, "char", "module[48]", "System.Char[]", 1)] public char[] module = new System.Char[48]; - [DNAFieldAttribute(4, "char", "*access_token", 1)] + [DNAFieldAttribute(4, "char", "*access_token", "char", 1)] public char ptr_access_token; - [DNAFieldAttribute(5, "char", "custom_dirpath[1024]", 1)] + [DNAFieldAttribute(5, "char", "custom_dirpath[1024]", "System.Char[]", 1)] public char[] custom_dirpath = new System.Char[1024]; - [DNAFieldAttribute(6, "char", "remote_url[1024]", 1)] + [DNAFieldAttribute(6, "char", "remote_url[1024]", "System.Char[]", 1)] public char[] remote_url = new System.Char[1024]; - [DNAFieldAttribute(7, "uchar", "flag", 1)] + [DNAFieldAttribute(7, "uchar", "flag", "uchar", 1)] public byte flag; - [DNAFieldAttribute(8, "uchar", "source", 1)] + [DNAFieldAttribute(8, "uchar", "source", "uchar", 1)] public byte source; - [DNAFieldAttribute(9, "char", "_pad0[6]", 1)] + [DNAFieldAttribute(9, "char", "_pad0[6]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[6]; public bUserExtensionRepo() { this.ptr_next = default; diff --git a/BlendFile/DNA/bUserMenu.cs b/BlendFile/DNA/bUserMenu.cs index 232b362..c482721 100644 --- a/BlendFile/DNA/bUserMenu.cs +++ b/BlendFile/DNA/bUserMenu.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(1000, "bUserMenu")] public class bUserMenu { - [DNAFieldAttribute(0, "bUserMenu", "*next", 104)] + [DNAFieldAttribute(0, "bUserMenu", "*next", "bUserMenu", 104)] public bUserMenu ptr_next; - [DNAFieldAttribute(1, "bUserMenu", "*prev", 104)] + [DNAFieldAttribute(1, "bUserMenu", "*prev", "bUserMenu", 104)] public bUserMenu ptr_prev; - [DNAFieldAttribute(2, "char", "space_type", 1)] + [DNAFieldAttribute(2, "char", "space_type", "char", 1)] public char space_type; - [DNAFieldAttribute(3, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(3, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; - [DNAFieldAttribute(4, "char", "context[64]", 1)] + [DNAFieldAttribute(4, "char", "context[64]", "System.Char[]", 1)] public char[] context = new System.Char[64]; - [DNAFieldAttribute(5, "ListBase", "items", 16)] + [DNAFieldAttribute(5, "ListBase", "items", "ListBase", 16)] public ListBase items; public bUserMenu() { this.ptr_next = default; diff --git a/BlendFile/DNA/bUserMenuItem.cs b/BlendFile/DNA/bUserMenuItem.cs index bcf34ad..fb984fd 100644 --- a/BlendFile/DNA/bUserMenuItem.cs +++ b/BlendFile/DNA/bUserMenuItem.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(1001, "bUserMenuItem")] public class bUserMenuItem { - [DNAFieldAttribute(0, "bUserMenuItem", "*next", 88)] + [DNAFieldAttribute(0, "bUserMenuItem", "*next", "bUserMenuItem", 88)] public bUserMenuItem ptr_next; - [DNAFieldAttribute(1, "bUserMenuItem", "*prev", 88)] + [DNAFieldAttribute(1, "bUserMenuItem", "*prev", "bUserMenuItem", 88)] public bUserMenuItem ptr_prev; - [DNAFieldAttribute(2, "char", "ui_name[64]", 1)] + [DNAFieldAttribute(2, "char", "ui_name[64]", "System.Char[]", 1)] public char[] ui_name = new System.Char[64]; - [DNAFieldAttribute(3, "char", "type", 1)] + [DNAFieldAttribute(3, "char", "type", "char", 1)] public char type; - [DNAFieldAttribute(4, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public bUserMenuItem() { this.ptr_next = default; diff --git a/BlendFile/DNA/bUserMenuItem_Menu.cs b/BlendFile/DNA/bUserMenuItem_Menu.cs index 58f1f03..e457581 100644 --- a/BlendFile/DNA/bUserMenuItem_Menu.cs +++ b/BlendFile/DNA/bUserMenuItem_Menu.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(1003, "bUserMenuItem_Menu")] public struct bUserMenuItem_Menu { - [DNAFieldAttribute(0, "bUserMenuItem", "item", 88)] + [DNAFieldAttribute(0, "bUserMenuItem", "item", "bUserMenuItem", 88)] public bUserMenuItem item; - [DNAFieldAttribute(1, "char", "mt_idname[64]", 1)] + [DNAFieldAttribute(1, "char", "mt_idname[64]", "System.Char[]", 1)] public char[] mt_idname = new System.Char[64]; public bUserMenuItem_Menu() { this.item = default; diff --git a/BlendFile/DNA/bUserMenuItem_Op.cs b/BlendFile/DNA/bUserMenuItem_Op.cs index 3826c51..075026d 100644 --- a/BlendFile/DNA/bUserMenuItem_Op.cs +++ b/BlendFile/DNA/bUserMenuItem_Op.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(1002, "bUserMenuItem_Op")] public class bUserMenuItem_Op { - [DNAFieldAttribute(0, "bUserMenuItem", "item", 88)] + [DNAFieldAttribute(0, "bUserMenuItem", "item", "bUserMenuItem", 88)] public bUserMenuItem item; - [DNAFieldAttribute(1, "char", "op_idname[64]", 1)] + [DNAFieldAttribute(1, "char", "op_idname[64]", "System.Char[]", 1)] public char[] op_idname = new System.Char[64]; - [DNAFieldAttribute(2, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(2, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; - [DNAFieldAttribute(3, "char", "op_prop_enum[64]", 1)] + [DNAFieldAttribute(3, "char", "op_prop_enum[64]", "System.Char[]", 1)] public char[] op_prop_enum = new System.Char[64]; - [DNAFieldAttribute(4, "char", "opcontext", 1)] + [DNAFieldAttribute(4, "char", "opcontext", "char", 1)] public char opcontext; - [DNAFieldAttribute(5, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; public bUserMenuItem_Op() { this.item = default; diff --git a/BlendFile/DNA/bUserMenuItem_Prop.cs b/BlendFile/DNA/bUserMenuItem_Prop.cs index 43d9b83..f1dcc22 100644 --- a/BlendFile/DNA/bUserMenuItem_Prop.cs +++ b/BlendFile/DNA/bUserMenuItem_Prop.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(1004, "bUserMenuItem_Prop")] public struct bUserMenuItem_Prop { - [DNAFieldAttribute(0, "bUserMenuItem", "item", 88)] + [DNAFieldAttribute(0, "bUserMenuItem", "item", "bUserMenuItem", 88)] public bUserMenuItem item; - [DNAFieldAttribute(1, "char", "context_data_path[256]", 1)] + [DNAFieldAttribute(1, "char", "context_data_path[256]", "System.Char[]", 1)] public char[] context_data_path = new System.Char[256]; - [DNAFieldAttribute(2, "char", "prop_id[64]", 1)] + [DNAFieldAttribute(2, "char", "prop_id[64]", "System.Char[]", 1)] public char[] prop_id = new System.Char[64]; - [DNAFieldAttribute(3, "int", "prop_index", 4)] + [DNAFieldAttribute(3, "int", "prop_index", "int", 4)] public int prop_index; - [DNAFieldAttribute(4, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public bUserMenuItem_Prop() { this.item = default; diff --git a/BlendFile/DNA/bUserScriptDirectory.cs b/BlendFile/DNA/bUserScriptDirectory.cs index b11a36d..4650908 100644 --- a/BlendFile/DNA/bUserScriptDirectory.cs +++ b/BlendFile/DNA/bUserScriptDirectory.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1013, "bUserScriptDirectory")] public class bUserScriptDirectory { - [DNAFieldAttribute(0, "bUserScriptDirectory", "*next", 848)] + [DNAFieldAttribute(0, "bUserScriptDirectory", "*next", "bUserScriptDirectory", 848)] public bUserScriptDirectory ptr_next; - [DNAFieldAttribute(1, "bUserScriptDirectory", "*prev", 848)] + [DNAFieldAttribute(1, "bUserScriptDirectory", "*prev", "bUserScriptDirectory", 848)] public bUserScriptDirectory 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, "char", "dir_path[768]", 1)] + [DNAFieldAttribute(3, "char", "dir_path[768]", "System.Char[]", 1)] public char[] dir_path = new System.Char[768]; public bUserScriptDirectory() { this.ptr_next = default; diff --git a/BlendFile/DNA/mat4x4f.cs b/BlendFile/DNA/mat4x4f.cs index 3d50567..4032e8e 100644 --- a/BlendFile/DNA/mat4x4f.cs +++ b/BlendFile/DNA/mat4x4f.cs @@ -15,7 +15,7 @@ namespace BlendFile.DNA { [DNAClassAttribute(1021, "mat4x4f")] public struct mat4x4f { - [DNAFieldAttribute(0, "float", "value[4][4]", 4)] + [DNAFieldAttribute(0, "float", "value[4][4]", "System.Single[,]", 4)] public float[,] value = new System.Single[4,4]; public mat4x4f() { this.value = default; diff --git a/BlendFile/DNA/rctf.cs b/BlendFile/DNA/rctf.cs index 0852947..b49a268 100644 --- a/BlendFile/DNA/rctf.cs +++ b/BlendFile/DNA/rctf.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(87, "rctf")] public struct rctf { - [DNAFieldAttribute(0, "float", "xmin", 4)] + [DNAFieldAttribute(0, "float", "xmin", "float", 4)] public float xmin; - [DNAFieldAttribute(1, "float", "xmax", 4)] + [DNAFieldAttribute(1, "float", "xmax", "float", 4)] public float xmax; - [DNAFieldAttribute(2, "float", "ymin", 4)] + [DNAFieldAttribute(2, "float", "ymin", "float", 4)] public float ymin; - [DNAFieldAttribute(3, "float", "ymax", 4)] + [DNAFieldAttribute(3, "float", "ymax", "float", 4)] public float ymax; public rctf() { this.xmin = default; diff --git a/BlendFile/DNA/rcti.cs b/BlendFile/DNA/rcti.cs index 65a735d..a5517ea 100644 --- a/BlendFile/DNA/rcti.cs +++ b/BlendFile/DNA/rcti.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(864, "rcti")] public struct rcti { - [DNAFieldAttribute(0, "int", "xmin", 4)] + [DNAFieldAttribute(0, "int", "xmin", "int", 4)] public int xmin; - [DNAFieldAttribute(1, "int", "xmax", 4)] + [DNAFieldAttribute(1, "int", "xmax", "int", 4)] public int xmax; - [DNAFieldAttribute(2, "int", "ymin", 4)] + [DNAFieldAttribute(2, "int", "ymin", "int", 4)] public int ymin; - [DNAFieldAttribute(3, "int", "ymax", 4)] + [DNAFieldAttribute(3, "int", "ymax", "int", 4)] public int ymax; public rcti() { this.xmin = default; diff --git a/BlendFile/DNA/tPaletteColorHSV.cs b/BlendFile/DNA/tPaletteColorHSV.cs index e875254..b1656e9 100644 --- a/BlendFile/DNA/tPaletteColorHSV.cs +++ b/BlendFile/DNA/tPaletteColorHSV.cs @@ -15,15 +15,15 @@ namespace BlendFile.DNA { [DNAClassAttribute(136, "tPaletteColorHSV")] public struct tPaletteColorHSV { - [DNAFieldAttribute(0, "float", "rgb[3]", 4)] + [DNAFieldAttribute(0, "float", "rgb[3]", "System.Single[]", 4)] public float[] rgb = new System.Single[3]; - [DNAFieldAttribute(1, "float", "value", 4)] + [DNAFieldAttribute(1, "float", "value", "float", 4)] public float value; - [DNAFieldAttribute(2, "float", "h", 4)] + [DNAFieldAttribute(2, "float", "h", "float", 4)] public float h; - [DNAFieldAttribute(3, "float", "s", 4)] + [DNAFieldAttribute(3, "float", "s", "float", 4)] public float s; - [DNAFieldAttribute(4, "float", "v", 4)] + [DNAFieldAttribute(4, "float", "v", "float", 4)] public float v; public tPaletteColorHSV() { this.rgb = default; diff --git a/BlendFile/DNA/uiFontStyle.cs b/BlendFile/DNA/uiFontStyle.cs index 19332a0..1efbb55 100644 --- a/BlendFile/DNA/uiFontStyle.cs +++ b/BlendFile/DNA/uiFontStyle.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(987, "uiFontStyle")] public struct uiFontStyle { - [DNAFieldAttribute(0, "short", "uifont_id", 2)] + [DNAFieldAttribute(0, "short", "uifont_id", "short", 2)] public short uifont_id; - [DNAFieldAttribute(1, "char", "_pad1[2]", 1)] + [DNAFieldAttribute(1, "char", "_pad1[2]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[2]; - [DNAFieldAttribute(2, "float", "points", 4)] + [DNAFieldAttribute(2, "float", "points", "float", 4)] public float points; - [DNAFieldAttribute(3, "short", "italic", 2)] + [DNAFieldAttribute(3, "short", "italic", "short", 2)] public short italic; - [DNAFieldAttribute(4, "short", "bold", 2)] + [DNAFieldAttribute(4, "short", "bold", "short", 2)] public short bold; - [DNAFieldAttribute(5, "short", "shadow", 2)] + [DNAFieldAttribute(5, "short", "shadow", "short", 2)] public short shadow; - [DNAFieldAttribute(6, "short", "shadx", 2)] + [DNAFieldAttribute(6, "short", "shadx", "short", 2)] public short shadx; - [DNAFieldAttribute(7, "short", "shady", 2)] + [DNAFieldAttribute(7, "short", "shady", "short", 2)] public short shady; - [DNAFieldAttribute(8, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(8, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; - [DNAFieldAttribute(9, "float", "shadowalpha", 4)] + [DNAFieldAttribute(9, "float", "shadowalpha", "float", 4)] public float shadowalpha; - [DNAFieldAttribute(10, "float", "shadowcolor", 4)] + [DNAFieldAttribute(10, "float", "shadowcolor", "float", 4)] public float shadowcolor; - [DNAFieldAttribute(11, "int", "character_weight", 4)] + [DNAFieldAttribute(11, "int", "character_weight", "int", 4)] public int character_weight; public uiFontStyle() { this.uifont_id = default; diff --git a/BlendFile/DNA/uiList.cs b/BlendFile/DNA/uiList.cs index 96a5936..5512e8f 100644 --- a/BlendFile/DNA/uiList.cs +++ b/BlendFile/DNA/uiList.cs @@ -15,35 +15,35 @@ namespace BlendFile.DNA { [DNAClassAttribute(855, "uiList")] public class uiList { - [DNAFieldAttribute(0, "uiList", "*next", 328)] + [DNAFieldAttribute(0, "uiList", "*next", "uiList", 328)] public uiList ptr_next; - [DNAFieldAttribute(1, "uiList", "*prev", 328)] + [DNAFieldAttribute(1, "uiList", "*prev", "uiList", 328)] public uiList ptr_prev; - [DNAFieldAttribute(2, "uiListType", "*type", 0)] + [DNAFieldAttribute(2, "uiListType", "*type", "uiListType", 0)] public uiListType ptr_type; - [DNAFieldAttribute(3, "char", "list_id[128]", 1)] + [DNAFieldAttribute(3, "char", "list_id[128]", "System.Char[]", 1)] public char[] list_id = new System.Char[128]; - [DNAFieldAttribute(4, "int", "layout_type", 4)] + [DNAFieldAttribute(4, "int", "layout_type", "int", 4)] public int layout_type; - [DNAFieldAttribute(5, "int", "flag", 4)] + [DNAFieldAttribute(5, "int", "flag", "int", 4)] public int flag; - [DNAFieldAttribute(6, "int", "list_scroll", 4)] + [DNAFieldAttribute(6, "int", "list_scroll", "int", 4)] public int list_scroll; - [DNAFieldAttribute(7, "int", "list_grip", 4)] + [DNAFieldAttribute(7, "int", "list_grip", "int", 4)] public int list_grip; - [DNAFieldAttribute(8, "int", "list_last_len", 4)] + [DNAFieldAttribute(8, "int", "list_last_len", "int", 4)] public int list_last_len; - [DNAFieldAttribute(9, "int", "list_last_activei", 4)] + [DNAFieldAttribute(9, "int", "list_last_activei", "int", 4)] public int list_last_activei; - [DNAFieldAttribute(10, "char", "filter_byname[128]", 1)] + [DNAFieldAttribute(10, "char", "filter_byname[128]", "System.Char[]", 1)] public char[] filter_byname = new System.Char[128]; - [DNAFieldAttribute(11, "int", "filter_flag", 4)] + [DNAFieldAttribute(11, "int", "filter_flag", "int", 4)] public int filter_flag; - [DNAFieldAttribute(12, "int", "filter_sort_flag", 4)] + [DNAFieldAttribute(12, "int", "filter_sort_flag", "int", 4)] public int filter_sort_flag; - [DNAFieldAttribute(13, "IDProperty", "*properties", 136)] + [DNAFieldAttribute(13, "IDProperty", "*properties", "IDProperty", 136)] public IDProperty ptr_properties; - [DNAFieldAttribute(14, "uiListDyn", "*dyn_data", 0)] + [DNAFieldAttribute(14, "uiListDyn", "*dyn_data", "uiListDyn", 0)] public uiListDyn ptr_dyn_data; public uiList() { this.ptr_next = default; diff --git a/BlendFile/DNA/uiPanelColors.cs b/BlendFile/DNA/uiPanelColors.cs index 24354a5..b3e8439 100644 --- a/BlendFile/DNA/uiPanelColors.cs +++ b/BlendFile/DNA/uiPanelColors.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(991, "uiPanelColors")] public struct uiPanelColors { - [DNAFieldAttribute(0, "char", "header[4]", 1)] + [DNAFieldAttribute(0, "char", "header[4]", "System.Char[]", 1)] public char[] header = new System.Char[4]; - [DNAFieldAttribute(1, "char", "back[4]", 1)] + [DNAFieldAttribute(1, "char", "back[4]", "System.Char[]", 1)] public char[] back = new System.Char[4]; - [DNAFieldAttribute(2, "char", "sub_back[4]", 1)] + [DNAFieldAttribute(2, "char", "sub_back[4]", "System.Char[]", 1)] public char[] sub_back = new System.Char[4]; - [DNAFieldAttribute(3, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(3, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public uiPanelColors() { this.header = default; diff --git a/BlendFile/DNA/uiPreview.cs b/BlendFile/DNA/uiPreview.cs index 29b08fa..fae8283 100644 --- a/BlendFile/DNA/uiPreview.cs +++ b/BlendFile/DNA/uiPreview.cs @@ -15,17 +15,17 @@ namespace BlendFile.DNA { [DNAClassAttribute(859, "uiPreview")] public class uiPreview { - [DNAFieldAttribute(0, "uiPreview", "*next", 88)] + [DNAFieldAttribute(0, "uiPreview", "*next", "uiPreview", 88)] public uiPreview ptr_next; - [DNAFieldAttribute(1, "uiPreview", "*prev", 88)] + [DNAFieldAttribute(1, "uiPreview", "*prev", "uiPreview", 88)] public uiPreview ptr_prev; - [DNAFieldAttribute(2, "char", "preview_id[64]", 1)] + [DNAFieldAttribute(2, "char", "preview_id[64]", "System.Char[]", 1)] public char[] preview_id = new System.Char[64]; - [DNAFieldAttribute(3, "short", "height", 2)] + [DNAFieldAttribute(3, "short", "height", "short", 2)] public short height; - [DNAFieldAttribute(4, "short", "tag", 2)] + [DNAFieldAttribute(4, "short", "tag", "short", 2)] public short tag; - [DNAFieldAttribute(5, "int", "id_session_uid", 4)] + [DNAFieldAttribute(5, "int", "id_session_uid", "int", 4)] public int id_session_uid; public uiPreview() { this.ptr_next = default; diff --git a/BlendFile/DNA/uiStyle.cs b/BlendFile/DNA/uiStyle.cs index ac10a84..84343be 100644 --- a/BlendFile/DNA/uiStyle.cs +++ b/BlendFile/DNA/uiStyle.cs @@ -15,41 +15,41 @@ namespace BlendFile.DNA { [DNAClassAttribute(988, "uiStyle")] public class uiStyle { - [DNAFieldAttribute(0, "uiStyle", "*next", 232)] + [DNAFieldAttribute(0, "uiStyle", "*next", "uiStyle", 232)] public uiStyle ptr_next; - [DNAFieldAttribute(1, "uiStyle", "*prev", 232)] + [DNAFieldAttribute(1, "uiStyle", "*prev", "uiStyle", 232)] public uiStyle 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, "uiFontStyle", "paneltitle", 32)] + [DNAFieldAttribute(3, "uiFontStyle", "paneltitle", "uiFontStyle", 32)] public uiFontStyle paneltitle; - [DNAFieldAttribute(4, "uiFontStyle", "grouplabel", 32)] + [DNAFieldAttribute(4, "uiFontStyle", "grouplabel", "uiFontStyle", 32)] public uiFontStyle grouplabel; - [DNAFieldAttribute(5, "uiFontStyle", "widget", 32)] + [DNAFieldAttribute(5, "uiFontStyle", "widget", "uiFontStyle", 32)] public uiFontStyle widget; - [DNAFieldAttribute(6, "uiFontStyle", "tooltip", 32)] + [DNAFieldAttribute(6, "uiFontStyle", "tooltip", "uiFontStyle", 32)] public uiFontStyle tooltip; - [DNAFieldAttribute(7, "float", "panelzoom", 4)] + [DNAFieldAttribute(7, "float", "panelzoom", "float", 4)] public float panelzoom; - [DNAFieldAttribute(8, "short", "minlabelchars", 2)] + [DNAFieldAttribute(8, "short", "minlabelchars", "short", 2)] public short minlabelchars; - [DNAFieldAttribute(9, "short", "minwidgetchars", 2)] + [DNAFieldAttribute(9, "short", "minwidgetchars", "short", 2)] public short minwidgetchars; - [DNAFieldAttribute(10, "short", "columnspace", 2)] + [DNAFieldAttribute(10, "short", "columnspace", "short", 2)] public short columnspace; - [DNAFieldAttribute(11, "short", "templatespace", 2)] + [DNAFieldAttribute(11, "short", "templatespace", "short", 2)] public short templatespace; - [DNAFieldAttribute(12, "short", "boxspace", 2)] + [DNAFieldAttribute(12, "short", "boxspace", "short", 2)] public short boxspace; - [DNAFieldAttribute(13, "short", "buttonspacex", 2)] + [DNAFieldAttribute(13, "short", "buttonspacex", "short", 2)] public short buttonspacex; - [DNAFieldAttribute(14, "short", "buttonspacey", 2)] + [DNAFieldAttribute(14, "short", "buttonspacey", "short", 2)] public short buttonspacey; - [DNAFieldAttribute(15, "short", "panelspace", 2)] + [DNAFieldAttribute(15, "short", "panelspace", "short", 2)] public short panelspace; - [DNAFieldAttribute(16, "short", "panelouter", 2)] + [DNAFieldAttribute(16, "short", "panelouter", "short", 2)] public short panelouter; - [DNAFieldAttribute(17, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(17, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; public uiStyle() { this.ptr_next = default; diff --git a/BlendFile/DNA/uiWidgetColors.cs b/BlendFile/DNA/uiWidgetColors.cs index 3ead935..8f33fc3 100644 --- a/BlendFile/DNA/uiWidgetColors.cs +++ b/BlendFile/DNA/uiWidgetColors.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(989, "uiWidgetColors")] public struct uiWidgetColors { - [DNAFieldAttribute(0, "char", "outline[4]", 1)] + [DNAFieldAttribute(0, "char", "outline[4]", "System.Char[]", 1)] public char[] outline = new System.Char[4]; - [DNAFieldAttribute(1, "char", "inner[4]", 1)] + [DNAFieldAttribute(1, "char", "inner[4]", "System.Char[]", 1)] public char[] inner = new System.Char[4]; - [DNAFieldAttribute(2, "char", "inner_sel[4]", 1)] + [DNAFieldAttribute(2, "char", "inner_sel[4]", "System.Char[]", 1)] public char[] inner_sel = new System.Char[4]; - [DNAFieldAttribute(3, "char", "item[4]", 1)] + [DNAFieldAttribute(3, "char", "item[4]", "System.Char[]", 1)] public char[] item = new System.Char[4]; - [DNAFieldAttribute(4, "char", "text[4]", 1)] + [DNAFieldAttribute(4, "char", "text[4]", "System.Char[]", 1)] public char[] text = new System.Char[4]; - [DNAFieldAttribute(5, "char", "text_sel[4]", 1)] + [DNAFieldAttribute(5, "char", "text_sel[4]", "System.Char[]", 1)] public char[] text_sel = new System.Char[4]; - [DNAFieldAttribute(6, "char", "shaded", 1)] + [DNAFieldAttribute(6, "char", "shaded", "char", 1)] public char shaded; - [DNAFieldAttribute(7, "char", "_pad0[7]", 1)] + [DNAFieldAttribute(7, "char", "_pad0[7]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[7]; - [DNAFieldAttribute(8, "short", "shadetop", 2)] + [DNAFieldAttribute(8, "short", "shadetop", "short", 2)] public short shadetop; - [DNAFieldAttribute(9, "short", "shadedown", 2)] + [DNAFieldAttribute(9, "short", "shadedown", "short", 2)] public short shadedown; - [DNAFieldAttribute(10, "float", "roundness", 4)] + [DNAFieldAttribute(10, "float", "roundness", "float", 4)] public float roundness; public uiWidgetColors() { this.outline = default; diff --git a/BlendFile/DNA/uiWidgetStateColors.cs b/BlendFile/DNA/uiWidgetStateColors.cs index 2efd628..09340e6 100644 --- a/BlendFile/DNA/uiWidgetStateColors.cs +++ b/BlendFile/DNA/uiWidgetStateColors.cs @@ -15,29 +15,29 @@ namespace BlendFile.DNA { [DNAClassAttribute(990, "uiWidgetStateColors")] public struct uiWidgetStateColors { - [DNAFieldAttribute(0, "char", "inner_anim[4]", 1)] + [DNAFieldAttribute(0, "char", "inner_anim[4]", "System.Char[]", 1)] public char[] inner_anim = new System.Char[4]; - [DNAFieldAttribute(1, "char", "inner_anim_sel[4]", 1)] + [DNAFieldAttribute(1, "char", "inner_anim_sel[4]", "System.Char[]", 1)] public char[] inner_anim_sel = new System.Char[4]; - [DNAFieldAttribute(2, "char", "inner_key[4]", 1)] + [DNAFieldAttribute(2, "char", "inner_key[4]", "System.Char[]", 1)] public char[] inner_key = new System.Char[4]; - [DNAFieldAttribute(3, "char", "inner_key_sel[4]", 1)] + [DNAFieldAttribute(3, "char", "inner_key_sel[4]", "System.Char[]", 1)] public char[] inner_key_sel = new System.Char[4]; - [DNAFieldAttribute(4, "char", "inner_driven[4]", 1)] + [DNAFieldAttribute(4, "char", "inner_driven[4]", "System.Char[]", 1)] public char[] inner_driven = new System.Char[4]; - [DNAFieldAttribute(5, "char", "inner_driven_sel[4]", 1)] + [DNAFieldAttribute(5, "char", "inner_driven_sel[4]", "System.Char[]", 1)] public char[] inner_driven_sel = new System.Char[4]; - [DNAFieldAttribute(6, "char", "inner_overridden[4]", 1)] + [DNAFieldAttribute(6, "char", "inner_overridden[4]", "System.Char[]", 1)] public char[] inner_overridden = new System.Char[4]; - [DNAFieldAttribute(7, "char", "inner_overridden_sel[4]", 1)] + [DNAFieldAttribute(7, "char", "inner_overridden_sel[4]", "System.Char[]", 1)] public char[] inner_overridden_sel = new System.Char[4]; - [DNAFieldAttribute(8, "char", "inner_changed[4]", 1)] + [DNAFieldAttribute(8, "char", "inner_changed[4]", "System.Char[]", 1)] public char[] inner_changed = new System.Char[4]; - [DNAFieldAttribute(9, "char", "inner_changed_sel[4]", 1)] + [DNAFieldAttribute(9, "char", "inner_changed_sel[4]", "System.Char[]", 1)] public char[] inner_changed_sel = new System.Char[4]; - [DNAFieldAttribute(10, "float", "blend", 4)] + [DNAFieldAttribute(10, "float", "blend", "float", 4)] public float blend; - [DNAFieldAttribute(11, "char", "_pad0[4]", 1)] + [DNAFieldAttribute(11, "char", "_pad0[4]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[4]; public uiWidgetStateColors() { this.inner_anim = default; diff --git a/BlendFile/DNA/vec2f.cs b/BlendFile/DNA/vec2f.cs index 4ef10e3..23a15a7 100644 --- a/BlendFile/DNA/vec2f.cs +++ b/BlendFile/DNA/vec2f.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(1016, "vec2f")] public struct vec2f { - [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; public vec2f() { this.x = default; diff --git a/BlendFile/DNA/vec2i.cs b/BlendFile/DNA/vec2i.cs index 1e99aed..7ad11e8 100644 --- a/BlendFile/DNA/vec2i.cs +++ b/BlendFile/DNA/vec2i.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(1017, "vec2i")] public struct vec2i { - [DNAFieldAttribute(0, "int", "x", 4)] + [DNAFieldAttribute(0, "int", "x", "int", 4)] public int x; - [DNAFieldAttribute(1, "int", "y", 4)] + [DNAFieldAttribute(1, "int", "y", "int", 4)] public int y; public vec2i() { this.x = default; diff --git a/BlendFile/DNA/vec2s.cs b/BlendFile/DNA/vec2s.cs index 1f68d5a..b7f1b6d 100644 --- a/BlendFile/DNA/vec2s.cs +++ b/BlendFile/DNA/vec2s.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(846, "vec2s")] public struct vec2s { - [DNAFieldAttribute(0, "short", "x", 2)] + [DNAFieldAttribute(0, "short", "x", "short", 2)] public short x; - [DNAFieldAttribute(1, "short", "y", 2)] + [DNAFieldAttribute(1, "short", "y", "short", 2)] public short y; public vec2s() { this.x = default; diff --git a/BlendFile/DNA/vec3f.cs b/BlendFile/DNA/vec3f.cs index 99afa11..9b8b7e3 100644 --- a/BlendFile/DNA/vec3f.cs +++ b/BlendFile/DNA/vec3f.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1019, "vec3f")] public struct vec3f { - [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, "float", "z", 4)] + [DNAFieldAttribute(2, "float", "z", "float", 4)] public float z; public vec3f() { this.x = default; diff --git a/BlendFile/DNA/vec3i.cs b/BlendFile/DNA/vec3i.cs index c016916..5ad463a 100644 --- a/BlendFile/DNA/vec3i.cs +++ b/BlendFile/DNA/vec3i.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1018, "vec3i")] public struct vec3i { - [DNAFieldAttribute(0, "int", "x", 4)] + [DNAFieldAttribute(0, "int", "x", "int", 4)] public int x; - [DNAFieldAttribute(1, "int", "y", 4)] + [DNAFieldAttribute(1, "int", "y", "int", 4)] public int y; - [DNAFieldAttribute(2, "int", "z", 4)] + [DNAFieldAttribute(2, "int", "z", "int", 4)] public int z; public vec3i() { this.x = default; diff --git a/BlendFile/DNA/vec4f.cs b/BlendFile/DNA/vec4f.cs index f24db6a..a85fb20 100644 --- a/BlendFile/DNA/vec4f.cs +++ b/BlendFile/DNA/vec4f.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1020, "vec4f")] public struct vec4f { - [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, "float", "z", 4)] + [DNAFieldAttribute(2, "float", "z", "float", 4)] public float z; - [DNAFieldAttribute(3, "float", "w", 4)] + [DNAFieldAttribute(3, "float", "w", "float", 4)] public float w; public vec4f() { this.x = default; diff --git a/BlendFile/DNA/wmKeyConfig.cs b/BlendFile/DNA/wmKeyConfig.cs index f3edf31..f96a9ff 100644 --- a/BlendFile/DNA/wmKeyConfig.cs +++ b/BlendFile/DNA/wmKeyConfig.cs @@ -15,21 +15,21 @@ namespace BlendFile.DNA { [DNAClassAttribute(1050, "wmKeyConfig")] public class wmKeyConfig { - [DNAFieldAttribute(0, "wmKeyConfig", "*next", 168)] + [DNAFieldAttribute(0, "wmKeyConfig", "*next", "wmKeyConfig", 168)] public wmKeyConfig ptr_next; - [DNAFieldAttribute(1, "wmKeyConfig", "*prev", 168)] + [DNAFieldAttribute(1, "wmKeyConfig", "*prev", "wmKeyConfig", 168)] public wmKeyConfig 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, "char", "basename[64]", 1)] + [DNAFieldAttribute(3, "char", "basename[64]", "System.Char[]", 1)] public char[] basename = new System.Char[64]; - [DNAFieldAttribute(4, "ListBase", "keymaps", 16)] + [DNAFieldAttribute(4, "ListBase", "keymaps", "ListBase", 16)] public ListBase keymaps; - [DNAFieldAttribute(5, "int", "actkeymap", 4)] + [DNAFieldAttribute(5, "int", "actkeymap", "int", 4)] public int actkeymap; - [DNAFieldAttribute(6, "short", "flag", 2)] + [DNAFieldAttribute(6, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(7, "char", "_pad0[2]", 1)] + [DNAFieldAttribute(7, "char", "_pad0[2]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[2]; public wmKeyConfig() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmKeyConfigPref.cs b/BlendFile/DNA/wmKeyConfigPref.cs index 65f4796..1f5490a 100644 --- a/BlendFile/DNA/wmKeyConfigPref.cs +++ b/BlendFile/DNA/wmKeyConfigPref.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1063, "wmKeyConfigPref")] public class wmKeyConfigPref { - [DNAFieldAttribute(0, "wmKeyConfigPref", "*next", 88)] + [DNAFieldAttribute(0, "wmKeyConfigPref", "*next", "wmKeyConfigPref", 88)] public wmKeyConfigPref ptr_next; - [DNAFieldAttribute(1, "wmKeyConfigPref", "*prev", 88)] + [DNAFieldAttribute(1, "wmKeyConfigPref", "*prev", "wmKeyConfigPref", 88)] public wmKeyConfigPref 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, "IDProperty", "*prop", 136)] + [DNAFieldAttribute(3, "IDProperty", "*prop", "IDProperty", 136)] public IDProperty ptr_prop; public wmKeyConfigPref() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmKeyMap.cs b/BlendFile/DNA/wmKeyMap.cs index 07d4350..255a36d 100644 --- a/BlendFile/DNA/wmKeyMap.cs +++ b/BlendFile/DNA/wmKeyMap.cs @@ -15,27 +15,27 @@ namespace BlendFile.DNA { [DNAClassAttribute(1061, "wmKeyMap")] public class wmKeyMap { - [DNAFieldAttribute(0, "wmKeyMap", "*next", 272)] + [DNAFieldAttribute(0, "wmKeyMap", "*next", "wmKeyMap", 272)] public wmKeyMap ptr_next; - [DNAFieldAttribute(1, "wmKeyMap", "*prev", 272)] + [DNAFieldAttribute(1, "wmKeyMap", "*prev", "wmKeyMap", 272)] public wmKeyMap ptr_prev; - [DNAFieldAttribute(2, "ListBase", "items", 16)] + [DNAFieldAttribute(2, "ListBase", "items", "ListBase", 16)] public ListBase items; - [DNAFieldAttribute(3, "ListBase", "diff_items", 16)] + [DNAFieldAttribute(3, "ListBase", "diff_items", "ListBase", 16)] public ListBase diff_items; - [DNAFieldAttribute(4, "char", "idname[64]", 1)] + [DNAFieldAttribute(4, "char", "idname[64]", "System.Char[]", 1)] public char[] idname = new System.Char[64]; - [DNAFieldAttribute(5, "short", "spaceid", 2)] + [DNAFieldAttribute(5, "short", "spaceid", "short", 2)] public short spaceid; - [DNAFieldAttribute(6, "short", "regionid", 2)] + [DNAFieldAttribute(6, "short", "regionid", "short", 2)] public short regionid; - [DNAFieldAttribute(7, "char", "owner_id[128]", 1)] + [DNAFieldAttribute(7, "char", "owner_id[128]", "System.Char[]", 1)] public char[] owner_id = new System.Char[128]; - [DNAFieldAttribute(8, "short", "flag", 2)] + [DNAFieldAttribute(8, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(9, "short", "kmi_id", 2)] + [DNAFieldAttribute(9, "short", "kmi_id", "short", 2)] public short kmi_id; - [DNAFieldAttribute(12, "void", "*modal_items", 0)] + [DNAFieldAttribute(12, "void", "*modal_items", "void", 0)] public object ptr_modal_items; public wmKeyMap() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmKeyMapDiffItem.cs b/BlendFile/DNA/wmKeyMapDiffItem.cs index 29f0184..e0caab0 100644 --- a/BlendFile/DNA/wmKeyMapDiffItem.cs +++ b/BlendFile/DNA/wmKeyMapDiffItem.cs @@ -15,13 +15,13 @@ namespace BlendFile.DNA { [DNAClassAttribute(1060, "wmKeyMapDiffItem")] public class wmKeyMapDiffItem { - [DNAFieldAttribute(0, "wmKeyMapDiffItem", "*next", 32)] + [DNAFieldAttribute(0, "wmKeyMapDiffItem", "*next", "wmKeyMapDiffItem", 32)] public wmKeyMapDiffItem ptr_next; - [DNAFieldAttribute(1, "wmKeyMapDiffItem", "*prev", 32)] + [DNAFieldAttribute(1, "wmKeyMapDiffItem", "*prev", "wmKeyMapDiffItem", 32)] public wmKeyMapDiffItem ptr_prev; - [DNAFieldAttribute(2, "wmKeyMapItem", "*remove_item", 184)] + [DNAFieldAttribute(2, "wmKeyMapItem", "*remove_item", "wmKeyMapItem", 184)] public wmKeyMapItem ptr_remove_item; - [DNAFieldAttribute(3, "wmKeyMapItem", "*add_item", 184)] + [DNAFieldAttribute(3, "wmKeyMapItem", "*add_item", "wmKeyMapItem", 184)] public wmKeyMapItem ptr_add_item; public wmKeyMapDiffItem() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmKeyMapItem.cs b/BlendFile/DNA/wmKeyMapItem.cs index cd05fd6..c23e9c5 100644 --- a/BlendFile/DNA/wmKeyMapItem.cs +++ b/BlendFile/DNA/wmKeyMapItem.cs @@ -15,43 +15,43 @@ namespace BlendFile.DNA { [DNAClassAttribute(1058, "wmKeyMapItem")] public class wmKeyMapItem { - [DNAFieldAttribute(0, "wmKeyMapItem", "*next", 184)] + [DNAFieldAttribute(0, "wmKeyMapItem", "*next", "wmKeyMapItem", 184)] public wmKeyMapItem ptr_next; - [DNAFieldAttribute(1, "wmKeyMapItem", "*prev", 184)] + [DNAFieldAttribute(1, "wmKeyMapItem", "*prev", "wmKeyMapItem", 184)] public wmKeyMapItem 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, "IDProperty", "*properties", 136)] + [DNAFieldAttribute(3, "IDProperty", "*properties", "IDProperty", 136)] public IDProperty ptr_properties; - [DNAFieldAttribute(4, "char", "propvalue_str[64]", 1)] + [DNAFieldAttribute(4, "char", "propvalue_str[64]", "System.Char[]", 1)] public char[] propvalue_str = new System.Char[64]; - [DNAFieldAttribute(5, "short", "propvalue", 2)] + [DNAFieldAttribute(5, "short", "propvalue", "short", 2)] public short propvalue; - [DNAFieldAttribute(6, "short", "type", 2)] + [DNAFieldAttribute(6, "short", "type", "short", 2)] public short type; - [DNAFieldAttribute(7, "int8_t", "val", 1)] + [DNAFieldAttribute(7, "int8_t", "val", "int8_t", 1)] public sbyte val; - [DNAFieldAttribute(8, "int8_t", "direction", 1)] + [DNAFieldAttribute(8, "int8_t", "direction", "int8_t", 1)] public sbyte direction; - [DNAFieldAttribute(9, "short", "shift", 2)] + [DNAFieldAttribute(9, "short", "shift", "short", 2)] public short shift; - [DNAFieldAttribute(10, "short", "ctrl", 2)] + [DNAFieldAttribute(10, "short", "ctrl", "short", 2)] public short ctrl; - [DNAFieldAttribute(11, "short", "alt", 2)] + [DNAFieldAttribute(11, "short", "alt", "short", 2)] public short alt; - [DNAFieldAttribute(12, "short", "oskey", 2)] + [DNAFieldAttribute(12, "short", "oskey", "short", 2)] public short oskey; - [DNAFieldAttribute(13, "short", "keymodifier", 2)] + [DNAFieldAttribute(13, "short", "keymodifier", "short", 2)] public short keymodifier; - [DNAFieldAttribute(14, "short", "flag", 2)] + [DNAFieldAttribute(14, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(15, "short", "maptype", 2)] + [DNAFieldAttribute(15, "short", "maptype", "short", 2)] public short maptype; - [DNAFieldAttribute(16, "short", "id", 2)] + [DNAFieldAttribute(16, "short", "id", "short", 2)] public short id; - [DNAFieldAttribute(17, "char", "_pad[2]", 1)] + [DNAFieldAttribute(17, "char", "_pad[2]", "System.Char[]", 1)] public char[] _pad = new System.Char[2]; - [DNAFieldAttribute(18, "PointerRNA", "*ptr", 0)] + [DNAFieldAttribute(18, "PointerRNA", "*ptr", "PointerRNA", 0)] public PointerRNA ptr_ptr; public wmKeyMapItem() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmOperator.cs b/BlendFile/DNA/wmOperator.cs index 244ccb0..38037c0 100644 --- a/BlendFile/DNA/wmOperator.cs +++ b/BlendFile/DNA/wmOperator.cs @@ -15,33 +15,33 @@ namespace BlendFile.DNA { [DNAClassAttribute(946, "wmOperator")] public class wmOperator { - [DNAFieldAttribute(0, "wmOperator", "*next", 168)] + [DNAFieldAttribute(0, "wmOperator", "*next", "wmOperator", 168)] public wmOperator ptr_next; - [DNAFieldAttribute(1, "wmOperator", "*prev", 168)] + [DNAFieldAttribute(1, "wmOperator", "*prev", "wmOperator", 168)] public wmOperator 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, "IDProperty", "*properties", 136)] + [DNAFieldAttribute(3, "IDProperty", "*properties", "IDProperty", 136)] public IDProperty ptr_properties; - [DNAFieldAttribute(4, "wmOperatorType", "*type", 0)] + [DNAFieldAttribute(4, "wmOperatorType", "*type", "wmOperatorType", 0)] public wmOperatorType ptr_type; - [DNAFieldAttribute(5, "void", "*customdata", 0)] + [DNAFieldAttribute(5, "void", "*customdata", "void", 0)] public object ptr_customdata; - [DNAFieldAttribute(6, "void", "*py_instance", 0)] + [DNAFieldAttribute(6, "void", "*py_instance", "void", 0)] public object ptr_py_instance; - [DNAFieldAttribute(7, "PointerRNA", "*ptr", 0)] + [DNAFieldAttribute(7, "PointerRNA", "*ptr", "PointerRNA", 0)] public PointerRNA ptr_ptr; - [DNAFieldAttribute(8, "ReportList", "*reports", 48)] + [DNAFieldAttribute(8, "ReportList", "*reports", "ReportList", 48)] public ReportList ptr_reports; - [DNAFieldAttribute(9, "ListBase", "macro", 16)] + [DNAFieldAttribute(9, "ListBase", "macro", "ListBase", 16)] public ListBase macro; - [DNAFieldAttribute(10, "wmOperator", "*opm", 168)] + [DNAFieldAttribute(10, "wmOperator", "*opm", "wmOperator", 168)] public wmOperator ptr_opm; - [DNAFieldAttribute(11, "uiLayout", "*layout", 0)] + [DNAFieldAttribute(11, "uiLayout", "*layout", "uiLayout", 0)] public uiLayout ptr_layout; - [DNAFieldAttribute(12, "short", "flag", 2)] + [DNAFieldAttribute(12, "short", "flag", "short", 2)] public short flag; - [DNAFieldAttribute(13, "char", "_pad[6]", 1)] + [DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 1)] public char[] _pad = new System.Char[6]; public wmOperator() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmOwnerID.cs b/BlendFile/DNA/wmOwnerID.cs index 54885eb..169dd26 100644 --- a/BlendFile/DNA/wmOwnerID.cs +++ b/BlendFile/DNA/wmOwnerID.cs @@ -15,11 +15,11 @@ namespace BlendFile.DNA { [DNAClassAttribute(1067, "wmOwnerID")] public class wmOwnerID { - [DNAFieldAttribute(0, "wmOwnerID", "*next", 144)] + [DNAFieldAttribute(0, "wmOwnerID", "*next", "wmOwnerID", 144)] public wmOwnerID ptr_next; - [DNAFieldAttribute(1, "wmOwnerID", "*prev", 144)] + [DNAFieldAttribute(1, "wmOwnerID", "*prev", "wmOwnerID", 144)] public wmOwnerID ptr_prev; - [DNAFieldAttribute(2, "char", "name[128]", 1)] + [DNAFieldAttribute(2, "char", "name[128]", "System.Char[]", 1)] public char[] name = new System.Char[128]; public wmOwnerID() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmWindow.cs b/BlendFile/DNA/wmWindow.cs index 4be9593..9dcfe7e 100644 --- a/BlendFile/DNA/wmWindow.cs +++ b/BlendFile/DNA/wmWindow.cs @@ -15,97 +15,97 @@ namespace BlendFile.DNA { [DNAClassAttribute(1048, "wmWindow")] public class wmWindow { - [DNAFieldAttribute(0, "wmWindow", "*next", 376)] + [DNAFieldAttribute(0, "wmWindow", "*next", "wmWindow", 376)] public wmWindow ptr_next; - [DNAFieldAttribute(1, "wmWindow", "*prev", 376)] + [DNAFieldAttribute(1, "wmWindow", "*prev", "wmWindow", 376)] public wmWindow ptr_prev; - [DNAFieldAttribute(2, "void", "*ghostwin", 0)] + [DNAFieldAttribute(2, "void", "*ghostwin", "void", 0)] public object ptr_ghostwin; - [DNAFieldAttribute(3, "void", "*gpuctx", 0)] + [DNAFieldAttribute(3, "void", "*gpuctx", "void", 0)] public object ptr_gpuctx; - [DNAFieldAttribute(4, "wmWindow", "*parent", 376)] + [DNAFieldAttribute(4, "wmWindow", "*parent", "wmWindow", 376)] public wmWindow ptr_parent; - [DNAFieldAttribute(5, "Scene", "*scene", 6744)] + [DNAFieldAttribute(5, "Scene", "*scene", "Scene", 6744)] public Scene ptr_scene; - [DNAFieldAttribute(6, "Scene", "*new_scene", 6744)] + [DNAFieldAttribute(6, "Scene", "*new_scene", "Scene", 6744)] public Scene ptr_new_scene; - [DNAFieldAttribute(7, "char", "view_layer_name[64]", 1)] + [DNAFieldAttribute(7, "char", "view_layer_name[64]", "System.Char[]", 1)] public char[] view_layer_name = new System.Char[64]; - [DNAFieldAttribute(8, "Scene", "*unpinned_scene", 6744)] + [DNAFieldAttribute(8, "Scene", "*unpinned_scene", "Scene", 6744)] public Scene ptr_unpinned_scene; - [DNAFieldAttribute(9, "WorkSpaceInstanceHook", "*workspace_hook", 32)] + [DNAFieldAttribute(9, "WorkSpaceInstanceHook", "*workspace_hook", "WorkSpaceInstanceHook", 32)] public WorkSpaceInstanceHook ptr_workspace_hook; - [DNAFieldAttribute(10, "ScrAreaMap", "global_area_map", 48)] + [DNAFieldAttribute(10, "ScrAreaMap", "global_area_map", "ScrAreaMap", 48)] public ScrAreaMap global_area_map; - [DNAFieldAttribute(11, "bScreen", "*screen", 336)] + [DNAFieldAttribute(11, "bScreen", "*screen", "bScreen", 336)] public bScreen ptr_screen; - [DNAFieldAttribute(12, "int", "winid", 4)] + [DNAFieldAttribute(12, "int", "winid", "int", 4)] public int winid; - [DNAFieldAttribute(13, "short", "posx", 2)] + [DNAFieldAttribute(13, "short", "posx", "short", 2)] public short posx; - [DNAFieldAttribute(14, "short", "posy", 2)] + [DNAFieldAttribute(14, "short", "posy", "short", 2)] public short posy; - [DNAFieldAttribute(15, "short", "sizex", 2)] + [DNAFieldAttribute(15, "short", "sizex", "short", 2)] public short sizex; - [DNAFieldAttribute(16, "short", "sizey", 2)] + [DNAFieldAttribute(16, "short", "sizey", "short", 2)] public short sizey; - [DNAFieldAttribute(17, "char", "windowstate", 1)] + [DNAFieldAttribute(17, "char", "windowstate", "char", 1)] public char windowstate; - [DNAFieldAttribute(18, "char", "active", 1)] + [DNAFieldAttribute(18, "char", "active", "char", 1)] public char active; - [DNAFieldAttribute(19, "short", "cursor", 2)] + [DNAFieldAttribute(19, "short", "cursor", "short", 2)] public short cursor; - [DNAFieldAttribute(20, "short", "lastcursor", 2)] + [DNAFieldAttribute(20, "short", "lastcursor", "short", 2)] public short lastcursor; - [DNAFieldAttribute(21, "short", "modalcursor", 2)] + [DNAFieldAttribute(21, "short", "modalcursor", "short", 2)] public short modalcursor; - [DNAFieldAttribute(22, "short", "grabcursor", 2)] + [DNAFieldAttribute(22, "short", "grabcursor", "short", 2)] public short grabcursor; - [DNAFieldAttribute(23, "short", "pie_event_type_lock", 2)] + [DNAFieldAttribute(23, "short", "pie_event_type_lock", "short", 2)] public short pie_event_type_lock; - [DNAFieldAttribute(24, "short", "pie_event_type_last", 2)] + [DNAFieldAttribute(24, "short", "pie_event_type_last", "short", 2)] public short pie_event_type_last; - [DNAFieldAttribute(25, "char", "addmousemove", 1)] + [DNAFieldAttribute(25, "char", "addmousemove", "char", 1)] public char addmousemove; - [DNAFieldAttribute(26, "char", "tag_cursor_refresh", 1)] + [DNAFieldAttribute(26, "char", "tag_cursor_refresh", "char", 1)] public char tag_cursor_refresh; - [DNAFieldAttribute(27, "char", "event_queue_check_click", 1)] + [DNAFieldAttribute(27, "char", "event_queue_check_click", "char", 1)] public char event_queue_check_click; - [DNAFieldAttribute(28, "char", "event_queue_check_drag", 1)] + [DNAFieldAttribute(28, "char", "event_queue_check_drag", "char", 1)] public char event_queue_check_drag; - [DNAFieldAttribute(29, "char", "event_queue_check_drag_handled", 1)] + [DNAFieldAttribute(29, "char", "event_queue_check_drag_handled", "char", 1)] public char event_queue_check_drag_handled; - [DNAFieldAttribute(30, "char", "event_queue_consecutive_gesture_type", 1)] + [DNAFieldAttribute(30, "char", "event_queue_consecutive_gesture_type", "char", 1)] public char event_queue_consecutive_gesture_type; - [DNAFieldAttribute(31, "int", "event_queue_consecutive_gesture_xy[2]", 4)] + [DNAFieldAttribute(31, "int", "event_queue_consecutive_gesture_xy[2]", "System.Int32[]", 4)] public int[] event_queue_consecutive_gesture_xy = new System.Int32[2]; - [DNAFieldAttribute(32, "wmEvent_ConsecutiveData", "*event_queue_consecutive_gesture_data", 0)] + [DNAFieldAttribute(32, "wmEvent_ConsecutiveData", "*event_queue_consecutive_gesture_data", "wmEvent_ConsecutiveData", 0)] public wmEvent_ConsecutiveData ptr_event_queue_consecutive_gesture_data; - [DNAFieldAttribute(33, "wmEvent", "*eventstate", 0)] + [DNAFieldAttribute(33, "wmEvent", "*eventstate", "wmEvent", 0)] public wmEvent ptr_eventstate; - [DNAFieldAttribute(34, "wmEvent", "*event_last_handled", 0)] + [DNAFieldAttribute(34, "wmEvent", "*event_last_handled", "wmEvent", 0)] public wmEvent ptr_event_last_handled; - [DNAFieldAttribute(35, "wmIMEData", "*ime_data", 0)] + [DNAFieldAttribute(35, "wmIMEData", "*ime_data", "wmIMEData", 0)] public wmIMEData ptr_ime_data; - [DNAFieldAttribute(36, "char", "ime_data_is_composing", 1)] + [DNAFieldAttribute(36, "char", "ime_data_is_composing", "char", 1)] public char ime_data_is_composing; - [DNAFieldAttribute(37, "char", "_pad1[7]", 1)] + [DNAFieldAttribute(37, "char", "_pad1[7]", "System.Char[]", 1)] public char[] _pad1 = new System.Char[7]; - [DNAFieldAttribute(38, "ListBase", "event_queue", 16)] + [DNAFieldAttribute(38, "ListBase", "event_queue", "ListBase", 16)] public ListBase event_queue; - [DNAFieldAttribute(39, "ListBase", "handlers", 16)] + [DNAFieldAttribute(39, "ListBase", "handlers", "ListBase", 16)] public ListBase handlers; - [DNAFieldAttribute(40, "ListBase", "modalhandlers", 16)] + [DNAFieldAttribute(40, "ListBase", "modalhandlers", "ListBase", 16)] public ListBase modalhandlers; - [DNAFieldAttribute(41, "ListBase", "gesture", 16)] + [DNAFieldAttribute(41, "ListBase", "gesture", "ListBase", 16)] public ListBase gesture; - [DNAFieldAttribute(42, "Stereo3dFormat", "*stereo3d_format", 8)] + [DNAFieldAttribute(42, "Stereo3dFormat", "*stereo3d_format", "Stereo3dFormat", 8)] public Stereo3dFormat ptr_stereo3d_format; - [DNAFieldAttribute(43, "ListBase", "drawcalls", 16)] + [DNAFieldAttribute(43, "ListBase", "drawcalls", "ListBase", 16)] public ListBase drawcalls; - [DNAFieldAttribute(44, "void", "*cursor_keymap_status", 0)] + [DNAFieldAttribute(44, "void", "*cursor_keymap_status", "void", 0)] public object ptr_cursor_keymap_status; - [DNAFieldAttribute(45, "uint64_t", "eventstate_prev_press_time_ms", 8)] + [DNAFieldAttribute(45, "uint64_t", "eventstate_prev_press_time_ms", "uint64_t", 8)] public ulong eventstate_prev_press_time_ms; public wmWindow() { this.ptr_next = default; diff --git a/BlendFile/DNA/wmWindowManager.cs b/BlendFile/DNA/wmWindowManager.cs index 3bffaa5..cccbf6c 100644 --- a/BlendFile/DNA/wmWindowManager.cs +++ b/BlendFile/DNA/wmWindowManager.cs @@ -15,65 +15,65 @@ namespace BlendFile.DNA { [DNAClassAttribute(1047, "wmWindowManager")] public class wmWindowManager { - [DNAFieldAttribute(0, "ID", "id", 208)] + [DNAFieldAttribute(0, "ID", "id", "ID", 208)] public ID id; - [DNAFieldAttribute(1, "wmWindow", "*windrawable", 376)] + [DNAFieldAttribute(1, "wmWindow", "*windrawable", "wmWindow", 376)] public wmWindow ptr_windrawable; - [DNAFieldAttribute(2, "wmWindow", "*winactive", 376)] + [DNAFieldAttribute(2, "wmWindow", "*winactive", "wmWindow", 376)] public wmWindow ptr_winactive; - [DNAFieldAttribute(3, "ListBase", "windows", 16)] + [DNAFieldAttribute(3, "ListBase", "windows", "ListBase", 16)] public ListBase windows; - [DNAFieldAttribute(4, "uchar", "init_flag", 1)] + [DNAFieldAttribute(4, "uchar", "init_flag", "uchar", 1)] public byte init_flag; - [DNAFieldAttribute(5, "char", "_pad0[1]", 1)] + [DNAFieldAttribute(5, "char", "_pad0[1]", "System.Char[]", 1)] public char[] _pad0 = new System.Char[1]; - [DNAFieldAttribute(6, "short", "file_saved", 2)] + [DNAFieldAttribute(6, "short", "file_saved", "short", 2)] public short file_saved; - [DNAFieldAttribute(7, "short", "op_undo_depth", 2)] + [DNAFieldAttribute(7, "short", "op_undo_depth", "short", 2)] public short op_undo_depth; - [DNAFieldAttribute(8, "short", "outliner_sync_select_dirty", 2)] + [DNAFieldAttribute(8, "short", "outliner_sync_select_dirty", "short", 2)] public short outliner_sync_select_dirty; - [DNAFieldAttribute(9, "ListBase", "operators", 16)] + [DNAFieldAttribute(9, "ListBase", "operators", "ListBase", 16)] public ListBase operators; - [DNAFieldAttribute(10, "ListBase", "notifier_queue", 16)] + [DNAFieldAttribute(10, "ListBase", "notifier_queue", "ListBase", 16)] public ListBase notifier_queue; - [DNAFieldAttribute(11, "GSet", "*notifier_queue_set", 0)] + [DNAFieldAttribute(11, "GSet", "*notifier_queue_set", "GSet", 0)] public GSet ptr_notifier_queue_set; - [DNAFieldAttribute(12, "wmNotifier", "*notifier_current", 0)] + [DNAFieldAttribute(12, "wmNotifier", "*notifier_current", "wmNotifier", 0)] public wmNotifier ptr_notifier_current; - [DNAFieldAttribute(13, "int", "extensions_updates", 4)] + [DNAFieldAttribute(13, "int", "extensions_updates", "int", 4)] public int extensions_updates; - [DNAFieldAttribute(14, "int", "extensions_blocked", 4)] + [DNAFieldAttribute(14, "int", "extensions_blocked", "int", 4)] public int extensions_blocked; - [DNAFieldAttribute(15, "ListBase", "jobs", 16)] + [DNAFieldAttribute(15, "ListBase", "jobs", "ListBase", 16)] public ListBase jobs; - [DNAFieldAttribute(16, "ListBase", "paintcursors", 16)] + [DNAFieldAttribute(16, "ListBase", "paintcursors", "ListBase", 16)] public ListBase paintcursors; - [DNAFieldAttribute(17, "ListBase", "drags", 16)] + [DNAFieldAttribute(17, "ListBase", "drags", "ListBase", 16)] public ListBase drags; - [DNAFieldAttribute(18, "ListBase", "keyconfigs", 16)] + [DNAFieldAttribute(18, "ListBase", "keyconfigs", "ListBase", 16)] public ListBase keyconfigs; - [DNAFieldAttribute(19, "wmKeyConfig", "*defaultconf", 168)] + [DNAFieldAttribute(19, "wmKeyConfig", "*defaultconf", "wmKeyConfig", 168)] public wmKeyConfig ptr_defaultconf; - [DNAFieldAttribute(20, "wmKeyConfig", "*addonconf", 168)] + [DNAFieldAttribute(20, "wmKeyConfig", "*addonconf", "wmKeyConfig", 168)] public wmKeyConfig ptr_addonconf; - [DNAFieldAttribute(21, "wmKeyConfig", "*userconf", 168)] + [DNAFieldAttribute(21, "wmKeyConfig", "*userconf", "wmKeyConfig", 168)] public wmKeyConfig ptr_userconf; - [DNAFieldAttribute(22, "ListBase", "timers", 16)] + [DNAFieldAttribute(22, "ListBase", "timers", "ListBase", 16)] public ListBase timers; - [DNAFieldAttribute(23, "wmTimer", "*autosavetimer", 0)] + [DNAFieldAttribute(23, "wmTimer", "*autosavetimer", "wmTimer", 0)] public wmTimer ptr_autosavetimer; - [DNAFieldAttribute(24, "char", "autosave_scheduled", 1)] + [DNAFieldAttribute(24, "char", "autosave_scheduled", "char", 1)] public char autosave_scheduled; - [DNAFieldAttribute(25, "char", "_pad2[7]", 1)] + [DNAFieldAttribute(25, "char", "_pad2[7]", "System.Char[]", 1)] public char[] _pad2 = new System.Char[7]; - [DNAFieldAttribute(26, "UndoStack", "*undo_stack", 0)] + [DNAFieldAttribute(26, "UndoStack", "*undo_stack", "UndoStack", 0)] public UndoStack ptr_undo_stack; - [DNAFieldAttribute(27, "wmMsgBus", "*message_bus", 0)] + [DNAFieldAttribute(27, "wmMsgBus", "*message_bus", "wmMsgBus", 0)] public wmMsgBus ptr_message_bus; - [DNAFieldAttribute(28, "wmXrData", "xr", 1008)] + [DNAFieldAttribute(28, "wmXrData", "xr", "wmXrData", 1008)] public wmXrData xr; - [DNAFieldAttribute(29, "WindowManagerRuntimeHandle", "*runtime", 0)] + [DNAFieldAttribute(29, "WindowManagerRuntimeHandle", "*runtime", "WindowManagerRuntimeHandle", 0)] public WindowManagerRuntimeHandle ptr_runtime; public wmWindowManager() { this.id = default; diff --git a/BlendFile/DNA/wmXrData.cs b/BlendFile/DNA/wmXrData.cs index 18ed472..b6b643f 100644 --- a/BlendFile/DNA/wmXrData.cs +++ b/BlendFile/DNA/wmXrData.cs @@ -15,9 +15,9 @@ namespace BlendFile.DNA { [DNAClassAttribute(1044, "wmXrData")] public class wmXrData { - [DNAFieldAttribute(0, "wmXrRuntimeData", "*runtime", 0)] + [DNAFieldAttribute(0, "wmXrRuntimeData", "*runtime", "wmXrRuntimeData", 0)] public wmXrRuntimeData ptr_runtime; - [DNAFieldAttribute(1, "XrSessionSettings", "session_settings", 1000)] + [DNAFieldAttribute(1, "XrSessionSettings", "session_settings", "XrSessionSettings", 1000)] public XrSessionSettings session_settings; public wmXrData() { this.ptr_runtime = default; diff --git a/BlendFile/DNAFieldAttribute.cs b/BlendFile/DNAFieldAttribute.cs index 1ef60c2..e618c32 100644 --- a/BlendFile/DNAFieldAttribute.cs +++ b/BlendFile/DNAFieldAttribute.cs @@ -50,10 +50,20 @@ namespace BlendFile { this._originalIndex = value; } } - public DNAFieldAttribute(int originalIndex, string originalType, string originalName, int size) { + public virtual string UnderlyingType { + get + { + return _originalType; + } + set { + this._originalType = value; + } + } + public DNAFieldAttribute(int originalIndex, string originalType, string originalName, string underlyingType, int size) { this.OriginalIndex = originalIndex; this.OriginalType = originalType; this.OriginalName = originalName; + this.OriginalType = underlyingType; this.Size = size; } } diff --git a/BlenderSharp.sln.DotSettings.user b/BlenderSharp.sln.DotSettings.user index 014660d..e6c08e5 100644 --- a/BlenderSharp.sln.DotSettings.user +++ b/BlenderSharp.sln.DotSettings.user @@ -1,6 +1,9 @@  ForceIncluded + ForceIncluded + ForceIncluded ForceIncluded + ForceIncluded ForceIncluded ForceIncluded ForceIncluded \ No newline at end of file