Regenerated files
This commit is contained in:
@@ -7,14 +7,13 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct BezTriple {
|
||||
public float[,] vec = new System.Single[3][3];
|
||||
public float[,] vec = new System.Single[3,3];
|
||||
public float alfa;
|
||||
public float weight;
|
||||
public float radius;
|
||||
|
||||
Reference in New Issue
Block a user