Regenerated codefiles
This commit is contained in:
@@ -14,18 +14,18 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(513, "WeightedNormalModifierData", 192)]
|
||||
public struct WeightedNormalModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
public class WeightedNormalModifierData {
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "char", "defgrp_name[64]", "System.Char[]", 64, false, 120)]
|
||||
[DNAFieldAttribute(64, "char", 1, "defgrp_name[64]", "System.Char[]", false, 120)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "char", "mode", "char", 1, false, 184)]
|
||||
[DNAFieldAttribute(1, "char", 2, "mode", "char", false, 184)]
|
||||
public char mode;
|
||||
[DNAFieldAttribute(3, "char", "flag", "char", 1, false, 185)]
|
||||
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 185)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(4, "short", "weight", "short", 2, false, 186)]
|
||||
[DNAFieldAttribute(2, "short", 4, "weight", "short", false, 186)]
|
||||
public short weight;
|
||||
[DNAFieldAttribute(5, "float", "thresh", "float", 4, false, 188)]
|
||||
[DNAFieldAttribute(4, "float", 5, "thresh", "float", false, 188)]
|
||||
public float thresh;
|
||||
public WeightedNormalModifierData() {
|
||||
this.modifier = default;
|
||||
|
||||
Reference in New Issue
Block a user