Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,16 +11,26 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class GreasePencilModifierInfluenceData {
[DNAFieldAttribute(0, "int", "flag", 4)]
public int flag;
[DNAFieldAttribute(1, "char", "_pad1[4]", 1)]
public char[] _pad1 = new System.Char[4];
[DNAFieldAttribute(2, "char", "layer_name[64]", 1)]
public char[] layer_name = new System.Char[64];
[DNAFieldAttribute(3, "Material", "*material", 392)]
public Material ptr_material;
[DNAFieldAttribute(4, "int", "layer_pass", 4)]
public int layer_pass;
[DNAFieldAttribute(5, "int", "material_pass", 4)]
public int material_pass;
[DNAFieldAttribute(6, "char", "vertex_group_name[64]", 1)]
public char[] vertex_group_name = new System.Char[64];
[DNAFieldAttribute(7, "CurveMapping", "*custom_curve", 424)]
public CurveMapping ptr_custom_curve;
[DNAFieldAttribute(8, "void", "*_pad2", 0)]
public object ptr__pad2;
public GreasePencilModifierInfluenceData(int flag, char[] _pad1, char[] layer_name, Material ptr_material, int layer_pass, int material_pass, char[] vertex_group_name, CurveMapping ptr_custom_curve, object ptr__pad2) {
this.flag = flag;