Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public int repeat_output_node_id;
|
||||
[DNAFieldAttribute(2, "int", "iteration", 4)]
|
||||
public int iteration;
|
||||
public RepeatZoneViewerPathElem() {
|
||||
this.@base = default;
|
||||
this.repeat_output_node_id = default;
|
||||
this.iteration = default;
|
||||
}
|
||||
public RepeatZoneViewerPathElem(ViewerPathElem @base, int repeat_output_node_id, int iteration) {
|
||||
this.@base = @base;
|
||||
this.repeat_output_node_id = repeat_output_node_id;
|
||||
|
||||
Reference in New Issue
Block a user