- Modified DNAClassAttribute to also support usage on structs
- Added auto generation of DNAClass attributes on file generation - Regenerated all files
This commit is contained in:
@@ -13,6 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(660, "NodePlaneTrackDeformData")]
|
||||
public struct NodePlaneTrackDeformData {
|
||||
[DNAFieldAttribute(0, "char", "tracking_object[64]", 1)]
|
||||
public char[] tracking_object = new System.Char[64];
|
||||
|
||||
Reference in New Issue
Block a user