regenerate files
This commit is contained in:
@@ -13,25 +13,25 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(828, "ToolSettings")]
|
||||
[DNAClassAttribute(828, "ToolSettings", 1072)]
|
||||
public class ToolSettings {
|
||||
[DNAFieldAttribute(0, "VPaint", "*vpaint", "VPaint", 4, true)]
|
||||
[DNAFieldAttribute(0, "VPaint", "*vpaint", "VPaint", 8, true)]
|
||||
public VPaint ptr_vpaint;
|
||||
[DNAFieldAttribute(1, "VPaint", "*wpaint", "VPaint", 4, true)]
|
||||
[DNAFieldAttribute(1, "VPaint", "*wpaint", "VPaint", 8, true)]
|
||||
public VPaint ptr_wpaint;
|
||||
[DNAFieldAttribute(2, "Sculpt", "*sculpt", "Sculpt", 4, true)]
|
||||
[DNAFieldAttribute(2, "Sculpt", "*sculpt", "Sculpt", 8, true)]
|
||||
public Sculpt ptr_sculpt;
|
||||
[DNAFieldAttribute(3, "UvSculpt", "uvsculpt", "UvSculpt", 24, false)]
|
||||
public UvSculpt uvsculpt;
|
||||
[DNAFieldAttribute(4, "GpPaint", "*gp_paint", "GpPaint", 4, true)]
|
||||
[DNAFieldAttribute(4, "GpPaint", "*gp_paint", "GpPaint", 8, true)]
|
||||
public GpPaint ptr_gp_paint;
|
||||
[DNAFieldAttribute(5, "GpVertexPaint", "*gp_vertexpaint", "GpVertexPaint", 4, true)]
|
||||
[DNAFieldAttribute(5, "GpVertexPaint", "*gp_vertexpaint", "GpVertexPaint", 8, true)]
|
||||
public GpVertexPaint ptr_gp_vertexpaint;
|
||||
[DNAFieldAttribute(6, "GpSculptPaint", "*gp_sculptpaint", "GpSculptPaint", 4, true)]
|
||||
[DNAFieldAttribute(6, "GpSculptPaint", "*gp_sculptpaint", "GpSculptPaint", 8, true)]
|
||||
public GpSculptPaint ptr_gp_sculptpaint;
|
||||
[DNAFieldAttribute(7, "GpWeightPaint", "*gp_weightpaint", "GpWeightPaint", 4, true)]
|
||||
[DNAFieldAttribute(7, "GpWeightPaint", "*gp_weightpaint", "GpWeightPaint", 8, true)]
|
||||
public GpWeightPaint ptr_gp_weightpaint;
|
||||
[DNAFieldAttribute(8, "CurvesSculpt", "*curves_sculpt", "CurvesSculpt", 4, true)]
|
||||
[DNAFieldAttribute(8, "CurvesSculpt", "*curves_sculpt", "CurvesSculpt", 8, true)]
|
||||
public CurvesSculpt ptr_curves_sculpt;
|
||||
[DNAFieldAttribute(9, "float", "vgroup_weight", "float", 4, false)]
|
||||
public float vgroup_weight;
|
||||
@@ -187,9 +187,9 @@ namespace BlendFile.DNA {
|
||||
public float[] normal_vector = new System.Single[3];
|
||||
[DNAFieldAttribute(85, "char", "_pad6[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad6 = new System.Char[4];
|
||||
[DNAFieldAttribute(86, "CurveProfile", "*custom_bevel_profile_preset", "CurveProfile", 4, true)]
|
||||
[DNAFieldAttribute(86, "CurveProfile", "*custom_bevel_profile_preset", "CurveProfile", 8, true)]
|
||||
public CurveProfile ptr_custom_bevel_profile_preset;
|
||||
[DNAFieldAttribute(87, "SequencerToolSettings", "*sequencer_tool_settings", "SequencerToolSettings", 4, true)]
|
||||
[DNAFieldAttribute(87, "SequencerToolSettings", "*sequencer_tool_settings", "SequencerToolSettings", 8, true)]
|
||||
public SequencerToolSettings ptr_sequencer_tool_settings;
|
||||
[DNAFieldAttribute(88, "short", "snap_mode_tools", "short", 2, false)]
|
||||
public short snap_mode_tools;
|
||||
|
||||
Reference in New Issue
Block a user