Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public GreasePencilDrawingBase @base;
|
||||
[DNAFieldAttribute(1, "GreasePencil", "*id_reference", 592)]
|
||||
public GreasePencil ptr_id_reference;
|
||||
public GreasePencilDrawingReference() {
|
||||
this.@base = default;
|
||||
this.ptr_id_reference = default;
|
||||
}
|
||||
public GreasePencilDrawingReference(GreasePencilDrawingBase @base, GreasePencil ptr_id_reference) {
|
||||
this.@base = @base;
|
||||
this.ptr_id_reference = ptr_id_reference;
|
||||
|
||||
Reference in New Issue
Block a user