timeformatnode: implement

This commit is contained in:
itsmattkc
2022-07-17 14:39:58 -07:00
parent 9662822a2e
commit f157315690
6 changed files with 159 additions and 0 deletions
+3
View File
@@ -62,6 +62,7 @@
#include "project/folder/folder.h"
#include "project/footage/footage.h"
#include "project/sequence/sequence.h"
#include "time/timeformat/timeformat.h"
#include "time/timeoffset/timeoffsetnode.h"
#include "time/timeremap/timeremap.h"
@@ -291,6 +292,8 @@ Node *NodeFactory::CreateFromFactoryIndex(const NodeFactory::InternalID &id)
return new MaskDistortNode();
case kDropShadowFilter:
return new DropShadowFilter();
case kTimeFormat:
return new TimeFormatNode();
case kInternalNodeCount:
break;