Regenerated all the files
This commit is contained in:
@@ -11,20 +11,34 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class Strip {
|
||||
[DNAFieldAttribute(0, "Strip", "*next", 904)]
|
||||
public Strip ptr_next;
|
||||
[DNAFieldAttribute(1, "Strip", "*prev", 904)]
|
||||
public Strip ptr_prev;
|
||||
[DNAFieldAttribute(2, "int", "us", 4)]
|
||||
public int us;
|
||||
[DNAFieldAttribute(3, "int", "done", 4)]
|
||||
public int done;
|
||||
[DNAFieldAttribute(4, "int", "startstill", 4)]
|
||||
public int startstill;
|
||||
[DNAFieldAttribute(5, "int", "endstill", 4)]
|
||||
public int endstill;
|
||||
[DNAFieldAttribute(6, "StripElem", "*stripdata", 268)]
|
||||
public StripElem ptr_stripdata;
|
||||
[DNAFieldAttribute(7, "char", "dir[768]", 1)]
|
||||
public char[] dir = new System.Char[768];
|
||||
[DNAFieldAttribute(8, "StripProxy", "*proxy", 1048)]
|
||||
public StripProxy ptr_proxy;
|
||||
[DNAFieldAttribute(9, "StripCrop", "*crop", 16)]
|
||||
public StripCrop ptr_crop;
|
||||
[DNAFieldAttribute(10, "StripTransform", "*transform", 32)]
|
||||
public StripTransform ptr_transform;
|
||||
[DNAFieldAttribute(11, "StripColorBalance", "*color_balance", 84)]
|
||||
public StripColorBalance ptr_color_balance;
|
||||
[DNAFieldAttribute(12, "ColorManagedColorspaceSettings", "colorspace_settings", 64)]
|
||||
public ColorManagedColorspaceSettings colorspace_settings;
|
||||
public Strip(Strip ptr_next, Strip ptr_prev, int us, int done, int startstill, int endstill, StripElem ptr_stripdata, char[] dir, StripProxy ptr_proxy, StripCrop ptr_crop, StripTransform ptr_transform, StripColorBalance ptr_color_balance, ColorManagedColorspaceSettings colorspace_settings) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user