regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(168, "ColorManagedViewSettings")]
|
||||
[DNAClassAttribute(168, "ColorManagedViewSettings", 168)]
|
||||
public class ColorManagedViewSettings {
|
||||
[DNAFieldAttribute(0, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
@@ -31,9 +31,9 @@ namespace BlendFile.DNA {
|
||||
public float temperature;
|
||||
[DNAFieldAttribute(7, "float", "tint", "float", 4, false)]
|
||||
public float tint;
|
||||
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", "CurveMapping", 4, true)]
|
||||
[DNAFieldAttribute(8, "CurveMapping", "*curve_mapping", "CurveMapping", 8, true)]
|
||||
public CurveMapping ptr_curve_mapping;
|
||||
[DNAFieldAttribute(9, "void", "*_pad2", "void", 4, true)]
|
||||
[DNAFieldAttribute(9, "void", "*_pad2", "void", 8, true)]
|
||||
public object ptr__pad2;
|
||||
public ColorManagedViewSettings() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user