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