Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeGeometryRepeatInput {
|
||||
[DNAFieldAttribute(0, "int", "output_node_id", 4)]
|
||||
public int output_node_id;
|
||||
public NodeGeometryRepeatInput(int output_node_id) {
|
||||
this.output_node_id = output_node_id;
|
||||
|
||||
Reference in New Issue
Block a user