Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeConvertColorSpace {
|
||||
[DNAFieldAttribute(0, "char", "from_color_space[64]", 1)]
|
||||
public char[] from_color_space = new System.Char[64];
|
||||
[DNAFieldAttribute(1, "char", "to_color_space[64]", 1)]
|
||||
public char[] to_color_space = new System.Char[64];
|
||||
public NodeConvertColorSpace(char[] from_color_space, char[] to_color_space) {
|
||||
this.from_color_space = from_color_space;
|
||||
|
||||
Reference in New Issue
Block a user