regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(540, "GreasePencilWeightAngleModifierData")]
|
||||
[DNAClassAttribute(540, "GreasePencilWeightAngleModifierData", 376)]
|
||||
public class GreasePencilWeightAngleModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false)]
|
||||
public ModifierData modifier;
|
||||
@@ -31,7 +31,7 @@ namespace BlendFile.DNA {
|
||||
public float angle;
|
||||
[DNAFieldAttribute(7, "char", "target_vgname[64]", "System.Char[]", 64, false)]
|
||||
public char[] target_vgname = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "void", "*_pad", "void", 4, true)]
|
||||
[DNAFieldAttribute(8, "void", "*_pad", "void", 8, true)]
|
||||
public object ptr__pad;
|
||||
public GreasePencilWeightAngleModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user