Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct ViewerPath {
|
||||
[DNAFieldAttribute(0, "ListBase", "path", 16)]
|
||||
public ListBase path;
|
||||
public ViewerPath(ListBase path) {
|
||||
this.path = path;
|
||||
|
||||
Reference in New Issue
Block a user