regenerate files
This commit is contained in:
@@ -13,9 +13,9 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(900, "SpeedControlVars")]
|
||||
[DNAClassAttribute(900, "SpeedControlVars", 32)]
|
||||
public class SpeedControlVars {
|
||||
[DNAFieldAttribute(0, "float", "*frameMap", "float", 4, true)]
|
||||
[DNAFieldAttribute(0, "float", "*frameMap", "float", 8, true)]
|
||||
public float ptr_frameMap;
|
||||
[DNAFieldAttribute(1, "float", "globalSpeed", "float", 4, false)]
|
||||
public float globalSpeed;
|
||||
|
||||
Reference in New Issue
Block a user