@@ -16,7 +16,7 @@ use graphene_std::raster::color::Color;
1616use graphene_std:: raster:: * ;
1717use graphene_std:: raster:: { CPU , Raster } ;
1818use graphene_std:: render_node:: RenderIntermediate ;
19- use graphene_std:: table:: { AttributeColumnDyn , AttributeValueDyn , Table , TableDyn } ;
19+ use graphene_std:: table:: { AttributeDyn , AttributeValueDyn , Table , TableDyn } ;
2020use graphene_std:: transform:: Footprint ;
2121use graphene_std:: uuid:: NodeId ;
2222use graphene_std:: vector:: Vector ;
@@ -42,19 +42,19 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
4242 #[ cfg( feature = "gpu" ) ]
4343 convert_node!( from: Table <Raster <GPU >>, to: Table <Graphic >) ,
4444 // Type-erased attribute column conversions for the `Attach Attribute` node, so it monomorphizes only over the destination table type.
45- convert_node!( from: Table <Artboard >, to: AttributeColumnDyn ) ,
46- convert_node!( from: Table <Graphic >, to: AttributeColumnDyn ) ,
47- convert_node!( from: Table <Vector >, to: AttributeColumnDyn ) ,
48- convert_node!( from: Table <Raster <CPU >>, to: AttributeColumnDyn ) ,
49- convert_node!( from: Table <Color >, to: AttributeColumnDyn ) ,
50- convert_node!( from: Table <GradientStops >, to: AttributeColumnDyn ) ,
51- convert_node!( from: Table <f64 >, to: AttributeColumnDyn ) ,
52- convert_node!( from: Table <bool >, to: AttributeColumnDyn ) ,
53- convert_node!( from: Table <String >, to: AttributeColumnDyn ) ,
54- convert_node!( from: Table <DAffine2 >, to: AttributeColumnDyn ) ,
55- convert_node!( from: Table <BlendMode >, to: AttributeColumnDyn ) ,
56- convert_node!( from: Table <graphene_std:: vector:: style:: GradientType >, to: AttributeColumnDyn ) ,
57- convert_node!( from: Table <graphene_std:: vector:: style:: GradientSpreadMethod >, to: AttributeColumnDyn ) ,
45+ convert_node!( from: Table <Artboard >, to: AttributeDyn ) ,
46+ convert_node!( from: Table <Graphic >, to: AttributeDyn ) ,
47+ convert_node!( from: Table <Vector >, to: AttributeDyn ) ,
48+ convert_node!( from: Table <Raster <CPU >>, to: AttributeDyn ) ,
49+ convert_node!( from: Table <Color >, to: AttributeDyn ) ,
50+ convert_node!( from: Table <GradientStops >, to: AttributeDyn ) ,
51+ convert_node!( from: Table <f64 >, to: AttributeDyn ) ,
52+ convert_node!( from: Table <bool >, to: AttributeDyn ) ,
53+ convert_node!( from: Table <String >, to: AttributeDyn ) ,
54+ convert_node!( from: Table <DAffine2 >, to: AttributeDyn ) ,
55+ convert_node!( from: Table <BlendMode >, to: AttributeDyn ) ,
56+ convert_node!( from: Table <graphene_std:: vector:: style:: GradientType >, to: AttributeDyn ) ,
57+ convert_node!( from: Table <graphene_std:: vector:: style:: GradientSpreadMethod >, to: AttributeDyn ) ,
5858 convert_node!( from: Table <Artboard >, to: TableDyn ) ,
5959 convert_node!( from: Table <Graphic >, to: TableDyn ) ,
6060 convert_node!( from: Table <Vector >, to: TableDyn ) ,
@@ -151,7 +151,7 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
151151 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <BlendMode >] ) ,
152152 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <graphene_std:: vector:: style:: GradientType >] ) ,
153153 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Table <graphene_std:: vector:: style:: GradientSpreadMethod >] ) ,
154- async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => AttributeColumnDyn ] ) ,
154+ async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => AttributeDyn ] ) ,
155155 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => AttributeValueDyn ] ) ,
156156 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => TableDyn ] ) ,
157157 async_node!( graphene_core:: memo:: MonitorNode <_, _, _>, input: Context , fn_params: [ Context => Graphic ] ) ,
@@ -190,7 +190,7 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
190190 async_node!( graphene_core:: context_modification:: ContextModificationNode <_, _>, input: Context , fn_params: [ Context => & PlatformEditorApi , Context => graphene_std:: ContextFeatures ] ) ,
191191 async_node!( graphene_core:: context_modification:: ContextModificationNode <_, _>, input: Context , fn_params: [ Context => RenderIntermediate , Context => graphene_std:: ContextFeatures ] ) ,
192192 async_node!( graphene_core:: context_modification:: ContextModificationNode <_, _>, input: Context , fn_params: [ Context => RenderOutput , Context => graphene_std:: ContextFeatures ] ) ,
193- async_node!( graphene_core:: context_modification:: ContextModificationNode <_, _>, input: Context , fn_params: [ Context => AttributeColumnDyn , Context => graphene_std:: ContextFeatures ] ) ,
193+ async_node!( graphene_core:: context_modification:: ContextModificationNode <_, _>, input: Context , fn_params: [ Context => AttributeDyn , Context => graphene_std:: ContextFeatures ] ) ,
194194 async_node!( graphene_core:: context_modification:: ContextModificationNode <_, _>, input: Context , fn_params: [ Context => AttributeValueDyn , Context => graphene_std:: ContextFeatures ] ) ,
195195 async_node!( graphene_core:: context_modification:: ContextModificationNode <_, _>, input: Context , fn_params: [ Context => TableDyn , Context => graphene_std:: ContextFeatures ] ) ,
196196 #[ cfg( target_family = "wasm" ) ]
@@ -216,7 +216,7 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
216216 async_node!( graphene_core:: memo:: MemoizeNode <_, _>, input: Context , fn_params: [ Context => Table <BlendMode >] ) ,
217217 async_node!( graphene_core:: memo:: MemoizeNode <_, _>, input: Context , fn_params: [ Context => Table <graphene_std:: vector:: style:: GradientType >] ) ,
218218 async_node!( graphene_core:: memo:: MemoizeNode <_, _>, input: Context , fn_params: [ Context => Table <graphene_std:: vector:: style:: GradientSpreadMethod >] ) ,
219- async_node!( graphene_core:: memo:: MemoizeNode <_, _>, input: Context , fn_params: [ Context => AttributeColumnDyn ] ) ,
219+ async_node!( graphene_core:: memo:: MemoizeNode <_, _>, input: Context , fn_params: [ Context => AttributeDyn ] ) ,
220220 async_node!( graphene_core:: memo:: MemoizeNode <_, _>, input: Context , fn_params: [ Context => AttributeValueDyn ] ) ,
221221 async_node!( graphene_core:: memo:: MemoizeNode <_, _>, input: Context , fn_params: [ Context => TableDyn ] ) ,
222222 #[ cfg( target_family = "wasm" ) ]
0 commit comments