regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(403, "LineStyleThicknessModifier_Calligraphy")]
|
||||
public struct LineStyleThicknessModifier_Calligraphy {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96)]
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "float", "min_thickness", "float", 4)]
|
||||
[DNAFieldAttribute(1, "float", "min_thickness", "float", 4, false)]
|
||||
public float min_thickness;
|
||||
[DNAFieldAttribute(2, "float", "max_thickness", "float", 4)]
|
||||
[DNAFieldAttribute(2, "float", "max_thickness", "float", 4, false)]
|
||||
public float max_thickness;
|
||||
[DNAFieldAttribute(3, "float", "orientation", "float", 4)]
|
||||
[DNAFieldAttribute(3, "float", "orientation", "float", 4, false)]
|
||||
public float orientation;
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public LineStyleThicknessModifier_Calligraphy() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user