regenerated files
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(720, "NodeGeometryAttributeCapture")]
|
||||
public class NodeGeometryAttributeCapture {
|
||||
[DNAFieldAttribute(0, "int8_t", "data_type", 1)]
|
||||
[DNAFieldAttribute(0, "int8_t", "data_type", "int8_t", 1)]
|
||||
public sbyte data_type;
|
||||
[DNAFieldAttribute(1, "int8_t", "domain", 1)]
|
||||
[DNAFieldAttribute(1, "int8_t", "domain", "int8_t", 1)]
|
||||
public sbyte domain;
|
||||
[DNAFieldAttribute(2, "char", "_pad[2]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "_pad[2]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(3, "int", "next_identifier", 4)]
|
||||
[DNAFieldAttribute(3, "int", "next_identifier", "int", 4)]
|
||||
public int next_identifier;
|
||||
[DNAFieldAttribute(4, "NodeGeometryAttributeCaptureItem", "*capture_items", 16)]
|
||||
[DNAFieldAttribute(4, "NodeGeometryAttributeCaptureItem", "*capture_items", "NodeGeometryAttributeCaptureItem", 16)]
|
||||
public NodeGeometryAttributeCaptureItem ptr_capture_items;
|
||||
[DNAFieldAttribute(5, "int", "capture_items_num", 4)]
|
||||
[DNAFieldAttribute(5, "int", "capture_items_num", "int", 4)]
|
||||
public int capture_items_num;
|
||||
[DNAFieldAttribute(6, "int", "active_index", 4)]
|
||||
[DNAFieldAttribute(6, "int", "active_index", "int", 4)]
|
||||
public int active_index;
|
||||
public NodeGeometryAttributeCapture() {
|
||||
this.data_type = default;
|
||||
|
||||
Reference in New Issue
Block a user