Regenerated codefiles
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(310, "GreasePencilDrawingReference", 16)]
|
||||
public class GreasePencilDrawingReference {
|
||||
[DNAFieldAttribute(0, "GreasePencilDrawingBase", "base", "GreasePencilDrawingBase", 8, false, 0)]
|
||||
[DNAFieldAttribute(8, "GreasePencilDrawingBase", 0, "base", "GreasePencilDrawingBase", false, 0)]
|
||||
public GreasePencilDrawingBase @base;
|
||||
[DNAFieldAttribute(1, "GreasePencil", "*id_reference", "GreasePencil", 8, true, 8)]
|
||||
public GreasePencil ptr_id_reference;
|
||||
[DNAFieldAttribute(8, "GreasePencil", 1, "*id_reference", "GreasePencil", true, 8)]
|
||||
public GreasePencil id_reference;
|
||||
public GreasePencilDrawingReference() {
|
||||
this.@base = default;
|
||||
this.ptr_id_reference = default;
|
||||
this.id_reference = default;
|
||||
}
|
||||
public GreasePencilDrawingReference(GreasePencilDrawingBase @base, GreasePencil ptr_id_reference) {
|
||||
public GreasePencilDrawingReference(GreasePencilDrawingBase @base, GreasePencil id_reference) {
|
||||
this.@base = @base;
|
||||
this.ptr_id_reference = ptr_id_reference;
|
||||
this.id_reference = id_reference;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user