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