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