regenerated files
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(827, "SequencerToolSettings")]
|
||||
public struct SequencerToolSettings {
|
||||
[DNAFieldAttribute(0, "int", "fit_method", "int", 4)]
|
||||
[DNAFieldAttribute(0, "int", "fit_method", "int", 4, false)]
|
||||
public int fit_method;
|
||||
[DNAFieldAttribute(1, "short", "snap_mode", "short", 2)]
|
||||
[DNAFieldAttribute(1, "short", "snap_mode", "short", 2, false)]
|
||||
public short snap_mode;
|
||||
[DNAFieldAttribute(2, "short", "snap_flag", "short", 2)]
|
||||
[DNAFieldAttribute(2, "short", "snap_flag", "short", 2, false)]
|
||||
public short snap_flag;
|
||||
[DNAFieldAttribute(3, "int", "overlap_mode", "int", 4)]
|
||||
[DNAFieldAttribute(3, "int", "overlap_mode", "int", 4, false)]
|
||||
public int overlap_mode;
|
||||
[DNAFieldAttribute(4, "int", "snap_distance", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "snap_distance", "int", 4, false)]
|
||||
public int snap_distance;
|
||||
[DNAFieldAttribute(5, "int", "pivot_point", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "pivot_point", "int", 4, false)]
|
||||
public int pivot_point;
|
||||
public SequencerToolSettings() {
|
||||
this.fit_method = default;
|
||||
|
||||
Reference in New Issue
Block a user