Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct CurvesSculpt {
|
||||
[DNAFieldAttribute(0, "Paint", "paint", 120)]
|
||||
public Paint paint;
|
||||
public CurvesSculpt(Paint paint) {
|
||||
this.paint = paint;
|
||||
|
||||
Reference in New Issue
Block a user