regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(882, "Strip")]
|
||||
[DNAClassAttribute(882, "Strip", 904)]
|
||||
public class Strip {
|
||||
[DNAFieldAttribute(0, "Strip", "*next", "Strip", 4, true)]
|
||||
[DNAFieldAttribute(0, "Strip", "*next", "Strip", 8, true)]
|
||||
public Strip ptr_next;
|
||||
[DNAFieldAttribute(1, "Strip", "*prev", "Strip", 4, true)]
|
||||
[DNAFieldAttribute(1, "Strip", "*prev", "Strip", 8, true)]
|
||||
public Strip ptr_prev;
|
||||
[DNAFieldAttribute(2, "int", "us", "int", 4, false)]
|
||||
public int us;
|
||||
@@ -27,17 +27,17 @@ namespace BlendFile.DNA {
|
||||
public int startstill;
|
||||
[DNAFieldAttribute(5, "int", "endstill", "int", 4, false)]
|
||||
public int endstill;
|
||||
[DNAFieldAttribute(6, "StripElem", "*stripdata", "StripElem", 4, true)]
|
||||
[DNAFieldAttribute(6, "StripElem", "*stripdata", "StripElem", 8, true)]
|
||||
public StripElem ptr_stripdata;
|
||||
[DNAFieldAttribute(7, "char", "dir[768]", "System.Char[]", 768, false)]
|
||||
public char[] dir = new System.Char[768];
|
||||
[DNAFieldAttribute(8, "StripProxy", "*proxy", "StripProxy", 4, true)]
|
||||
[DNAFieldAttribute(8, "StripProxy", "*proxy", "StripProxy", 8, true)]
|
||||
public StripProxy ptr_proxy;
|
||||
[DNAFieldAttribute(9, "StripCrop", "*crop", "StripCrop", 4, true)]
|
||||
[DNAFieldAttribute(9, "StripCrop", "*crop", "StripCrop", 8, true)]
|
||||
public StripCrop ptr_crop;
|
||||
[DNAFieldAttribute(10, "StripTransform", "*transform", "StripTransform", 4, true)]
|
||||
[DNAFieldAttribute(10, "StripTransform", "*transform", "StripTransform", 8, true)]
|
||||
public StripTransform ptr_transform;
|
||||
[DNAFieldAttribute(11, "StripColorBalance", "*color_balance", "StripColorBalance", 4, true)]
|
||||
[DNAFieldAttribute(11, "StripColorBalance", "*color_balance", "StripColorBalance", 8, true)]
|
||||
public StripColorBalance ptr_color_balance;
|
||||
[DNAFieldAttribute(12, "ColorManagedColorspaceSettings", "colorspace_settings", "ColorManagedColorspaceSettings", 64, false)]
|
||||
public ColorManagedColorspaceSettings colorspace_settings;
|
||||
|
||||
Reference in New Issue
Block a user