Regenerated codefiles
This commit is contained in:
@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(1035, "RepeatZoneViewerPathElem", 40)]
|
||||
public struct RepeatZoneViewerPathElem {
|
||||
[DNAFieldAttribute(0, "ViewerPathElem", "base", "ViewerPathElem", 32, false, 0)]
|
||||
public class RepeatZoneViewerPathElem {
|
||||
[DNAFieldAttribute(32, "ViewerPathElem", 0, "base", "ViewerPathElem", false, 0)]
|
||||
public ViewerPathElem @base;
|
||||
[DNAFieldAttribute(1, "int", "repeat_output_node_id", "int", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "int", 1, "repeat_output_node_id", "int", false, 32)]
|
||||
public int repeat_output_node_id;
|
||||
[DNAFieldAttribute(2, "int", "iteration", "int", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "int", 2, "iteration", "int", false, 36)]
|
||||
public int iteration;
|
||||
public RepeatZoneViewerPathElem() {
|
||||
this.@base = default;
|
||||
|
||||
Reference in New Issue
Block a user