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,21 +15,21 @@ namespace BlendFile.DNA {
[DNAClassAttribute(145, "CameraStereoSettings")]
public struct CameraStereoSettings {
[DNAFieldAttribute(0, "float", "interocular_distance", 4)]
[DNAFieldAttribute(0, "float", "interocular_distance", "float", 4)]
public float interocular_distance;
[DNAFieldAttribute(1, "float", "convergence_distance", 4)]
[DNAFieldAttribute(1, "float", "convergence_distance", "float", 4)]
public float convergence_distance;
[DNAFieldAttribute(2, "short", "convergence_mode", 2)]
[DNAFieldAttribute(2, "short", "convergence_mode", "short", 2)]
public short convergence_mode;
[DNAFieldAttribute(3, "short", "pivot", 2)]
[DNAFieldAttribute(3, "short", "pivot", "short", 2)]
public short pivot;
[DNAFieldAttribute(4, "short", "flag", 2)]
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
public short flag;
[DNAFieldAttribute(5, "char", "_pad[2]", 1)]
[DNAFieldAttribute(5, "char", "_pad[2]", "System.Char[]", 1)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(6, "float", "pole_merge_angle_from", 4)]
[DNAFieldAttribute(6, "float", "pole_merge_angle_from", "float", 4)]
public float pole_merge_angle_from;
[DNAFieldAttribute(7, "float", "pole_merge_angle_to", 4)]
[DNAFieldAttribute(7, "float", "pole_merge_angle_to", "float", 4)]
public float pole_merge_angle_to;
public CameraStereoSettings() {
this.interocular_distance = default;