regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
[DNAClassAttribute(839, "View3DCursor")]
public struct View3DCursor {
[DNAFieldAttribute(0, "float", "location[3]", "System.Single[]", 4)]
[DNAFieldAttribute(0, "float", "location[3]", "System.Single[]", 12, false)]
public float[] location = new System.Single[3];
[DNAFieldAttribute(1, "float", "rotation_quaternion[4]", "System.Single[]", 4)]
[DNAFieldAttribute(1, "float", "rotation_quaternion[4]", "System.Single[]", 16, false)]
public float[] rotation_quaternion = new System.Single[4];
[DNAFieldAttribute(2, "float", "rotation_euler[3]", "System.Single[]", 4)]
[DNAFieldAttribute(2, "float", "rotation_euler[3]", "System.Single[]", 12, false)]
public float[] rotation_euler = new System.Single[3];
[DNAFieldAttribute(3, "float", "rotation_axis[3]", "System.Single[]", 4)]
[DNAFieldAttribute(3, "float", "rotation_axis[3]", "System.Single[]", 12, false)]
public float[] rotation_axis = new System.Single[3];
[DNAFieldAttribute(4, "float", "rotation_angle", "float", 4)]
[DNAFieldAttribute(4, "float", "rotation_angle", "float", 4, false)]
public float rotation_angle;
[DNAFieldAttribute(5, "short", "rotation_mode", "short", 2)]
[DNAFieldAttribute(5, "short", "rotation_mode", "short", 2, false)]
public short rotation_mode;
[DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 6, false)]
public char[] _pad = new System.Char[6];
public View3DCursor() {
this.location = default;