Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,16 +14,16 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(83, "FCM_EnvelopeData", 16)]
public struct FCM_EnvelopeData {
[DNAFieldAttribute(0, "float", "min", "float", 4, false, 0)]
public class FCM_EnvelopeData {
[DNAFieldAttribute(4, "float", 0, "min", "float", false, 0)]
public float min;
[DNAFieldAttribute(1, "float", "max", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "max", "float", false, 4)]
public float max;
[DNAFieldAttribute(2, "float", "time", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 2, "time", "float", false, 8)]
public float time;
[DNAFieldAttribute(3, "short", "f1", "short", 2, false, 12)]
[DNAFieldAttribute(2, "short", 3, "f1", "short", false, 12)]
public short f1;
[DNAFieldAttribute(4, "short", "f2", "short", 2, false, 14)]
[DNAFieldAttribute(2, "short", 4, "f2", "short", false, 14)]
public short f2;
public FCM_EnvelopeData() {
this.min = default;