- 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(768, "LightLinking")]
|
||||
public class LightLinking {
|
||||
[DNAFieldAttribute(0, "Collection", "*receiver_collection", 376)]
|
||||
public Collection ptr_receiver_collection;
|
||||
|
||||
Reference in New Issue
Block a user