regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(261, "bGPDstroke_Runtime")]
|
||||
[DNAClassAttribute(261, "bGPDstroke_Runtime", 168)]
|
||||
public class bGPDstroke_Runtime {
|
||||
[DNAFieldAttribute(0, "char", "tmp_layerinfo[128]", "System.Char[]", 128, false)]
|
||||
public char[] tmp_layerinfo = new System.Char[128];
|
||||
@@ -29,9 +29,9 @@ namespace BlendFile.DNA {
|
||||
public int curve_start;
|
||||
[DNAFieldAttribute(6, "int", "_pad0", "int", 4, false)]
|
||||
public int _pad0;
|
||||
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 4, true)]
|
||||
[DNAFieldAttribute(7, "bGPDstroke", "*gps_orig", "bGPDstroke", 8, true)]
|
||||
public bGPDstroke ptr_gps_orig;
|
||||
[DNAFieldAttribute(8, "void", "*_pad2", "void", 4, true)]
|
||||
[DNAFieldAttribute(8, "void", "*_pad2", "void", 8, true)]
|
||||
public object ptr__pad2;
|
||||
public bGPDstroke_Runtime() {
|
||||
this.tmp_layerinfo = default;
|
||||
|
||||
Reference in New Issue
Block a user