Added Type stubbing

This commit is contained in:
Samuele Lorefice
2025-01-22 17:56:49 +01:00
parent 2d6159e331
commit 9a949dbeab
112 changed files with 610 additions and 313 deletions

View File

@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
public float weight;
public float radius;
public char ipo;
public uchar h1;
public uchar h2;
public uchar f1;
public uchar f2;
public uchar f3;
public byte h1;
public byte h2;
public byte f1;
public byte f2;
public byte f3;
public char hide;
public char easing;
public float back;
@@ -37,11 +37,11 @@ namespace BlendFile.DNA {
float weight,
float radius,
char ipo,
uchar h1,
uchar h2,
uchar f1,
uchar f2,
uchar f3,
byte h1,
byte h2,
byte f1,
byte f2,
byte f3,
char hide,
char easing,
float back,