regenerate files
This commit is contained in:
@@ -13,11 +13,11 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(177, "bSplineIKConstraint")]
|
||||
[DNAClassAttribute(177, "bSplineIKConstraint", 48)]
|
||||
public class bSplineIKConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", "Object", 4, true)]
|
||||
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "float", "*points", "float", 4, true)]
|
||||
[DNAFieldAttribute(1, "float", "*points", "float", 8, true)]
|
||||
public float ptr_points;
|
||||
[DNAFieldAttribute(2, "short", "numpoints", "short", 2, false)]
|
||||
public short numpoints;
|
||||
|
||||
Reference in New Issue
Block a user