Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class UvSculpt {
|
||||
[DNAFieldAttribute(0, "CurveMapping", "*strength_curve", 424)]
|
||||
public CurveMapping ptr_strength_curve;
|
||||
[DNAFieldAttribute(1, "int", "size", 4)]
|
||||
public int size;
|
||||
[DNAFieldAttribute(2, "float", "strength", 4)]
|
||||
public float strength;
|
||||
[DNAFieldAttribute(3, "int8_t", "curve_preset", 1)]
|
||||
public sbyte curve_preset;
|
||||
[DNAFieldAttribute(4, "char", "_pad[7]", 1)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
public UvSculpt(CurveMapping ptr_strength_curve, int size, float strength, sbyte curve_preset, char[] _pad) {
|
||||
this.ptr_strength_curve = ptr_strength_curve;
|
||||
|
||||
Reference in New Issue
Block a user