- 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(36, "LibraryWeakReference")]
|
||||
public struct LibraryWeakReference {
|
||||
[DNAFieldAttribute(0, "char", "library_filepath[1024]", 1)]
|
||||
public char[] library_filepath = new System.Char[1024];
|
||||
|
||||
Reference in New Issue
Block a user