Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(818, "GpWeightPaint", 128)]
|
||||
public struct GpWeightPaint {
|
||||
[DNAFieldAttribute(0, "Paint", "paint", "Paint", 120, false, 0)]
|
||||
public class GpWeightPaint {
|
||||
[DNAFieldAttribute(120, "Paint", 0, "paint", "Paint", false, 0)]
|
||||
public Paint paint;
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false, 120)]
|
||||
[DNAFieldAttribute(4, "int", 1, "flag", "int", false, 120)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(2, "char", "_pad[4]", "System.Char[]", 4, false, 124)]
|
||||
[DNAFieldAttribute(4, "char", 2, "_pad[4]", "System.Char[]", false, 124)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public GpWeightPaint() {
|
||||
this.paint = default;
|
||||
|
||||
Reference in New Issue
Block a user