regenerated files
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(630, "NodeConvertColorSpace")]
|
||||
public struct NodeConvertColorSpace {
|
||||
[DNAFieldAttribute(0, "char", "from_color_space[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(0, "char", "from_color_space[64]", "System.Char[]", 64, false)]
|
||||
public char[] from_color_space = new System.Char[64];
|
||||
[DNAFieldAttribute(1, "char", "to_color_space[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "to_color_space[64]", "System.Char[]", 64, false)]
|
||||
public char[] to_color_space = new System.Char[64];
|
||||
public NodeConvertColorSpace() {
|
||||
this.from_color_space = default;
|
||||
|
||||
Reference in New Issue
Block a user