regenerate files
This commit is contained in:
@@ -13,9 +13,9 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(150, "CameraDOFSettings")]
|
||||
[DNAClassAttribute(150, "CameraDOFSettings", 96)]
|
||||
public class CameraDOFSettings {
|
||||
[DNAFieldAttribute(0, "Object", "*focus_object", "Object", 4, true)]
|
||||
[DNAFieldAttribute(0, "Object", "*focus_object", "Object", 8, true)]
|
||||
public Object ptr_focus_object;
|
||||
[DNAFieldAttribute(1, "char", "focus_subtarget[64]", "System.Char[]", 64, false)]
|
||||
public char[] focus_subtarget = new System.Char[64];
|
||||
|
||||
Reference in New Issue
Block a user