Added Generation Output
This commit is contained in:
20
BlendFile/DNA/MetaStack.cs
Normal file
20
BlendFile/DNA/MetaStack.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class MetaStack {
|
||||
public MetaStack ptr_next;
|
||||
public MetaStack ptr_prev;
|
||||
public ListBase ptr_oldbasep;
|
||||
public ListBase ptr_old_channels;
|
||||
public Sequence ptr_parseq;
|
||||
public int[] disp_range = new System.Int32[2];
|
||||
public MetaStack(MetaStack ptr_next, MetaStack ptr_prev, ListBase ptr_oldbasep, ListBase ptr_old_channels, Sequence ptr_parseq, int[] disp_range) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.ptr_oldbasep = ptr_oldbasep;
|
||||
this.ptr_old_channels = ptr_old_channels;
|
||||
this.ptr_parseq = ptr_parseq;
|
||||
this.disp_range = disp_range;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user