mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 14:58:05 +08:00
WIP: Thumbnails
This commit is contained in:
@@ -643,6 +643,14 @@ impl ParsedNodeFn {
|
||||
"ExtractAnimationTime" => dependency_tokens.push(quote::quote! {ExtractAnimationTime}),
|
||||
"ExtractIndex" => dependency_tokens.push(quote::quote! {ExtractIndex}),
|
||||
"ExtractVarArgs" => dependency_tokens.push(quote::quote! {ExtractVarArgs}),
|
||||
"ExtractAll" => {
|
||||
dependency_tokens.push(quote::quote! {ExtractFootprint});
|
||||
dependency_tokens.push(quote::quote! {ExtractDownstreamTransform});
|
||||
dependency_tokens.push(quote::quote! {ExtractRealTime});
|
||||
dependency_tokens.push(quote::quote! {ExtractAnimationTime});
|
||||
dependency_tokens.push(quote::quote! {ExtractIndex});
|
||||
dependency_tokens.push(quote::quote! {ExtractVarArgs});
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user