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,18 +14,18 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(827, "SequencerToolSettings", 20)]
public struct SequencerToolSettings {
[DNAFieldAttribute(0, "int", "fit_method", "int", 4, false, 0)]
public class SequencerToolSettings {
[DNAFieldAttribute(4, "int", 0, "fit_method", "int", false, 0)]
public int fit_method;
[DNAFieldAttribute(1, "short", "snap_mode", "short", 2, false, 4)]
[DNAFieldAttribute(2, "short", 1, "snap_mode", "short", false, 4)]
public short snap_mode;
[DNAFieldAttribute(2, "short", "snap_flag", "short", 2, false, 6)]
[DNAFieldAttribute(2, "short", 2, "snap_flag", "short", false, 6)]
public short snap_flag;
[DNAFieldAttribute(3, "int", "overlap_mode", "int", 4, false, 8)]
[DNAFieldAttribute(4, "int", 3, "overlap_mode", "int", false, 8)]
public int overlap_mode;
[DNAFieldAttribute(4, "int", "snap_distance", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 4, "snap_distance", "int", false, 12)]
public int snap_distance;
[DNAFieldAttribute(5, "int", "pivot_point", "int", 4, false, 16)]
[DNAFieldAttribute(4, "int", 5, "pivot_point", "int", false, 16)]
public int pivot_point;
public SequencerToolSettings() {
this.fit_method = default;