regenerate files

This commit is contained in:
mm00
2025-02-19 18:48:50 +01:00
parent 33a8f1baf3
commit b66247488e
937 changed files with 2572 additions and 2562 deletions

View File

@@ -13,7 +13,7 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(1024, "RegionView3D")]
[DNAClassAttribute(1024, "RegionView3D", 928)]
public class RegionView3D {
[DNAFieldAttribute(0, "float", "winmat[4][4]", "System.Single[,]", 64, false)]
public float[,] winmat = new System.Single[4,4];
@@ -35,15 +35,15 @@ namespace BlendFile.DNA {
public float[,] clip = new System.Single[6,4];
[DNAFieldAttribute(9, "float", "clip_local[6][4]", "System.Single[,]", 96, false)]
public float[,] clip_local = new System.Single[6,4];
[DNAFieldAttribute(10, "BoundBox", "*clipbb", "BoundBox", 4, true)]
[DNAFieldAttribute(10, "BoundBox", "*clipbb", "BoundBox", 8, true)]
public BoundBox ptr_clipbb;
[DNAFieldAttribute(11, "RegionView3D", "*localvd", "RegionView3D", 4, true)]
[DNAFieldAttribute(11, "RegionView3D", "*localvd", "RegionView3D", 8, true)]
public RegionView3D ptr_localvd;
[DNAFieldAttribute(12, "ViewRender", "*view_render", "ViewRender", 4, true)]
[DNAFieldAttribute(12, "ViewRender", "*view_render", "ViewRender", 8, true)]
public ViewRender ptr_view_render;
[DNAFieldAttribute(13, "SmoothView3DStore", "*sms", "SmoothView3DStore", 4, true)]
[DNAFieldAttribute(13, "SmoothView3DStore", "*sms", "SmoothView3DStore", 8, true)]
public SmoothView3DStore ptr_sms;
[DNAFieldAttribute(14, "wmTimer", "*smooth_timer", "wmTimer", 4, true)]
[DNAFieldAttribute(14, "wmTimer", "*smooth_timer", "wmTimer", 8, true)]
public wmTimer ptr_smooth_timer;
[DNAFieldAttribute(15, "float", "twmat[4][4]", "System.Single[,]", 64, false)]
public float[,] twmat = new System.Single[4,4];