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