Regenerated codefiles
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(289, "DashGpencilModifierSegment", 96)]
|
||||
public class DashGpencilModifierSegment {
|
||||
[DNAFieldAttribute(0, "char", "name[64]", "System.Char[]", 64, false, 0)]
|
||||
[DNAFieldAttribute(64, "char", 0, "name[64]", "System.Char[]", false, 0)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(1, "DashGpencilModifierData", "*dmd", "DashGpencilModifierData", 8, true, 64)]
|
||||
public DashGpencilModifierData ptr_dmd;
|
||||
[DNAFieldAttribute(2, "int", "dash", "int", 4, false, 72)]
|
||||
[DNAFieldAttribute(8, "DashGpencilModifierData", 1, "*dmd", "DashGpencilModifierData", true, 64)]
|
||||
public DashGpencilModifierData dmd;
|
||||
[DNAFieldAttribute(4, "int", 2, "dash", "int", false, 72)]
|
||||
public int dash;
|
||||
[DNAFieldAttribute(3, "int", "gap", "int", 4, false, 76)]
|
||||
[DNAFieldAttribute(4, "int", 3, "gap", "int", false, 76)]
|
||||
public int gap;
|
||||
[DNAFieldAttribute(4, "float", "radius", "float", 4, false, 80)]
|
||||
[DNAFieldAttribute(4, "float", 4, "radius", "float", false, 80)]
|
||||
public float radius;
|
||||
[DNAFieldAttribute(5, "float", "opacity", "float", 4, false, 84)]
|
||||
[DNAFieldAttribute(4, "float", 5, "opacity", "float", false, 84)]
|
||||
public float opacity;
|
||||
[DNAFieldAttribute(6, "int", "mat_nr", "int", 4, false, 88)]
|
||||
[DNAFieldAttribute(4, "int", 6, "mat_nr", "int", false, 88)]
|
||||
public int mat_nr;
|
||||
[DNAFieldAttribute(7, "int", "flag", "int", 4, false, 92)]
|
||||
[DNAFieldAttribute(4, "int", 7, "flag", "int", false, 92)]
|
||||
public int flag;
|
||||
public DashGpencilModifierSegment() {
|
||||
this.name = default;
|
||||
this.ptr_dmd = default;
|
||||
this.dmd = default;
|
||||
this.dash = default;
|
||||
this.gap = default;
|
||||
this.radius = default;
|
||||
@@ -41,9 +41,9 @@ namespace BlendFile.DNA {
|
||||
this.mat_nr = default;
|
||||
this.flag = default;
|
||||
}
|
||||
public DashGpencilModifierSegment(char[] name, DashGpencilModifierData ptr_dmd, int dash, int gap, float radius, float opacity, int mat_nr, int flag) {
|
||||
public DashGpencilModifierSegment(char[] name, DashGpencilModifierData dmd, int dash, int gap, float radius, float opacity, int mat_nr, int flag) {
|
||||
this.name = name;
|
||||
this.ptr_dmd = ptr_dmd;
|
||||
this.dmd = dmd;
|
||||
this.dash = dash;
|
||||
this.gap = gap;
|
||||
this.radius = radius;
|
||||
|
||||
Reference in New Issue
Block a user