regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

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