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