Regenerated all the files
This commit is contained in:
@@ -11,10 +11,14 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct RepeatZoneViewerPathElem {
|
||||
[DNAFieldAttribute(0, "ViewerPathElem", "base", 32)]
|
||||
public ViewerPathElem @base;
|
||||
[DNAFieldAttribute(1, "int", "repeat_output_node_id", 4)]
|
||||
public int repeat_output_node_id;
|
||||
[DNAFieldAttribute(2, "int", "iteration", 4)]
|
||||
public int iteration;
|
||||
public RepeatZoneViewerPathElem(ViewerPathElem @base, int repeat_output_node_id, int iteration) {
|
||||
this.@base = @base;
|
||||
|
||||
Reference in New Issue
Block a user