regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(130, "BrushCurvesSculptSettings")]
|
||||
[DNAClassAttribute(130, "BrushCurvesSculptSettings", 48)]
|
||||
public class BrushCurvesSculptSettings {
|
||||
[DNAFieldAttribute(0, "int", "add_amount", "int", 4, false)]
|
||||
public int add_amount;
|
||||
@@ -35,7 +35,7 @@ namespace BlendFile.DNA {
|
||||
public byte density_mode;
|
||||
[DNAFieldAttribute(9, "char", "_pad[7]", "System.Char[]", 7, false)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
[DNAFieldAttribute(10, "CurveMapping", "*curve_parameter_falloff", "CurveMapping", 4, true)]
|
||||
[DNAFieldAttribute(10, "CurveMapping", "*curve_parameter_falloff", "CurveMapping", 8, true)]
|
||||
public CurveMapping ptr_curve_parameter_falloff;
|
||||
public BrushCurvesSculptSettings() {
|
||||
this.add_amount = default;
|
||||
|
||||
Reference in New Issue
Block a user