Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public ListBase edgebase;
|
||||
[DNAFieldAttribute(2, "ListBase", "areabase", 16)]
|
||||
public ListBase areabase;
|
||||
public ScrAreaMap() {
|
||||
this.vertbase = default;
|
||||
this.edgebase = default;
|
||||
this.areabase = default;
|
||||
}
|
||||
public ScrAreaMap(ListBase vertbase, ListBase edgebase, ListBase areabase) {
|
||||
this.vertbase = vertbase;
|
||||
this.edgebase = edgebase;
|
||||
|
||||
Reference in New Issue
Block a user